this post was submitted on 01 May 2026
38 points (97.5% liked)

Technology

84257 readers
3895 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
[–] TheDarkQuark@lemmy.world 18 points 2 hours ago (4 children)

I never understood vibe coding (or ✨Agentic Coding✨) tbh.

May be I am too stupid, but I think as I code and code as I think. I do not usually formulate a plan before I start coding. I am categorizing architecture as code btw because, for me, architecture involves pseudo-code to some degree .

Even in college, I could never just understand lectures. I needed to write down the formulas and work out the derivations myself to grasp them. I know there are people who understand things right away, but I am not one of them.

So, now, when I see senior developers (which I am not) vibe code green field projects, I am just astounded as to how they manage the architecture + understanding + optimization + maintenance context.

[–] Deestan@lemmy.world 7 points 1 hour ago* (last edited 1 hour ago)

I am just astounded as to how they manage the architecture + understanding + optimization + maintenance context.

They don't. They fuck it the shit up. While AI huffers will not hesitate to tell me that actually a hypothetical blabla bla blabla, I have yet to see an agentic coder make something that holds up to reality, safety, reliability, or maintenance.

[–] FlordaMan@lemmy.world 11 points 2 hours ago

For very specific projects I get it. If I want a tool that does X and X is easily verifiable, and I don’t want to learn anything from coding it, then AI might do it very well.

[–] dhork@lemmy.world 5 points 1 hour ago* (last edited 1 hour ago) (2 children)

So, now, when I see senior developers (which I am not) vibe code green field projects, I am just astounded as to how they manage the architecture + understanding + optimization + maintenance context.

My experience is, they're not. Like the article says they are just focused on MOAR and not on the quality of the output. It may take years for the unmaintainable code to cause problems, and they may have already been laid off by the time that happens, anyway .

I don't write much code anymore, but when I did, there was a fair amount of embedded code, where fixing a bug is more costly than just pushing out a build to a production server. I actively sought out automation back then, but the purpose of the automation was to help cover edge cases and better test the embedded code for flaws that traced through multiple layers of code.

Whenever I start a new software project, it usually starts with a short period of experimentation when I try out several things. Then, I coalesce on an architecture in my head (and eventually document it), and once I do that I can add more structure to the code.

Given the state of the AI tools today, I can see myself using them to accelerate all the little fiddly parts of this (especially if I can give it a coding standard and have it stick to it). But I wouldn't trust it more than that. I would always keep the archictecture separate, because I don't trust the AI tools to change it on me for no good reason.

[–] Passerby6497@lemmy.world 3 points 37 minutes ago

(especially if I can give it a coding standard and have it stick to it)

Hoooooh boy, that if is doing a lot of heavy lifting, in my experience. I'm constantly telling the stupid little stochastic fuck to follow basic coding standards I've given it.

I don't use a lot of AI tooling outside of debugging and a little bit into command discovery, but fuck if the little shit isn't constantly rewriting my code into a shit style that I hate and constantly correct.

[–] frongt@lemmy.zip 2 points 1 hour ago (1 children)

Those are all great habits.

But the time spent doing that is time not shipping code. Most companies don't give a flying fuck about quality, they just want to ship as much as possible to make as much money as possible.

[–] Glitchvid@lemmy.world 2 points 22 minutes ago

When the cost to ship trash code trends toward zero, then there will not be value in shipping trash code. Companies will need to focus on software that is actually competitive (in a qualitative way) because otherwise their customers will just self-vend the slop code.

[–] lIlIlIlIlIlIl@lemmy.world 5 points 2 hours ago (3 children)

I do not usually formulate a plan before I start coding

Oh noooo

[–] TheDarkQuark@lemmy.world 3 points 31 minutes ago

Ha ha, may be that came out a bit wrong. What I meant is I don't have a complete understanding of the architecture and the structure before I start coding. It is only when I write the first test and the first function that I start noticing the structure and the limitations. I can't think of all the branches where the code might fail unless I start writing and realizing the elses.

[–] XLE@piefed.social 3 points 1 hour ago* (last edited 45 minutes ago)

Coding for fun is fine. Not everything has to be optimized.

Edit: Oh it's you. The weird AI guy.

[–] etchinghillside@reddthat.com 3 points 1 hour ago (1 children)
[–] errer@lemmy.world 4 points 1 hour ago (1 children)

He was vibin’ before it was cool

[–] theherk@lemmy.world 2 points 1 hour ago

My wife tells me vibin’ was always cool.