The argument in one line.
AutoCloud multiplies AI coding output by running parallel Claude agents in isolated git branches with automatic merge conflict resolution and self-review loops, allowing developers to queue dozens of tasks and get them completed overnight without manual intervention.
Read if. Skip if.
- A developer with Claude API access who manages 5+ concurrent feature requests or bug fixes and wants to parallelize work across multiple git branches without manual orchestration.
- A solo founder or small team lead running production code who needs AI-assisted development but lacks time to review, test, and merge each Claude suggestion individually.
- An intermediate developer who understands git workflows and wants to see how multi-agent AI systems can handle task decomposition, conflict resolution, and self-review without human intervention.
- You don't have a Claude API subscription or Claude Code access — the tool wraps Claude as its core engine and won't work without it.
- You're working in a non-git codebase or a version control system other than git — Auto Claude relies on git worktrees and branch isolation.
- You work on codebases where you need real-time human approval on every AI decision — this tool is designed to minimize interruptions and only surface tasks after the AI marks them done.
The full version, fast.
Auto Claude is a free, open-source Electron and Python orchestrator that wraps a Claude Code subscription in a Kanban board, running parallel agents in isolated git worktrees so you can stack ten or more tasks at once without merge collisions. Each task is auto-classified by complexity, planned with subtasks, coded in a sandboxed branch, then self-reviewed by an AI layer before it surfaces for human staging, with a dedicated merge-conflict resolver patching overlaps as files evolve. A graph plus semantic RAG memory layer makes context cheaper the longer you use it, and integrations cover GitHub issues, changelog and release generation, multi-account rate-limit swapping, a roadmap generator, and up to twelve renamable terminals for hands-on work alongside the autonomous queue.
Chat with this breakdown — free.
Sign in and you get 23 free chat messages on us — ask for the hook, quote a framework, find the exact transcript moment, generate a markdown action plan. Bring your own key when you want unlimited.
Create a free account →Where the time goes.

01 · Cold Open + Introduction
10x the work done — promise stated, creator introduced, product named. No warm-up.

02 · Project Setup
File picker -> .autocloud folder initialized. One-click onboarding.

03 · Kanban Board - Creating Tasks
Planning -> In Progress -> AI Review -> Human Review -> Done. Creates bug-fix task by pasting a screenshot. Shows model, thinking level, and human review gate controls.

04 · Task Complexity Classification & AI Review
System auto-classifies task as simple (90% confidence). Introduces worktrees (git sandboxes per task) and the merge conflict AI layer. Live log panel shows tool calls.

05 · Agent Terminals
Up to 12 simultaneous Claude Code terminals, renameable. Tasks can be created from terminal view. Session restore.

06 · Insights & Roadmap
Insights = persistent project-aware chat. Roadmap = AI-generated feature priority breakdown. Planned Canny integration.

07 · Context & Memory System
Project Index auto-parses codebase (Electron + Python detected). Graph memory + semantic RAG accumulates session insights — claims to become cheaper than raw Claude Code over time.

08 · Changelog & GitHub Integration
Changelog Generator pulls from completed tasks or Git history since a tag. One-click GitHub Release creation with emoji support. v2.2.0 generated in ~30s.

09 · Advanced Settings & Multiple Claude Accounts
Supports multiple Claude Max accounts with auto-switching on rate limits. GitHub Issues integration incoming.

10 · Install Walkthrough
Download zip -> open in Cursor -> install Node.js + Python + Docker Desktop -> pnpm install + pnpm run start. Live macOS install demo.

11 · Conclusion & CTA
Discord community plug, subscribe ask. Clean end.
Lines worth screenshotting.
- Auto Claude is a free, open-source Electron + Python app that wraps Claude Code in a task-planning, worktree-sandboxed, self-reviewing multi-agent orchestration system.
- Tasks are automatically classified by complexity (simple, medium, complex) at 90%+ confidence, which determines how much test coverage and spec documentation the agent generates.
- Each task runs in an isolated git worktree (a sandboxed branch) so multiple tasks can modify the same files in parallel without blocking each other.
- An AI merge conflict resolver handles the programmatic and semantic conflicts that arise when parallel worktree tasks are merged back into the main branch.
- Auto Claude's self-review loop means the agent critiques its own output before flagging a task as ready for human review — reducing the number of half-finished tasks you have to evaluate.
- A human review gate before coding is an optional setting for complex tasks where the developer wants to validate the plan before any code is written.
- The agents terminal supports up to 12 named Claude Code instances visible simultaneously — renaming terminals by task description preserves mental context across long multi-session days.
- Session restoring means closing and reopening Auto Claude returns all terminal sessions to their previous state without losing work in progress.
- A Kanban board (not just a task list) gives a visual overview of every agent's current status — planning, coding, reviewing, or ready for human check.
- The insights panel is a persistent Claude instance with project access for architecture questions, research, and exploration that runs separately from the task agents.
- Simple tasks (bug fixes with a screenshot description) get a quick spec and a single targeted test — the system does not over-engineer low-complexity work.
- Auto Claude is designed for all skill levels: vibe coders use the Kanban UI, senior developers use the worktree and terminal control for granular oversight.
Steal the architecture, not the app.
The worktree-per-task pattern is the unlock — it is what makes running 12 parallel agents safe rather than chaotic.
- Worktree = sandbox per task. Each agent branch is isolated — parallel tasks cannot step on each other. Consider wiring JoeFlow Sessions rows to git worktrees.
- Pre-classify before burning context. Auto Claude's complexity classifier (simple/medium/complex) gates how much token spend each task gets. Build this into JoeFlow batch dispatch.
- The human review gate is the product. Users don't want to babysit agents — they want to approve finished work.
- Auto Claude is free + open source. Win on Windows-first polish, JoeFlow-native integration, and long-term stability.
- "I get a lot of tasks done while I sleep" — this is the positioning sentence. If Joe ships a Sessions-powered batch mode, that line belongs on the landing page.
Terms worth knowing.
- Auto Claude
- A free, open-source desktop application that orchestrates multiple Claude Code agents in parallel, managing tasks through a Kanban board and running each task in an isolated git worktree.
- Claude Code
- Anthropic's command-line AI coding agent that Auto Claude wraps to enable parallel, multi-task autonomous development workflows.
- Kanban board
- A visual task management system that organizes work items into columns — typically To Do, In Progress, and Done — used here as the interface for queueing and tracking AI coding tasks.
- git worktree
- A Git feature that creates an additional working copy of a repository in a separate folder, allowing multiple branches to be checked out and worked on simultaneously without conflicts.
- multi-agent loop
- An automated workflow where multiple AI agents run in parallel, each handling a separate task, with a coordination layer managing dependencies, merges, and human review checkpoints.
- vibe coding
- Using an AI to write or build software through loose natural-language descriptions, with no requirement for the user to have coding knowledge or write code manually.
- merge conflict
- A situation in Git where two branches have made incompatible changes to the same code, requiring resolution before the branches can be combined — Auto Claude attempts to resolve these automatically.
- Electron
- A framework for building cross-platform desktop applications using web technologies (HTML, CSS, JavaScript), used here as the foundation for Auto Claude's GUI.
- task complexity classification
- Auto Claude's internal process of evaluating a task's scope and difficulty to automatically select the appropriate AI model and reasoning depth before starting work.
Things they pointed at.
Lines you could clip.
“10 times the work done on your projects with the planning and the quality coding and testing that you should demand from your AI coding system.”
“A work tree is basically a sandbox or environment where the coding is happening in one place and it won't touch any of the other files.”
“The more you use Autocloud, the smarter it becomes at actually retrieving context at a smaller token usage. So it will become cheaper to actually use Autocloud over cloud code when you use it over time.”
“I get a lot of tasks done while I sleep.”
Word for word.
Don't just watch it. Burn it in.
See every word as it's spoken — crank it to 2× and still catch all of it. The same dual-channel trick behind Amazon's Kindle + Audible.
The bait, then the rug-pull.
The title and the first spoken line are the same sentence — a clean pattern-interrupt that wastes zero frames before stating the promise. André Mikalsen opens with a question, answers it with a product name, and is inside the demo by the 40-second mark.
Named ideas worth stealing.
Worktree-per-task sandboxing
Each task runs in its own git worktree (isolated branch). Parallel tasks cannot clobber each other. Merge conflict AI layer resolves diffs when tasks complete.
Task complexity classifier
- Simple
- Medium
- Complex
Auto Claude classifies each task before coding begins. Simple tasks get a quick spec + one test. Complex tasks get full spec + multiple subtasks + deeper review. Controls token spend automatically.
Planning to Done pipeline
- Planning
- In Progress
- AI Review
- Human Review
- Done
The Kanban columns represent real agent states. Tasks only surface for human review after the AI has reviewed its own work. Human time is reserved for final acceptance, not QA.
Graph memory + semantic RAG cost curve
As Auto Claude accumulates session memory, it retrieves relevant context with fewer tokens, making it cheaper per task than raw Claude Code over time. Compounding efficiency.
How they asked for the click.
“Join our Discord community. If you have liked the video, be sure to subscribe and like it.”
Soft and brief — Discord first, then subscribe. No product pitch, no upsell. Matches the free/open-source positioning.





































































