Hollow Agent OS: Local AI workers call Claude as senior architect when stuck

The Hollow Agent OS project lets local AI agents (running Qwen models) work autonomously and cheaply, but they sometimes produce messy code or get stuck. The fix: integrate Claude as a senior architect that gets paged when the local agents hit a wall.
How it works
Local agents run 24/7 for free/private operation. When they encounter a logic error they can't solve, or want to make a major OS change, they trigger an invoke_claude call. The OS uses Model Context Protocol (MCP) to let Claude see into the kernel. Claude then intervenes—not just fixing code, but reorganizing file structures and logging a performance review.
Preventing context rot
A key feature is detection of "context rot" during long runs. The OS triggers a self-optimization cycle that archives fluff and rewrites internal docs to keep the agent sharp.
Real-world example
Last night, a local agent building a data-visualization tool kept failing with a library. Instead of looping forever, it summarized its "Suffering" (the OS's stress metric), packaged its failed code, and paged Claude. Claude reorganized the agent's entire file structure and gave a performance review in the logs.
Stack
The OS is at the GitHub repo. Local agents = Qwen models for cheap grunt work. Claude = high-level executive reasoning and safety gating via MCP.
📖 Read the full source: r/ClaudeAI
👀 See Also

Self-Hosted Memory Layer for Claude Runs Free on Cloudflare
A Cloudflare Worker MCP server lets Claude remember and recall notes via semantic search using Workers AI and Vectorize — all on free tier.

Claude Banana: A Claude Code plugin for image generation with design system awareness
Claude Banana is a Claude Code plugin that generates images using Google's Gemini API with context-aware prompt crafting. It reads Tailwind configs, CSS variables, design tokens, and existing assets to understand project visual styles.

LLM Circuit Finder: Duplicate 3 layers to boost reasoning without training
A new toolkit finds 'reasoning circuits' in transformer models - contiguous blocks of 3-4 layers that act as indivisible cognitive units. Duplicating these blocks (layers 12-14 in Devstral-24B) improves logical deduction from 0.22 to 0.76 on BBH benchmarks with no weight changes or training.

JobPilot: Claude Code Plugin for Automated Job Applications
JobPilot is a Claude Code plugin that automates job searching and application processes using Playwright browser automation. It includes commands for searching job boards, auto-filling applications, generating cover letters, and tracking application statistics.