EveryDev.ai
Subscribe
Home
Developers

3,289+ AI companies

  • Radar
  • Trending
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. Developers
    3. Kitaru

    Kitaru

    Kitaru is an open-source platform from the ZenML team for making AI-agent runs durable, replayable, and testable. Its newer replay-based evaluation workflow turns production traces into replayable scenarios, cohorts, evaluators, and regression experiments so teams can safely improve agents.

    Visit Website

    At a Glance

    1Tool Listed
    4Products
    10Capabilities
    Discussions
    Munich, GermanyHeadquarters
    2026Est.
    21Employees
    Focus Areas
    AI Conferences
    Information Synthesis
    MCP Servers
    Connect
    Latest News
    Kitaru team published its evaluation of sandbox runtimes for long-lived coding agents.Sep 15, 2026
    Introducing the new Kitaru: from production traces to repeatable evals.Aug 18, 2026
    Markets
    • Engineering teams operating AI agents in production
    • Python engineers building long-running or asynchronous agents
    • Companies with real user traffic and a need for regression testing
    • Teams using coding agents and background/ambient agents
    • +2 more

    AI Tools by Kitaru

    (1)
    View AIE Talks
    AIE Talks tool icon

    AIE Talks

    AI Engineer Talks Summarized

    AI ConferencesInfo SynthesisMCP Servers

    Discussions

    No discussions yet

    Be the first to start a discussion about Kitaru

    Latest News

    09/15/2026

    Kitaru team published its evaluation of sandbox runtimes for long-lived coding agents.

    zenml.io
    08/18/2026

    Introducing the new Kitaru: from production traces to repeatable evals.

    zenml.io
    06/01/2026

    Kitaru documented a durable runtime around Claude Agent SDK invocations.

    zenml.io
    05/29/2026

    Kitaru documented durable execution for LangGraph agents.

    zenml.io

    Products & Services

    4
    Kitaru Open Source
    March 21, 2026

    Apache-2.0, self-hosted infrastructure for durable execution of Python agents. It provides flows, checkpoints, persistence, crash recovery, human/agent/webhook waits, replay, a server, workers, CLI, Python SDK, TypeScript SDK, and dashboard.

    Kitaru replay-based evals
    August 18, 2026

    A workflow that imports or records agent sessions, identifies failure modes, organizes sessions into cohorts, captures expert judgments, creates evaluators, and replays experiments against agent changes.

    Kitaru Cloud / hosted Kitaru

    A hosted version of Kitaru available through cloud.kitaru.ai; the official pricing page describes Kitaru as a flat $39/month plan.

    AIE Talks

    A Kitaru-team-built archive of AI Engineer talks with summaries, quotes, timestamps, searchable talks, and curated packs.

    Market Position

    Kitaru positions itself as the execution-and-replay layer beside, rather than a replacement for, observability tools and agent frameworks. Compared with trace/observability products such as Langfuse, LangSmith, Braintrust, Arize Phoenix, and W&B Weave, it makes runs executable and replayable; compared with durable-execution/orchestration products such as Temporal, Inngest, Trigger.dev, Restate, Hatchet, and LangGraph, it emphasizes Python-first agent execution plus production-trace replay and regression evaluation. It explicitly says it is not an agent framework or a tracing dashboard.

    Leadership

    Founders

    AP

    Adam Probst

    Co-founder and CEO of ZenML and a co-founder of Kitaru; Crunchbase identifies his prior co-founder role at MAIoT.

    HT

    Hamza Tahir

    Co-founder and CTO of ZenML and a co-founder of Kitaru; Crunchbase identifies his prior co-founder and CTO role at MAIoT.

    Executive Team

    AP

    Adam Probst

    Co-founder and CEO, ZenML (the company behind Kitaru)

    Co-founder of ZenML and Kitaru; previously co-founder at MAIoT according to Crunchbase.

    HT

    Hamza Tahir

    Co-founder and CTO, ZenML (the company behind Kitaru)

    Co-founder and CTO of ZenML and Kitaru; previously co-founder and CTO at MAIoT according to Crunchbase.

    Founding Story

    ZenML users began stretching pipeline DAGs to run agents that operated for hours or days, with dynamic branching, durable state, and recovery needs that did not fit a static pipeline abstraction. The team created Kitaru as a separate interface and product for asynchronous, long-running agents, first emphasizing durable execution and then rebuilding it around the observation-to-replay-to-evaluation loop: production traces become safe, repeatable tests for future agent changes.

    Business Model

    Revenue Model

    Open-source self-hosting is free; hosted Kitaru is sold as a flat monthly managed-service plan, with enterprise access through ZenML Pro / a custom plan.

    Pricing Tiers

    Open Source
    Free

    Self-hosted Kitaru, available under Apache 2.0.

    Kitaru hosted/cloud
    $39/month

    Flat monthly pricing according to ZenML's official pricing page.

    Enterprise
    Custom

    Enterprise pricing is handled through ZenML / ZenML Pro.

    Target Markets

    Industries & Segments
    • Engineering teams operating AI agents in production
    • Python engineers building long-running or asynchronous agents
    • Companies with real user traffic and a need for regression testing
    • Teams using coding agents and background/ambient agents
    • ML, platform, and MLOps teams managing agent infrastructure
    • Organizations that require self-hosting, data control, and infrastructure portability
    Use Cases
    • Regression testing production customer-support and business-process agents
    • Debugging and reproducing failures in long-running or long-horizon agents
    • Testing prompt or model changes against real historical sessions
    • Reducing token and compute waste by resuming from checkpoints instead of restarting
    • Running background coding agents and other ambient agents away from local laptops
    • Human-in-the-loop approvals and pauses in agent workflows
    Notable Customers
    • ZenML's Kitaru launch material uses a returns-resolver/support-agent workflow as its worked example, including imported Langfuse sessions and a hazmat-flag failure cohort.

    Quick Facts

    Headquarters
    Munich, Germany
    Founded
    2026
    Entity Type
    GmbH
    Employees
    21
    Office Locations
    Schellingstr. 36

    History & Milestones

    March 21, 2026

    Kitaru became open source and free to use under Apache 2.0, offering durable execution for asynchronous Python agents across infrastructure backends.

    April 1, 2026

    ZenML officially introduced Kitaru as open-source durable execution for Python agents, with crash recovery, human-in-the-loop waits, and replay from checkpoints.

    August 18, 2026

    Kitaru introduced its replay-based evaluation workflow, converting production traces into replayable test scenarios, expert-reviewed cohorts, evaluators, and repeatable experiments.

    June 1, 2026

    Kitaru published its Claude Agent SDK integration approach, adding a durable runtime around completed Claude invocations with checkpointed results, artifacts, replay boundaries, and waits.

    May 29, 2026

    Kitaru documented its durable runtime integration for LangGraph agents, including replay boundaries, durable waits, and inspectable runs.

    Key Capabilities

    10
    Replay production sessions against real code and compare a baseline with a changed prompt, model, or working tree
    @flow and @checkpoint primitives for durable persistence and crash recovery
    Replay from a failed checkpoint without re-running earlier successful or expensive work
    Human, agent, or webhook approval waits that release compute while paused
    Production-trace importers for Langfuse, LangSmith, Braintrust, Logfire, Arize Phoenix, JSONL, and OpenTelemetry-shaped data
    Adapters for PydanticAI, LangGraph, OpenAI Agents SDK, Mastra, and Vercel AI SDK

    Integrations & Partnerships

    Platform Integrations

    • Python SDK and CLI
    • TypeScript SDK
    • MCP server for Claude Code, Codex, Cursor, and other coding assistants
    • PydanticAI, LangGraph, OpenAI Agents SDK, Mastra, and Vercel AI SDK adapters
    • Langfuse, LangSmith, Braintrust, Logfire, Arize Phoenix, JSONL, and OpenTelemetry-shaped imports
    • Self-hosted FastAPI and Postgres
    • Kubernetes, Vertex AI, SageMaker, and AzureML execution stacks
    • Hosted Kitaru at cloud.kitaru.ai

    Key Partnerships

    Built by and powered by the ZenML team and ZenML engine
    Works alongside Langfuse, LangSmith, Braintrust, Logfire, Arize Phoenix, and OpenTelemetry-shaped trace sources
    Framework integrations with PydanticAI, LangGraph, OpenAI Agents SDK, Mastra, and Vercel AI SDK

    Connect

    Website
    kitaru.ai
    YouTube
    @aiDotEngineer

    AI Topics

    3

    Kitaru focuses on these topics:

    AI Conferences(1)
    Information Synthesis(1)
    MCP Servers(1)
    Back to all developersSuggest an edit