Federal Opportunity Intelligence Platform
Full-stack contract-intelligence app: SAM.gov integration with keyword matching across 47 phrases and 7 capability groups, a bid/no-bid pipeline UI and win-rate dashboard, semantic résumé matching, and a RAG search layer over all contract posts.
PythonFlaskPostgreSQLSAM.gov APILanceDB
CMMC Compliance SaaS Platform
Multi-tenant CMMC/NIST compliance SaaS: JWT/RBAC auth, 1,456 seeded controls translated to plain-English IT requirements, an Incident-Response "Panic Button" with a 72-hour DoD notification countdown, and an AI layer on Proxmox with GPU passthrough (LanceDB + Ollama, sub-second inference).
PythonReactPostgreSQLOllamaProxmox
Terminus — Terminal Code Editor
A terminal code editor in Rust: rope-based O(log n) editing, incremental tree-sitter highlighting across 10+ languages, multi-cursor, split panes, fuzzy finder, and a live AI chat panel wired to Claude/Codex/Gemini CLIs.
Rustratatuitree-sitterropey
Detroit — Multi-Agent Code Factory
Native Rust desktop app (GPUI) with an assembly-line UI: six reorderable stations (INTAKE→RESEARCH→PLAN→BUILD→REVIEW→SHIP), each driven by a specific AI agent, with real-time JSONL stream parsing, per-agent cost tracking, and full job history in SQLite.
RustGPUISQLiteReact
Dead Drop — Multi-Agent Comms
An MCP server for real-time AI-to-AI message passing across Claude Code sessions: HTTP push transport, team-scoped inboxes, a Drift Protocol (task handshakes, health pings, file ownership), and compaction recovery for context loss.
PythonMCPHTTP
AI Video Generation Lab
A fully local text-to-video pipeline: a FastAPI job queue takes a screenplay, Ollama parses it into scenes, CogVideoX generates a clip per scene on Apple Silicon, and ffmpeg assembles the final MP4 — no cloud dependency.
PythonFastAPICogVideoXOllama
Local RAG Desktop Application
Iterated from CLI to TUI to a native PyQt6 desktop app for semantic search and Q&A over arbitrary codebases; HuggingFace embeddings in SQLite-vec with an Ollama-powered side panel.
PythonPyQt6HuggingFaceSQLite-vec
Raspberry Pi Face & Object Recognition
A 5-phase learning project: hardware setup → real-time face detection → face recognition → object detection → output/alerting, with hardware procurement documented across three budget tiers.
PythonOpenCVRaspberry Pi