this post was submitted on 28 Mar 2026
93 points (89.1% liked)

Technology

83150 readers
3477 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 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] XLE@piefed.social 44 points 10 hours ago (1 children)

How did I end up on a timeline where Microsoft is talking about rolling back AI in its OS and practically acknowledging vibe coding caused problems... and Linux developers are talking about ramping up its usage?

Obviously Microsoft is still worse here, but what are these trajectories?

[–] justgohomealready@sh.itjust.works 2 points 5 hours ago* (last edited 5 hours ago) (2 children)

The variable you're missing is time. There was a big shift in quality by Christmas, and the latest models are much better programmers than models from one year ago. The quality is improving so fast, that most people still think of AI as a "slop generator", when it can actually write good code and find real bugs and secutity issues now.

[–] Peruvian_Skies@sh.itjust.works 3 points 1 hour ago (1 children)

The other missing variable is actually knowing how to use the tools. Vibe coding still produces slop. Good AI-generated code requires understanding what you're trying to achieve and giving the AI clear context on what design paradigms to follow, what libraries to use and so on. Basically, if you know how to write good code without AI, it can help you to do so faster. If you don't, it'll help you to write slop faster. Garbage in, garbage out.

[–] DelightfullyDivisive@discuss.online 2 points 51 minutes ago

This is a good answer. AI tools won't make someone who has not yet developed programming skills into a good programmer. For someone who has a good grasp of implementation patterns and the toolkit for a given tech stack, they can speed things up by putting you into the role of a senior programmer reviewing code from multiple newbies.

I'm finding that for it to work well, you have to split things up into very small pieces. You also have to really own your AI automation prompts and scripts. You can't just copy what some YouTuber did and expect it to work well in your environment.

I used to feel the same way, but I've come to realize it's slop that just looks better on the surface not slop that is actually better.

At least it compiles most the time now. But it's never quite right... Everytime I have Claude write some section of code 6 more things spring up that need to be fixed in the new code. Never ending cycle. On the surface the code appears more readable but it's not