←back to thread

600 points antirez | 1 comments | | HN request time: 0.215s | source
Show context
nlh ◴[] No.44625561[source]
Can anyone recommend a workflow / tools that accomplishes a slightly more augmented version of antirez’ workflow & suggestions minus the copy-pasting?

I am on board to agree that pure LLM + pure original full code as context is the best path at the moment, but I’d love to be able to use some shortcuts like quickly applying changes, checkpoints, etc.

My persistent (and not unfounded?) worry is that all the major tools & plugins (Cursor, Cline/Roo) all play games with their own sub-prompts and context “efficiency”.

What’s the purest solution?

replies(5): >>44625859 #>>44626016 #>>44630308 #>>44632623 #>>44642479 #
1. schneehertz ◴[] No.44642479[source]
Github Copilot's Edit mode allows you to manually specify the context, and it runs only once each time to write code with diff checking, without entering a agent loop.