Bounded execution and tool interfaces
Agent execution is becoming a costed subsystem. Terminus-4B trains a 4B model to run terminal commands for a coding agent, then return compact summaries to the main agent. The reported Serilog example cuts main-agent tokens from 2.46M to 740k, while the subagent handles nine internal commands and reports build, test, and failure details in about 200 tokens.
TSCG attacks the same deployment pressure at the tool-catalog level. It compiles JSON tool schemas into structured text before the model sees them. The paper reports about 19,000 benchmark calls across 12 models, with large gains for small models at 20 to 50 tools and substantial token savings on production-style schemas. The practical claim is narrow and useful: agents can call tools more reliably when their interface is written for model consumption.