We only build on Claude.
Depth over breadth. We build exclusively on Anthropic's Claude — routing across Haiku, Sonnet, and Opus inside every agent to match the right model to each task. Here's why we chose Claude, and how the three models fit together.
Why Claude-only?
The Claude model family we route between
Three models, one routing layer. The right brain for each task.
Claude Haiku 4.5
Triage & Classification
Classifies incoming tasks from Slack, Teams, or CLI. Routes to the right specialist agent in under half a second.
- Intent detection
- Ticket triage
- Log parsing
- Structured extraction
Claude Sonnet 4.6
Code & Execution
Writes production code, opens PRs, runs tests, and drives deployments. The workhorse behind most agent actions.
- Code generation
- Refactoring
- Test authoring
- Tool use
Claude Opus 4.7
Reasoning & Root Cause
Deep reasoning for incident diagnosis, architecture decisions, and multi-step debugging. The model we reach for when stakes are highest.
- Root cause analysis
- Architecture review
- Incident diagnosis
- Migration planning
Haiku classifies → Sonnet executes → Opus reasons when stuck
The Claude capabilities we use
Nine Claude-specific features wired into our platform — not marketing bullets, actual orchestration primitives.
Extended Thinking
Opus 4.7's adaptive thinking for multi-step reasoning on complex incidents and architecture decisions.
1M-Token Context
Whole codebases, architecture docs, and incident histories fit in a single prompt on Opus 4.7.
Model Context Protocol (MCP)
Anthropic's open standard for connecting Claude to external tools. We build custom MCP servers per engagement for GitHub, AWS, Terraform, Jira, Snowflake, internal APIs, and more.
Prompt Caching
Repeated context (runbooks, codebases, schemas) cached across sessions — reducing repeat-query cost ~90%.
Computer Use
Claude interacts with web UIs — AWS Console, Salesforce, Jira, internal dashboards — without pre-built APIs.
Vision
Multimodal debugging: Claude analyzes architecture diagrams, error screenshots, and dashboard charts.
Batch API
Bulk operations (test generation, code audits across repos) at 50% cost.
Structured Outputs
Reliable schema-enforced JSON/XML for tool orchestration and cross-agent handoffs.
Constitutional AI Safety
Anthropic's safety training reduces production hallucinations — fewer false diagnoses, safer code changes.
What CodeTractor adds on top of Claude
Claude is the engine. CodeTractor is the orchestration, memory, and guardrails — everything you'd otherwise build yourself to turn Claude into a working engineering team.
| Feature | If you built this yourself | CodeTractor |
|---|---|---|
| Model routing | Pick one model per task manually | Auto-routes Haiku → Sonnet → Opus for cost-latency balance |
| Multi-agent orchestration | You build it | 5 pre-built specialists plus a Supervisor that coordinates them |
| Human-in-the-loop gates | You build it | PR approval, deploy gates, Slack/Teams approvals built in |
| Episodic memory | Stateless sessions | Agents learn from past incidents across sessions |
| SKILL.md capability discovery | N/A | Drop-in runbooks, no redeployment |
| Auto-rollback on failure | N/A | DevOps Agent reverts and alerts automatically |
| Cost optimization | Manual tuning | Routing + caching patterns tuned for long-running agents |
| Deployment target | Your choice — Anthropic, Bedrock, or Vertex | Your VPC, Bedrock, or Claude Managed Agents |
Anthropic ecosystem integration
We build on and integrate with the full Claude stack. If it's in Anthropic's ecosystem, we know it.
Claude Managed Agents
Our deployment target — Anthropic-hosted agent runtime
Model Context Protocol (MCP)
Custom MCP servers built per-engagement for your systems
Claude Agent SDK
The foundation our platform orchestration is built on
Claude Code (CLI)
Local dev workflows and our own build tooling
Claude Desktop
For client teams using Claude interactively with our MCP servers
Anthropic Console
Monitoring, billing, and usage analytics
Skills + Memory
Capability discovery and cross-session context via SKILL.md
Code Execution
Sandboxed runtime for agent-generated code
Claude for Enterprise
For compliance-heavy clients
How your data is handled
- Your code and logs never train shared models.
- Anthropic does not train on API traffic by default.
- Self-hosted deployments keep all data in your VPC.
- SOC 2 Type II aligned, zero retention on inference.
Ready to deploy Claude as your engineering team?
Free assessment. We'll map your engineering workflows to Claude agents in a 45-minute call.