NGX-OS: Network OS Built for AI with eBPF and MCP Integration

NGX-OS is a network operating system built specifically for AI integration from day one, eliminating traditional network monitoring methods like log parsing, SNMP polling, and CLI scraping. The system provides direct AI access to network state through structured data.
Architecture and Components
The system has three layers with a single source of truth:
- Enforcement: XDP/eBPF writes structured counters per device directly in the NIC driver
- Control: Rust Arbiter syncs counters to Redis
- Intelligence: Claude or Gemini reads Redis via Model Context Protocol (MCP)
- Offline capability: Local model provides diagnostics when internet is down
Key Design Principles
NGX-OS has no log files, no CLI, no SNMP, and no API to poll. All network state — including device identities, behavioral counters, NAT mappings, and security events — lives in a single structured database that LLMs read directly through MCP. The AI reads the same data structure that the BPF silicon uses to make enforcement decisions.
The safety rule is explicit: AI never writes state. It observes and explains, a human confirms, and the system executes.
Practical Example
When a subscriber reports slow performance at 2 AM, the system can provide specific answers like: "4 devices online. The Ring doorbell is sending 47× its baseline traffic to 4,000 unique IPs. Quarantined automatically 1 second after detection. Other 3 devices unaffected. The doorbell is compromised." This answer comes directly from BPF counters in the NIC driver, not from parsed logs or alerts.
Technical Specifications
- Single binary for ARM, RISC, and x86 architectures
- Runs on Debian 13 6.12
- 30-second deployment time
- Patent pending
The system is targeted at WISP and FTTH operators who currently rely on SSH access to read log files for troubleshooting. The author claims that in the time it takes to locate a log file, Claude can have the problem resolved and waiting for human approval to execute.
📖 Read the full source: r/ClaudeAI
👀 See Also

RTX 5060 Ti 16GB Local LLM Benchmarks: 30B Models Still Lead for Coding
Benchmarks on an RTX 5060 Ti 16GB show Unsloth Qwen3-Coder-30B UD-Q3_K_XL achieving 76.3 tok/s on Ubuntu with quality score 8.14, making it the recommended default coding model. The Unsloth Qwen3.5-35B UD-Q2_K_XL hits 80.1 tok/s but with lower quality scores.

RCFlow: Open-source orchestrator for Claude Code, Codex, and OpenCode with multi-session management
RCFlow is an AGPL v3 orchestrator for AI coding agents (Claude Code, Codex, OpenCode) providing a unified UI to manage parallel sessions across machines, with worktree support, task planning, artifact tracking, and live telemetry.

Nutrition MCP Server Built with Claude Code for Food Diary Export
A developer built a nutrition MCP server using Claude Code after commercial apps blocked data export, creating a tool that logs meals via Claude, generates summaries, and exports to Excel without switching apps.

ClawCall Gets Dedicated Phone Numbers: Agents Can Now Reserve a Number for Outbound Calls
ClawCall, the AI phone calling skill for OpenClaw agents, now lets you reserve a phone number by area code. Your agent uses it by default when making calls. 10k downloads, 300 calls/day.