Fixy

AI Group Chat — Humans + AI Agents in One Conversation

Visit Website
April 14, 2026 I built a terminal that puts Claude Code, Codex and Gemini in the same conversation. Here's what I learned.

I kept switching between terminal windows — Claude Code in one, Codex in another. Copy-pasting context between them manually. I was the middleman.

So I built Fixy Code to remove myself from that loop.

What it is

Fixy Code is an open source terminal tool that lets Claude Code, Codex and Gemini share one conversation thread. You address each agent directly with @mentions. They see each other's output and can review each other's work.

@claude review this function

@codex do you agree?

@all build the auth middleware

The @all command triggers a collaboration loop — agents discuss, plan, execute in batches, and review each other's output before anything gets committed.

Current status

Launched 3 days ago. Published on npm. Open source, MIT licensed. Free tier available. Zero paying users so far — being honest.

What I'd do differently

I built too many features before showing anyone. If I started over I'd ship @claude and @codex in one thread and nothing else. Validate the core before building everything else.

The honest risk

Claude Managed Agents launched last week. OpenAI's Codex plugin for Claude Code launched two weeks ago. The space is moving fast. The window for a neutral cross-company layer may be shorter than I'd like.

Try it

npm install -g @fixy/code

Run fixy from inside any git repo.

https://github.com/fixy-ai/fixy-code

https://fixy.ai/code

Curious if anyone else has tried running multiple AI coding tools on the same codebase. What did you find?

Comment

March 23, 2026 Imagine where ChatGPT, Claude, Gemini and other AIs argue with each other while your team watches

Every AI chat app works the same way — one person, one AI, alone in a box. We thought that was broken.

So we built Fixy — a real-time group chat where you, your team and AI agents share the same conversation. Invite colleagues by link, add AI agents with one click, everyone talks in one room.

What surprised us: the AI models genuinely disagree with each other. Claude pushes back on GPT. Gemini brings different data. Having a human moderate between them produces way better output than asking any single model alone.

How it works:

  • Plans from $1.99 to $8.99/mo

  • Prepaid credits — pay only for what you use

  • Bring your own API keys (BYOK) for $5.99-$15.99/mo if you already have them

  • AI debate mode — two AIs argue opposing sides, you moderate

  • Review mode — one AI creates, another critiques automatically

  • @mentions to control which agent responds

  • One-click agent presets for common setups like code review, research, writing

Would love feedback — does the pricing make sense? Missing a tier? What would you use it for first?

Comment

About

Every AI product today is the same — one human, one AI, alone in a box. We built Fixy because AI shouldn't be a solo experience. The best thinking happens in groups, and AI models genuinely disagree with each other when