Settings

Theme

Ask HN: What's the tightest loop for vibe coding you know of?

2 points by jamesdwilson 6 months ago · 2 comments · 1 min read


I like OpenAI Codex but not a fan of the delays and the rebuilding and refreshing etc.

Can you please suggest the best way to get a tight feedback loop?

Ideally: I can speak a command to affect the code and I see the page refreshed as soon as it is parsed and executed.

jonator 6 months ago

Like for a dev server? Are you using a file watcher? I also find a test watcher helpful to increase confidence in the agents changes.

Recently, the cursor agent panel supports multiple tabs and sometimes I use that to kick off multiple non conflicting agents. You may prefer a separate window. Further, to avoid file conflicts completely, you could use a git work tree.

  • jamesdwilsonOP 6 months ago

    Yes a dev server. I can use a file watcher and on the JS side do the automatic page refresh there too, but was curious about local options. I haven't tried Cursor.

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection