ARTFEED — Contemporary Art Intelligence

ALTK-Evolve vs ACE: Calibrated Agentic Memory Cuts Inference Cost

ai-technology · 2026-08-11

IBM Research introduces ALTK-Evolve, an agentic memory system that improves LLM agent performance on multi-step tasks by learning from past trajectories without weight updates or human labels. The system is compared to ACE (Agentic Context Engineering), with both agreeing that compressing an agent's lessons into a tidy summary is counterproductive. Instead, they count lessons rather than collapse them. The key difference lies in delivery: ACE injects a comprehensive playbook at every step, while ALTK-Evolve calibrates delivery based on the model's capacity, sending a small fixed core of high-support guidelines plus a task-specific selection, or the full set when the model can handle it. On the AppWorld benchmark, ALTK-Evolve achieves same-or-better accuracy at roughly 40% of ACE's inference cost on a strong model (DeepSeek-V3.2) and about one-seventh the cost on a weaker model (gpt-oss-120b), with a tie in accuracy (56.0 vs 54.8). The by-difficulty breakdown shows that selective retrieval wins on hard tasks, while full playbooks help on easy and medium tasks for the weaker model. The system uses support counts, typed guidelines (strategy, recovery, optimization), and causal attribution with provenance. The library and technical report are available. The comparison is controlled by running ACE in-house on the same base models and splits.

Key facts

  • ALTK-Evolve is an agentic memory system that learns from an agent's past trajectories without weight updates or human labels.
  • ACE (Agentic Context Engineering) is a similar system that organizes lessons into a comprehensive, evolving playbook.
  • Both systems refuse to compress lessons, using counters (ACE's per-bullet counters, ALTK-Evolve's support counts) instead.
  • ALTK-Evolve clusters near-duplicate lessons and merges them, conserving support counts.
  • ALTK-Evolve extracts typed guidelines (strategy, recovery, optimization) with causal attribution and provenance.
  • Delivery differs: ACE injects the full playbook every step; ALTK-Evolve calibrates delivery per model and task.
  • On AppWorld, ALTK-Evolve achieves same-or-better accuracy at ~40% of ACE's inference cost on DeepSeek-V3.2 and ~1/7 cost on gpt-oss-120b.
  • On gpt-oss-120b, ALTK-Evolve ties ACE on accuracy (56.0 vs 54.8) at about one-seventh the cost.
  • By-difficulty analysis: selective retrieval wins on hard tasks, while full playbooks help on easy/medium for weaker models.
  • The ALTK-Evolve library and full technical report are available.

Entities

Institutions

  • IBM Research
  • Hugging Face

Sources