Skip to content
Platform Architecture

What Powers Chimeraforge

Nine repositories across Python, Rust, TypeScript, and C#. Constitutional AI enforcement with cryptographic provenance, multi-model debate, and a self-improving alignment loop — from the JARVIS gateway to mobile clients to channel adapters.

Core Engines

Banterpacks

Python, Rust · 6 subsystems + 7 Rust crates

The core monorepo. Six interconnected subsystems handling constitutional AI enforcement, multi-model debate, cryptographic provenance, and the JARVIS multi-modal assistant. All inter-service coupling is HTTP.

JARVIS Gateway

AI agent layer — chat, voice, semantic memory, tools, proactive intelligence, smart home

Constitutional Router

TDD002 — embedding cosine similarity, calibration (isotonic/Platt), 99% fast-path routing

Debate Engine

Chimera — heat-based escalation, weighted voting, ranked choice, Condorcet consensus

Rust Runtime

TDD005 — Ed25519 provenance, BFT consensus, ZK proofs, cognitive agents with ELO

RLAIF self-improving loop · 3-stage tool approval · 89 patches shipped

Banterhearts

Python · 1.34M+ measurements

ML research platform and production inference backbone. 1,348,000+ measurements across 55 technical reports, targeting consumer GPUs with sub-100ms inference.

Inference API

Model selection, streaming, multi-backend dispatch

Safety Research

Alignment under quantization, concurrency, cross-backend consistency

Benchmarking

4 compilation backends, 5 quantization formats, GPU kernel profiling

AutoOpt Agent

Thompson sampling, multi-armed bandit, SLA enforcement

37-file evaluation framework · 20 monitoring modules · 12 security modules

JARVIS Gateway

Multi-modal AI gateway with multi-provider routing (Anthropic, OpenAI, Gemini, Ollama). Every chat turn routes through the constitutional router. Tool execution uses a 3-stage propose/approve/execute pipeline with cryptographic provenance on every action.

Calendar
Inbox
Memory
Smart Home
Proactive
Tools
Voice

Supporting Systems

Chimera Multi-Agent

Muse Protocol — 6-agent content pipeline with ClickHouse analytics. Also the observability control plane (OTel tracing, Datadog metrics, DLQ).

Python · ClickHouse · OTel

Chimeraforge

LLM deployment optimizer on PyPI (v0.5.0). Model-agnostic 5-gate capacity planner (VRAM, Quality, Safety, Latency, Cost) — any registry / Ollama / HuggingFace model across 15 GPU profiles.

pip install chimeraforge

Chimeradroid

Android companion for JARVIS — Unity/C# with voice, chat, session handoff, tool approval, mesh networking, and offline-first support.

C# / Unity · WebSocket streaming

Echo

Messaging channel adapters — Slack and Discord bridges to JARVIS with session tracking and device key auth.

Python · Slack Bolt · discord.py

JARVIS Console

Web console — chat with streaming, control room dashboard, cognitive agent ELO, tool catalog, workflow management, memory browser.

TypeScript / Next.js · WebSocket

This Site

268 auto-generated episodes from git commits (stream archived 2026-06-26). Research archive with 55 technical reports. Next.js 16 with SSG + ISR.

TypeScript · Vercel

Project Wyvern

Embodied autonomy. Governed mission-execution plane between Chimera control and PX4/ArduPilot — 5-tier authority hierarchy, cryptographic mission replay, OpenAPI 3.1 mission contract. Phase 0 specs complete; SIM-ONLY MVP in progress.

Python, Rust · ROS 2 · PX4 + Gazebo

Standalone Tools

Independent CLIs shipped outside the Chimera ecosystem — their own repositories, not counted among the nine.

quantfit

GPU-aware quantization CLI with a built-in safety-tax check. Quantizes across the SOTA matrix (AWQ / GPTQ / SmoothQuant / FP8 / RTN + GGUF), routes by GPU capacity (in-GPU / CPU-offload / refuse), and measures whether quantization broke refusals — a two-axis vector (refusal-robustness + over-refusal) via the QuantSafe classifier.

pip install quantfit
9
Repositories
1.34M+
Research Measurements
268
Episodes Shipped
27h 1m
Total Reading Time
89
Patches Shipped
5
Languages
99%
Fast-Path Routing
<100ms
Inference Target

How Data Flows

1

Ingest

Banterhearts bench data and Banterpacks git commits flow into ClickHouse via dedicated agents.

2

Process

Watcher monitors pipeline health. Council generates episodes with performance insights baked in.

3

Publish

Publisher pushes episodes to GitHub. Vercel rebuilds the site. i18n translates to German, Chinese, Hindi.

4

Serve

JARVIS gateway dispatches inference locally. Chimeradroid extends access to mobile devices.