this post was submitted on 12 Jul 2025
358 points (95.4% liked)

Programming

21634 readers
242 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities !webdev@programming.dev



founded 2 years ago
MODERATORS
top 50 comments
sorted by: hot top controversial new old
[–] Scrath@lemmy.dbzer0.com 37 points 6 days ago (2 children)

I talked to Microsoft Copilot 3 times for work related reasons because I couldn't find something in documentation. I was lied to 3 times. It either made stuff up about how the thing I asked about works or even invented entirely new configuration settings

[–] rozodru@lemmy.world 18 points 6 days ago (2 children)

Claude AI does this ALL the time too. It NEEDS to give a solution, it rarely can say "I don't know" so it will just completely make up a solution that it thinks is right without actually checking to see the solution exists. It will make/dream up programs or libraries that don't and have never existed OR it will tell you something can do something when it has never been able to do that thing ever.

And that's just how all these LLMs have been built. they MUST provide a solution so they all lie. they've been programmed this way to ensure maximum profits. Github Copilot is a bit better because it's with me in my code so it's suggestions, most of the time, actually work because it can see the context and whats around it. Claude is absolute garbage, MS Copilot is about the same caliber if not worse than Claude, and Chatgpt is only good for content writing or bouncing ideas off of.

[–] Croquette@sh.itjust.works 26 points 6 days ago (8 children)

LLM are just sophisticated text predictions engine. They don't know anything, so they can't produce an "I don't know" because they can always generate a text prediction and they can't think.

load more comments (8 replies)
[–] fuzzzerd@programming.dev 2 points 6 days ago

Are you using Claude web chat or Claude code? Because my experience with it is vastly different eve when using the same underlying model. Clause code isn't perfect and gets stuff wrong, but it can run the project check the output and realize it's mistake and fix it in many cases. It doesn't fix logic flaws, but it can fix hallucinations of library methods that don't exist.

[–] Senal@programming.dev 4 points 6 days ago* (last edited 4 days ago)

In fairness the msdn documentation is prone to this also.

By "this" I mean having what looks like a comprehensive section about the thing you want but the actual information you need isn't there, but you need to read the whole thing to find out.

[–] dil@lemmy.zip 12 points 6 days ago

Would ai coders even get faster over time or just stay stagnant since they aren't learning anything about what they're doing

[–] HaraldvonBlauzahn@feddit.org 8 points 5 days ago (1 children)

Now the interesting question is what it really means when less experienced programmers think they are 100% faster.

[–] Ptsf@lemmy.world 10 points 6 days ago (1 children)

People are a bad judge of their own skill and overrely on tools and assistants when present. See also: car adas systems making drivers less skillful. More news at 11.

[–] boonhet@sopuli.xyz 2 points 5 days ago

See also: car adas systems making drivers less skillful.

But also making traffic safer

Think we need to introduce a mandatory period where you need to drive an old car with no ABS when you've just gotten your license. I mean for me that was called being a broke-ass student, but nowadays cars with no ABS are starting to cost more than cars with ABS, traction control and even ESP, because the 80s and early 90s cars where these things were optional, are now classics, whereas you can get a BMW or Audi that was made this century for like 500-800 euros if you're brave or just want to move in to your garage full time.

[–] Kolanaki@pawb.social 6 points 6 days ago (2 children)

🎵Had a great day out,

Callin' my name like Ferris Bueller,

Time to wrap this up,

I'm getting 19℅ slower! 🎵

[–] Flatfire@lemmy.ca 4 points 6 days ago (1 children)

Well that's a strangely deep cut Ken Ashcorp ref

[–] levzzz@lemmy.world 2 points 5 days ago

Men of culture i see

[–] Doc_Crankenstein@slrpnk.net 2 points 5 days ago (1 children)

I am honestly shocked to see a reference in the wild to Ken Ashcorp.

[–] Kolanaki@pawb.social 2 points 5 days ago (1 children)

I'm honestly shocked that multiple people got the reference.

[–] SugarCatDestroyer@lemmy.world 4 points 6 days ago* (last edited 6 days ago)

It’s hard to even call them specialists, they are at the level of cashiers, for whom the computer does everything, and sometimes they do something at the level of communicating with clients and that’s all. I'm certainly not a professional, but I think the main message is clear.

load more comments
view more: next ›