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

TrustLog Dynamics: Python Daemon Uses Bond Math to Kill Rogue AI Agents
TrustLog Dynamics is a Python daemon that monitors AI agent API costs in real time and terminates processes using two quantitative finance methods: convexity detection for accelerating costs and zero-variance detection for mechanical loops.

Claude AI's UltraThink feature returns with practical usage guidance
Claude AI has reinstated the UltraThink feature after user feedback. Medium effort is now the default for Opus 4.6 (Max/Team), with High effort available permanently via /model, and UltraThink as a one-turn override to high effort.

Cortex v1.2 adds LLM enrichment, Q&A with citations, and conflict resolution
Cortex, a local memory layer for OpenClaw agents, has released v1.2 with LLM-augmented enrichment by default, a question-answering command with citations, and improved deduplication and conflict resolution. The tool now includes unified configuration management and intent-based search pre-filtering.

Launch Engine MCP Server Provides 39-Tool Pipeline for Business Validation
Launch Engine is an MCP server that gives Claude a structured pipeline with 39 interconnected SOP tools organized into 5 layers for taking business ideas from concept to validated revenue. The system includes specialized subagents, prerequisite enforcement, and tools for batch evaluation and rapid testing.