Hacker News new | ask | show | jobs
by kqr 27 days ago
As of today, "minor expert" is the wrong way to phrase it. The flagship LLMs today are at best at an initiate or apprentice level in every field.[1] This is not meant as a derisive remark – having something at hand that is initiate level in every field is remarkable and useful. But it's nowhere near expertise anywhere.

[1]: https://entropicthoughts.com/stop-using-junior-and-senior

1 comments

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.
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.