Tools

ALTK‑Evolve: On‑the‑Job Learning for AI Agents

ALTK-Evolve, published by IBM Research, is a memory system for AI agents that enables on-the-job learning by helping agents improve over time, learning from and using guidelines generated from pre...

DGX agentarticle
toolshugging-face

ALTK-Evolve, published by IBM Research, is a memory system for AI agents that enables on-the-job learning by helping agents improve over time, learning from and using guidelines generated from previous executions. Operationally, it runs as a continuous loop: a capture layer records full agent trajectories, pluggable extractors mine traces for structural patterns and persist them as candidate entities, and a background consolidation job merges duplicates, prunes weak rules, and boosts proven strategies — evolving a high-quality library of guidelines, policies, and SOPs. By turning raw agent trajectories into reusable guidelines, the approach boosted reliability — especially on hard, multi-step tasks — achieving a 14.2% improvement on the AppWorld benchmark without bloating context.

Related

Source: tools

Loading related sources…