Skip to content
View aaronmarchant96-max's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report aaronmarchant96-max

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
status canonical
authority_scope builder-story-and-case-studies
owner Aaron Marchant
last_verified 2026-09-02
verified_against_commit 4e729c2
claims_source docs/CLAIM_LEDGER.md
supersedes
superseded_by
archived_at

Hi there, I'm Aaron Marchant πŸ‘‹

AI Systems Engineer & Solo Founder
Creator of REI.ai β€” The OpenAI-Compatible FinOps Proxy & Pre-Spend LLM Router.

"REI does not begin by asking for control of your AI traffic. It begins by earning the right to recommend a change."


🎯 Profile & Core Competencies

  • Inference FinOps & Pre-Spend Routing: Deterministic pre-flight model selection, OpenAI-compatible proxy gateways (/v1/chat/completions), prompt-freeze caching, and 3-bucket traffic audits (97.3502% measured input-cache hit rate across 1,848,473,560 tokens).
  • Evidence-Bounded Decision Audit: Replay analysis precedes live changes. The isolated ExecutionController unit contract preserves the requested model and adds no provider call in shadow mode; production integration remains a separate gate.
  • Adversarial Security & Local Model Gates: A 16-category D1 taxonomy, fixed red-team regression corpus, Feynman Gate evaluation harness, and an incomplete local-model evaluation retained with its failure evidence.
  • Full-Stack AI Engineering: End-to-end React/TypeScript interfaces, serverless backends, Customer Pilot Workspace (/#pilot), and hexagonal multi-package runtimes (EchoForge).
  • Empirical Rigor: 1,366/1,366 automated tests across 121/121 suites passed locally on 2026-09-02, with 1,028 commits on main.

πŸ›οΈ The Three Flagship Projects

β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”
β”‚                             THE 3-PILLAR TRIAD                              β”‚
β”œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€
β”‚ 1. REI.ai          ──► AI Systems & FinOps (Proxy, Evidence, 1,366 Tests)     β”‚
β”‚ 2. Arena Harness   ──► AI Security & Evals (Feynman Gate, 136 Blind Prompts)β”‚
β”‚ 3. Family Archive  ──► Full-Stack Product (GPS Evidence Tiers, Provenance)  β”‚
β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜

1. REI.ai β€” AI FinOps Proxy & Decision Audit Engine

Repository: github.com/aaronmarchant96-max/rei-ai Β· Live: https://rei.ai

  • Problem: Teams lack evidence about which routine requests may be candidates for less expensive models without degrading task-specific quality.
  • Architecture:
    • OpenAI-Compatible Gateway (/v1/chat/completions): Drop-in proxy for Cursor, Cline, Aider, and backend pipelines.
    • Pre-Spend Selection: Uses deterministic in-memory policy without calling an LLM to route an LLM. A fresh retained benchmark is required before publishing a numeric latency ceiling.
    • 3-Bucket Audit Segmentation: Categorizes requests into Candidate to Shadow, Retain Current Tier, and Insufficient Evidence.
    • ingestable β‰  replay-routable: Missing or redacted prompt text is normalized in denominator audits but excluded from savings claims.
    • BYOK SaaS Model: Customer-owned provider keys; zero inference balance-sheet liability.
  • Measured Telemetry:
    • 1,366/1,366 passing automated tests across 121/121 suites in the latest local run.
    • 1,028 total commits on the main branch as of 2026-09-02.
    • 1.848B development tokens processed through OpenCode/DeepSeek build workflow for $23.52 ($567.06 savings vs $590.57 no-cache counterfactual).
    • 70.6% pooled classification accuracy (96/136 unique samples), with implemented-route holdouts ranging from 90% to 100% under their documented exclusions.
  • Reproduce from Clean Checkout:
    git clone https://github.com/aaronmarchant96-max/rei-ai.git
    cd rei-ai && npm install
    npm test
    npm run dev

2. Arena Harness β€” Adversarial AI Evaluation & Benchmarking

Integrated Module: rei-ai/src/__eval__ Β· docs/DEFENSE_IN_DEPTH_CONTROL_MATRIX.md

  • Problem: AI benchmarks often suffer from dataset contamination, brittle regex parsers, and ungrounded claims. Teams lack standardized ways to test model resilience against prompt injections, system extraction, and quality degradation.
  • Architecture:
    • D1 Threat Taxonomy: 16-category zero-token scanner flagging recursive jailbreaks, base64 ciphers, credential leaks, and identity spoofing before API dispatch.
    • Feynman Gate Suite: 136 ground-truth holdout queries evaluating accuracy across 5 specialized reasoning domains.
    • Local Model Quality Gate: Evaluates local candidate models (LLaMA 3.2 3B) separating CARDO structural score from Epistemic correctness score.
  • Measured Result:
    • 12/12 correct routes on the fixed red-team regression corpus, which exercises 11 taxonomy categories; a separate five-entry replay measured 75% route adherence.
    • The local-model overnight run is incomplete (98/136 records, including one delivery failure) and is not represented as promotion evidence.
    • Tool arguments are covered by JSON/Zod schema-validation and retry tests; no universal zero-failure claim is made.

3. Family Archive β€” Full-Stack Knowledge Graph & Genealogical Provenance

Repository: github.com/aaronmarchant96-max/family-archive Β· Engine Spec: docs/FAMILY_ARCHIVE_PORTING_SPEC.md

  • Problem: Historical databases suffer from catastrophic hallucination when AI systems merge records of individuals sharing identical names and birth years.
  • Architecture:
    • 4-Tier Genealogical Proof Standard (GPS) Classifier: Enforces strict epistemic tiers (primary_direct, secondary_derivative, inferred_modeled, negative_search).
    • Disambiguation Hinge Evaluator: Isolates conflicting facts before asserting identity matches.
    • Negative Search Audit Receipts: Logs exhaustively searched databases where no record was found.
  • Measured Result:
    • Citation and provenance requirements are enforced through schemas and integrity tests; this is not a claim that every generated assertion has been externally audited.
    • Reusable standalone TypeScript library (archivistEngine.ts) with dedicated unit test suite.

πŸ› οΈ Build Benchmarks & Engineering Rigor

β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”
β”‚                          AARON'S BUILD BENCHMARKS                           β”‚
β”œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€
β”‚ β€’ Total Tokens Processed ──► 1.848 Billion development & evaluation tokens  β”‚
β”‚ β€’ Total Build Spend     ──► $23.52 API spend (97.35% input cache hit rate)  β”‚
β”‚ β€’ Verified Test Suite   ──► 1,366/1,366 tests across 121/121 suites (local) β”‚
β”‚ β€’ Git History           ──► 1,028 commits on main (measured 2026-09-02)      β”‚
β”‚ β€’ Operating Budget      ──► ~$60/month lean serverless infrastructure       β”‚
β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜

🌐 Links & Contact

Pinned Loading

  1. llm-adversarial-testing llm-adversarial-testing Public

    ⚑ Arena Harness: Adversarial AI evaluation & red-teaming framework. Dual-axis scoring, D1 threat taxonomy (14 categories), poisoned context testing, and JSONL evidence receipts.

    Python 2

  2. rei-ai rei-ai Public

    ⚑ REI.ai: OpenAI-compatible FinOps proxy with deterministic model routing. 97.35% cache hit rate, $23.52 spend on 1.84B tokens, 100% test coverage.

    JavaScript 1

  3. family-archive family-archive Public

    ⚑ Family Archive: Engelbartian knowledge workbench & genealogical proof standard (GPS) engine. 4-tier evidence classification, 60fps lineage constellation, and source-linked provenance.

    TypeScript 1

  4. rei-echoforge rei-echoforge Public

    ⚑ REI EchoForge: Evidence-driven NPC dialogue for Oblivion/Fallout. Local LLM + Piper TTS + xOBSE adapter. Typed conversation, bounded actions, 100% human review gates. Pre-alpha.

    JavaScript 1