this post was submitted on 08 Jul 2026
1237 points (99.5% liked)

Technology

86280 readers
3165 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
[–] Naich@piefed.world 69 points 4 days ago (3 children)

Just wait until all the technical debt has to be paid as well.

[–] docus@lemmy.dbzer0.com 22 points 4 days ago (2 children)

I know what you mean, but the tech debt problem will never get resolved.

[–] ilinamorato@lemmy.world 14 points 4 days ago* (last edited 4 days ago) (1 children)

The tech debt always gets paid one way or another. Either preemptively, as part of ongoing maintenance; or after a data breach in the subsequent lawsuit and settlement; or in the slow, inexorable trickle of increased infrastructure costs and lost business from slow dependencies and ineffectual bandaid solutions.

[–] Windex007@lemmy.world 4 points 4 days ago

Another payment option is not tackling it at all and just "paying the interest" by having a larger engineering team to wrangle the beast than you would otherwise have needed.

[–] Goodeye8@piefed.social 7 points 4 days ago (1 children)

Of course but the cost can be mitigated. I've seen an AI built project and the outcome is that you pretty much have to continue using AI to continue development because it's borderline incomprehensible for humans. When AI fails to continue development you scrap the entire project and start from scratch.

I imagine all companies that allowed AI to go wild in their codebase have a lot of components that need to be rebuilt from the ground up.

[–] SabinStargem@lemmy.today 3 points 4 days ago (2 children)

In theory, completely rewriting legacy software with AI could be a great thing - doing so every 3 or 4 years, allowing newer and better AI to tackle the task, optimizing for every development made in technology or standards.

However, this still requires human minds to define, guide, and verify these projects. AI opens up possibilities for better development, but executives seem determined to fritter away such potential by axing the human element.

It is like a certain story...

[–] Valmond@lemmy.dbzer0.com 4 points 4 days ago

You forgot that AI cannot "rewrite legacy software".

Otherwise it's a nice thing to fantasize about 😁

[–] Axolotl_cpp@feddit.it 2 points 3 days ago* (last edited 3 days ago)

I don't know how much AIs can be useful on big ass projects, but it def was useful for me when i had to look at the code of a project i made 1 year ago, i was so much worse at writing code and it was such a mess that ultimately i used an AI agent to rewrite it
Do i feel dirty? Yep
Has it saved time? YES

[–] bagsy@lemmy.world 16 points 4 days ago (1 children)

I already see lots of boutique consultancies popping up specifically saying they will fix tour slop code bases. Developers and doctors will never run out of work.

[–] wewbull@feddit.uk 7 points 4 days ago (1 children)

I'm not sure fixing it will be possible.

[–] jaybone@lemmy.zip 12 points 4 days ago

They will have to trash a bunch of it and rewrite entire modules and components from scratch.

I’ve seen as AI keeps iterating over enhancements and bug fixes, the spaghetti code gets worse and worse over time. At some point only the AI understands its own code, as it is too much garbled nonsense for a human to trace through. Eventually that becomes too much garbage for the ai to trace through. And then that’s where you end up.

The idea that this can be some kind of non-deterministic abstraction layer between pseudo code and actual code is absurd.

And people realize they don't understand the output anymore or the architecture. AI isn't creating anything new either.