Skip to content
@NathanMaine

NathanMaine-Labs

Senior TPM who builds. 13+ years enterprise delivery. Agentic AI, compliance automation, conversational AI. 48+ repos.

Nathan Maine

Senior Technical Program Manager | AI Systems Builder | NVIDIA Inception Member

LinkedIn HuggingFace Website Memoriant Podcast

I build AI systems I've spent a career learning to manage — compliance LLMs, expert knowledge platforms, governed inference gateways (patent pending), and behavioral AI voice synthesis. 12 years enterprise delivery across identity platforms (700K users), data unification (89M records, 95.48% match rates), and $20M+ multi-cloud programs. NVIDIA Inception member running production AI on DGX Spark.


🔥 Active Projects & Challenges

MOPS — Multi-provider AI agent remote control via Telegram & Matrix. Claude Code + Codex CLI + Gemini CLI from your phone. Open-source alternative to Claude Dispatch — released 5 days before Anthropic shipped theirs. Free, MIT licensed.
Parameter Golf — OpenAI Model Craft Challenge. Train the best LLM that fits in 16MB on 8×H100s. QAT, depth recurrence, factorized embeddings. Active: Mar–Apr 2026.

🏗️ Flagship: CMMC Compliance AI Platform

The only CMMC-specific fine-tuned LLM suite in the open-source ecosystem. Four models (7B–72B) trained for $77 total compute, deployed fully air-gapped via Ollama. 708 tests across three tiers — including 140 blind holdout scenarios. 27 CMMC controls across 5 families (AC, AU, IA, SC, SI) plus 3 DFARS clauses.

Model Size HuggingFace
cmmc-expert-7b 5.1 GB Nathan-Maine/cmmc-expert-7b
cmmc-expert-14b ~10 GB Nathan-Maine/cmmc-expert-14b
cmmc-expert-32b 18.5 GB Nathan-Maine/cmmc-expert-32b
cmmc-expert-72b 44.2 GB Nathan-Maine/cmmc-expert-72b
Repository What It Does
cmmc-compliance-ai-model 4 fine-tuned LLMs for CMMC 2.0, NIST 800-171, HIPAA — air-gapped, zero-cloud deployment
governed-llm-gateway Policy-as-code LLM gateway with SHA-256 tamper-evident audit trails — 103 tests
garak-compliance-probes 4 probes + 6 detectors for NVIDIA's garak vulnerability scanner — PR #1619
governance-graph-compiler Converts governance policy Markdown into enforceable directed acyclic graphs

🧠 Expert Knowledge Systems

Building AI-queryable knowledge bases from expert content — video, audio, blogs, documentation. Production system running 130,000+ searchable chunks across 36+ domain experts with GPU-accelerated ingestion and cross-encoder reranking. Accessible from any AI tool via MCP.

Repository What It Does
rah-qdrant-integration Qdrant vector search integration for knowledge graphs — Docker, CLI tools, cross-platform (macOS/Linux/Windows)

🤖 Agentic AI Systems

Purpose-built components for agent memory, recovery, planning, and coordination. Deterministic and auditable.

Repository What It Does
agentic-ai-portfolio Umbrella repo: orchestration + documentation for the agent suite
agentic-memory-graph-engine Graph-based memory with explain() reasoning traces
self-healing-agentic-workflows Retry logic, fallback chains, circuit breakers for agent tasks
temporal-executive-agent Dependency-ordered planning and execution with state tracking
multi-agent-fairness-governor Weighted round-robin allocation with skew-ratio detection
agentic-workflow-simplifier Lightweight Python library for defining multi-agent workflows as directed graphs
mcp-conversational-data-agent MCP server exposing database/CRM/ticket tools to LLMs
agentic-evaluation-sandbox Doer/Judge holdout scenario evaluation harness
blind-scenario-testing Framework for blind behavioral testing of live API systems — 151 tests
semantic-test-coverage-agent AST-based source/test scanner that finds untested code paths

🎙️ Real-Time AI & Meeting Intelligence

Repository What It Does
Project-Aurora-Echo AI meeting copilot — real-time transcription, speaker diarization, structured summaries. v2.0: NVIDIA GPU acceleration
realtime-ai-assistant Four iterations: vanillav2FastAPIStreamlit

🎯 AI Model Serving

Repository What It Does
el-barto-serve OpenAI-compatible server for ByteDance's mask-diffusion code LLM. Auto-patches Flash Attention for Blackwell GPUs. Landing page

☁️ Salesforce / Agentforce

Repository What It Does
Agentforce-Data-Aware-Agent Schema-aware AI agent with FLS/sharing enforcement
Agentforce-Dynamic-Action Natural language → generated Apex actions
Agentforce-Dynamic-Action-Invocable Flow/Einstein Copilot/REST wrapper for dynamic actions

Developer Experience & Operations (8 projects)
Repository What It Does
architectural-design-review-agent LLM-powered architecture review from YAML briefs
living-docforce-agent Documentation drift detection — code vs docs comparison
meeting-memory-companion Structured extraction from meeting notes
devex-metrics-dashboard DORA-aligned developer experience health indicators
devex-env-bootstrap-agent Auto-generates dev environment setup scripts
ai-ops-kpi-pipeline ETL pipeline for AI operations metrics
ai-deployment-experience-bot Slack bot for deploy/rollback/status via chat
agent-zero-dashboard Real-time monitoring dashboard for Agent Zero
Classical AI & Side Projects (7 projects)
Repository What It Does
LISP-Backward-Chaining-Core-Engine Common Lisp expert system with backward chaining and certainty scores
lisp-car-expert-system Rule-based car troubleshooting with forward chaining inference
Chess-Analyzer-v2 React + TypeScript chess analysis with Chess.com import
chess-analyzer Desktop Python chess analyzer with Stockfish + AI commentary
Thermomix-Recipe-Genius AI recipe generator for Thermomix TM6 (Gemini + Grok)
bongo_cat_monitor_remix ESP32 animated desk buddy — CPU/RAM/WPM monitor with meme triggers
Github-Avatar-Rotator Automated GitHub avatar rotation via API

Plus private repositories covering compliance training data pipelines, podcast production platform, and infrastructure automation.

MIT AI/ML Certificate · Salesforce: Data Cloud Consultant · Administrator · AI Associate · Scrum: CSM · NVIDIA Inception Member

nmaine@gmail.com · LinkedIn · nathanmaine.com · memoriant.ai · HuggingFace

Popular repositories Loading

  1. realtime-ai-assistant realtime-ai-assistant Public template

    AI meeting assistant with live transcription and summaries using xAI Grok API.

    Python 1

  2. realtime-ai-assistant004-stream-lit realtime-ai-assistant004-stream-lit Public

    Streamlit variant of the real-time AI meeting assistant with live audio transcription and summarization via xAI Grok.

    Python 1

  3. bongo_cat_monitor_remix bongo_cat_monitor_remix Public

    ESP32 animated desk buddy remix with meme triggers, Imgflip integration, typing tutor mode, and hardware temperature monitoring.

    C 1

  4. Agentforce-Data-Aware-Agent Agentforce-Data-Aware-Agent Public

    Agentforce data-aware AI agent template (SFDX). Auto-discovers org schema (objects, fields, relationships), enforces FLS/sharing, and runs safe actions (SOQL/Flow/Apex). Includes Lead Qualification…

    Apex 1

  5. realtime-ai-assistant002 realtime-ai-assistant002 Public template

    AI meeting assistant with live transcription and summaries using xAI Grok API.

    Python

  6. realtime-ai-assistant003-fast-api realtime-ai-assistant003-fast-api Public

    FastAPI + WebSocket variant of the real-time AI meeting assistant with live transcription and action-item extraction via xAI Grok.

    Python

Repositories

Showing 10 of 46 repositories
  • memoriant-ops-bot Public

    Multi-provider AI agent remote control via Telegram and Matrix. Claude Code, Codex CLI, Gemini CLI — from your phone.

    NathanMaine/memoriant-ops-bot’s past year of commit activity
    Python 0 0 0 0 Updated Mar 19, 2026
  • .github Public

    GitHub profile and organization-level configuration.

    NathanMaine/.github’s past year of commit activity
    0 0 0 0 Updated Mar 19, 2026
  • parameter-golf Public Forked from openai/parameter-golf

    Train the smallest LM you can that fits in 16MB. Best model wins!

    NathanMaine/parameter-golf’s past year of commit activity
    Python 0 MIT 892 0 0 Updated Mar 18, 2026
  • rah-qdrant-integration Public

    Community add-on for RA-H OS that replaces sqlite-vec with Qdrant for vector search. Solves ARM64 and NFS compatibility issues. Includes Docker Compose setup, ingest/search CLI, and install guides for macOS, Linux, and Windows.

    NathanMaine/rah-qdrant-integration’s past year of commit activity
    Python 0 0 0 0 Updated Mar 18, 2026
  • agentic-ai-portfolio Public

    Umbrella repo: orchestration + documentation for the agent suite.

    NathanMaine/agentic-ai-portfolio’s past year of commit activity
    Makefile 0 MIT 0 0 0 Updated Mar 13, 2026
  • cmmc-compliance-ai-model Public

    Suite of 4 fine-tuned LLMs (7B/14B/32B/72B) for CMMC 2.0, NIST 800-171, NIST 800-53, HIPAA, and DFARS compliance. Air-gappable, runs on Ollama with zero cloud dependency.

    NathanMaine/cmmc-compliance-ai-model’s past year of commit activity
    Python 0 1 0 0 Updated Feb 26, 2026
  • el-barto-serve Public

    🛹 El Barto was here. OpenAI-compatible API server for Stable-DiffCoder diffusion code models on NVIDIA DGX Spark.

    NathanMaine/el-barto-serve’s past year of commit activity
    Python 0 MIT 0 0 0 Updated Feb 26, 2026
  • blind-scenario-testing Public

    Framework for blind behavioral testing of live API systems. Black-box scenario testing using Docker digital twins and mock LLM backends.

    NathanMaine/blind-scenario-testing’s past year of commit activity
    Python 0 MIT 0 0 0 Updated Feb 24, 2026
  • agentic-evaluation-sandbox Public

    Holdout scenario evaluation harness for AI agents. Doer/Judge/Adversary/Observer roles, probabilistic satisfaction scoring, append-only JSONL audit trails with integrity hashes. Created Dec 2025.

    NathanMaine/agentic-evaluation-sandbox’s past year of commit activity
    Python 0 MIT 0 0 0 Updated Feb 23, 2026
  • garak Public Forked from NVIDIA/garak

    the LLM vulnerability scanner

    NathanMaine/garak’s past year of commit activity
    HTML 0 Apache-2.0 843 0 0 Updated Feb 18, 2026

Top languages

Loading…

Most used topics

Loading…