close
Skip to Content
Platform
Getting StartedIntroduction

Introduction

Introspection is the managed cloud for agents, powered by Pi: define each agent as a recipe, deploy it to commit-pinned infrastructure, and keep it improving in production with a graded loop you control.

AI agents are hard to operate: they behave differently on every input and fail in ways that don’t surface as errors, so dashboards built for microservices can’t tell you whether last week’s change actually helped. Introspection is built for this. You define each agent as a recipe (a versioned, git-backed package of its behavior), deploy it to commit-pinned infrastructure, and run it as a managed runtime, where every run is captured as structured behavior you can query, grade, and A/B test.

From local recipe to self-improving agent

  1. Build locally. Author and run your agent as a recipe with the pi-recipes CLI (beta): recipes create to scaffold, pi --recipe <name> to run, iterate before anything ships.
  2. Deploy with Introspection. Push the recipe to git, pin it to a commit, and register it as a runtime on an environment lane. Every run is now captured and replayable.
  3. Improve in production. Turn that captured behavior into evidence-based change with the operator loop below.

The operator loop

Each stage maps to a concept you’ll meet throughout these docs:

Connect a recipe as a runtimeobserve every task as a conversation with synthesized observations and patternsinvestigate top-down with structured filtering → define “good” as a judgeexperiment on live traffic → ship & guard the winner so quality can’t silently drift.

See the guides for the loop in full, or Core Concepts for the entities it acts on.

Get started

Last updated on