Comments on: Revisiting Using AI Coding Assistants: You’re Holding It Wrong Edition https://hackaday.com/2026/06/08/revisiting-using-ai-coding-assistants-youre-holding-it-wrong-edition/ Fresh hacks every day Sun, 14 Jun 2026 17:25:26 +0000 hourly 1 https://wordpress.org/?v=7.0 By: Gus Mueller https://hackaday.com/2026/06/08/revisiting-using-ai-coding-assistants-youre-holding-it-wrong-edition/#comment-8309136 Sun, 14 Jun 2026 17:25:26 +0000 https://hackaday.com/?p=1116084#comment-8309136 In reply to Balor.

I have definitely been helped by LLMs with software development in ways that have saved me months of work. Just using LLMs to search what is possible with various technologies is game changing. In the past, I’d ask on StackOverflow how to, say, draw a rectangle as a graphics layer over text in Javascript, and all I’d get would be a chorus of people asking why anyone would ever want to do that. ChatGPT, on the other hand, cheerfully tells me how to do it and gives me some sample code. Recently it also helped me migrate someone’s AmeriGas Home Assistant plugin from Python to PHP ao I could include it in my ESP8266 Remote Control framework (yep, I do not use Home Assistant!). It did it instantly and the code worked. Not only that, but I could understand exactly what the code was doing. It’s only when I get stuck in loops with an LLM trying to do something complicated, where it keeps tweaking the code, promising this time it will definitely work, only to lose three days of my life trying something that would’ve only taken three hours if i’d pretended LLMs did not exist.

]]>
By: Joey https://hackaday.com/2026/06/08/revisiting-using-ai-coding-assistants-youre-holding-it-wrong-edition/#comment-8308718 Sat, 13 Jun 2026 07:22:43 +0000 https://hackaday.com/?p=1116084#comment-8308718 In reply to Ewald.

And I’m guessing the guy who sold you your car has one just like it himself and loves it, right?

]]>
By: Ted Gunderson https://hackaday.com/2026/06/08/revisiting-using-ai-coding-assistants-youre-holding-it-wrong-edition/#comment-8308705 Sat, 13 Jun 2026 04:57:37 +0000 https://hackaday.com/?p=1116084#comment-8308705 In reply to ylda.

Truth does not exist.
Therefore there is no such thing as “misinformation”

Unlike most LLM, NotebookLLM is not politically biased and simply presents the information given.

Remember when it was OK to have your own ideas? Now when other people have beliefs different from yours you call it “misinformation”

]]>
By: Balor https://hackaday.com/2026/06/08/revisiting-using-ai-coding-assistants-youre-holding-it-wrong-edition/#comment-8308623 Fri, 12 Jun 2026 19:32:56 +0000 https://hackaday.com/?p=1116084#comment-8308623 Although I love a healthy dose of scepticism, I don’t like the negative bias as I read it. A few days ago I saw how Claude switched a complex front-end from one platform to a new one, including all the self-written extensions. In just a few hours. It would take a team with a few developers several months to do that!

And yes it took a sprint or so to define the correct context first, but still. This is so bizarly powerful, if you’re a developer and ignoring this, you are missing out big time.

]]>
By: s https://hackaday.com/2026/06/08/revisiting-using-ai-coding-assistants-youre-holding-it-wrong-edition/#comment-8308452 Fri, 12 Jun 2026 05:52:04 +0000 https://hackaday.com/?p=1116084#comment-8308452 In reply to L.

Mm, (in my defense) I think he’s (willfully?) ignorant… and arrogant. That shortcut to self-satisfaction was just too tempting for him ;)

]]>
By: Gus Mueller https://hackaday.com/2026/06/08/revisiting-using-ai-coding-assistants-youre-holding-it-wrong-edition/#comment-8308186 Thu, 11 Jun 2026 14:04:17 +0000 https://hackaday.com/?p=1116084#comment-8308186 I think the likes of Microsoft feel they have to say that LLMs do not replace Junior Developers because they’re aware that without Junior Developers, we eventually begin to lose Senior Developers (in only about eighteen months!). But the reality is that we are indeed losing Junior Developers and, since there are ever-fewer of them, demand for Senior Developers will only continue to climb. Judging from the uptick in my inbox from recruiters, this is indeed the case.

]]>
By: Cronometric https://hackaday.com/2026/06/08/revisiting-using-ai-coding-assistants-youre-holding-it-wrong-edition/#comment-8308150 Thu, 11 Jun 2026 11:54:25 +0000 https://hackaday.com/?p=1116084#comment-8308150 In reply to Rusty Cans.

I have paid “senior programmers” $125 an hour and found glaring mistakes more than 25% of the time. Now I enter my spec into AI and the results are 90% accurate. Sometimes the AI comes up with clever implementations I didn’t expect. Either way I have to inspect and test the result but I save thousands of dollars and endless ego massaging by using SkyNet.

]]>