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

✍️ OpenClawRadar📅 Published: May 2, 2026🔗 Source
Hollow AgentOS: Run Claude-like agents locally on RTX 5070 using Qwen 3.5 9B
Ad

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).
Ad

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

Ad

👀 See Also

Lumyr: Dashboard Generation via Claude with Python and Streamlit Automation
Tools

Lumyr: Dashboard Generation via Claude with Python and Streamlit Automation

Lumyr is a tool that generates live, shareable dashboards from plain English descriptions using Claude for dashboard generation and automating the Python and Streamlit layer. Users don't need to write Python, open Streamlit, deploy, set up hosting, or manage infrastructure.

OpenClawRadar
TechDebtMCP v2.0.0: MCP server for technical debt analysis across 14 languages
Tools

TechDebtMCP v2.0.0: MCP server for technical debt analysis across 14 languages

TechDebtMCP v2.0.0 is an MCP server that connects Claude to codebases to find, measure, and prioritize technical debt across 14 programming languages including JS/TS, Python, Java, Swift, Kotlin, Go, Rust, C/C++, C#, Ruby, and PHP.

OpenClawRadar
Developer shares CLI tools that work well with Claude Code
Tools

Developer shares CLI tools that work well with Claude Code

A developer switched from MCPs to CLIs for working with Claude Code, finding that Claude handles CLI commands effectively due to training on shell scripts and documentation. They shared specific CLIs they use daily, including gh, ripgrep, stripe, supabase, vercel, sentry-cli, and neon.

OpenClawRadar
Collection of 177 OpenClaw SOUL.md Templates Organized into 24 Categories
Tools

Collection of 177 OpenClaw SOUL.md Templates Organized into 24 Categories

A developer has compiled 177 ready-to-use SOUL.md templates for OpenClaw agents across 24 categories including Marketing, Development, Business, DevOps, Finance, Creative, Data, Security, Healthcare, Legal, HR, and Education. All templates are MIT licensed and available on GitHub.

OpenClawRadar