this post was submitted on 01 Aug 2025
107 points (100.0% liked)

Programming

23095 readers
217 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 8 comments
sorted by: hot top controversial new old
[–] hperrin@lemmy.ca 53 points 2 months ago

That’s because it’s absolute shit.

[–] PixelatedSaturn@lemmy.world 19 points 2 months ago (1 children)

That makes sense. People are starting to use it more, but for less elaborate things where they still have control.

[–] monkeyman512@lemmy.world 22 points 2 months ago (2 children)

I feel like this is a normal cycle of new tech. People get really excited about all the possibilities and don't have any experience to ground expectations. Eventually people use it enough to realize what is more realistically achievable. Then mentally shifts from "magical solution to everything" to "a tool that is good at some things and bad at others".

[–] WoodScientist@sh.itjust.works 13 points 2 months ago (1 children)

The problem for OpenAI and their ilk is that the actual legitimate uses of LLMs are so few and niche that they cannot hope to pay for the immense cost of developing and running these systems. Like, cool. Sure I can use copilot to generate derivative meme images, but what's that actually worth to me monetarily? I'm not going to subscribe to a monthly service just to access a tool for shit posting.

[–] monkeyman512@lemmy.world 7 points 2 months ago

That sounds like a problem for the people dumping money into these companies and keeping them afloat.

[–] speculate7383@lemmy.today 4 points 2 months ago

Often known as the "Gartner Hype Cycle"

[–] Arkouda@lemmy.ca 8 points 2 months ago

I have had nothing but issues attempting to use AI to help with code. The amount of times it has given me something clearly incorrect, and I am not very experienced to be able to identify "wrong code" so easily, is way to high.

[–] ulterno@programming.dev 1 points 2 months ago

There is 1 particular thing where I think it can be very useful.
That is when looking for relevant documentation.

It has happened to me a few times that despite enough documentation being available I am unable to find the relevant thing because even though the description in the documentation matches what I need to do, I didn't use the correct keywords required for the search to find the correct class and I ended up using internet search.
If a language model can find relevant patterns and reduce the requirement onto the documentation writers for having to add tags to make search easier, that would be a win.

But of course, no generation of new text. All that is needed is to parse the documentation and examples provided by developers and to provide links to them.