Synthesizing Procedural Memory: Challenges and Architectures in Automated Workflow Generation
By: Nishant Gaurav , Adit Akarsh , Ankit Ranjan and more
While CodeMem establishes executable code as the optimal representation for agentic procedural memory, the mechanism for autonomously synthesizing this memory from a blank slate remains underexplored. This paper operationalizes the transition of Large Language Models from passive tool-users to active workflow architects. Through a high-fidelity case study of a cross-service orchestration task involving Outlook and OneDrive, we identify and address four structural bottlenecks in automated skill generation: the Discovery Gap involving navigation of large tool registries, the Verification Gap regarding grounding tool response structures, the Decomposition Gap which replaces inefficient search with Linear State Anchoring, and the Scaling Gap focused on concurrency and persistence. We demonstrate that by enforcing a scientific methodology of hypothesize, probe, and code, agents can autonomously write robust, production-grade code skills.
Similar Papers
CodeMem: Architecting Reproducible Agents via Dynamic MCP and Procedural Memory
Software Engineering
Makes AI agents reliably repeat tasks.
Procedural Memory Is Not All You Need: Bridging Cognitive Gaps in LLM-Based Agents
Artificial Intelligence
Makes AI smarter in tricky, changing situations.
Unifying Dynamic Tool Creation and Cross-Task Experience Sharing through Cognitive Memory Architecture
Computation and Language
Lets AI learn new skills by building and sharing tools.