Skip to Content
Platform
Get StartedWelcome

What is Introspection?

Introspection is the platform for building vertical agents, running them for every customer, and distilling production experience back into their agent recipes.

Agent behavior lives in an agent recipe: versioned source in Git that Pi can run locally or inside an Introspection runtime. The platform supplies governed execution, customer isolation, durable evidence, evaluation, and controlled deployment without taking ownership of the behavior you built.

Start with the job you have

How the system fits together

An agent recipe runs in production; production experience becomes signals, validated learning, and a new recipe version
Text representation of the diagram:
Agent recipe → Runtime → Production experience → Signals ↑ │ └──── New recipe version ← Validated learning ┘
LayerResponsibility
Agent recipeThe agent, its instructions, skills, tools, and quality criteria in source you own.
PiLoads the recipe and runs the agent on your computer or in a managed runtime.
Introspection runtimeRuns one fixed recipe version. It handles customer work in separate sandboxes and saves the results.
Continual learning loopCollects signals from real use, tests proposed changes, and adds approved changes to the next recipe version.

The model is interchangeable. Your definition of good is not: each validated lesson returns to the agent recipe, where production experience compounds into durable domain IP.

A concrete example

A refund agent promises an exception for a final-sale order. Feedback and observations show the problem, and related conversations show that it has happened more than once. You identify the missing policy decision and add representative test cases. You then test a focused change that fixes the problem without breaking ordinary refund requests. The approved change goes into the recipe as a reviewable Git change.

Choose your next page

Last updated on