EveryDev.ai
Sign inSubscribe
Home
Tools

2,747+ AI tools

  • New
  • Trending
  • Featured
  • Compare
  • Arena
Categories
  • Agents1877
  • Coding1340
  • Infrastructure633
  • Marketing503
  • Projects447
  • Research410
  • Design393
  • Analytics357
  • MCP246
  • Security246
  • Testing242
  • Data236
  • Integration180
  • Prompts169
  • Communication162
  • Learning162
  • Extensions154
  • Voice138
  • Commerce127
  • DevOps112
  • Web83
  • Finance24
AI Tools by Topic
  • AI Coding Assistants
  • Agent Frameworks
  • MCP Servers
  • AI Prompt Tools
  • Vibe Coding Tools
  • AI Design Tools
  • AI Database Tools
  • AI Website Builders
  • AI Testing Tools
  • LLM Evaluations
Follow Us
  • X / Twitter
  • LinkedIn
  • Reddit
  • Discord
  • Threads
  • Bluesky
  • Mastodon
  • YouTube
  • GitHub
  • Instagram
Get Started
  • About
  • Editorial Standards
  • Corrections & Disclosures
  • Community Guidelines
  • Advertise
  • Contact Us
  • Newsletter
  • Submit a Tool
  • Start a Discussion
  • Write A Blog
  • Share A Build
  • Terms of Service
  • Privacy Policy
Explore with AI
  • ChatGPT
  • Gemini
  • Claude
  • Grok
  • Perplexity
Agent Experience
  • llms.txt
Theme
With AI, Everyone is a Dev. EveryDev.ai © 2026
    1. Home
    2. Tools
    3. Babysitter
    Babysitter icon

    Babysitter

    Agent Frameworks
    Featured

    An open-source orchestration layer that wraps AI coding agents in quality gates, convergent loops, and deterministic workflows to ensure reliable, verified task completion.

    Visit Website

    At a Glance

    Pricing
    Open Source

    Fully free and open-source under the MIT License. Self-hosted, no telemetry, no licensing fees.

    Engagement

    Available On

    Web
    API
    VS Code
    SDK
    CLI

    Resources

    WebsiteDocsGitHubllms.txt

    Topics

    Agent FrameworksAutonomous SystemsAI Coding Assistants

    Alternatives

    PaperclipMission ControlComposio
    Developer
    a5c.aiTel Aviv, IsraelEst. 2024

    Listed Jun 2026

    About Babysitter

    Babysitter is an open-source orchestration layer built by a5c.ai that wraps AI coding agents in quality gates, convergent loops, and an immutable event-sourced journal. Licensed under MIT and available on GitHub, it enforces deterministic, hallucination-free self-orchestration so that "done" means gates passed — not just agent confidence. The project was created in January 2026 and has accumulated over 1,100 GitHub stars.

    What It Is

    Babysitter sits between a developer and their AI coding agent, acting as a process enforcement layer rather than a simple prompt wrapper. Workflows are defined as JavaScript code; the agent can only execute what the process permits. Every task, gate, and decision is recorded in an immutable journal stored in .a5c/runs/, enabling deterministic replay and resumption from any point. The homepage describes it as "CI/CD for AI agents" — your agent codes, Babysitter verifies.

    How the Enforcement Architecture Works

    The core mechanism is a mandatory stop-and-check loop. After every step, the agent is forced to halt; the process code then decides what is permitted next. Quality gates are real code logic — tests, lints, validators — not configuration suggestions. If a gate fails, the agent cannot progress until it passes. Key architectural properties include:

    • Process as Code: Workflows are JavaScript functions, not YAML config
    • Mandatory Stop Hook: Claude (or any harness) cannot "keep running" past a gate
    • Event-Sourced Journal: All state is persisted, enabling resume from any checkpoint
    • Cryptographic Completion Proof: A secret emits only when all gates have passed
    • 4-Layer Token Compression: Built-in subsystem the project claims reduces context window usage by 50–67% while maintaining 99% fact retention

    Supported Harnesses and Platforms

    Babysitter ships plugins for multiple AI coding agents. Claude Code is the recommended and natively supported harness. Additional harness plugins — some labeled experimental — cover Codex CLI, Cursor IDE, Gemini CLI, GitHub Copilot, Pi, Oh-My-Pi, and OpenCode. An internal harness (--harness internal) runs processes programmatically without any external AI agent, making it suitable for CI/CD pipelines and headless automation. The SDK is published to npm as @a5c-ai/babysitter-sdk.

    The Process Library and Plugin System

    The project ships with what it describes as 2,000+ built-in processes — executable blueprints covering development (TDD, refactoring, code review), security (pentesting, compliance audits), research (scientific discovery pipelines), and operations (CI/CD, incident response). Community methodologies such as BMAD, CC10X, and Gas Town can be integrated via /babysitter:assimilate. The plugin system distributes natural language instruction sets (markdown) and deterministic coded processes (JS) that an AI agent reads and executes at install time, including setup for security tooling, testing frameworks, deployment configs, and CI/CD pipelines.

    Operating Modes

    Four primary modes give teams control over autonomy level:

    • Interactive (/babysitter:call): Pauses at breakpoints for human approval
    • Plan First (/babysitter:plan): Research and architect before executing
    • YOLO (/babysitter:yolo): Full autonomy, no interruptions
    • Forever (/babysitter:forever): Continuous operation for monitoring or periodic tasks

    Update: v0.0.187

    The latest release is v0.0.187, published April 4, 2026. The repository was last pushed to on June 1, 2026, indicating active development. The project was created in January 2026 and has grown to 1,133 stars and 71 forks. The enterprise page at a5c.ai/enterprise describes an "Org AI Transformation" offering focused on autonomous workflow orchestration, governance, and an internal AI Task Force engagement model.

    Babysitter - 1

    Community Discussions

    Be the first to start a conversation about Babysitter

    Share your experience with Babysitter, ask questions, or help others learn from your insights.

    Pricing

    OPEN SOURCE

    Open Source

    Fully free and open-source under the MIT License. Self-hosted, no telemetry, no licensing fees.

    • Full orchestration layer with quality gates
    • 2,000+ built-in processes
    • Multi-harness support (Claude Code, Codex, Cursor, Gemini, Copilot)
    • Internal harness for CI/CD automation
    • 4-layer token compression

    Capabilities

    Key Features

    • Quality gates that block agent progression until tests/lints/validators pass
    • Convergent loops that retry until gates are satisfied
    • Immutable event-sourced journal for deterministic replay and resume
    • Cryptographic completion proof (secret emits only when truly done)
    • 2,000+ built-in battle-tested processes
    • Four operating modes: Interactive, Plan First, YOLO, Forever
    • 4-layer token compression subsystem (50-67% context reduction claimed)
    • Plugin system for security, testing, deployment, CI/CD, and themes
    • Internal harness for headless CI/CD automation without external AI agent
    • Multi-harness support: Claude Code, Codex, Cursor, Gemini CLI, GitHub Copilot
    • Real-time monitoring via /babysitter:observe
    • Human-in-the-loop breakpoints with structured approval context
    • Parallel task execution with dependency management
    • Run resumption from any checkpoint
    • Zero telemetry — no data sent home

    Integrations

    Claude Code
    Codex CLI
    Cursor IDE
    Gemini CLI
    GitHub Copilot
    Pi
    Oh-My-Pi
    OpenCode
    LiteLLM
    GPT (via LiteLLM)
    Local models (via LiteLLM)
    GitHub Actions
    Terraform
    Helm
    Docker
    Vitest
    Playwright
    pytest
    ESLint
    Gitleaks
    npm
    API Available
    View Docs

    Reviews & Ratings

    No ratings yet

    Be the first to rate Babysitter and help others make informed decisions.

    Developer

    a5c.ai

    a5c.ai builds Babysitter, an open-source orchestration layer that enforces deterministic, quality-gated workflows on AI coding agents. The team ships a 2,000+ process library, a multi-harness plugin ecosystem, and an enterprise transformation offering focused on autonomous workflow governance. Built under the MIT license with zero telemetry, the platform works with any AI agent including Claude Code, Codex, Cursor, and Gemini CLI.

    Founded 2024
    Tel Aviv, Israel
    10 employees

    Used by

    Individual Developers
    Open Source Projects (nanoGPT, VS Code…
    Read more about a5c.ai
    WebsiteGitHubX / Twitter
    1 tool in directory

    Similar Tools

    Paperclip icon

    Paperclip

    Open-source Node.js orchestration platform that runs autonomous AI agent companies with org charts, budgets, governance, and goal alignment from a single dashboard.

    Mission Control icon

    Mission Control

    Open-source, self-hosted dashboard for AI agent orchestration — manage agent fleets, dispatch tasks, track costs, and coordinate multi-agent workflows with zero external dependencies.

    Composio icon

    Composio

    Platform providing 10,000+ tools and integrations for AI agents with managed authentication, triggers, and multi-agent support.

    Browse all tools

    Related Topics

    Agent Frameworks

    Tools and platforms for building and deploying custom AI agents.

    399 tools

    Autonomous Systems

    AI agents that can perform complex tasks with minimal human guidance.

    271 tools

    AI Coding Assistants

    AI tools that help write, edit, and understand code with intelligent suggestions.

    525 tools
    Browse all topics
    Back to all toolsSuggest an edit
    19views
    Discussions