I tried to take this article seriously, but it seems more like HN ragebait than an actual attempt at discussion. The engagement bait appears to be working, given all of the comments. It’s like half of the arguments are designed as engagement bait with logical consistency being a distant concern: > If hallucination matters to you, your programming language has let you down. This doesn’t even make sense. LLMs hallucina…
I think the author's point is your language (and more generally the tooling around it) should make this obvious, and almost all the AI agents these days will minimally run linting tools and clean up lints (which would include methods and library imports that don't exist) if they don't actively attempt to compile and test the code they've written. So you as the end user should (almost) never be seeing these made up functions.