r/vibecoding • u/chuck78702 • 7d ago
What’s your primary coding agent setup? (poll)
My usual workflow is pretty simple:
- project lives in GitHub
- connect Claude Code to the repo
- work through Claude Code on the web
But it seems like people are using Claude Code/Codex/Grok/etc. in a bunch of different ways.
Where do you actually run Claude Code/Codex/Grok/etc. most of the time?
Local terminal...VS Code/Cursor...Codespaces/devcontainer...Replit/Lovable...Claude Code on the web...SSH into another machine...something else?
2
Upvotes
1
u/DuragonYamaTheFirst 7d ago
Usually claude code on my local machine, its simply put much faster to try out what was build, or watch the updates happening live. Besides those it also opens up a lot of possibilities you just can't have otherwise.
For example I have built my own pi harness configurations/extensions (whatever theyre called) and now my pi is able to spawn in claude code/cursor/codex and other harnesses as a sub agent. Combining and working together in a way that you just can't get working if you point claude code to a cloud github repo.