Tutorial: Try Debby
Your first taste of what Omnigent can do. Debby sends every question to both Claude and GPT at the same time, then lets them debate each other. No coding required, just ask a question.
Time: 2 minutes. Everything runs locally.
1. Run Debby
omni debbyThis starts a session in your terminal and opens a web UI at http://localhost:6767. Both Claude and GPT are ready to go.
2. Ask a question
Try something fun or something you genuinely want two perspectives on:
What came first, the chicken or the egg?Both models respond independently. You see both perspectives side by side in the web UI. Notice where they agree and where they diverge.

3. Start a debate
Now type:
/debateEach model reviews the other's answer, challenges weak points, and refines its own. Watch them go back and forth, each round getting sharper. The debate converges toward a stronger synthesis than either model would produce alone.

4. Try a real question
Debby is most useful for questions where independent perspectives matter:
Should we use a monorepo or polyrepo for a team of 20 engineers building 5 microservices?Run /debate again. This is multi-AI orchestration: genuinely independent models stress-testing each other's reasoning, not just two copies of the same opinion.

See Debby reference for more details.
What's next
- Coding Agent tutorial to see what Omnigent adds on top of Claude Code.
- Polly tutorial to see multi-agent coding orchestration in action.