Get started
Plugin

Cognitive Core 3D: See inside the brain

A fullscreen immersive 3D visualisation of the QuoxCORE cognitive architecture. Every agent, every objective, every memory crystal, rendered in real-time WebGL.

26 March 20264 min read
Abstract 3D rendering of nested orbital shells with glowing nodes representing agents and memory crystals

Why spatial navigation matters

Dashboards are tables and charts. They work for small systems. When you have 49 agents, 12 cognitive implants, 10 infrastructure hosts, active objectives, a memory system, and four protocol layers all running at once, scrolling through panels stops being useful.

Cognitive Core 3D renders the entire QuoxCORE architecture as a set of nested spatial shells. The orchestrator sits at the centre. Cognitive implants orbit at the first ring. Agents form team-coloured constellations further out. Memory crystals float in a lattice. Infrastructure hosts sit on platforms below. You fly through it. You click things. You see the system as a whole, not as a list.

The idea is simple: spatial layout carries information that flat layouts cannot. Distance, grouping, colour, motion, and position all tell you something without requiring a label. An agent that is far from its team is probably reassigned. A red infrastructure platform needs attention. A bright memory crystal was accessed recently. You see this at a glance, without reading anything.

Eighteen layers of cognitive architecture

Each visual layer maps to a real QuoxCORE subsystem. The data is live. When an agent finishes a task, its node updates. When an objective completes, its ring pulses. When a host goes unhealthy, its platform turns red.

LayerPositionData source
Nucleusr=0Orchestrator state
Cognitive Implantsr=812 QuoxMind implants
Servicesr=6Health check API
Agentsr=12-1849 specialist agents
Executionr=30Live objectives
VOLT Chainr=32Evidence DNA helix
Memory Latticer=40-50Working set memory
Core Shellr=50Boundary layer
Tailnetr=70Network mesh
Infrastructurey=-3810 fleet hosts
HoloGridfloorRadar sweep overlay

Beyond the core layers, visual effects tie the system together: data highways carry particle streams between zones, assignment beams connect delegating agents to their targets, and a wormhole portal sits at the outer edge. Ambient particles drift through the scene. A holo-grid floor with a radar sweep provides spatial grounding.

Elite-style cockpit HUD

The heads-up display wraps the 3D view with cockpit bezels and corner brackets inspired by Elite: Dangerous and EVE Online. It is not decorative. The HUD shows real-time telemetry: agent count, active objectives, implant health, host status, FPS, draw calls, and triangle count.

COREY, the narrator AI, provides contextual commentary in a sidebar panel. When agents complete tasks, when objectives stall, when infrastructure goes unhealthy, COREY describes what is happening. A scanner disc shows proximity data. A search overlay lets you find any agent, objective, or implant by name.

Six layer presets

You do not always need all eighteen layers. Presets let you switch between focused views with a single click.

Full Core Every layer visible. The complete picture.

OpsDeck Agents, execution, and objectives only.

Memory Memory lattice and VOLT evidence chain.

Health Services, infrastructure, and implant status.

Agents Agent mesh with team labels and delegation arcs.

Minimal Nucleus, agents, and HUD. Nothing else.

Technical details

The visualiser is built on Three.js and React Three Fiber (R3F). It is lazy-loaded, so it adds nothing to the initial page weight of QuoxCORE. The R3F canvas is fullscreen, running at the /cogcore3d route.

Adaptive quality detection runs at startup and monitors frame rate during use. Four tiers (Ultra, High, Medium, Low) adjust particle counts, post-processing effects, and geometry complexity. On integrated graphics (Intel UHD, Apple M-series), the visualiser targets 30fps at Medium quality. On discrete GPUs, Ultra mode enables bloom, ambient occlusion, and full particle counts.

Performance budget: fewer than 120 draw calls, fewer than 250,000 triangles. The entire plugin loads at approximately 188KB gzipped.

Real data, not a demo

Every visual element connects to a live data source. Agent nodes pull from the agent registry and show real delegation counts. Objective rings display actual task progress with completion percentages. Memory crystals reflect your working set memory. Cognitive implants show health metrics from QuoxMind services. Infrastructure platforms display host status from fleet health checks.

When data is unavailable, layers gracefully fall back to representative mock data. The visualiser is useful from the first second, whether you have a fully populated QuoxCORE instance or a fresh installation.

Available now

Cognitive Core 3D is a one-time purchase at $18. No subscription, no recurring fees. It activates via the standard QuoxCORE licence system and appears in your sidebar as "Core 3D" with a PREMIUM badge.

The plugin is in the professional tier. It requires QuoxCORE 1.0 or later. Any modern browser with WebGL support will run it.

Deploy QuoxCORE: free, self-hosted

AI agent orchestration with built-in governance. Docker Compose up and running in under five minutes.