If you can describe it, you can own it.
We built the runtime so that putting AI to work stops being an engineering project. Say what you want in your own words; the runtime works out the pieces, writes them, and runs them.
The hard part was never the intelligence.
Models got good faster than anyone could use them. To put one to work you still had to assemble a queue, a serving layer, an orchestrator, retries, secrets and somewhere to watch it — and then keep all of it alive. That is a team's worth of work standing between an idea and the thing that does it, and it is the reason most good ideas stop at the idea. We built the runtime to remove that middle, so the distance from describing a problem to owning its solution is one sentence.
Adoptionisthebottleneck.Everythinghereisbuilttowidenit.
You describe a problem. You get the thing that solves it.
Not a prompt to keep tending, not a diagram to wire up — a real app, set up and started for you. Automate a chore, orchestrate the kind of workflow that used to need a team, or open one capability to your customers. There is nothing to provision and no cluster to keep warm: it is one program on your own machine, and it grows into the org without becoming a different thing.
An app is an agent you can name.
Inside one, agents chain — in sequence, in parallel, or under a supervisor that plans and integrates. It decides for itself when to search, when to call a tool, and when to change plan, and a webhook or a schedule can wake it without you. It reaches the tools and services you already use, runs real code, and reads the material you gave it — every one of those through a single gate, under rules you set. Anything irreversible waits for your yes. When the work is done it leaves a record, not a process.
v0.1.0, in the open, and honest about it.
The runtime runs as a managed service — describe a task and it plans, acts, and returns a durable record. It runs end to end on a laptop and is single-system by default.
We would rather you found the limits here than in your own week. The page below is the one we keep current, and it is the first thing to read if you are deciding whether to build on this.