Hollow AgentOS: Run Claude-like agents locally on RTX 5070 using Qwen 3.5 9B

Developer /u/TheOnlyVibemaster has published Hollow AgentOS, a self-modifying agent system that runs locally on an RTX 5070 (or any CPU laptop, albeit slower) and claims to reduce Claude API usage by half. The system runs 24/7, and when idle, reviews its own source files, proposes improvements, and implements them after a 2/3 majority vote among all agents.
How it works
The core insight: using a loop of iterative testing and self-improvement, the author found Qwen 3.5 9B running over sufficient time to be just as useful as Claude Code for many tasks. The agent proposes code, writes it, tests it, checks results, edits, and repeats indefinitely. The author states: "It becomes a time issue, not a model issue."
Key features
- Self-modification without human input: When idle, agents review the system's own files, propose improvements, and autonomously implement changes inside a sandboxed environment after a 2/3 majority vote.
- True offline development: The author says: "Claude thinks and then I basically just copy/paste Claude's instructions for the agents to work on. Come back in 6 hours and it's done for free on local hardware."
- Hardware agnostic: Demonstrated on an RTX 5070 gaming PC, but can run on CPU on any laptop (slower).
Two core problems solved
The author lists two specific problems Hollow AgentOS addresses: A) enabling "truly develop without developing" — offloading tasks that can be figured out over time; B) allowing the system to "truly develop itself over time, learning and adapting without human interaction" unless the user chooses to intervene.
Repo and community
The project is available on GitHub at github.com/ninjahawk/hollow-agentOS and has received 66 stars as of the post date. The author thanks hundreds of testers and encourages feedback, criticism, or success stories.
Who it's for: Developers who want to reduce Claude API costs by running Qwen 3.5 9B agents locally for tasks that can tolerate longer wall-clock time in exchange for free compute.
📖 Read the full source: r/ClaudeAI
👀 See Also

Claude-Powered MCP Tool Generates Interactive HTML Components Without Build Tools
A developer built daub.dev, a system where Claude drives an MCP server to produce styled, interactive HTML UI components from natural language descriptions without React, bundlers, or build pipelines.

Doc Harness: A Claude Code Skill for Maintaining Project State Across Sessions
Doc Harness is a Claude Code skill that creates a lightweight documentation system with five structured files to help AI agents maintain project context across sessions. It addresses issues like context resets, forgotten rules, and the need to re-explain projects to new agents.

AnyClaw: Ubuntu 24.04 with Android hardware access and AI agent for terminal development
AnyClaw provides a full Ubuntu 24.04 environment running in proot on Android with direct access to Android hardware APIs from the terminal, including camera, GPS, battery, and sensors via bash commands and Java execution. It includes an AI coding agent that can orchestrate these tools and a web UI accessible from any browser on the same network.

PocketBot Beta: Privacy-First iOS AI Agent with Hybrid Local/Cloud Engine
PocketBot is an iOS AI agent that runs in the background, hooks into App Intents, and uses a hybrid engine: local execution for system triggers and PII sanitization, with cloud processing for complex tasks like email summarization or flight booking.