Browse by type
The World's First Autonomous Product Engine
Your products improve themselves — 24/7 — while you sleep.
Research → Ideation → Swipe → Build → Test → Review → Pull Request — fully automated.
I highly recommend getting Hetzner VPS to run this. You can sign up here.
🎮 Live Demo • Quick Start • Docker • What's New • Features • How It Works • Configuration • Contributors
▶️ Watch the Autensa v2 Introduction
Autopilot now has a product-level Repo Setup tab that verifies a repository is ready before agents create PR-bound work. It checks authenticated git access, default branch confirmation, GitHub API and PR metadata access, GitHub Actions status, workflow token permissions, PR workflow secrets, and PR workflow variables.
When setup is blocked, users can fix supported GitHub configuration from the UI: set workflow token permissions to read/write, add missing Actions secrets, and add missing Actions variables. Secret values are written directly to GitHub and are not stored in Autensa.
Build Queue tasks with GitHub PRs now include a PR checks recovery panel. Failed checks are classified as retryable, repo setup, or external provider failures, with actions to rerun failed GitHub Actions jobs or rerequest external checks where GitHub supports it.
Product creation and settings now validate private repos with authenticated git access, detect the remote default branch, and require user confirmation before Autopilot starts. Workspace isolation preflights the selected branch and can use the detected default branch, avoiding main clone failures on repos that use master.
v2.5.0 — Dispatch & Product Settings Fixes
Each dispatched task now gets its own OpenClaw conversation session. Previously, all tasks assigned to the same agent shared one session, causing context to accumulate across tasks until the model's context window was exhausted and the agent stalled. The openclaw_sessions table already had a task_id column — dispatch now uses it for session lookup, session ID generation, and insert. Parallel tasks on the same agent work independently.
Agent ID fields now accept both standard UUID format (8-4-4-4-12) and 32-character hex identifiers from the OpenClaw gateway. Previously, Zod's strict .uuid() validation rejected gateway-format agent IDs, causing "Invalid UUID" errors when assigning imported agents to tasks.
The task delete button now shows a loading state ("Deleting..."), disables during the request, and displays inline error messages when deletion fails. Previously, the button had no feedback — if the API request failed or was slow, users saw no response and assumed the button was broken.
The Autopilot product settings modal now includes a Status dropdown (Active / Paused) and a Danger Zone section with an Archive button. Paused products stop automated research and ideation cycles. Archived products are hidden from the dashboard but data is preserved. The main product listing now filters out archived products.
v2.4.1 — Community Bug Fixes
openclaw/default with the original model in x-openclaw-model, fixing 404 errors on OpenClaw deployments. (@Ahmedkasmi-dev, #109)AUTOPILOT_MODEL config is respected. (@aaronmeza, #116)v2.4.0 — Agent Skill Creation Loop
v2.0–v2.3 — Full changelog in Releases
Autensa v2 is a ground-up expansion from task orchestration dashboard to the world's first autonomous product improvement engine. It researches your market, generates feature ideas, lets you decide with a swipe, and builds them — automatically.
The headline feature. Point Autensa at any product (repo + live URL) and it runs a continuous improvement loop:
Autonomous Research — AI agents analyze your codebase, scan your live site, and research your market: competitors, user intent, conversion patterns, SEO gaps, technical opportunities. Runs on configurable schedules — daily, weekly, or on-demand.
AI-Powered Ideation — Research feeds into ideation agents that generate concrete, scored feature ideas. Each idea includes an impact score, feasibility score, size estimate, technical approach, and a direct link to the research that inspired it.
Swipe to Decide — Ideas appear as cards in a Tinder-style interface. Four actions:
Now! — Urgent dispatch. Priority queue, immediate execution.
Automated Build → PR — Approved ideas flow through the full agent pipeline: Build agent implements the feature → Test agent runs the suite → Review agent inspects the diff → Pull request created on GitHub with full context.
Your only job is the swipe. Everything else is automated.
Inspired by Andrej Karpathy's AutoResearch architecture. Each product has a Product Program — a living document that instructs research and ideation agents on what to look for, what matters, and what to ignore. The program evolves as swipe data accumulates: the system learns your taste, not just patterns.
Large features get decomposed into subtasks with a visual dependency graph (DAG). Multiple agents (3–5) work simultaneously with dependency-aware scheduling:
Don't wait for a PR to give feedback. Two communication modes:
Full chat history preserved per task — every message, note, and response.
Granular spend visibility across every dimension:
A dedicated Learner agent captures lessons from every build cycle — what worked, what failed, what patterns emerged. Knowledge entries are injected into future dispatches so agents don't repeat mistakes.
Before any build starts, agents run a structured planning phase:
Agent progress is saved at configurable checkpoints:
Every swipe trains a per-product preference model:
Ideas you're not sure about don't disappear:
Real-time SSE stream of everything happening across all products:
Choose your comfort level per product:
| Tier | Behavior | Best For |
|---|---|---|
| Supervised | PRs created automatically. You review and merge manually. | Production apps |
| Semi-Auto | PRs auto-merge when CI passes and review agent approves. | Staging & trusted repos |
| Full Auto | Everything automated end-to-end. Idea → deployed feature. | Side projects & MVPs |
Each build task gets an isolated workspace:
.workspaces/task-{id}/Configure autonomous cycles per product:
Product Autopilot - 🔬 Autonomous market research (competitors, SEO, user intent, technical gaps) - 💡 AI-powered ideation with impact/feasibility scoring - 👆 Swipe interface for instant approve/reject/maybe decisions - 📄 Product Program (Karpathy AutoResearch pattern) - 🎯 Preference learning from swipe history - 🔁 Maybe Pool with auto-resurface - 📊 Configurable research & ideation schedules
Agent Orchestration - 🤖 Multi-agent pipeline (Builder → Tester → Reviewer → Learner) - 🚛 Convoy Mode for parallel multi-agent execution - 💬 Operator Chat (queued notes + direct messages) - 💚 Agent health monitoring with auto-nudge - 🔄 Checkpoint & crash recovery - 🧠 Knowledge base with cross-task learning - 🔀 Workspace isolation (git worktr
$ claude mcp add mission-control \
-- python -m otcore.mcp_server <graph>