Hollow AgentOS reduces Claude Code token usage by 68.5% with JSON-native OS for AI agents

✍️ OpenClawRadar📅 Published: March 28, 2026🔗 Source
Hollow AgentOS reduces Claude Code token usage by 68.5% with JSON-native OS for AI agents
Ad

Hollow AgentOS is a JSON-native operating system designed specifically for AI agents that reduces token usage in Claude Code by 68.5%. The tool addresses inefficiencies in current AI agent infrastructure, which is built for humans rather than agents.

How it works

The core problem Hollow AgentOS solves is waste in traditional agent workflows. According to the source, every state check runs 9 shell commands, and every cold start re-discovers context from scratch. The agentic JSON-native OS eliminates this overhead by providing native agent interfaces.

Benchmark results

The benchmarks across 5 real scenarios show:

  • Semantic search vs grep + cat: 91% fewer tokens
  • Agent pickup vs cold log parsing: 83% fewer tokens
  • State polling vs shell commands: 57% fewer tokens
  • Overall reduction: 68.5%

The benchmark is fully reproducible using python3 tools/bench_compare.py.

Technical implementation

Hollow AgentOS plugs into Claude Code via MCP (Model Context Protocol) and runs local inference through Ollama. The project is MIT licensed and available on GitHub.

The creator is seeking feedback from people actually running agentic workflows.

📖 Read the full source: r/LocalLLaMA

Ad

👀 See Also

From Replit to Local: How One Developer Used Claude to Build StillHere, an API-Powered AI Companion Chat App
Tools

From Replit to Local: How One Developer Used Claude to Build StillHere, an API-Powered AI Companion Chat App

A developer built StillHere.ink, an AI chat app for companion-style conversations using personal API keys, after migrating from Replit to local development with Claude. The app features memory, diary summaries, RAG, model switching, and cost-control tools.

OpenClawRadar
Codegraph: Pre-indexed knowledge graph cuts Claude/Cursor tool calls by 94%
Tools

Codegraph: Pre-indexed knowledge graph cuts Claude/Cursor tool calls by 94%

Codegraph uses a pre-indexed knowledge graph of symbol relationships, call graphs, and code structure to reduce API tool calls by up to 94% and speed up usage by ~77% for Claude, Cursor, Codex, and OpenCode agents.

OpenClawRadar
TRELLIS.2 Image-to-3D Ported to Run Natively on Apple Silicon
Tools

TRELLIS.2 Image-to-3D Ported to Run Natively on Apple Silicon

A developer has ported Microsoft's 4B parameter TRELLIS.2 image-to-3D model to run natively on Apple Silicon via PyTorch MPS, replacing CUDA-specific operations with pure-PyTorch alternatives. The port generates ~400K vertex meshes from single photos in about 3.5 minutes on M4 Pro with 24GB memory.

OpenClawRadar
ai-codex: Pre-index your codebase to save Claude tokens
Tools

ai-codex: Pre-index your codebase to save Claude tokens

ai-codex is a tool that generates compact markdown indexes of your codebase, allowing Claude Code to skip the initial exploration phase that typically consumes 30-50K tokens per conversation. It creates five files covering routes, pages, libraries, schemas, and components.

OpenClawRadar