NanoClaw solves one in every of OpenClaw’s greatest safety points — and it is already powering the creator’s biz


The speedy viral adoption of Austrian developer Peter Steinberger’s open supply AI assistant OpenClaw in current weeks has despatched enterprises and indie builders right into a tizzy.

It is easy to straightforward why: OpenClaw is freely accessible now and gives a robust technique of autonomously finishing work and performing duties throughout a person’s total pc, cellphone, and even enterprise with pure language prompts that spin up swarms of brokers. Since its launch in November 2025, it is captured the market with over 50 modules and broad integrations — however its “permissionless” structure raised alarms amongst builders and safety groups.

Enter NanoClaw, a lighter, safer model which debuted below an open supply MIT License on January 31, 2026, and achieved explosive development—surpassing 7,000 stars on GitHub in simply over every week.

Created by Gavriel Cohen—an skilled software program engineer who spent seven years at web site builder Wix.com—the venture was constructed to tackle the “safety nightmare” inherent in advanced, non-sandboxed agent frameworks. Cohen and his brother Lazer are additionally co-founders of Qwibit, a brand new AI-first go-to-market company, and vp and CEO, respectively, of Concrete Media, a revered public relations agency that always works with tech companies coated by VentureBeat.

Gavriel Cohen

Gavriel Cohen, creator of NanoClaw, VP of Concrete Media and co-founder of Qwibit. Credit score: Concrete Media

NanoClaw’s rapid answer to this architectural anxiousness is a tough pivot towards working system-level isolation. The venture locations each agent inside remoted Linux containers—using Apple Containers for high-performance execution on macOS or Docker for Linux environments.

This creates a strictly “sandboxed” setting the place the AI solely interacts with directories explicitly mounted by the person.

Whereas different frameworks construct inner “safeguards” or application-level allowlists to block sure instructions, Gavriel maintains that such defenses are inherently fragile.

“I am not operating that on my machine and letting an agent run wild,” Cohen defined throughout a current technical interview. “There’s all the time going to be a means out if you happen to’re operating immediately on the host machine. In NanoClaw, the ‘blast radius’ of a possible immediate injection is strictly confined to the container and its particular communication channel.”

A safer basis for agentic autonomy

The technical critique at the coronary heart of NanoClaw’s growth is one in every of bloat and auditability. When Cohen first evaluated OpenClaw (previously Clawbot), he found a codebase approaching 400,000 traces with a whole bunch of dependencies.

In the fast-moving AI panorama, such complexity is an engineering hurdle and a possible legal responsibility.

“As a developer, each open supply dependency that we added to our codebase, you vet. You take a look at what number of stars it has, who are the maintainers, and if it has a correct course of in place,” Cohen notes. “When you could have a codebase with half 1,000,000 traces of code, no one’s reviewing that. It breaks the idea of what folks rely on with open supply”.

NanoClaw counters this by lowering the core logic to roughly 500 lines of TypeScript. This minimalism ensures that the total system—from the state administration to the agent invocation—might be audited by a human or a secondary AI in roughly eight minutes.

The structure employs a single-process Node.js orchestrator that manages a per-group message queue with concurrency management.

As an alternative of heavy distributed message brokers, it depends on SQLite for light-weight persistence and filesystem-based IPC. This design selection is intentional: through the use of easy primitives, the system stays clear and reproducible.

Moreover, the isolation extends past simply the filesystem. NanoClaw natively helps Agent Swarms through the Anthropic Agent SDK, permitting specialised brokers to collaborate in parallel. On this mannequin, every sub-agent in a swarm might be remoted with its personal particular reminiscence context, stopping delicate knowledge from leaking between completely different discussion groups or enterprise capabilities.

The product imaginative and prescient: Abilities over options

One in every of the most radical departures in NanoClaw is its rejection of the conventional “feature-rich” software program mannequin. Cohen describes NanoClaw as “AI-native” software program—a system designed to be managed and prolonged primarily by means of AI interplay quite than handbook configuration.

The venture explicitly discourages contributors from submitting PRs that add broad options like Slack or Discord help to the most important department. As an alternative, they are inspired to contribute “Abilities”—modular directions housed in .claude/abilities/ that train a developer’s native AI assistant how to remodel the code.

“In order for you Telegram, rip out the WhatsApp and put in Telegram,” Cohen says. “Each individual ought to have precisely the code they want to run their agent. It’s not a Swiss Military knife; it’s a safe harness that you simply customise by speaking to Claude Code”.

This “Abilities over Options” mannequin implies that a person can run a command like /add-telegram or /add-gmail, and the AI will rewrite the native set up to combine the new functionality whereas protecting the codebase lean. This methodology ensures that if a person solely wants a WhatsApp-based assistant, they are not pressured to inherit the safety vulnerabilities of fifty different unused modules.

Actual-world utility in an AI-native company

This is not merely a theoretical experiment for the Cohen brothers. Their new AI go-to-market company Qwibit makes use of NanoClaw—particularly a private occasion named “Andy”—to run its inner operations.

“Andy manages our gross sales pipeline for us. I do not work together with the gross sales pipeline immediately,” Cohen defined.

The agent offers Sunday-through-Friday briefings at 9:00 AM, detailing lead statuses and assigning duties to the workforce.

The utility lies in the friction-less seize of information. All through the day, Lazer and Gavriel ahead messy WhatsApp notes or e mail threads into their admin group.

Lazer Cohen

Concrete Media CEO Lazer Cohen, co-founder of Qwibit. Credit score: Concrete Media

Andy parses these inputs, updates the related information in an Obsidian vault or SQLite database, and units automated follow-up reminders.

As a result of the agent has entry to the codebase, it will also be tasked with recurring technical jobs, corresponding to reviewing git historical past for “documentation drift” or refactoring its personal capabilities to enhance ergonomics for future brokers.

Strategic analysis for the enterprise

As the tempo of change accelerates in early 2026, technical decision-makers are confronted with a basic selection between comfort and management. For AI engineers centered on speedy deployment, NanoClaw gives a blueprint for what Cohen calls the “greatest harness” for the “greatest mannequin”.

By constructing on prime of the Claude Agent SDK, NanoClaw offers a pathway to leverage state-of-the-art fashions (like Opus 4.6) inside a framework {that a} lean engineering workforce can truly preserve and optimize.

From the perspective of orchestration engineers, NanoClaw’s simplicity is its best asset for constructing scalable, dependable pipelines.

Conventional, bloated frameworks usually introduce budget-draining overhead by means of advanced microservices and message queues.

NanoClaw’s container-first method permits for the implementation of superior AI applied sciences—together with autonomous swarms—with out the useful resource constraints and “technical debt” related to 400,000-line legacy techniques.

Maybe most critically, for safety leaders, NanoClaw addresses the “a number of duties” of incident response and organizational safety.

In an setting the place immediate injection and knowledge exfiltration are evolving every day, a 500-line auditable core is far safer than a generic system attempting to help each use case.

“I like to recommend you ship the repository hyperlink to your safety workforce and ask them to audit it,” Cohen advises. “They’ll evaluate it in a day—not simply learn the code, however whiteboard the total system, map out the assault vectors, and verify it’s secure”.

In the end, NanoClaw represents a shift in the AI developer mindset. It is an argument that as AI turns into extra highly effective, the software program that hosts it ought to turn into less complicated. In the race to automate the enterprise, the winners might not be those that undertake the most options, however those that construct upon the most clear and safe foundations.




Disclaimer: This article is sourced from external platforms. OverBeta has not independently verified the information. Readers are advised to verify details before relying on them.

0
Show Comments (0) Hide Comments (0)
0 0 votes
Article Rating
Subscribe
Notify of
guest
0 Comments
Oldest
Newest Most Voted
Inline Feedbacks
View all comments

Stay Updated!

Subscribe to get the latest blog posts, news, and updates delivered straight to your inbox.