Sources & Credits
We build on the shoulders of giants. Here's everything we use, reference, or discuss — open source and commercial alike.
Language Runtimes & Compilers
-
Rust MIT / Apache
Primary language for Neutron dispatcher and all MCP servers. Systems-level performance with memory safety.
-
Python PSF License
Fleet orchestration scripts, LuxSRE agent, training pipeline, and session tooling.
-
.NET / C# MIT
Horde build automation and UE5 tooling integration. Required for Epic's Horde CI/CD system.
AI / LLM Infrastructure
-
Anthropic Claude Commercial
Primary AI backbone. Claude Opus 4.6 for architecture review and complex reasoning; Sonnet for fleet dispatch; Haiku for triage.
-
Ollama MIT
Local LLM inference. Runs Mistral NeMo 12B for $0 triage and Qwen 2.5 7B for GitLab ops on our RTX 3090.
-
Mistral NeMo 12B Apache 2.0
NVIDIA × Mistral joint release. Used for LuxSRE triage and task complexity routing. Runs locally.
-
Google Gemini Commercial
Gemini 2.5 Pro via our internal gateway. Used as the FORGE trusted companion reviewer alongside Claude.
Message Bus & Data
-
NATS / JetStream Apache 2.0
Real-time pub/sub and durable message queuing for fleet dispatch, coordination, and session lifecycle.
-
PostgreSQL PostgreSQL License
Primary database. Institutional memory, fleet state, training corpus, ADR registry, and coordination.
-
Ghost CMS MIT
Blog platform for blog.monstergaming.ai. Self-hosted on our BUILD server.
Game Engine & DCC Tools
-
Unreal Engine 5 Epic Custom License
Primary game engine for Fob1943 and all Monster Gaming titles. UE 5.3 → 5.5 migration currently in progress.
-
Perforce Helix Core Commercial
Version control for game assets. Self-hosted on BUILD (Tailscale-only, 100.64.67.81:1666).
-
Epic Horde Epic Custom License
Distributed build automation for UE5. Replaces GitLab CI runners for heavy cook/compile jobs.
-
Blender GPL / BL
3D art pipeline. DCC integration via neutron-mcp-blender (in development). Referenced in game dev blog content.
Infrastructure & DevOps
-
Cloudflare Commercial
CDN, Workers, Tunnel, R2 storage, Zero Trust Access. Entire public-facing stack runs behind Cloudflare.
-
Tailscale Commercial
Zero-config WireGuard mesh. Connects BUILD, MINI, MAC, hal (Kirby's PC) and future team machines.
-
Linear Commercial
Project management and issue tracking. Used by fleet agents to create and update tickets programmatically.
-
GitLab Commercial (SaaS)
Source control and CI/CD. Neutron workspace at engineering7761613/core/neutron with luxbuildbot-shell runner.
-
Coolify Apache 2.0
Self-hosted deployment platform. Manages Ghost, Outline wiki, and future Neutron MCP server containers.
Rust Crates (Selected)
-
async-nats Apache 2.0
NATS client for Rust. Powers all fleet dispatch and coordination in the Neutron dispatcher.
-
sqlx MIT / Apache
Async PostgreSQL driver. Used in neutron-common for seat pool checkout/checkin.
-
clap MIT / Apache
CLI argument parsing for all Neutron MCP server binaries.
-
serde MIT / Apache
Serialization framework used throughout the entire Rust codebase.