Skip to content
View vondraysanford's full-sized avatar
πŸ’»
Learning
πŸ’»
Learning

Sponsoring

@numfocus

Block or report vondraysanford

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

Vondray Sanford β€” Software Engineer & AI Builder

Hey, I'm Vondray! πŸ‘‹

Senior Software Engineer with 7+ years building full-stack enterprise systems at scale, now going deep on AI engineering.

I architect C#/.NET applications that process trillions in historical data. I'm channeling that enterprise engineering discipline into modern AI: RAG pipelines, multi-agent workflows, MCP tooling, and local LLM inference on my NVIDIA DGX Spark.


πŸ”¨ What I'm Building

DriftWatch (in progress β€” building in public) β€” An end-to-end MLOps pipeline that predicts equipment failure from sensor time-series and, more importantly, stays healthy after deployment: MLflow experiment tracking and registry, DVC-versioned data, GitHub Actions CI/CD to an Azure ML endpoint, and Evidently drift monitoring wired to an automated retrain trigger. The thesis: the model is 20% of an ML system β€” this project is the other 80%.

Up next β€” MCP toolkit and DGX Spark benchmarks.


πŸš€ What I've Shipped

AgentReview β€” Multi-agent code review in C#/.NET 10, demo now live at agentreview.vondraysanford.com. An orchestrator fans a PR diff out to quality, security, and docs agents that call real tools (Roslyn, Semgrep, GitHub) through MCP, then synthesizes one ranked review. Measured results: 100% precision and human agreement, 17/18 planted-bug recall, $0.068 per review, all traced with OpenTelemetry. Proof that sophisticated agentic patterns work reliably in the .NET ecosystem β€” not just Python.

DocQuery β€” A local-first RAG application for querying documents in natural language, built in public with C#/.NET 10 and React. Phases 1–4 complete with a demo now live at docquery.vondraysanford.com; Phase 5 turns it into a daily study tool.

Twitter Sentiment Analysis Bot β€” A shipped Python ML pipeline that classifies tweet sentiment and detects automated accounts with an XGBoost model (0.89 ROC AUC on 10K+ accounts), served through an interactive Discord bot. Includes RSA-signed model integrity checks and a full collection-to-deployment data pipeline.

Up next β€” MCP toolkit and DGX Spark benchmarks.


πŸ”“ Open Source

  • MonoGame (14K+ ⭐) β€” Authored XML API documentation for the GraphicsAdapter and Album classes across 2 PRs β€” both merged (Aug 2026)
  • Cataclysm-DDA (13K+ ⭐) β€” Fixed the solar cell's implausible half-meter longest_side and added looks_like sprite fallbacks for the Xedra Evolved dream weapons across 2 PRs β€” both merged (Aug 2026)
  • Kana-Dojo (3.2K+ ⭐) β€” Standardized the Japan trivia answer format to support multiple accepted answers and added aγ€Œγ€œγ¦γ‚‚γ€grammar entry across 2 PRs β€” both merged (Aug 2026)
  • KodeKloud AI-102 β€” Submitted a security fix replacing hardcoded Azure credentials with placeholders in a public course code sample (open, awaiting review)

πŸ›  Tech I Work With

Languages: C#, TypeScript, JavaScript, Python, T-SQL, HTML/CSS

Frameworks: .NET Core, ASP.NET, React, React Native, Node.js, Entity Framework

Databases: SQL Server, PostgreSQL, MySQL, Redis

Cloud & DevOps: Azure, Docker, Kubernetes, CI/CD, Azure DevOps, Argo

AI & ML: Azure AI Services, Ollama, RAG Pipelines, LLM Integration, Claude Code, GitHub Copilot, MCP, Prompt Engineering

Hardware: NVIDIA DGX Spark (local inference and fine-tuning)


πŸ“œ Certifications & Training

Certification Issuer Date
Azure AI Engineer Associate (AI-102) Microsoft Jun 2026
GitHub Copilot (GH-300) Microsoft Jun 2026
Azure Fundamentals (AZ-900) Microsoft Jun 2026
GitHub Foundations (GH-900) GitHub Jun 2026
Azure AI Fundamentals (AI-900) Microsoft Apr 2026
Claude Code in Action Anthropic Jun 2026
Introduction to Model Context Protocol Anthropic Jun 2026
Introduction to Subagents Anthropic Jun 2026
Introduction to Agent Skills Anthropic Jun 2026

πŸ“– Machine Learning Operations Engineer Associate (AI-300) β€” In Progress


πŸ“Š Current Focus

  • Studying for the AI-300 (Microsoft Machine Learning Operations Engineer Associate) β€” operationalizing ML and generative AI solutions on Azure
  • Building DriftWatch in public β€” training, deploying, and monitoring an ML pipeline on Azure with CI/CD, drift detection, and automated retraining
  • Running local LLM inference and fine-tuning experiments on DGX Spark
  • Sharing what I learn at vondraysanford.com and on LinkedIn

πŸ“« Connect

Portfolio Email

Pinned Loading

  1. AgentReview AgentReview Public

    Multi-agent code review in C#/.NET. An orchestrator fans a PR diff out to quality, security, and docs agents that call real tools (Roslyn, Semgrep, GitHub) through MCP, then synthesizes one ranked …

    C#

  2. DriftWatch DriftWatch Public

    Production-grade ML pipeline for equipment failure prediction β€” trained on NASA C-MAPSS, deployed to Azure via secretless CI/CD, monitored for real data drift with Evidently, and retrained automati…

    Bicep

  3. DocQuery DocQuery Public

    Document Q&A with RAG: upload PDFs and Markdown, ask questions, get answers with source citations. C#/.NET 10 + React. Runs locally (Ollama + ChromaDB) or on Azure (OpenAI + AI Search), switchable …

    C#

  4. TwitterSentimentAnalysisBot TwitterSentimentAnalysisBot Public

    Python NLP pipeline that classifies tweet sentiment and detects Twitter bot accounts with an XGBoost model (0.89 ROC AUC on 35K+ accounts), served through a real-time Discord bot. Includes feature …

    Jupyter Notebook