Concepts¶
The pages in this section explain how whatif thinks-the workflow it implements, the boundary it draws between itself and your agent code, the report it produces, and where the project is going next.
If you only have time for two pages, read The workflow and Report anatomy. Together they cover what whatif does and what you get out the other end.
Pages in this section¶
Page |
What it covers |
|---|---|
The six-step loop from production trace to verdict. |
|
The Python signature you implement so |
|
The five mandatory sections of a verdict report and why each is required. |
|
The destination: the pre-merge regression gate for LLM behavior. |
Reading order if you’re new¶
Why whatif on the landing page (one minute).
The workflow-the loop, end to end.
Report anatomy-what you ship from.
Runner contract-what you write.
Path Z-where this goes.