The AI Coding Tool Backlash Has Begun
People are getting fed up with AI coding tools that suggest outdated code and make stuff up. Hacker News and Reddit are full of developers saying they'd pay for a tool that actually knows the latest version of the framework they're using, instead of trying to do everything and doing it all badly.
“I'm tired of Copilot suggesting code that uses old, broken APIs. I'd pay for something that actually knows the latest React docs.”
Everyone's complaining that Cursor hallucinates old APIs — but nobody's made a plug-in that just auto-updates the docs Cursor reads. First person to ship that owns the frustrated-developer market, and you could build it in a weekend with a scraper and a vector database (basically a searchable index of up-to-date documentation).