Quick Start

Get running with TachiBot in 5 minutes. Learn the basics and run your first multi-model workflow.

1. Your First Workflow

Let's run a simple workflow that uses multiple models to verify an answer:

This workflow will:

  1. Brainstorm initial ideas with GPT-5
  2. Research best practices with Perplexity
  3. Verify with Grok
  4. Synthesize the final answer

2. Using Individual Tools

You can also use tools individually:

Think Tool

PingPong Debates

3. Configure Your Tools

Control which tools are loaded to manage token usage:

tools.config.json

✅ Pro Tip

Start with fewer tools enabled (lower token usage), then add more as needed. Each tool adds ~400-500 tokens to the context.

4. Build a Custom Workflow

Create your own YAML workflow file:

my-workflow.yaml

Run your custom workflow:

Common Use Cases

Hallucination Prevention

Code Review

Research & Synthesis