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

Open Source AI Agent Prompt Library Reaches 100 GitHub Stars
A community repository called ai-setup provides shared system prompts, Cursor rules, Claude configs, and local model workflow setups for AI agents. The project has 100 GitHub stars and 90 merged PRs.

sourcecode: Open-Source CLI to Compress Large Java/Spring Monorepos for Claude
sourcecode CLI reduces a ~4k-file Java/Spring monorepo from ~3M tokens to 1.7k tokens (compact mode). Currently focuses on context compression, git hotspot detection, and symbol lookup.

BrightBean Studio: Open-source social media management platform built with AI agents
BrightBean Studio is an open-source, self-hostable social media management platform that supports 10+ platforms with direct first-party API integrations. It was built in 3 weeks using Claude and Codex.

AIDA: Open-Source Platform for AI-Powered Penetration Testing
AIDA is an open-source platform that provides AI agents with a full penetration testing environment via MCP connection to a Docker container. The latest version replaces the 40GB Exegol requirement with a purpose-built 1GB container containing essential security tools.