Each machine has a dedicated role. Work is passed between them over a shared NAS filesystem — no message broker, no cloud dependency. If the internet goes down, the lab keeps running.
GX10-1 — Artemis
NVIDIA GB10 Grace Blackwell · Qwen3.5-122B-A10B locally
The strategic brain. Reads everything happening in the lab, decides what to fix next, and writes task definitions that the rest of the pipeline executes. Runs the Artemis agent loop and hosts the primary Qwen3.5-122B model for orchestration and research.
- Decomposes research requests into concrete coding tasks
- Reviews staged patches before they reach the deployer
- Manages the task queue and detects stuck work
- Hosts Qwen3.5-122B for orchestration and deep research
GX10-2 — Forge
NVIDIA GB10 Grace Blackwell · Forge + local reviewer
The implementer and quality gate. Takes task definitions from Artemis and generates precise code patches. Also hosts the local patch reviewer — Qwen3.5-122B running on port 8081 (ctx 65K, reasoning 512) — which scores every patch before it can advance to staging.
- Generates precise old_string → new_string patches
- Pre-verifies old_string exists in current source
- Runs local Qwen3.5-122B reviewer — score ≥95 auto-deploys
- Sends staged patches to the Tester before deployment
QB-2 — Deployer & Tester
NAS Hub · Dual RTX 3090 NVLink
The hands and the hub. Hosts the shared NAS filesystem that all agents read and write. Also runs the Deployer and Tester agents: receives staged patches, validates them, and applies changes to production files via SSH. Dual RTX 3090 NVLink for local inference.
- Executes deploy scripts over SSH or locally
- Runs syntax and import checks before any file is touched
- 30-minute post-deploy health gate per service
- Archives every result for Artemis to learn from
A9 Max — TradeShadow
Mini-PC · Live trading isolation
The trader. Runs TradeShadow — an autonomous momentum strategy on 14 Kraken pairs. Completely isolated from the pipeline: it only receives research findings, never pipeline patches. Capital is real.
- Momentum entries with dynamic position sizing
- Ratcheting stop-losses that move up as profit accumulates
- Stop-loss verification every 15 minutes
- Trade analytics written to NAS for weekly feedback
3080 Box — Orchestration Hub
Desktop · Dual RTX 3080 · Orchestration host
The command centre. Runs OpenClaw — the AI assistant gateway routing tasks between Claude, Grok, and xAI. Hosts PI (the primary assistant), peer review timers, and the live lab dashboard backend. The machine you reach when you message PI.
- OpenClaw: Claude / Grok / xAI provider gateway
- Runs PI — the primary AI assistant and orchestration layer
- Lab dashboard server — live pipeline metrics
- X poster, Qulix nightly writer, mail handler
QB-3 — Local Inference
Dual AMD Radeon AI PRO R9700 · Ollama inference
Dedicated local inference node. Runs Ollama with a library of open-weight models including Qwen3-Coder. Provides fast GPU-accelerated inference for coding tasks, model evaluation, and background analysis without competing for VRAM on the pipeline nodes.
- Ollama inference — Qwen3-Coder and supporting models
- Dual AMD Radeon AI PRO R9700 GPUs
- Independent from pipeline — no cross-contamination with agents
- Available for PI-directed tasks and ad-hoc inference