Hacker News new | ask | show | jobs
by cyborgx7 1173 days ago
This is just a simple classification problem, the prime application for basic neural networks. Using a general text generation system for this seems like complete overkill. Just a bunch of wasted resources.
2 comments

This was also my first reaction, but it got me questioning whether I’m just becoming the same as the guys who were saying “using an interpreted language for that is a waste of resources”. Maybe LLMs are the equivalent, sure they use more CPU cycles, but you can point them at some problems and get them solved for a fraction of the effort.
This is true; but this is a cost optimization argument; not a feasibility one, which is all the OP was proposing.