Thank you. Another issue with sort of overlaps with the hallucination problem is the fact that t is basically is referring to snapshot in time. Based on my past attempts, no amount of searching the web will improve results because it has no idea to account for future outcomes like actual programmers can. Meaning, it is impossible to adopt into future scenarios, such as new, breaking or quality of life changes.
Programming is a hobby for me and my preferred language is C#. I work on the bleeding edge whenever possible so I can benefit from .NET’s recent quality of life changes. Naturally, I’m Microsoft’s target customers. And yet for the reasons stated above, these chatbots can’t account for that in the long run.
antihumanitarian@lemmy.world 3 weeks ago
If you’re honestly asking, LLMs are much better at coding than any other skill right now. On one hand there’s a ton of high quality open source training data that appropriated, on the other code is structured language so is very well suited for what models “are”. Plus, code is mechanically verifiable. If you have a bunch of tests, or have the model write tests, it can check its work as it goes.
Practically, the new high end models, GPT 5.4 or Claude Opus 4.6, can write better code faster than most people can type. It’s not like 2 years ago when the code mostly wouldn’t build, rather they can write hundreds or thousands of lines of code that works first try. I’m no blind supporter of AI, and it’s very emotionally complicated watching it after years honing the craft, but for most tasks it’s simple reality that you can do more with AI than without it. Whether it’s higher quality, higher volume, or integrating knowledge you don’t have.
Professionally I don’t feel like I have a choice, if I want to stay employed in the field at least.
veniasilente@lemmy.dbzer0.com 3 weeks ago
On the contrary!
I’ve seen quite a number of “AI cleanup specialist” job offerings so far, and even a few consulting positions on training juniors away from using AI in development.
(No, I have not seen any position open on training management away from using AI…)
Crozekiel@lemmy.zip 2 weeks ago
I was honestly asking, I constantly see artists and writers wishing AI didn’t exist because all it makes is garbage… But I also regularly see developers lashing out at AI hate, fighting tooth and nail to keep it and get more of it. That’s a really strange dichotomy to see “in the wild”.
Arkthos@pawb.social 3 weeks ago
Now software architecture on the other hand? Oh boy Claude Opus and the rest suck ass at that.
My own experience has been that if you have relatively isolated discrete chunks of code it works pretty well, and it’s really nice at reviewing as well. Just unleashing it on a code base and you’ll end up with a massive mess.