Parsing the Stream: A Live Trace Model for Long-Horizon Agents and Their Observers A new arXiv preprint (2609.01466v1) presents a live trace model that folds an agent's append-only event ledger into typed run state, enabling an LLM reader to answer monitoring questions with 14x-15x fewer input tokens and 5-7x lower cost than raw-trace reading, while improving accuracy from 0.48 to 0.85-0.87. On 120-link sequential-dependency tasks, the fold-based mechanism succeeded in 30/30 runs versus 8/30 for full-context prompting, and the authors derive eleven candidate requirements for trace folding, releasing code and benchmarks. arXiv:2609.01466v1 Announce Type: new Abstract: A long-horizon agent's trace outgrows both of its consumers: the human observer monitoring the run, and the agent itself, whose bounded context the trace must be folded back into. We present a live trace model, an append-only event ledger folded incrementally into typed run state and compiled into per-consumer views, and evaluate it for both consumers against deterministic ground truth. For the observer side, evaluated with an LLM reader as proxy, the compiled view answers monitoring questions using approximately 14x and 15x fewer input tokens by reader and at 5-7x lower cost than a budget-capped single-call reading of the raw trace, with higher accuracy 0.85-0.87 versus 0.48 . Because the questions were co-designed with the view schema, we treat the token and cost reduction, conditional on schema coverage, as the transferable result. For the agent, on 120-link sequential-dependency tasks, mechanisms that maintain the task's running statistic in per-step state succeed where full-context prompting fails 30/30 versus 8/30 under a clean protocol, n=30, labeled descriptive owing to benchmark-system co-development ; a prompt-level scratchpad matches the fold's accuracy at lower cost, and a two-arm decomposition attributes the fold's accuracy to its deterministic aggregate and its cost advantage to its compactness. The fold's remaining value over cheaper alternatives is deterministic auditability and serving the observer from the same state. We derive eleven candidate requirements for trace folding from observed failures and delimit them with an order-sensitive task family on which the fold ceases to help. Code, benchmarks, a regenerable synthetic corpus, and all workbench traces are released.