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

Nanocode: Training Claude-like coding agents with JAX on TPUs
Nanocode is a JAX library for training Claude-like coding agents end-to-end, using Constitutional AI and TPU optimization. The 1.3B parameter model can be trained in ~9 hours for $200 on TPU v6e-8.

Agent Skill Harbor: GitHub-native skill management for AI agent teams
Agent Skill Harbor is an open-source platform for teams to share, track, and govern AI agent skills using GitHub-native workflows. It collects skills from GitHub repos, tracks provenance, supports safety checks, and publishes a static catalog site with GitHub Actions and Pages.

CodeLedger and Vibecop Updates for Multi-Agent AI Coding Cost and Quality Tracking
CodeLedger now tracks spending across Claude Code, Codex CLI, Cline, and Gemini CLI by reading local session files, while Vibecop adds automated quality checks with new LLM-specific detectors and a one-command setup for multiple AI coding tools.

200+ App Design Specs in Markdown – Drag into Claude or Cursor for Exact UI Clones
A curated library of 200+ popular apps as structured markdown design specs with exact hex codes, type scale, spacing, every screen state, and nav graph. Drop into Claude, Cursor, or any AI agent to generate SwiftUI, Jetpack Compose, or Expo UI clones without guessing colors or spacing.