175
AI coding assistant refuses to write code, tells user to learn programming instead
(arstechnica.com)
We're not The Onion! Not affiliated with them in any way! Not operated by them in any way! All the news here is real!
Posts must be:
Please also avoid duplicates.
Comments and post content must abide by the server rules for Lemmy.world and generally abstain from trollish, bigoted, or otherwise disruptive behavior that makes this community less fun for everyone.
And that’s basically it!
Honestly, that's a smart thing for AI companies to do. AI is surprisingly decent at extrapolating from existing codebases, but it's useless at starting from scratch. If one model says "I can't do that, Dave" and another spits out garbage, you're getting the same amount of useful code out of both and a much better signal-to-noise ratio from the first.
imo it's the opposite, AI is good at starting projects by giving you boilerplate code, but bad at considering the full context of an existing project. Better to be doing the larger structure stuff yourself and only giving the LLM self contained tasks.