The ADE thatsets the standard
From story to controlled merge, one verifiable harness unifies agents, Code Practices, smart worktrees, and live Cloud Previews.
Discarded from backlog
Rejected during review
Beyond the prompt
AI can write the code. Blame makes it shippable.
Turn an idea into a user story, give it an isolated workspace, see it run, review every change, then decide what ships.
Highlights.

The workflow
Every request. One clear lane.
From brief to merge, the whole workflow stays visible.

Isolated by default
One story. Its own smart workspace.
A dedicated worktree, environment, port, and local runtime.

Live preview
See each isolated worktree in action.
Preview locally. Review every change. Merge when it earns it.
+ any OpenAI-compatible API
Parallel agents
Every agent. The right model.
Run multiple agents in parallel across 50 AI providers.

Code practices
Your standards, built in.
Match the codebase or apply a stricter engineering standard.

Project creation
Start ready.
Choose a web stack. Blame prepares it for agent work.
The backlog
Every request gets a lane.
Write the outcome once and Blame turns it into a durable lane for the entire development cycle. The brief, relevant context, agent activity, implementation state, review notes, and final decision stay attached to the same story, from the first backlog draft to the merge you approve.

Isolated by default
One story. Its own smart workspace.
Blame automatically analyzes your project, determines what the story needs, and prepares a dedicated branch, worktree, environment, port, and local runtime before implementation starts.
- Worktree ready
- Environment synced
- Preview attached
Live preview
See each isolated worktree in action.
Open the running app beside the story. Inspect files, terminal output, and every change without chasing branches, ports, or browser tabs.
Untitled user story
The ADE thatsets the standard
From story to controlled merge, one verifiable harness
unifies agents, Code Practices, smart worktrees, and live Cloud Previews.
Human decision
Your call, all the way to merge.
Request changes, reject the work, or approve and merge when it earns it. The agent moves fast. The decision stays yours.
- Review the evidence
- Request another pass
- Approve and merge
Parallel agents
Run every agent on the model that fits.
Launch multiple agents in parallel, even across different providers. Blame supports 50 AI providers, so every task can use the model that fits it best.
+ any OpenAI-compatible API
Code practices
Every agent codes like a pro.
Blame holds every implementation to professional engineering standards: clean code, verified changes, sound architecture, and a commit history your team can trust.
Coding style
Write explicit, typed, focused code with deliberate error handling and no temporary, duplicated, or unsafe patterns.
1type Member = {2 name: string3 score: number4 isActive: boolean5}67export function rankMembers(8 members: Member[],9) {10 return members11 .filter(isActive)12 .map(toRanking)13}
1const f=(x:any)=>{2 let r=[]3 for(let i=0;i<x.length;i++)4 if(x[i].active)5 r.push({n:x[i].name,6 v:x[i].score*2})7 return r8}
Specialist agents
More perspective. Only when it matters.
Focused specialists sharpen context, interface quality, verification, and risk. One lead agent stays responsible for the implementation.
Codebase Analyst
Finds the right context.
Story Analyst
Tightens the brief.
Frontend Design Specialist
Refines the interface.
Test & Verification Analyst
Plans the proof.
Risk & Review Analyst
Challenges merge readiness.
Blame Cloud
Change computers. Keep every detail.
Open the same project on another computer and Blame restores the context around it. No rebuilding your workflow from scratch.
Stories & conversations
Every user story and its full conversation history stays linked to the project.
Code practices & preferences
Your enabled practices and project preferences return exactly as you set them.
Provider connections
Tokens and OAuth connections stay ready, so each provider works without another setup.
MCP configurations
Every configured MCP server is restored when you move to another computer.
Project creation
From empty folder to agent-ready
Choose a web stack. Blame generates the structure, tooling, environment files, and preview configuration inside the same workflow.
New Project
Generate a codebase ready for Blame workflows.
Frontend framework
The frontend choice drives the rest of the wizard.
Blame early access
Let agents move fast. Keep the final say.
Available for macOS, Windows, and Linux. Bring the AI provider you already use.