Hacker News new | ask | show | jobs
by highsea 654 days ago
Once critical mass of programmers relies on LLMs, original code creation and usage will decline, as LLMs will not provide these as suggestions. So entering the “dark ages of programming” will solve for that, as you won’t need to retrain LLMs.
1 comments

RAG + documentation might help. I wonder if documentation will start to take a more standardized format across projects that's especially easy for LLMs to parse (maybe everything dumped into a single .txt file?). I'm currently learning Polars, and it's frustrating how LLMs keep giving me deprecated code. But if they load the current documentation, they should be able to catch their mistakes.