Hacker News new | ask | show | jobs
by hu3 134 days ago
That's my observation too.

And I have been trying to improve the framework and abstractions/types to reduce the lines of code required for LLMs to create features in my web app.

Did the LLM really needed to spit 1k lines for this feature? Could I create abstractions to make it feasible in under 300 lines?

Of course there's cost and diminishing returns to abstractions so there are tradeoffs.