AIIRNov 27, 2025

Real-Time Procedural Learning From Experience for AI Agents

arXiv:2511.22074v21 citations
Originality Incremental advance
AI Analysis

This enables practical adoption of AI agents in fast-evolving stateful environments by helping them learn new procedures effectively, though it appears incremental as it augments existing agentic action selection.

The paper tackles the problem of LLM-based agents lacking real-time procedural learning by proposing PRAXIS, a lightweight mechanism that stores and retrieves action consequences based on state matching, which improves task completion accuracy, reliability, and cost efficiency on the REAL web browsing benchmark.

Learning how to do things from trial and error in real time is a hallmark of biological intelligence, yet most LLM-based agents lack mechanisms to acquire procedural knowledge after deployment. We propose Procedural Recall for Agents with eXperiences Indexed by State (PRAXIS), a lightweight post-training learning mechanism that stores the consequences of actions and retrieves them by jointly matching environmental and internal states of past episodes to the current state. PRAXIS augments agentic action selection with retrieved state-action-result exemplars that are generated in real time. When evaluated on the REAL web browsing benchmark, PRAXIS improves task completion accuracy, reliability, and cost efficiency across different foundation model backbones, and shows preliminary generalization to unseen tasks in similar environments. These results demonstrate that PRAXIS enables the practical adoption of AI agents in fast-evolving stateful environments by helping them learn new procedures effectively.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes