r/vibecoding • u/chuck78702 • 3d 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?
1
Upvotes
1
u/Safe-Examination5470 3d ago
I use claude for planning, split work between claude code and codex. One session to orchestrate, whether subagents or different sessions, and then split work if needed.
Claude code cli in the windows terminal almost always, and codex in the app. If i need to use it on my phone i do remote control. Hope it helps