ML Engineer

Kaden VanHoecke

ML Engineer focused on computer vision, real-time systems, and production ML pipelines. Background in full-stack development, automation, and neural networks. Targeting BCI/AI roles at frontier technology companies.

About

I build AI systems that run in production, not in notebooks. My work sits at the intersection of ML engineering, agentic AI, and industrial automation - turning manual processes into autonomous pipelines and embedding intelligence directly into the tools people already use.

McQueenyML is a 74K LOC platform I built and operate for an HVAC sales engineering team. It cut estimating workflows from hours to minutes with a 5-tier matching engine (pgvector embeddings, trigram fuzzy search, Claude AI fallback) across 553K indexed files and 3,000+ equipment orders synced from SharePoint. Adze is a native COM add-in that brings AI into SOLIDWORKS as a first-class citizen - 19 typed grounding tools reading live CAD sessions, with an 8-step governed safety lifecycle for write operations. Project Ava is a self-evolving AI ecosystem on dedicated hardware: persistent memory (brain.db), orchestrated domain agents, spaced-repetition learning, automated security auditing, and a document crawling pipeline - all accessed via mobile-first PWA over Tailscale mesh.

Mechanical engineering background (KSU), CSWA certified. Everything else is self-taught and production-proven.

Featured Projects

Project Ava

Dedicated headless server running as a persistent AI assistant with graduated autonomy. Features include: a Prompt Engineering framework with deployable documentation templates, an Active Memory system (brain.db) that maintains session continuity and architectural knowledge across conversations, a curated spaced-repetition learning system with Obsidian integration, an automated 16-category security auditing suite with Sentinel AI analysis, orchestrated AI agents per domain (research analyst, knowledge curator, security sentinel, scribe), a document crawling and embedding pipeline with 5 discovery methods, and a full business management layer (LLC docs, profile, job scanning, platform exports). Accessed via mobile-first PWA over Tailscale mesh.

v0.96.0

React 19Vite 8Tailwind 3.4Express 5TypeScript 5.9SQLite (better-sqlite3)ChromaDBOpenClaw

CloudBooks

CloudBooks is a task tracking and payment management platform built for informal employers — property owners, parents, anyone managing real work without a formal business entity. React 18 + TypeScript frontend with Zustand state, TanStack Query, and Supabase Cloud (PostgreSQL + Auth + Realtime + Edge Functions). Multi-tenant architecture with row-level security, property-scoped views, role-based access control (owner/admin/member/viewer), and a Stripe-powered subscription system (checkout, webhooks, customer portal). Features include invoicing with status workflows, recurring task automation via pg_cron, a command palette, PWA with offline support, and CSV/PDF export. Deployed on Cloudflare Pages with GitHub Actions CI/CD and Lighthouse 90+ scores.

Production multi-tenant SaaS with Stripe billing, 12-table RLS schema, and 278 automated tests

React 18, TypeScript, Tailwind CSS, Vite, Zustand, TanStack Query, React Router v6, Supabase AuthPostgreSQL, Vitest, Playwright, pg_cron

McQueenyML

Production automation platform for an HVAC contractor's sales engineering team. Parses manufacturer pricing sheets (Armstrong XML, WaterFurnace/Condair/Marlo PDF) into formatted Excel worksheets, matches 180+ product line templates via a 5-tier pipeline (pattern, pgvector embedding, pg_trgm fuzzy, Claude AI, auto-create), and generates Word scope documents. Syncs 375 projects from SharePoint via Microsoft Graph API, correlates them against a 563K-file R:\\ drive census, and tracks 3,000+ equipment orders from 13 PSR spreadsheets with lifecycle state machine transitions. Built on FastAPI + React/TypeScript/Vite with PostgreSQL (Supabase), served through 7 NSSM Windows services behind a Cloudflare Tunnel. Includes a local LLM analyst (Qwen3 14B via Ollama), filesystem watcher with real-time intelligencealerts, and a 4-agent analysis pipeline for continuous system health auditing.

Reduces hours of manual estimating spreadsheet and document assembly to minutes across a 7-service production architecture

PythonReactTypeScriptSupabaseFastAPIXMLExcelPostgreSQL

Adze — AI for SOLIDWORKS

AI design assistant that runs inside SOLIDWORKS as a COM add-in, not a web wrapper or external chatbot. Reads live CAD sessions through 19 typed grounding tools (features, dimensions, mates, properties, rebuild diagnostics, reference graphs), reasons over results using configurable AI providers (OpenAI, Anthropic, or local models), and presents grounded answers in a conversational Task Pane. Write operations follow an 8-step safety lifecycle: plan, preview, approve, apply, verify, trace, undo, and log. Works fully offline with deterministic fallback. Free and open-source. SOLIDWORKS Solution Partner Program application in progress.

Native in-process AI assistant for SOLIDWORKS with governed safety lifecycle

C# .NET 4.8, SOLIDWORKS COM API, NUnit 3, MSBuild, PowerShell, WinForms WebBrowser

Oracle (Trade Signal)

Self-directed market analysis system that generates hypotheses, runs experiments, and adapts its own signal weights through outcome tracking. Combines four independent cortexes (LSTM technical, FinBERT sentiment with discovered anti-correlation inversion, Perplexity LLM fundamental, local indicator consensus) into regime-aware predictions gated by an 8-layer risk system. Runs as a high-frequency daemon (5-min core cycles, 30-min full sweeps, DST-aware scheduling) with paper trading execution via Alpaca, Sentry observability, and a React/TypeScript monitoring dashboard. Built on Python 3.13, FastAPI, SQLite, TensorFlow, and PyTorch. The system discovered and corrected its own biases autonomously: sentiment signals were anti-predictive and got inverted, overconfident predictions were filtered, and SELL signals were quarantined after the system measured them at 33% accuracy.

Autonomous curiosity engine: 4 ML cortexes, 8 risk gates, 2,600+ self-evaluated predictions with adaptive weight learning

Python 3.13 (miniconda3), FastAPI, SQLite, TensorFlow, PyTorch, transformers (FinBERT), React/TypeScript/Tailwind (ava_hub UI)

Skills

Languages

Python TypeScript C# C/C++ Rust SQL

Frameworks

React Node.js Express FastAPI .NET / COM Interop PyTorch YOLO TensorFlow

Tools

Docker n8n SQLite PostgreSQL Supabase ChromaDB Git / GitHub Tailscale Vite SOLIDWORKS

Domains

Computer Vision Neural Networks Agentic AI Systems Automation Real-Time Systems CAD / Mechanical Engineering

Strengths

Problem Solving Self-Directed Learning Technical Writing

Experience

Founder & ML Engineer

VHTech LLC - Lenexa, Kansas

Jan 2023 - Present
  • Founded ML engineering consultancy (LLC formed March 2026, freelance since 2023)
  • Built and operate McQueenyML for McQueeny Group Inc. - 74K LOC HVAC estimating platform with 5-tier ML matching engine (pgvector, trigram, Claude AI fallback) serving a sales engineering team in production
  • Building Adze - native COM add-in embedding AI directly into SOLIDWORKS with 19 typed grounding tools and an 8-step governed safety lifecycle for write operations. SOLIDWORKS Solution Partner Program application in progress
  • Built Project Ava - persistent AI ecosystem on dedicated hardware with orchestrated domain agents, structured memory (brain.db), automated security auditing, and document crawling. Mobile-first PWA over Tailscale mesh
  • Built CloudBooks - SaaS accounting platform on Cloudflare Pages with Supabase backend, real-time sync, and automated transaction categorization
  • Designed n8n automation pipelines that cut document processing from 4 hours to 12 minutes across 10K+ XML specifications

ML Engineer (Contract)

McQueeny Group Inc. - Texas (Remote)

Dec 2025 - Present
  • Sole developer on McQueenyML - production HVAC estimating automation deployed to a sales engineering team
  • Built a 5-tier product matching pipeline using pgvector embeddings, PostgreSQL trigram search, and Claude AI fallback with a self-improving corrections loop
  • Automated SharePoint sync across 372+ active projects - 3,000+ equipment orders ingested via Microsoft Graph API
  • Operate a 7-service Windows production stack (API, UI, Cloudflare tunnel, filesystem watcher, intelligence daemon, log shipping) via NSSM
  • Manage 553K-row file index across network drives with real-time project lifecycle tracking

Sprayers Technician

Wallboard Specialties - Lenexa, KS

Jun 2018 - May 2025
  • Ceiling texture spraying crew - summers 2018-2023, full-time 2023-2025
  • Equipment operation, material mixing (215-gallon batches), job site coordination across commercial projects
  • 7 years of physical trade work while simultaneously self-teaching software engineering and ML

Freelance Developer & Automation Specialist

Self-Employed - Texas

Jan 2023 - Present
  • Built and deployed CloudBooks SaaS accounting platform serving production users
  • Designed n8n automation pipelines reducing document processing time by 95%
  • Developed Project Ava: self-evolving AI assistant with 193 API endpoints and 368 tests
  • Created real-time ML systems including YOLO-based computer vision applications

Mechanical Engineering Coursework

Kansas State University - Manhattan, Kansas

Aug 2021 - May 2023

Contact

kaden@vhtech.me

Lenexa, Kansas