Hacker News new | ask | show | jobs
by brabel 28 days ago
You seriously think current LLM is just at apprentice level in programming? It can write stuff one shot that I’d expected even some experts to struggle to do even with ample more time allowed.
3 comments

Kind of, yeah. LLMs are hyperoptimized for one-shotting. But all of their code is like that. It's poison for the long term health of the codebase.
They will one shot with bunch of duplicated code, somehow they will just omit basic things, like security middleware. It will all kind of work. But then you make additional passes to do review and clean up, suddenly there is a lot more work to make it half decent.
Yes. The definition of the apprentice/journeyman boundary is that a journeyman can do a day's job unsupervised. LLMs cannot do that.