Hacker News new | ask | show | jobs
by jadar 21 days ago
Starting to wonder that we’re going to start being forced to execute on an AI output instead of sharing it with other people. If you can reason yourself into a working system, you know what you’re talking about. If not, then it’s not worth taking the time to figure it out.
1 comments

It's still risk though. Consensus distributes it. Future maintainers need to understand the design and motivations.
That’s not much better in my experience, from a human perspective. You inherit a system that someone designed a decade ago and all the original maintainers are long gone. One is then afraid to change anything, because of ancient landmarks and all that. But now we can actually start to piece together how these things work with AI.
Yes, for legacy--production systems--it's totally useful to generate a high-level overview, surround an unfamiliar feature with tests, and build small harnesses that exercise real functionality.

The sooner one can find an entrypoint, the sooner one can contribute with changes.