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!
Yep. I realized that the best use case is just using a LLM as a supercharged StackOverflow, where answers are based on my specific problem.
I just use it as chat, have it configured to give me at least two options as answer, better three. Then I feel still in charge. And if I like a proposed solution I only take it over line by line and tweak it to my liking. So I still "wrote" the code and would rightfully feel responsible for the result (again, like I used StackOverflow).
Never ever would I let it go rampage as agent on my codebase. That's terrible 😱.