HackerTrans
トップ新着トレンドコメント過去質問紹介求人

baijan

no profile record

投稿

Looking for an Apartment the Landing

2 ポイント·投稿者 baijan·3 か月前·0 コメント

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

app.tryarchaic.com
14 ポイント·投稿者 baijan·5 か月前·9 コメント

コメント

baijan
·5 か月前·議論
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
·5 か月前·議論
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.