690
Ford had to hire back former engineers to fix mistakes made by its automated systems
(www.theverge.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, ableist, or otherwise disruptive behavior that makes this community less fun for everyone.
And that’s basically it!
Yeah, I use it for some programming tasks as well. I’m sick and tired of telling it that it did something wrong or simply omitted something, only to have it apologize and offer to fix its own mistakes.
You should be glad it's apologizing. On the occasions I've used it to try to actually write code for me it's had a tendency to blame me for its mistakes.
It writes a function that gets stuck in an infinitely recursive loop that never exits, I point it out and it's all "Aha! You've fallen for a classic recursion trap!" What do you mean I've fallen for it?
Between those experiences and seeing the hot garbage some of my coworkers vibe coded, it was enough for me to relegate LLMs purely to the "ask questions that you would have searched for on StackOverflow" role. And it frustrates me that search was made so impotent that it's not a real option to avoid the LLM entirely. The multiple answers and perspectives on SO were often really valuable.
The major problem is that the work of an LLM has a massive number of hidden 'assumptions' that you need to be aware of. If you don't already have a good working knowledge of the task you wont have an intuition about those assumptions. It's annoying.
Yeah, and for those who don't know, the rationalization output of the LLM is just so pursuasive. It sounds quietly confident and rattles off things that sound like real details.
People are believing the LLM output over actual human experts and the human experts have to expend non-trivial effort trying to disprove an LLM output before they can get on with the business of doing it right.
Yeah, like cards being the best thing ever on front-end. If I want a basic layout I put "avoid cards" usually because then it'll use them sparingly. But yeah, it's just autocomplete so it's always going to get the lowest common denominator code based on what it decided to look at.
I'm now looking into finding something faster than GPT/Claude where I can ping pong prompt faster and get what I want. Whatever it writes first is just a first draft anyway.