03 · 4 modes

The four modes

The same engine with four different sets of tools, depending on what you are about to do.

A mode is a set of tools. The model is the same in all four. What changes is what it is allowed to work with.

ModeWhat it bringsWhen
StandardEdit, run, search the project and the web, plan, delegateAlmost always
CodeAll of the above, plus the model writes a program that combines several callsMechanical tasks with many steps
MinimalTwo tools: a terminal and a file editorComparing models against each other
CreatorLook inside the running system and load or unload pieces without restartingBuilding on the harness itself

Standard is the complete one. It is what you want almost always.

Code adds a twist. Instead of chaining twenty tool calls, the model writes a small program that combines them and runs it in one go. It is for mechanical, many step tasks where the round trip to the model eats the time and the budget.

Minimal leaves only two tools, and that is the point. Comparing models against each other needs an environment that does not help, because if the environment helps you end up measuring the harness instead of the model. The project’s own testing guide points to this mode for exactly that reason.

Creator lets you look inside the running system and load or unload pieces without restarting. It is the practical application of what the academic paper proves, and section 19 comes back to it.