this post was submitted on 27 Jun 2026
416 points (98.1% liked)

Technology

85805 readers
3628 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related news or articles.
  3. Be excellent to each other!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
  9. Check for duplicates before posting, duplicates may be removed
  10. Accounts 7 days and younger will have their posts automatically removed.

Approved Bots


founded 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] Exatron@lemmy.world 11 points 1 day ago (2 children)

In my experience the time spent getting AI to do what I want can just be used to write good code in the first place.

[–] AA5B@lemmy.world 1 points 18 hours ago* (last edited 18 hours ago)

I was just planning to do some sort of write up on this topic, although it will be internal only.

Of the three projects I’m currently on

  • existing code base where AI sometimes has good ideas but almost never able to implement them successfully. This is legacy code, all human generated, and is probably too tightly coupled. Test framework is tightly coupled to the environment so ai cannot run it
  • new tool implementation to give cheaper and faster context across all repos (Spotify Backstage)
  • new code base almost entirely ai generated. Much more loosely coupled. There is no test /mock framework available, so it’s all scripts, which the ai is able to run at will to refine its guesses

There’s definitely distinct conditions where ai can be the right tool and can succeed vs when it can’t. In managements blind rush to vibe code everything, they need to better understand where it works and where it doesn’t

In particular, functionality I’m working on this week

  • existing code base ”modify function x to cover scenario y” at best gives a useful strategy
  • new code base “implement function x similar to existing code base, but that also covers scenario y” seems to work
[–] MangoCats@feddit.it -3 points 1 day ago

It can be like that, and other times it can spit out perfectly good work that similar jobs have taken me a week in the past in under an hour. Depends on the task, depends a bit on how you ask, and depends on the model. Claude Sonnet/Opus 4.5 and higher have gotten pretty good about actually saving time and producing useful results.

Except when trying to draw 3D cats in Blender, I can say with authority now: Opus 4.8 on High/Max thinking still can't pin the tail on a cat correctly without a half dozen very specific annotated views showing it where it goes. It claims it's having trouble because the cat is lying down... our cat lays down 22 hours a day, suck it up and learn what they look like already.