this post was submitted on 28 Mar 2025
23 points (89.7% liked)

Programming

19406 readers
410 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 11 comments
sorted by: hot top controversial new old
[–] PushButton@lemmy.world 22 points 2 weeks ago (1 children)

The amount of time the "AI" is saving me is well reimbursed, maybe twice, by the time I am wasting when that "AI" is bullshitting me.

At the end of the day, it isn't worth the frustration.

[–] sip@programming.dev 3 points 2 weeks ago* (last edited 2 weeks ago)

yep. you gotta be super explicit in what you don't want.

edit: and tell it to google if the first answer is weird, so the next one is "informed". otherwise it halucinates into oblivion

[–] enemenemu@lemm.ee 21 points 2 weeks ago* (last edited 2 weeks ago) (2 children)

Unfortunately, the article does not write about how people use it.

I use it to skip reading docs. Either it works, or I read the docs, sometimes in parallel, whatever is faster.

Oftentimes I just forgot how some function is called.

I'm still in the testing phase and in more than 50% of the cases its crap. Halizination is a real problem with those models that I've used.

[–] cherrykraken@lemmy.ca 12 points 2 weeks ago* (last edited 2 weeks ago) (2 children)

I use it mainly for code completion, and it's great until I hit <tab> to indent and accidentally accept a 50 line suggestion.

[–] rikudou@lemmings.world 3 points 2 weeks ago

I limit suggestions to one line, that's the sweet spot for me.

[–] Stizzah@lemmygrad.ml 1 points 2 weeks ago

Same, but it's also useful to write READMEs (most of the times).

[–] MonkderVierte@lemmy.ml 4 points 2 weeks ago (1 children)

You tell me the article "How software engineers actually use AI" is not about how software engineers use AI?

[–] enemenemu@lemm.ee 6 points 2 weeks ago* (last edited 2 weeks ago)

At least an ai would've adressed the topic but the post didnt

[–] Flamekebab@piefed.social 8 points 1 week ago

I use an LLM to do stuff that I find tedious and can easily verify to be correct (e.g. creating arguments for a script using argparse), or turning something from a table in a PDF into a Python list. My experiments trying to get any level of reliability for more complex tasks have been infuriating failures. They invent parameters and functionality that doesn't exist, swear blind that something is true but can't provide accurate references (or provide references that directly contradict what they just said), and so on.

[–] gigglybastard@lemmy.world 7 points 2 weeks ago

I just use it instead of stack overflow when you're working with a new technology or framework

like, write basic example for X in Y

and then just rewrite what it spews out

but i have never said "write me function to do X" and kept it as is because it's usually just garbage code

[–] Kissaki@programming.dev 2 points 2 weeks ago

I think I need an AI to parse these confusing graphs and images for me.