Microsoft's EvoLib Enables LLMs to Evolve Knowledge During Inference
Microsoft Research · rss · 2026-07-31
Microsoft Research introduced EvoLib, a framework enabling LLMs to learn continuously from their own experience during inference without updating model parameters or requiring ground-truth labels.
Core Mechanisms
- Knowledge Transformation: Distills past attempts into reusable skills and reflective insights rather than merely archiving raw memories.
- Dynamic Evolution: Consolidates new and old knowledge into generalized rules, and dynamically reweights knowledge based on long-term utility to prune ineffective memories.
Key Results
Across math reasoning, constrained coding, and long-horizon decision-making tasks, EvoLib consistently outperforms traditional retrieval-based memory methods while using compute more efficiently. It also demonstrates strong robustness to random task ordering, making it highly practical for real-world scenarios with mixed user requests.
More from coding & agent
- Tencent Releases UI-Mate-27B, a Desktop GUI Agent Model — tencent · 2026-08-24
- Comparing AI Subscriptions: DeepSeek API vs. Claude Pro vs. Local LLMs — Unlikely_Bluejay5392 · 2026-08-24
- Claude Code introduces 'Remote Control' feature to boost coding efficiency — rohanpaul_ai · 2026-08-24
- rauchg lays out fx extension philosophy: MCP, Skills, Plugins and Unix composition — AccBalanced · 2026-08-24
- Netflix details its production LLM judge: hundreds of thousands of recommendations scored weekly — omarsar0 · 2026-08-24
- smolvm passes Simon Willison's Fable 5 agent test as a secure sandbox — yawnxyz · 2026-08-24