Traces are the universal substrate for agent learning — all three layers consume the same execution logs
Whether updating model weights, improving harness code, or refining context/memory, agent learning flows start from the same raw material: traces capturing the full execution path of what an agent did
@hwchase17 (Harrison Chase) — Continual Learning for AI Agents · · 6 connections
Connected Insights
References (3)
Referenced by (3)
← Traces replace code as the source of truth for agent systems — debugging shifts from 'show me the code' to 'send me the trace' ← Full trace filesystems beat compressed summaries for harness optimization — 10M tokens of context outperforms 26K ← The trace→eval→harness flywheel compounds agent quality — every production interaction generates its own training data