HackerTrans
TopNewTrendsCommentsPastAskShowJobs

baijan

no profile record

Submissions

Looking for an Apartment the Landing

2 points·by baijan·vor 3 Monaten·0 comments

If AI writes most of the code, understanding codebases becomes the bottleneck

app.tryarchaic.com
14 points·by baijan·vor 5 Monaten·9 comments

comments

baijan
·vor 5 Monaten·discuss
yeah, this is exactly AI helping you understand the codebase

but not using plain text -- it uses diagrams/execution flows/animations etc

it's easier to parse

i think working at a fast-moving startup can make you understand this problem more
baijan
·vor 5 Monaten·discuss
Lately I’ve had a contrarian feeling about AI-assisted development.

If AI is going to write a large percentage of the code, the highest-leverage thing a developer can do might actually be slowing down and deeply understanding the system (not generating more code faster).

I noticed I was spending more time reconstructing context than actually building: – figuring out what changed – tracing data flow – rebuilding mental models before I could even prompt properly (without breaking other features) - debugging slop with more slop

Better understanding → better prompts, fewer breaking changes, and more real debugging.

Over the weekend I hacked on a small prototype exploring this idea. It visualizes execution flow and system structure to make it easier to reason about unfamiliar or AI-modified codebases.

Not really a polished “product” — more a thinking tool / experiment.

I’m curious whether others are running into the same bottleneck, or if this is just a local maximum I’ve fallen into.