AI News selected for Professionals and Decision Makers
Primary Research Stream

$\varepsilon$-MemEvo: Adaptive Cross-Task Memory Transfer for LLM Program Evolution

06:00 · August 15, 2026 · arXiv cs.AI RSS

$\varepsilon$-MemEvo: Adaptive Cross-Task Memory Transfer for LLM Program Evolution

LLM-based program evolution systems such as FunSearch and AlphaEvolve have shown strong ability to discover novel algorithms, but typically optimize each task in isolation, discarding search experience after completion. We introduce $\varepsilon$-MemEvo, a framework for cross-task knowledge transfer in LLM program evolution. $\varepsilon$-MemEvo stores prior experience as task-agnostic tactic memories: compact natural-language summaries of successful algorithmic strategies rather than raw code, enabling transfer across tasks with different APIs and evaluators. To avoid negative transfer from semantically mismatched memories, $\varepsilon$-MemEvo uses an adaptive injection gate that decides whether retrieved memories should be injected, and at what intensity. We evaluate $\varepsilon$-MemEvo on 8 diverse optimization benchmarks spanning mathematical optimization and systems engineering, using a content-level Leave-One-Out protocol that excludes target-task memory entries. On the primary GPT-5 backbone, $\varepsilon$-MemEvo improves AUCC over AdaEvolve on all 8 tasks, with a mean relative gain of +8.7%, and improves early-stage convergence by +9.4% on average. Ablations show that naive memory injection can fail catastrophically, while adaptive gating remains safe across all five ablation tasks. The data-updated posterior is interpretable in observed states: it favors skip during improving search and shifts from skip to hint across early and late plateaus. These gains incur less than 1% computational overhead.

Summary

ε-MemEvo addresses a core limitation in LLM-driven program evolution frameworks such as FunSearch and AlphaEvolve: each optimization task begins without access to strategies discovered on earlier problems, so experience is discarded after every run. The system stores prior outcomes as compact natural-language tactic summaries rather than raw code. These summaries capture reusable algorithmic patterns and remain independent of any single task’s API or evaluator, allowing transfer across domains that range from geometric packing to load balancing and SQL query tuning.

To prevent harmful transfer when retrieved tactics do not match the current search state, ε-MemEvo adds an adaptive injection gate. The gate employs Thompson sampling over Beta-distributed arms to choose among three actions—skip, hint, or guide—at each iteration. The policy is updated from delayed rewards produced by the underlying AdaEvolve search loop, so the probability of injection rises or falls according to observed success. A content-level Leave-One-Out protocol ensures that memory entries derived from the target task itself are excluded during evaluation, providing a strict test of cross-task generalization.

On eight optimization benchmarks the gated approach yields a mean relative improvement of 8.7 percent in area-under-convergence-curve (AUCC) over AdaEvolve when using a GPT-5 backbone, with an average 9.4 percent gain in early-stage AUC@20. The largest accelerations appear on tasks that benefit most from rapid cold-start progress. Ablation experiments show that always-inject and simple rule-based policies can cause complete search failure on multiple tasks, whereas the learned gate remains safe across all tested conditions and adds less than one percent per-iteration overhead. The posterior probabilities themselves are interpretable: the gate favors skipping while scores improve and shifts toward hinting once plateaus are detected.

Why it matters

Provides novel, reproducible methods for improving LLM evolutionary search that Dutch AI researchers and advanced labs can directly implement or extend for optimization tasks.

More in this beat
AdaEvolveagent-memoryAlphaEvolveFunSearchgpt-5MemEvoprogram-synthesisself-evolving-agents
Self-Evolving Agents as Dynamic Graph Transformation: A Survey and New Perspective

06:00 · August 20, 2026

Self-Evolving Agents as Dynamic Graph Transformation: A Survey and New Perspective

The paper provides foundational research on making autonomous AI agents auditable, safe, and transparent through dynamic graph modeling. This aligns strongly with the Dutch and EU focus on ethical AI and regulatory compliance, offering advanced researchers actionable frameworks for building governable agentic systems.

Relevance 85 · Audience 95

How Much Memory Does Your Agent Actually Need?

20:09 · August 18, 2026

How Much Memory Does Your Agent Actually Need?

This article provides highly actionable, production-focused insights for ML Engineers building AI agents. It addresses critical MLOps challenges like balancing inference cost with model accuracy through prompt caching and dynamic context retrieval, which is highly applicable for Dutch tech teams optimizing LLM deployments.

Relevance 85 · Audience 95

MindMemOS: A Portable and Self-Evolving Memory Operating Layer for AI Agents

06:00 · August 15, 2026

MindMemOS: A Portable and Self-Evolving Memory Operating Layer for AI Agents

This paper provides advanced AI researchers with a rigorous framework for solving long-term memory and skill evolution in LLM agents. Its structured approach to memory consolidation and feedback aligns with the Dutch AI ecosystem's drive toward robust, transparent, and highly capable autonomous systems.

Relevance 85 · Audience 95

Darwin Mobile Agent: A Roadmap for Self-Evolution

06:00 · June 23, 2026

Darwin Mobile Agent: A Roadmap for Self-Evolution

This research provides a novel, open-source infrastructure for developing autonomous, self-evolving GUI agents, which is highly actionable for Dutch AI researchers and developers working on reinforcement learning and automation. The focus on removing human priors aligns with advanced AI development goals within the Netherlands' strong technical ecosystem.

Relevance 75 · Audience 95

MobileMem: Learning from a Year of Mobile Experiences

06:00 · August 17, 2026

MobileMem: Learning from a Year of Mobile Experiences

This research is highly relevant for Dutch AI researchers and developers focusing on edge AI and personal assistants. Its emphasis on on-device, local-first memory processing aligns perfectly with the EU's strict GDPR privacy standards, offering a practical framework for building compliant, personalized AI systems.

Relevance 85 · Audience 95

Agentao: A Governed Local-First Runtime for Tool-Using LLM Agents

06:00 · August 17, 2026

Agentao: A Governed Local-First Runtime for Tool-Using LLM Agents

Agentao's focus on runtime governance, auditability, and permission-mediated execution aligns strongly with the transparency and human-oversight requirements of the EU AI Act. Dutch AI researchers and engineers can leverage this open-source architecture to build compliant, secure, and inspectable local-first AI agents.

Relevance 85 · Audience 90

Governed Persistent Memory: Source-Bound State Semantics and Fail-Closed Release for Long-Horizon Agents

06:00 · August 15, 2026

Governed Persistent Memory: Source-Bound State Semantics and Fail-Closed Release for Long-Horizon Agents

This research is highly relevant for Dutch AI practitioners developing enterprise-grade AI agents, as its focus on auditable memory, data retraction, and deletion directly supports compliance with the EU AI Act and GDPR. It provides researchers with a rigorous, mathematically grounded framework to solve hallucination and data persistence issues in long-horizon agents.

Relevance 85 · Audience 95

Poor Man's Agentic Modeling: Simulating Large LLM-Agent Societies on a Laptop

06:00 · August 13, 2026

Poor Man's Agentic Modeling: Simulating Large LLM-Agent Societies on a Laptop

This research is highly relevant for Dutch AI researchers and SMEs, offering a mathematically rigorous and computationally cheap way to simulate and study multi-agent systems. It aligns with the Netherlands' focus on accessible, efficient, and transparent AI methodologies.

Relevance 85 · Audience 95

Harnessing agent memory to build lifelong AI partners for materials scientists

06:00 · August 13, 2026

Harnessing agent memory to build lifelong AI partners for materials scientists

This research is highly relevant for Dutch AI researchers and high-tech materials enterprises looking to deploy autonomous AI agents for R&D. The proposed model-agnostic memory framework addresses critical challenges in AI reproducibility and workflow efficiency, offering actionable methodologies for advanced scientific computing.

Relevance 85 · Audience 95

Claude Tag now reads even more of the room

02:00 · August 13, 2026

Claude Tag now reads even more of the room

This update is highly relevant for product teams and builders as it demonstrates advanced context-aware AI integration within daily collaboration tools like Slack. Dutch AI practitioners and SMEs can leverage this to streamline engineering workflows and improve team productivity without incurring extra usage limits.

Relevance 85 · Audience 95

Thinking of ACE? We Can Do It with Fewer Tokens

15:37 · August 11, 2026

Thinking of ACE? We Can Do It with Fewer Tokens

This article provides actionable insights for ML Engineers building LLM agents, offering a concrete method (ALTK-Evolve) to reduce inference costs and token usage without sacrificing accuracy. It directly addresses production challenges like context overload and compute efficiency, which are critical for Dutch enterprises scaling AI solutions.

Relevance 85 · Audience 95