Stop Switching Tabs. Command Every LLM From One Prompt.
Seven models, seven training sets, seven perspectives. Perplexity searches, Grok reasons, Gemini critiques, Kimi thinks step-by-step — different minds, one answer.
"Have Grok check Twitter for that error message""Ask Perplexity what changed in React 19 this week""Get Gemini to brainstorm, then have Kimi K2.5 and GPT-5.2 both analyze it"Stop Trusting. Start Verifying.
Same question. Different approach. Better answer.
"What breaking changes are in React 19?"One Model
Generic advice, might miss recent updates
No sources or documentation links
Could confuse React 18 vs 19 features
No way to verify accuracy
TachiBot
Models challenge each other, 3-200 rounds
Live sources with recency filters
Mix and Match Your Reasoning Pipeline
Mix and match tools, prompt techniques, and workflows to build your reasoning pipeline.
Multi-Model Planner
Create bulletproof implementation plans. A council of 6 AI models — Grok searches for ground truth, Qwen analyzes code, Kimi K2.5 reasons step-by-step and decomposes into dependency-ordered subtasks, GPT-5.2 critiques gaps, Qwen 235B drafts the synthesis, and Gemini judges the final plan with quality scores and verification checkpoints.
planner_maker + planner_runnerMulti-Model Council
Run your question through 4-6 AI models simultaneously. Each analyzes from its unique perspective. A final judge synthesizes the best insights, scores confidence, and resolves conflicts.
council + judge7 AI Providers
GPT-5.2, Gemini, Grok, Perplexity, Kimi K2.5, Qwen, and MiniMax — each with unique strengths. Gateway mode with one OpenRouter key, or BYOB with your own provider keys.
gateway + BYOB22 Prompt Techniques
Research-backed patterns like first_principles, tree_of_thoughts, and council_of_experts. Preview the enhanced prompt before executing. Apply any technique to any model.
preview → executeYAML Workflows
Chain unlimited steps. Variable interpolation, step dependencies, auto-distillation, comparison tables, and optional AI judge. PingPong debates, research pipelines, code reviews.
workflow + plannerHow Seven Minds Think Together
A structured reasoning pipeline — ground in data, decompose, explore alternatives, stress test for holes, then judge.
Search real-time data from 4 providers. No thinking starts without facts.
Decompose into atomic parts. Map dependencies, constraints, and execution order.
Generate alternative approaches from different training data and perspectives.
Attack assumptions. Find holes, blind spots, and failure modes in every path.
Synthesize the best elements from every model. Resolve conflicts. Score everything. Not 10? Here's why — and how to fix it.
Each model was chosen for a specific strength. Different training data, different benchmarks, different blind spots.
5 Models. One Answer.
Real GPT-5 → GPT-5.2 migration analysis, ~3 minutes
"Should I migrate from GPT-5 to GPT-5.2? Differences, breaking changes, migration steps."
GPT-5.2 released Nov 12 — automatic migration, backward compatible
2 modes, 8 personalities, 25% better coding, 15% better factuality
No breaking changes — backward compatible until Q1 2026
30% latency reduction, 10% fewer hallucinations
Low-risk upgrade — enable in staging, test 1 week, then production
Customize Everything
Toggle tools, write workflows, control exactly what loads
Profile System
Toggle tools on/off per project
{
"customProfile": {
"tools": {
"perplexity_ask": true,
"grok_reason": true,
"qwen_coder": false
}
}
}YAML Workflows
Chain models into multi-step pipelines
steps: - tool: grok_reason output: reasoning - tool: perplexity_ask output: research - tool: gemini_analyze_text output: patterns - tool: openai_brainstorm output: final
Pass outputs between steps, run in parallel, add variables. Save as .yaml or .json.
Works With Leading AI Providers
Always using the latest models from each provider
Works best with Claude Code MCP integration
Get Started in Minutes
Add to Claude Desktop or any MCP client
npm install -g tachibot-mcp{
"mcpServers": {
"tachibot": {
"command": "tachibot-mcp",
"args": ["--config", "~/.tachibot/config.json"]
}
}
}~/.config/Claude/claude_desktop_config.json
tachibot workflow run general-council "Your query here"Built in public. Backed by stars.
TachiBot is open source and actively maintained. If it helps your workflow, a star helps us keep going.