Skip to main content
Cortex Neural Network Topology
Autonomous AI Orchestration

Meet Cortex

A self-governing, learning, multi-agent AI infrastructure platform. 7 repos, 339 K8s manifests, 30 microservices, 11 MCP servers. Now consolidated at github.com/cortex-io.

Modeled as a construction company. Learns from YouTube. Deploys via GitOps. Rolls back failures automatically. The brain, the muscle, and the deployment.

7
Repos
cortex-io ecosystem
557+
K8s Resources
GitOps managed
11
MCP Servers
113+ tools
94%
Task Success
worker completion
πŸš€ NOW LIVE

Cortex Consolidated at cortex-io

February 1, 2026 - The ecosystem now lives under one roof

7 repos transferred, coordinated versioning at v2026.02.0, one-command setup

7
Repositories
Unified ecosystem
339
K8s Manifests
GitOps managed
30
Microservices
In cortex-platform
113+
MCP Tools
Across 11 servers

The Cortex IO Ecosystem

🧠
cortex
The Brain - Multi-agent orchestration, masters, workers, daemons
πŸ’ͺ
cortex-platform
The Muscle - 30 services, agent framework, fabric layers
πŸš€
cortex-gitops
The Deployer - 339 manifests, ArgoCD, auto-sync
πŸŽ“
cortex-school
Autonomous learning from YouTube β†’ validate β†’ deploy β†’ rollback
Explore cortex-io on GitHub

One command to clone everything: curl -fsSL https://raw.githubusercontent.com/cortex-io/.github/main/setup.sh | bash

What is Cortex?

Cortex is a self-governing, learning, multi-agent AI infrastructure platform modeled as a construction company. Think Cortex Holdings Inc. - with an Executive level, Shared Services, and 6 specialized Divisions.

Unlike traditional automation, Cortex learns from YouTube videos, validates improvements via RAG, auto-deploys via GitOps, and rolls back failures automatically. The infrastructure that teaches itself.

Now consolidated at github.com/cortex-io with coordinated versioning. 7 repos, 339 K8s manifests, 30 microservices, 11 MCP servers, 113+ tools. All running on a 7-node K3s cluster.

Core Capabilities

πŸ—οΈ

Construction Company Model

Organized as Cortex Holdings Inc. with Executive level, Shared Services, and 6 specialized Divisions managing 20+ repositories.

🧠

Learns Autonomously

Cortex School ingests YouTube videos, validates against existing infrastructure via RAG, auto-approves improvements, deploys via GitOps, and rolls back failures automatically.

⚑

Fabric Layers

Scale-to-zero AI stacks with intelligent cascading: Cache β†’ Keyword β†’ Qdrant β†’ Local LLM β†’ Claude. 80% of queries handled locally.

🎯

MoE Routing (87-95%)

Mixture of Experts routing with keyword and semantic matching. Routes tasks to 5 Master Agents across specialized domains.

πŸ”„

GitOps Native

339 K8s manifests in cortex-gitops. ArgoCD auto-syncs every 3 minutes with self-healing and drift correction.

πŸ› οΈ

113+ MCP Tools

11 MCP servers providing 6-tier capabilities: from simple queries to spawning 10,000 workers to building entire projects.

How It Works

1

Dev β†’ GitOps β†’ Prod

You issue commands to Claude Code in cortex-platform (dev). Changes commit to cortex-gitops. ArgoCD watches every 3 minutes, syncs to the K3s cluster, and self-heals any drift. The control plane whispers; the cluster thunders.

2

Mixture of Experts Routing

Every task is analyzed by the MoE router (87-95% accuracy) and sent to the right Master Agent: Coordinator, Development, Security, Inventory, or CI/CD. Each master spawns specialized workers. 7 worker types handle implementation, fixes, tests, scans, security fixes, documentation, and analysis.

3

Intelligent Cascade (Fabric Layers)

Queries flow through 5 tiers: Cache (<1ms) β†’ Keyword (<10ms) β†’ Qdrant vector search (<50ms) β†’ Local LLM (~500ms) β†’ Claude (~2-5s). 80% of queries never leave Tier 3. Scale-to-zero via KEDA means you only pay for what you use.

4

Autonomous Learning (Cortex School)

Cortex learns from YouTube videos. Improvements flow through a 7-stage Redis pipeline: Raw β†’ MoE Router β†’ Expert Analysis β†’ RAG Validation β†’ Auto-Approval (β‰₯90% relevance) β†’ Implementation Workers β†’ GitOps Deploy β†’ Health Monitor. Failures auto-rollback via git revert.

Architecture: February 1, 2026

Cortex Holdings Inc.

A multi-agent AI system organized as a construction company.

Organizational Structure

Executive Level
β”œβ”€β”€ Cortex Prime (General Contractor) - Strategic decisions
└── COO (Site Supervisor) - Daily operations

Shared Services (Equipment Yard)
β”œβ”€β”€ Coordinator Master - MoE routing hub (50k tokens)
β”œβ”€β”€ Development Master - Features (30k tokens)
β”œβ”€β”€ Security Master - CVEs (30k tokens)
β”œβ”€β”€ Inventory Master - Cataloging (20k tokens)
└── CI/CD Master - Builds (25k tokens)

6 Divisions (Sub-contractors)
β”œβ”€β”€ Infrastructure - Proxmox, UniFi, Cloudflare, Starlink
β”œβ”€β”€ Containers - Talos (K8s on bare metal)
β”œβ”€β”€ Workflows - n8n automation
β”œβ”€β”€ Configuration - Microsoft Graph
β”œβ”€β”€ Monitoring - Netdata, Grafana, CheckMK, Pulseway
└── Intelligence - AIANA

7 Worker Types (Day Laborers)
β”œβ”€β”€ Implementation, Fix, Test, Scan
└── Security-Fix, Documentation, Analysis
              

By The Numbers

7
K3s Nodes
94%
Worker Success
200k
Daily Token Budget
9
Self-Healing Daemons

6-Tier MCP Tool System

Tier 1-2: Infrastructure
Query & manage UniFi, Proxmox, K8s, Sandfly
Tier 3: Worker Swarms
Spawn 1-10,000 workers in parallel
Tier 4: Master Coordination
Route tasks, get status, list capabilities
Tier 5-6: Projects & Control
Build entire projects, pause/resume/cancel ops

"The infrastructure that teaches itself."

Cortex School learns from YouTube β†’ validates via RAG β†’ auto-deploys via GitOps β†’ monitors health β†’ rolls back failures. No human required.

What Can Cortex Do?

πŸ”’ Security Operations

Vulnerability scanning, CVE remediation, dependency audits, compliance monitoring, and automated security fixes.

πŸ’» Development Tasks

Feature implementation, bug fixes, code refactoring, optimization, and technical debt reduction.

πŸš€ CI/CD Automation

Build orchestration, test automation, deployment strategies, release workflows, and pipeline optimization.

πŸ“š Repository Management

Discovery, cataloging, documentation generation, dependency tracking, and health monitoring.

Latest Articles

Dive deeper into Cortex's development, architecture, and capabilities through our detailed blog posts.

Taming Longhorn: How Snapshot Limits Saved Our K3s Cluster from Disk Pressure Disasters
Engineering

Taming Longhorn: How Snapshot Limits Saved Our K3s Cluster from Disk Pressure Disasters

A practical guide to preventing unbounded storage consumption in Kubernetes with Longhorns snapshotMaxCount parameter. Learn how we reduced potential disk usage by 98% and brought cortex-qdrant back to replicated storage.

Cortex Adaptive Intelligence: Building a Self-Learning AI Orchestration Platform
AI & ML

Cortex Adaptive Intelligence: Building a Self-Learning AI Orchestration Platform

How Cortex evolved from static routing to a self-learning system that reduces API calls by 65%, improves latency by 67%, and automatically optimizes model selection through vector-based similarity routing

From Static LLMs to Adaptive Intelligence: How Cortex Redefines AI Infrastructure
AI & ML

From Static LLMs to Adaptive Intelligence: How Cortex Redefines AI Infrastructure

A deep dive into the evolution from simple LLM interactions to autonomous, self-optimizing AI fabric with intelligent routing, scale-to-zero layers, and continuous learning

Building the Cortex Fabric Network: A Day of Infrastructure Evolution
Engineering

Building the Cortex Fabric Network: A Day of Infrastructure Evolution

Transforming Cortex from monolithic to distributed fabric network with six domain-specific AI activators, Redis Streams orchestration, and MCP protocol integration - solving protocol mismatches, cluster capacity, and cross-namespace secrets

Cortex Online School: Autonomous Learning from YouTube
AI & ML

Cortex Online School: Autonomous Learning from YouTube

How Cortex continuously learns from YouTube channels, validates improvements with RAG, and autonomously implements safe infrastructure changes with automatic rollback.

Building the Cortex Fabric: A Day of Infrastructure Engineering
Engineering

Building the Cortex Fabric: A Day of Infrastructure Engineering

How we unified three disconnected clients into a resilient event-driven fabric connecting 14 MCP servers across k3s, enabling true session continuity.

Ready to Dive Deeper?

Cortex is now consolidated at github.com/cortex-io. 7 repos, coordinated versioning, one-command setup.

Explore the architecture, fabric layers, autonomous learning pipeline, MCP servers, and the construction company model that makes a complex system navigable.