Field note 07 · published 16 July 2026

A mouth, hands, and one shared cortex

Experiment 08 builds the tool-use measuring substrate. Research 21 describes the eventual organism: a cortex that routes shared state into independently frozen language and action specialists.

Reading time
10 min
Evidence cutoff
16 July 2026 · live executor check 23:33 UTC
Covers
Experiment 08 · Research 21 · Pi benchmark
Verdict

The curriculum and scorer exist, but the live augmented Pi run remains pending and the external baseline is 0/3. The multi-organ experiment is correctly blocked until Research 20 proves the single-organ cortex.

01

Tool use is a behavioral checkpoint, not a shortcut

Memorizing a label can look like learning while leaving planning untouched. Tool use raises the bar: the agent must select an action, emit valid parameters, integrate the result, preserve a goal across turns, and know when to return to language.

The external Pi benchmark currently records 0/3. One early run timed out; the completed run failed to read the expected value, find the target file, or create the requested edit marker. Those failures remain visible rather than being replaced by the curriculum implementation.

02

Experiment 08 makes failure localizable

The code-backed curriculum contains 45 episodes across six stages: format grounding, tool selection, result integration, multi-turn chains, ambiguity, and the Pi integration stage. Dataset, scorer, validator, runner, and tests are implemented.

Thresholds remain inactive until real output distributions justify them. Remote executors may score raw outputs, but they cannot modify the instrument or choose passing thresholds.

Curriculum
45 episodes / 6 stagesCode-backed dataset, scoring, validation, runner, and tests.
External Pi result
0 / 3Live augmented validation still pending.
Thresholds
InactiveDistribution checks are required before activation.
03

Research 21: specialists stay frozen; the cortex routes

The proposed organism has a frozen language model as mouth and a separately frozen action model as hands. The cortex owns the mutable state, goal tracking, feedback interpretation, and routing. It must decide which organ to call and what fixed-width state to expose without copying tool names, schemas, or demonstrations into an answer-time store.

The decisive tests are matched interventions: correct versus shuffled feedback, retained versus zeroed goal state, correct versus swapped routing state, and learned routing versus retrieval baselines. Correct tool JSON alone is not enough; the agent must retain the goal after the tool result and finish the chain.

04

Why the dependency matters

A multi-organ system multiplies explanations. If the single frozen language organ cannot be causally controlled by learned cortex state, a successful tool demo could be attributed to the action model, prompt content, retrieval, or a hand-authored router.

Research 21 is therefore a specification, not active implementation. It starts only after Research 20 accepts and its causal-state audit survives.

Source trail

These are the primary repository artifacts used for this note. Status labels follow the current ledger and campaign records. The complete evidence ledger publishes every dated classification.

  • oczy/experiments/08-oczy-pi-tool-calling-curriculum/README.md
  • oczy/src/oczy/experiments/tool_calling_curriculum/
  • oczy/benchmarks/pi/logs/tool_use_benchmark_1782934111.json
  • oczy/research/21-cortex-routed-frozen-specialist-organs.md