Descriptions:
Web Dev Cody walks through Automaker, an open-source Electron and browser application his team has been building to orchestrate autonomous AI coding agents. Under the hood, Automaker wraps the Claude Code agent SDK, letting users define work as Kanban cards and dispatch each card to an isolated Git worktree—so features and bug fixes develop in parallel branches without disturbing the main codebase.
The demo highlights several practical capabilities: launching agents via hotkeys for power-user speed, generating GitHub pull requests directly from the UI, running a live dev server alongside active agent sessions, and querying the codebase through an embedded LLM chat window. Automaker also supports context injection—dropping in external documentation or design specs as reference files—and includes a terminal escape hatch for situations where direct use of Claude Code CLI, Open Code, or Codex is preferred.
The video’s central argument, telegraphed in the title, is that tools like Automaker lower the skill floor for software development enough that a project manager comfortable with a Kanban board could drive real coding output. The workflow demonstrated—describe a feature in plain language, assign it to a branch, review the diff, merge via pull request—makes that claim tangible rather than theoretical. The repo is available at automaker.app.
📺 Source: Web Dev Cody · Published December 19, 2025
🏷️ Format: Hands On Build







