arXiv:2608.20342v1 Announce Type: new 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.
PrimeAgentOrchestrator: Memory-Primed Agent Spawning for Personal AI Infrastructure
PrimeAgentOrchestrator (PAO), a system that spawns new instances of Anthropic's Claude Code terminal-based coding agent pre-loaded with memories from a user's personal databases, was detailed in a new arXiv paper (2608.20342v1). PAO queries a PostgreSQL entity-observation database and a Cloudflare Worker semantic search index in parallel, fuses results via backend-specific retrieval strategies, and delivers a compiled briefing through filesystem injection. The paper reports on four months of deployment from December 2025 through March 2026, documenting three generations of context delivery mechanisms and the engineering tradeoffs of bridging heterogeneous memory systems.
Run your AI side-project on zahid.host
EU-based hosting, git-push deploys, automatic HTTPS, no cold starts. Free tier with a custom domain — perfect for shipping the agent you just read about.