logoalt Hacker News

leptonslast Saturday at 7:33 PM1 replyview on HN

Basically, they are the same, they are all LLMs. They all have similar limitations. They all produce "hallucinations". They can also sometimes be useful. And they are all way overhyped.


Replies

trenchpilgrimlast Saturday at 8:25 PM

The amount of misconceptions in this comment are quite profound.

Copilot isn't an LLM, for a start. You _combine_ it wil a selection of LLMs. And it absolutely has severe limitations compared to something like Claude Code in how it can interact with the programming environment.

"Hallucinations" are far less of a problem with software that grounds the AI to the truth in your compiler, diagnostics, static analysis, a running copy of your project, runnning your tests, executing dev tools in your shell, etc.

show 1 reply