this post was submitted on 08 Jan 2026
-14 points (6.2% liked)

Machine Learning

596 readers
1 users here now

A community for posting things related to machine learning

Icon base by Lorc under CC BY 3.0 with modifications to add a gradient

founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] Kissaki@programming.dev 2 points 4 days ago

Without understanding how it’s built, how do I know if there’s duplication, dead code, or poor patterns? I used to obsess over this. Now I’m less worried that a human needs to read the code, because I’m genuinely not sure that they do.

What you do need: simple entry points, explicit code with fewer abstractions, minimal coupling, and linear control flow.

Seems to be the common simple standard software works well fallacy.

By “can replace developers”, what do they mean? They don't clarify, only talk about their three success projects.

We've seen studies of the issues and risks, and discrepancy between user perception and more factual gains. And this post certainly seems like they're not experienced in or thinking of development and maintenance that goes beyond simple standard integration software. Which doesn't make it too surprising they're not concerned about security for those simpler projects either.