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 debby

This 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.

Debby showing Claude and GPT responses to the chicken-or-egg question

3. Start a debate

Now type:

/debate

Each 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.

Debby debate synthesis for the chicken-or-egg question

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.

Debby debate synthesis for the monorepo-or-polyrepo question

See Debby reference for more details.

What's next