AI ClubhouseVibe Coding Guide
Your toolkit · Chapter 1 of 4

The landscape

Agents first, editor optional. How the pieces actually rank.

Here's the mental model that took our community a year of meetups to converge on: agents first, editor optional.

The two tools that matter most are Codex (OpenAI) and Claude Code (Anthropic). Both are agents: you describe, they plan, build, run, and fix. Both are genuinely easy to run, too. Each has a native Mac app you can download like any other software, plus a terminal version for when you're ready. You talk; software appears. For most people, most of the time, an agent is the whole toolkit.

Cursor plays a different role. It's a code editor with an agent inside, for people who want to see the code while it's being written: the file tree, every change, every diff. Some people love that visibility from day one. Others never open an editor at all and ship happily. Neither group is wrong.

So the honest ranking for a beginner: start with an agent, whichever ecosystem you already pay for (Codex comes with ChatGPT Plus, Claude Code with Claude Pro). Add Cursor if and when you get curious about what the code actually looks like. Don't buy three subscriptions on day one.

And the browser builders?

Lovable, Bolt, Figma Make, Replit: apps that build apps entirely in a browser tab. Zero setup, genuinely fun, and where plenty of people fall in love with building. They're also a ceiling, with less control, harder debugging, and code you can't easily take with you. Since you've already set up a real machine, you're past needing them, but they're great to recommend to friends who aren't there yet. (And Claude has its own canvas-style builder, Claude Design, that hands off cleanly to Claude Code. It gets a whole chapter in the next section.)

The next three chapters set up each tool. Read all three, install what matches your subscriptions, and know the third exists for later.

AI Clubhouse · Vibe Coding Guide