Agents can learn with Memory in Microsoft Foundry Agent Service

· Source: Microsoft Foundry Blog articles · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Robotics & Autonomous Systems · Depth: Advanced, short

Summary

Microsoft Foundry Agent Service now incorporates "Procedural Memory," a new capability designed to prevent AI agents from repeating past mistakes and inefficient workflows. Unlike traditional memory systems that store facts or conversation history, procedural memory captures actionable learnings from agent trajectories, such as specific actions to take under certain contexts. This system uses an LLM-as-a-judge approach to identify valuable learning signals, particularly from failures and near-failures, which are considered richer sources of improvement than successful patterns. Benchmarking on enterprise workflow tasks like STATE-Bench and Tau-Bench shows consistent performance improvements. On STATE-Bench, Pass¹ increased by 5.0% to 58.3% and Pass⁵ by 4.6% to 37.3%. On Tau-Bench, Pass¹ rose by 4.7% to 79.8% and Pass⁵ by 6.3% to 55.4%. Future enhancements include learning from population-level patterns, continuous memory evolution, and consolidation of accumulated memories.

Key takeaway

For AI Engineers developing robust agent systems, integrating procedural memory is critical to overcome repetitive failures. Your agents will learn from past experiences, reducing wasted tokens and improving task reliability. Consider adopting Microsoft Foundry Agent Service's new procedural memory feature to capture actionable learnings from agent trajectories, especially from failures, ensuring your agents execute complex workflows more efficiently and accurately.

Key insights

Microsoft Foundry's Procedural Memory enables AI agents to learn from past actions and avoid repeating errors, improving reliability.

Principles

Method

Procedural Memory uses an LLM-as-a-judge to extract actionable learnings from agent trajectories, storing them for retrieval in similar future contexts.

In practice

Topics

Code references

Best for: CTO, VP of Engineering/Data, Director of AI/ML, AI Engineer, Machine Learning Engineer, MLOps Engineer

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by Microsoft Foundry Blog articles.