this post was submitted on 08 Jun 2026
26 points (93.3% liked)

Programming

27217 readers
508 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 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] codeinabox@programming.dev 10 points 2 days ago (3 children)

This is a fascinating article about the history of software development. For me the key quotes are:

The thing that killed Waterfall was that discovering your spec was wrong months later, after lots of code had been written - and fixing it cost a fortune because writing code was the most expensive part of the process.

The key reason Agile was invented was to account for the high cost of writing code, so yes, that part of the Agile value proposition is no more.

The risk isn’t that AI development is inherently Waterfall. The risk is that organizations with latent Waterfall instincts will use spec-generation as license to do the bad thing they always wanted to do — front-load requirements, skip customer validation, equate a fancier document with a better outcome, and ship one massive thing every quarter.

[–] MonkderVierte@lemmy.zip 5 points 1 day ago

The thing that killed Waterfall was that discovering your spec was wrong months later, after lots of code had been written - and fixing it cost a fortune because writing code was the most expensive part of the process.

The thing is, you can't just constantly adapt a software to changing requirements. If the foundation was made for a different terrain and building, whatever you build on it will not stand stable either.
So with agile, you get more stress for your developers for free and the result barely works. If the company really did agile and not tbe usual mess.

[–] Freeposity@lemmy.world 12 points 2 days ago (2 children)

equate a fancier document with a better outcome

"The steering committee spent months on this spec, how many days will it take you to build it?" is an attitude I get far too often. These people always seem to think that conceiving of a piece of software is the hardest part of the process and they come close to breaking their arms patting themselves on the back for doing their part.

[–] bitfucker@programming.dev 3 points 2 days ago

A well thought out software architecture is indeed worth a lot. So a group of engineers that are able to actually make accurate architecture and decisions from the get go would help a lot. But the problem is requirement changes. And that's the core issue.

For something relatively set in stone like a car control system for ICE timing and whatnot, the requirement will not change by the fact that it is tied to another design which must also have been fixed beforehand and cannot be changed easily mid way willy nilly like software.

The engineer designing the engine must do a lot of administrative tasks again to make sure they pass every regulation under the sun when a change is made. We, the software guy does not have the equivalent of those barrier when a service requirement change. At most it is something about data privacy and security but that's about it. Everything else is fair game

[–] kibiz0r@midwest.social 1 points 2 days ago

A spec that’s more than a single page rarely survives initial contact with reality.

[–] dreadbeef@lemmy.dbzer0.com 1 points 2 days ago (1 children)

Agile came from toyota? It wasnt invented by software companies

[–] codeinabox@programming.dev 2 points 1 day ago

Agile came from toyota?

My understanding is that Kanban came from Toyota, which is an agile way of working.