Computer Science > Artificial Intelligence
[Submitted on 8 May 2026]
Title:PrimeAgentOrchestrator: Memory-Primed Agent Spawning for Personal AI Infrastructure
View PDF HTML (experimental)Abstract:Large language model (LLM) coding agents start each session with an empty context window, discarding accumulated knowledge from prior work. We present PrimeAgentOrchestrator (PAO), a system that spawns new instances of Claude Code -- Anthropic's terminal-based coding agent -- pre-loaded with relevant memories compiled from the user's existing personal databases. At spawn time, PAO queries two independently-operated memory backends in parallel (a PostgreSQL entity-observation database and a Cloudflare Worker semantic search index), fuses results using backend-specific retrieval strategies, and delivers the compiled briefing via filesystem injection that exploits the host agent's configuration auto-read behavior. PAO manages the full agent lifecycle including trust pre-seeding, readiness polling with error detection, and adaptive terminal text injection. We report on four months of regular deployment (December 2025 through March 2026) as an experience report, documenting three generations of context delivery mechanisms, the failure modes that motivated each redesign, and the engineering tradeoffs of bridging heterogeneous memory systems rather than building a unified one.
References & Citations
Loading...
Bibliographic and Citation Tools
Bibliographic Explorer (What is the Explorer?)
Connected Papers (What is Connected Papers?)
Litmaps (What is Litmaps?)
scite Smart Citations (What are Smart Citations?)
Code, Data and Media Associated with this Article
alphaXiv (What is alphaXiv?)
CatalyzeX Code Finder for Papers (What is CatalyzeX?)
DagsHub (What is DagsHub?)
Gotit.pub (What is GotitPub?)
Hugging Face (What is Huggingface?)
ScienceCast (What is ScienceCast?)
Demos
Recommenders and Search Tools
Influence Flower (What are Influence Flowers?)
CORE Recommender (What is CORE?)
arXivLabs: experimental projects with community collaborators
arXivLabs is a framework that allows collaborators to develop and share new arXiv features directly on our website.
Both individuals and organizations that work with arXivLabs have embraced and accepted our values of openness, community, excellence, and user data privacy. arXiv is committed to these values and only works with partners that adhere to them.
Have an idea for a project that will add value for arXiv's community? Learn more about arXivLabs.
Facts Only
* PrimeAgentOrchestrator (PAO) spawns new instances of the Claude Code coding agent pre-loaded with relevant memories.
* PAO queries two memory backends in parallel: a PostgreSQL entity-observation database and a Cloudflare Worker semantic search index.
* Results are fused using backend-specific retrieval strategies.
* The compiled briefing is delivered via filesystem injection exploiting host agent configuration auto-read behavior.
* PAO manages the full agent lifecycle, including trust pre-seeding, readiness polling with error detection, and adaptive terminal text injection.
* Deployment occurred from December 2025 through March 2026.
* The report documents three generations of context delivery mechanisms, failure modes, and engineering tradeoffs.
Executive Summary
Full Take
Sentinel — Human
The text exhibits the structure and dense technical specificity typical of academic or experimental research documentation, suggesting a high probability of human authorship within the Computer Science domain.
