Ask HN: Line by Line Agentic Coding
5
nnotshore about 5 hours ago 4 comments
DE version is available. Content is displayed in original English for accuracy.
I've been suckered into running claude code and codex independently and vaguely scanning the output before moving on. I don't love the code-base familiarity that produces.
Anybody figure out a neat harness setup where one goes file by file, method by method with the agent? Looking for suggestions and what the SOTA is for this sort of thing.

Discussion (4 Comments)Read Original on HackerNews
I got it to display all proposed file change diffs and bash commands and made it so I can either approve the action or deny it with a message for it.
It was surprisingly easy to tell it to modify things things the diff viewing algorithm or syntax highlighting for the diffs.
What models do you use for the diff level edits? My concerns would be speed, though I'm coming from letting opus ruminate for minutes at a time so my heuristics may be off.
For more interactive/active usage you might be better off using the low reasoning level, but I have usually found high to be a good balance of intelligence and generation speed.