Dispatch

The First Agentic Integrated Overview Environment (IOE)

Stop typing code. Start directing agents. Dispatch orchestrates specialized AI coding agents across a structured pipeline with human review gates.

Rise and ship

What do you want to build?
Cmd+K NavigateCmd+M Mission

Active Goals

Add JWT auth middleware3 of 7 stages
Refactor database layer5 of 7 stages
Add rate limitingAwaiting review
Pre-flight1
GeminiSECURITY

OWASP scan: auth endpoints

Checking injection vectors on /api/auth/*...
Implement1
ClaudeIMPLEMENT

JWT verification middleware

Writing src/middleware/auth.ts...
Verify2
CodexVERIFY

Run test suite: db-layer

Waiting for implementation...
Qwen CoderCLOUDIMPLEMENT

Generate API client SDK

Building typed client from OpenAPI spec...
Review1
HITLREVIEW

Rate limiting implementation

Ready for human review
GOALAdd JWT auth middlewareRunning
SPECAuth specDone
TEST SPECTest coverageDone
SEC SPECOWASP auditRunning
IMPLEMENTauth.tsClaude
VERIFYtest suiteCodex
REVIEWhuman gateHITL
ACTIVE_GOALS
JWT auth middleware43%
DB refactor71%
Rate limitingREVIEW
AGENT_STATUS
AGENTS3 / 5 active
TOKENS142.8k
COST$1.42
TTB6m 14s
DISPATCH_CORE
SPEC
Auth spec
Claude
COMPLETE
SECURITY
OWASP scan
Gemini
RUNNING
IMPLEMENT
JWT middleware
Claude
RUNNING
VERIFY
Test suite
Codex
PENDING
REVIEW
Rate limiting
HITL
AWAITING
PIPELINE SPEC SECURITY IMPLEMENT VERIFY REVIEW
Powered by Three.js in the desktop app
Claude Gemini Codex HITL
now-8mnow-6mnow-4mnow-2mnow
Claude
Generate auth spec
JWT verification middleware
Gemini
Sec spec
OWASP scan
Codex
Test spec
HITL
Rate limiting review
Active Plans
Auth system rollout Running
3 goals · 12 tasks · Started 2h ago
42%
JWT middlewareDone
OWASP auditRunning
Rate limitingPending
DB refactor sprint Scheduled
5 goals · 20 tasks · Starts tomorrow
0%
Papers
Attention Is All You Need Vaswani et al. · arXiv
Constitutional AI: Harmlessness from AI Feedback Anthropic · arXiv
Tree of Thoughts: Deliberate Problem Solving Yao et al. · arXiv

Attention Is All You Need

Vaswani et al. · 2017 · arXiv:1706.03762
Abstract

The dominant sequence transduction models are based on complex recurrent or convolutional neural networks. We propose a new simple network architecture, the Transformer, based solely on attention mechanisms. Experiments on two machine translation tasks show these models are superior in quality while being more parallelizable and requiring significantly less training time.

Sessions
Import conversations from Claude, Codex, or Gemini to continue as Dispatch goals.
ClaudeAuth middleware discussion2h ago
14 messages · 22.4k tokens
CodexDB schema designYesterday
8 messages · 11.1k tokens
GeminiSecurity review notes2 days ago
6 messages · 8.3k tokens
Activity Log
nowClaude writing src/middleware/auth.ts
1m agoGemini flagged XSS risk in token storage
3m agoHITL review approved: rate limiting implementation
4m agoCodex completed test spec generation
6m agoClaude completed auth spec
8m agoGoal dispatched: Add JWT auth middleware
Performance
Avg Task Duration3m 12s-18% vs last week
Tasks / Hour14.2+6 vs baseline
HITL Block Rate12%3 blocks today
Token Efficiency94%Above target
Token usage over time
MonTueWedThuFriSatSun
SecurityPASS
Gate StatusPassNo issues
Secrets Detected0Clean
OWASP Findings1XSS flag
Destructive Ops0None blocked

Recent Findings

SECXSS risk: token stored in localStorage. Recommend httpOnly cookie.2m ago
OKNo hardcoded secrets detected in auth.ts3m ago
OKRS256 algorithm properly configured, no weak ciphers4m ago
JWT auth pipeline12 decisions · 4m ago
DB refactor8 decisions · 1h ago
Rate limiter5 decisions · 2h ago

JWT auth pipeline - Decision Replay

SPECGenerated auth spec with RS256 + refresh token rotation4m ago
TESTCreated 14 test cases covering token expiry, rotation, revocation3m ago
SECFlagged: token in localStorage (XSS risk). Recommended httpOnly cookie.2m ago
IMPLWriting middleware with httpOnly cookie per security specnow
Total Tokens142.8k+12% efficiency
Est. Cost$1.423 goals today
Agents Active3/3All healthy
Review Queue1Awaiting approval

Agent Cost Breakdown

Claude
$0.82
Gemini
$0.39
Codex
$0.21

Settings

PROActive subscription
Cloud AI models included. 5M tokens/mo, 9 models, worktree isolation. Local adapters (Claude, Gemini, Codex) are always free.
Gemma 4 Qwen Coder Qwen 3 Llama 3.3 DeepSeek R1 Llama 4 Scout Kimi K2.5 GPT-OSS 20B Mistral Small
Token Usage
1.7M / 5M tokens
Claudeconnected
claude v1.0.18
/usr/local/bin/claude
Geminiconnected
gemini v0.3.6
/usr/local/bin/gemini
Codexconnected
codex v0.1.2
/usr/local/bin/codex
Default Profile
Standard
Spec Agent
Claude
Implement Agent
Claude
Verify Agent
Codex
Agent Pool Size
3
Token Budget (per goal)
500k
Auto Model Selection
Default HITL Tier
BlockNotifyAuto
Rate Limit Fallback
Fall back to specific agentClaude
No remote hosts configured
System Tray
Desktop Notifications
Browser Access
Sandbox Mode
3/5 agents 2 queued 1 review 142k tokens 0 errors
AUTO HTTPS main
ClaudeJWT verification middleware
Analyzing security requirements from spec...
Identified 3 core constraints from sec-spec.
Token storage: httpOnly cookie (per security flag)
> Writing src/middleware/auth.ts
import { verify } from 'jsonwebtoken'; import { getCookie } from '../utils/cookie'; export const verifyJWT = async (req, res, next) => { const token = getCookie(req, 'auth_token'); if (!token) return res.status(401).json({ error: 'Authentication required' }); try { const decoded = verify(token, process.env.JWT_SECRET, { algorithms: ['RS256'] }); req.user = decoded; next(); } catch (err) { return res.status(401).json({ error: 'Invalid token' }); } };
> Implementing token refresh rotation...
Dispatch
The Agentic Integrated Overview Environment
Installed Adapters
claudev1.0.18
geminiv0.3.6
codexv0.1.2
Runtime
Server0.1.0
Modelocal
Uptime42m 18s
PlatformmacOS (arm64)
M
New MissionDispatch a quick mission to any agent (Cmd+M)
R
Import Research PaperImport from arXiv or paste an abstract
Rp
Papers LibraryBrowse imported papers, status tracking, linked goals
F
FloorLive agent monitoring
3D
Floor (3D)Immersive agent monitoring
A
AgentflowPipeline DAG view
T
Task BoardKanban-style task overview
P
PlansGoal decomposition and execution plans
V
VaultReplay files and snapshots
O
ObservatoryMetrics, costs, insights
X
SessionsImport external agent sessions
L
ActivitySearchable log of all agent actions
R
Performance ImprovementAdapter metrics and correction rules
Sc
SecuritySecurity findings, secret detection, gate status
S
SettingsConfiguration
Quick Launch One-off agent task
Agent
ClaudeCodexGemini
Mission
AdapterClaude
ModeStandard
New Goal
ProfileStandard
HITLBlock
Import Paper
Supported: arXiv URLs, arXiv IDs, DOI links, direct PDF URLs
QUALITY PIPELINE

6 gates between agents and your codebase

Every change passes 6 quality gates before it reaches your codebase. Tests before code. Security scanning. Clean code enforcement. Design quality. Performance checks. Human review.

Agents follow industry best practices for your domain out of the box — from auth patterns to database design. No instruction files needed.

Spec
Tests
Security
Clean Code
Perf
Review
ORCHESTRATION

Right agent, right job

Claude, Codex and Gemini. Auto-route each pipeline stage to the best agent based on task type and model strengths.

SECURITY

Secure by default

OWASP-mapped specs, destructive command detection and dual-agent security audits before any code ships.

VISIBILITY

See everything, miss nothing

Dashboard, Floor swimlanes, pipeline DAG, task board, cost observatory. Every view designed for a different decision.

D Dashboard F Floor A Agentflow O Observatory
MEMORY

Full decision trail

Every agent decision, spec revision and human override is recorded in the Vault. Replay any pipeline from start to finish.

PRIVACY

Local-first, always

Everything runs on your machine. SQLite database, no cloud dependency, no telemetry by default.

GITHUB

PRs and issues, connected

Auto-create pull requests from completed goals. Import GitHub issues as goals. Review comments flow back as agent feedback.

VERIFICATION

Adversarial cross-review

Multiple independent verifiers review every change. You only see the disputes. Consensus findings are auto-resolved.

RESILIENCE

Self-healing agents

Crash recovery, checkpoint resume and cross-agent state transfer. Agent sessions survive crashes, sleep and network drops.

ROUTING

Smart task routing

Dispatch learns which agents perform best in your codebase and routes tasks accordingly. Optimize for speed, cost or quality.

CLOUD TOOLS

Server-side tool execution

Cloud models run file operations in ephemeral workspaces. No round-trips, automatic cleanup, secret scanning before upload.

Pro

Ready to direct instead of type?

Get Dispatch