Agents learn at three distinct layers — model weights, harness code, and context configuration
Most people jump to model fine-tuning when discussing agent learning, but learning also happens at the harness layer (code, tools, instructions baked into all instances) and the context layer (per-user or per-tenant configuration like CLAUDE.md and skills)
@hwchase17 (Harrison Chase) — Continual Learning for AI Agents · · 9 connections
Connected Insights
References (4)
→ Agent harnesses are persistent infrastructure, not scaffolding models will absorb → Compound engineering makes each unit of work improve all future work → A mediocre agent inside a strong harness outperforms a stronger agent inside a messy one → Meta-agents that autonomously optimize task agents beat hand-engineered harnesses on production benchmarks
Referenced by (5)
← Evolved harnesses transfer across models — a single optimized harness improves five different LLMs ← Procedural memory is the highest-impact type of agent memory — it determines what the agent actually does ← Evals are the gradient signal for harness engineering — the same data quality rigor from ML training applies ← A mediocre agent inside a strong harness outperforms a stronger agent inside a messy one ← Agent harnesses are persistent infrastructure, not scaffolding models will absorb