Re-encode the Fine-Tune You Already Have
The cheapest capability upgrade available this quarter needs no new labels and no frontier budget, but it does need one non-isomorphic holdout to prove or kill it.
Four mechanisms, one bucket
Design B varies four things at once: multi-turn structure, tool access, explicit planning, and real-time adaptation. Latent.Space reports no effect sizes, no seeds, and no confidence intervals on the Finance-Agent result, and no ablation separating those four mechanisms. The evidence base for the broader claim is two self-reported internal demos — 1830 to finance, Diplomacy to customer support — with no independent replication. Treat the direction as strong and the magnitude as unknown.
The load-bearing caveat is structural similarity, and Duffy flags it himself. 1830 contains a stock-market mechanic; the transfer task was to query a database for how the game was played, load it into Excel, author functions, and compute an answer. Retrieve, transform, compute, justify — the same workflow topology as financial research with different nouns. He also cites Surge AI, where office-work post-training improved coding, and DeepSeek R1 for cross-domain reasoning transfer. Both cut against anything games-specific and toward general agentic post-training. The design rule that survives: pick proxy environments that match your production workflow's shape, not its vocabulary. Then hold back a non-isomorphic evaluation task before you believe a transfer number.
| Dimension | Single-turn Q&A | Multi-turn trajectories |
|---|---|---|
| Training signal | State to next move, one shot | Tool calls, intermediate state, terminal reward |
| Off-task transfer | None reported | Improved, magnitude undisclosed |
| Reward density | Dense but shallow, per item | Sparse terminal reward, needs shaping |
| Compute profile | Low, batchable | Episode-bound plus critic inference |
| What it plausibly installs | Policy lookup over a fixed state space | Goal-directed execution and tool use |
The control arm exists in the tooling layer
ben's bites reports that Claude Code can run identical tasks with and without a plugin or skill and compare the outcomes. That is the instrument this ablation needs, shipped into the tooling layer rather than a separate offline job. But the announcement discloses no repeat count, no seed or temperature control, and no variance estimate. Agent outcomes are high-variance Bernoulli draws over stochastic decoding, flaky tools, and environment state, so a single-pass comparison will happily report a six-point "lift" that is pure sampling noise.
Techpresso sharpens the failure mode from the other side: a trading-agent evaluation scoring decision soundness and repeatability instead of returns found the top-scoring agent was not the top earner, and that agents frequently acted against their own stated analysis. Both sources agree on scoring the process rather than the draw. The second adds a constraint the first does not: the emitted rationale is not reliably upstream of the action. Your trajectory schema therefore has to join decision to outcome — never decision to narration.
What to log before you can't
Standard request/response logging discards exactly the credit-assignment link that makes a trajectory trainable. The minimum schema is observation, decision plus rationale, action or tool call, post-action state, and terminal label — versioned, with outcome labels retained. Counterfactuals cannot be backfilled: traffic you log today without the join is traffic you can never re-encode. One budget note — free GLM, DeepSeek and Kimi access through Bolt Forge runs until October 14. Eval budget is normally what caps your repeat count; until that date it does not.
Identical content, two encodings: one taught a policy lookup over a fixed state space, the other installed goal-directed execution — and only the second left the training distribution.
What to do
Run a paired re-encoding ablation on one existing fine-tune within two weeks: same content as single-turn prompt/answer pairs versus multi-turn trajectories with tool calls and terminal reward, scored on in-domain accuracy and one out-of-domain agentic benchmark you did not train on.
Extend agent trace logging this sprint to join decision to outcome — observation, decision, tool call, post-action state, terminal label — and version the schema before the next release.
Book the free GLM, DeepSeek and Kimi window that closes October 14 for repeat runs at k>=5 per task per arm rather than demos.