Bring your own AI
TOL is a public language, so you can author plans with any frontier model and paste them straight into Topolog. Express and Structured mode use our AI; you are not locked to it.
The engine validates every construct, so a plan written by your own AI runs identically to one the IDE authored. Here is the loop, end to end.
- 1
Open the handbook
Read the TOL handbook or download the markdown from it. It is the complete language spec, and the same reference our own authoring models read.
- 2
Brief your AI
Point any frontier model (Claude, GPT, Gemini) at the handbook, describe your goal in plain English, and ask it to write a TOL plan.
- 3
Paste into Expert Mode
In the plan IDE, press Shift+E to open Expert Mode, paste the TOL, and hit Parse & apply.
- 4
Let the engine validate
The engine checks every construct, then computes the schedule, completion spectrum, and odds. A clean parse is a plan that runs; it makes no difference who wrote it.
- 5
Iterate on problems
Anything the validator flags appears in the Problems tab. Click Copy, paste the findings back to your AI, and apply its fix. Repeat until clean.
Prefer a guided start? Express and Structured author with our AI in-app, no copy-paste required. Either way the same engine schedules the work and computes the odds.