Descriptions:
Web Dev Cody walks through Automaker, a project management UI built by his Discord community in roughly a day that wraps Anthropic’s Claude Code autonomous agent. Inspired by Anthropic’s own repo demonstrating a self-extending codebase agent, the community took the concept further by building a full interface: a Kanban-style board for tracking feature backlogs, an agent runner for interactive sessions, themed UI (Retro, Dracula, Groove Box), and an auto mode that pulls items from the backlog and runs agents in the background while the developer is away.
The demo shows Automaker generating an app specification for a newsletter management application called Sending Forge, surfacing suggested features by analyzing the existing codebase, and dispatching Claude Code instances to implement them. The tool stores per-project context files so agents can resume interrupted tasks and answer follow-up questions with awareness of prior work. Session persistence via Electron IPC is shown being debugged live — a backlog item is written, assigned, and fixed within the same session.
Automaker currently defaults to Claude Code but has a community contributor adding support for Codex CLI. For developers interested in building autonomous coding pipelines or productizing AI-assisted development workflows, this video demonstrates what a lightweight but functional agent orchestration layer can look like — built rapidly with the tools it is itself designed to manage.
📺 Source: Web Dev Cody · Published December 10, 2025
🏷️ Format: Showcase







