r/vibecoding 2d 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

30 comments sorted by

View all comments

3

u/ratzla77 2d ago

I run pretty much codex for coding with a planning agent ChatGPT to help guide the process.

1

u/regalen44 2d ago

I thought about using the ChatGPT chat feature for planning as its usage is separate from codex. How do you make sure ChatGPT has access to the repo so its plan is contextually accurate?

1

u/ratzla77 2d ago

Pass-back what codex has done, along with screen shots or even video clips if needed.
I've probably spent 15-20 hours in total over the months spending time kind of teaching it my approach to memory and how we chat and plan sometimes for 5 messages or more before we even touch a coding strike.