Skip to content
View tsmith-surgexi's full-sized avatar

Organizations

@SurgeXi

Block or report tsmith-surgexi

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
tsmith-surgexi/README.md

Hi, I'm Todd 👋

AI Platform & Solutions Architect · Founder of SurgeXi Business Intelligence

20+ years architecting secure, enterprise-grade systems — now building agentic AI for homes & businesses.


🚀 What I'm building

SurgeXi Business Intelligence (surgexi.com) — secure, human-in-the-loop AI operations software. Our lead product, Vertirite, is a vendor-neutral AI-governance control plane: it discovers every AI and automation already touching your systems and puts a human approval gate — plus egress, credential, and irreversible-action chokepoints — in front of the actions that can hurt you. Everything is built on a security-first, on-prem foundation: prompt-injection hardening, agent isolation, private GPU inference, and end-to-end CI/CD security review.

🧠 What I focus on

  • Agentic AI orchestration — multi-tier LLM inference routing, fallback, and cost optimization
  • Security architecture — prompt-injection defense, agent isolation, IAM, threat detection
  • On-prem & edge AI — private GPU inference, low-latency model serving, airborne edge compute
  • Industrial systems — MES / OT-IT integration on live automotive production floors

📌 Featured work

Each repo is a case study — architecture diagrams, design-decision records (ADRs), and a runnable reference implementation. They distill patterns from systems I've built in production; no proprietary code is exposed.

Repo What it shows
🔎 verified-rag RAG that structurally cannot fabricate a citation — every quote is verbatim-verified against source or the engine abstains — architecture & case study
🧭 llm-inference-router Health-aware, cost-optimized tiered LLM routing — architecture & case study
🖥️ onprem-ai-infra Private on-prem dual-GPU inference platform, infra-as-code — architecture & case study
🛡️ secure-agent-patterns Defensive patterns for hardening agentic AI — architecture & case study

🛠️ Tech I work in

Python C# FastAPI Docker NVIDIA Azure AWS Linux PowerShell Git

📊 By the numbers

📫 Connect

License

© 2026 SurgeXi Business Intelligence, a Teamsmith Enterprises LLC company. All Rights Reserved. Source-available for evaluation only — see LICENSE.

Pinned Loading

  1. verified-rag verified-rag Public

    A retrieval-augmented answer engine that structurally cannot fabricate a citation — every cite is verified against the corpus, or it abstains.

    Python

  2. llm-inference-router llm-inference-router Public

    Health-aware, cost-optimized tiered LLM inference routing — reference architecture, ADRs, and a runnable implementation.

    Python

  3. secure-agent-patterns secure-agent-patterns Public

    Defensive patterns for hardening agentic AI systems — threat model, control-plane design, ADRs, runnable demo.

    Python

  4. onprem-ai-infra onprem-ai-infra Public

    On-prem GPU inference infrastructure — infra-as-code, hardening baseline, topology, and ADRs for private model serving.

    Shell