Resume / CV · Last updated July 2026

Victor Ndunda

AI Engineer · Founder of Busara AI & KilimoPRO · Creator of AgentReplay · Builder of Verxlite & Fraud Detection System · Researcher

📍 Nairobi, Kenya · 📧 mututandunda@gmail.com · 📱 +254 724 346 971 · 🐙 github.com/gadda00 · 💼 LinkedIn

📝 Professional Summary

AI engineer and founder building production multi-agent intelligence systems, agricultural AI, and open-source developer tools for African and global markets. Founder of Busara AI — a multi-agent data intelligence platform running a 7-stage parallel analysis pipeline with real statistical algorithms (Holt-Winters, OLS, K-Means++, Granger causality, GARCH). Also building KilimoPRO, an offline-first app for 8 IGAD countries (300M+ people) with on-device crop disease detection (TensorFlow Lite), market price forecasting (GARCH/VaR), and a multi-LLM advisory council integrating 22+ data sources. Creator of AgentReplay — an open-source deterministic replay and counterfactual debugging layer for AI agents (99 tests, 0.67% overhead, 100% reproduction fidelity, MIT-licensed). Builder of Verxlite — a universal AI workflow agent for sales & ops (FastAPI + Celery + Next.js, Google/HubSpot OAuth, Langfuse). Builder of the Fraud Detection System — a Go-based real-time transaction fraud scoring engine with 7 statistical detectors, weighted ensemble, case management, RBAC, Prometheus + OpenTelemetry, and PCI-DSS / PSD2 / GDPR Article 22 compliance (~33 µs/score, 84% recall). 5+ years shipping Go, TypeScript, Python, Flutter, and ML systems that serve real users.

💼 Experience

Founder & Lead AI Engineer

Busara AI · busaraai.com
2023 — Present
  • Designed and shipped a multi-agent platform with a 7-stage parallel DAG pipeline (Ingest → Engineer → Detect → Forecast → Infer → Report) with circuit breakers and smart caching — serving live users at busaraai.com.
  • Implemented real statistical algorithms from scratch: Holt-Winters forecasting, Z-score/IQR/EWMA anomaly ensembles, OLS regression, Granger causality, K-Means++ clustering.
  • Integrated GLM-4.6, GPT, Claude, and Gemini into a multi-LLM council with streaming responses and citation-grounded RAG.
  • Cut average analysis latency by ~40% via smart caching and parallel DAG execution.
  • Stack: TypeScript, Next.js 15, React 19, PostgreSQL, Redis, Docker, Kubernetes, PWA.

Creator & Maintainer

2026 — Present
  • Designed and shipped AgentReplay — an open-source deterministic replay and counterfactual debugging layer for AI agents. Records every LLM call, tool response, clock read, and RNG draw, then replays the run bit-exact with zero model calls.
  • Measured 0.67% recording overhead (vs. 5% target; incumbents range 0–15%), 100% reproduction fidelity on the synthetic validation set, and 99 tests all passing.
  • First-class LangGraph integration via bind_graph context manager; adapters for OpenAI SDK, Anthropic SDK, CrewAI, AutoGen (v0.2 + v0.4+), and raw agent loops.
  • Counterfactual mutation engine — "would the agent still have done X if Y had been different?" becomes a 5-second, zero-cost experiment.
  • CI regression runner: captured failures become permanent, zero-cost tests on every PR.
  • Published a 22-minute research whitepaper covering the METR time-horizon research, the observability gap, and the full architecture.
  • Stack: Python, LangGraph, OpenAI SDK, Anthropic SDK, Click CLI, mkdocs-material docs, GitHub Actions CI.

Founder & Lead Engineer

2022 — Present
  • Built an offline-first Flutter app for African farmers with on-device crop disease detection via TensorFlow Lite — runs on $80 Android phones.
  • Engineered market price forecasting using GARCH/EWMA/VaR, and a multi-LLM advisory council covering agronomy, markets, climate, and finance.
  • Integrated 22+ data sources: KilimoSTAT, FAOSTAT, Google Earth Engine, KALRO, open weather APIs.
  • Aligned with Kenya's NASIP 2026-2030 agricultural strategy; supports SMS/USSD channels for low-end phone users.
  • Open-sourced on GitHub; designed for scale across East African smallholder farmers.

AI Consultant & Founder

Independent · Nairobi · Remote worldwide
2022 — Present
  • Shifted from data science to AI consulting when generative AI matured — now build multi-agent systems, RAG pipelines, and LLM-powered applications for clients across fintech, agriculture, logistics, and SMBs.
  • Founded Busara AI (2023) — a multi-agent data intelligence platform — and KilimoPRO (2022) — an offline-first AI app for African farmers.
  • Deliver end-to-end AI projects: scoping audit → architecture → build → production deployment → team training. Clients range from SMBs ($2.5K chatbots) to enterprise ($25K+ multi-agent systems).
  • Built the IntelliFlow platform — a 33-agent TypeScript system with self-evolving trajectory-based learning that became the foundation of Busara AI.

Data Scientist & Analytics Engineer

Independent · Nairobi · Remote
2019 — 2022
  • Delivered financial forecasting systems (ARIMA, Holt-Winters, exponential smoothing, backtesting) for retirement benefits and fintech clients — 87.3% mean accuracy across 12 financial metrics.
  • Built a real-time fraud-detection microservice in Go — Z-Score + IQR + Velocity detectors in a weighted-vote ensemble, scoring transactions in ~50–300µs for 50,000+ TPS.
  • Shipped customer-segmentation engines (RFM analysis, K-Means, Gaussian Mixture Models, DBSCAN) for financial services — 6 optimal clusters, 89% month-over-month stability, 23% increase in campaign response rate.
  • Built data pipelines, dashboards, and analytics tooling using Python, pandas, scikit-learn, statsmodels, and Plotly.

🎓 Education

B.Sc. in Computer Science

University of Embu · Embu, Kenya
2014 — 2018
  • Coursework: Data Structures & Algorithms, Machine Learning, Database Systems, Statistics, Software Engineering, Distributed Systems.
  • Final-year project: an early crop advisory system that seeded the KilimoPRO concept.
  • Achievement: Top-quartile standing in the School of Computing.

🧰 Technical Skills

LanguagesPython, Go, TypeScript/JavaScript, Dart, SQL, Bash
LLMs & Foundation ModelsGPT (OpenAI), Claude (Anthropic), Gemini (Google), GLM-4.6/4.5 (Zhipu AI), Kimi K2 (Moonshot AI), MiMo (Xiaomi), Mistral, Qwen (Alibaba), DeepSeek, Llama (Meta)
Agent Frameworks & OrchestrationLangChain, LangGraph, LlamaIndex, CrewAI, AutoGen, custom multi-agent DAG orchestration
RAG & Retrievalpgvector, Pinecone, Weaviate, hybrid search (BM25 + vector), reranking, chunking strategies
Machine Learning & StatisticsTensorFlow, TensorFlow Lite, scikit-learn, Holt-Winters, GARCH/VaR, K-Means++, OLS regression, Granger causality, Isolation Forest, logistic regression calibration, weighted-vote ensembles
Web & MobileNext.js, React, Node.js, FastAPI, Gin (Go), Flutter, Celery
Databases & InfraPostgreSQL, Redis, Kafka, Docker, Kubernetes, distroless containers
Cloud & DevOpsGoogle Cloud Platform (Earth Engine), CI/CD, Git/GitHub, Prometheus, OpenTelemetry, Grafana
OtherFraud detection & risk scoring, OAuth (Google, HubSpot), JWT auth, case management, Slack/email/SMS webhooks, LLM-as-judge, tracing

🚀 Selected Projects

AgentReplay

2026

Deterministic replay and counterfactual debugging layer for AI agents. Records every LLM call, tool response, clock read, and RNG draw — replays bit-exact with zero model calls. 0.67% overhead, 100% reproduction fidelity, 99 tests. LangGraph-first with adapters for OpenAI, Anthropic, CrewAI, AutoGen. MIT-licensed. Backed by a research whitepaper.

Busara AI

Live · busaraai.com
2023 — Present

Production multi-agent data intelligence platform with a 7-stage parallel DAG pipeline, real statistical math, RAG with citations, and streaming responses. GLM-4.6-powered.

KilimoPRO

Open Source · kilimo.pro
2022 — Present

Flutter + TensorFlow Lite app for African farmers. On-device crop disease detection, GARCH market forecasting, multi-LLM advisory council, 22+ data sources, SMS/USSD fallback.

IntelliFlow (Busara AI)

2021 — Present

33-agent self-evolving multi-agent data intelligence platform. 7-stage pipeline (Ingest → Engineer → Detect → Forecast → Infer → Cluster → Report) with trajectory-based learning inspired by the AReaL paper. Turborepo monorepo, Next.js 15, TypeScript, 18 passing tests.

2020

Production-grade time series forecasting toolkit for financial metrics. Holt-Winters, ARIMA/SARIMA, Prophet-style decomposition, ensemble forecasting with automatic model selection. 87.3% mean accuracy (1-MAPE) across 12 financial metrics with 12-24 month forecast horizons.

2021 — Present · v2.0

Enterprise-grade real-time transaction fraud scoring engine in Go. 7 statistical detectors (Z-Score, IQR, Velocity, Geo-Distance, Device Fingerprint, Merchant Risk, Behavioral Anomaly) fused by a weighted-vote ensemble, calibrated by logistic regression, overlaid with a deterministic rules engine. Scores in ~33 µs/transaction. Full case-management workflow, RBAC auth (API key + JWT), Prometheus metrics, OpenTelemetry tracing, Slack alerts. 84% recall, 1.37% FPR on 1,000 labelled transactions. Built for PCI-DSS / PSD2 / GDPR Article 22 compliance. Multi-stage distroless Docker image (~15 MB), Kubernetes deployment with HPA.

2026 · v0.1.0

Universal AI workflow agent for sales & ops teams. Automates post-meeting followups, lead assignment, support triage, approval routing, and weekly summaries across Gmail, Google Calendar, and HubSpot. Multi-tenant SaaS: FastAPI + Celery + Next.js 14 + SQLAlchemy 2 + Alembic, with real auth (JWT + Clerk webhooks), OAuth (Google + HubSpot), encrypted tokens (Fernet), Langfuse observability. Shipped with a transparent 281-defect code review and full P0/P1 remediation — 83 backend tests passing.

2020

RFM analysis + K-Means + Gaussian Mixture Models for actionable customer segmentation. 6 optimal clusters (silhouette 0.42), 89% month-over-month stability, 23% increase in targeted campaign response rate. Built for financial services with 3D PCA/t-SNE visualizations.

📚 Open Source & Writing

  • AgentReplay — open-source deterministic replay & counterfactual debugging for AI agents. 99 tests, 0.67% overhead, 100% reproduction fidelity. MIT-licensed. github.com/gadda00/agentreplay
  • Fraud Detection System — enterprise-grade real-time fraud scoring in Go. 7 detectors, weighted ensemble, logistic calibration, rules engine, case management, RBAC, Prometheus + OTel, Slack alerts. 84% recall, ~33 µs/score. PCI-DSS / PSD2 / GDPR Article 22 ready. github.com/gadda00/fraud-detection-system
  • Verxlite — universal AI workflow agent for sales & ops. FastAPI + Celery + Next.js, Google Workspace & HubSpot OAuth, Langfuse observability. Shipped with a transparent 281-defect code review. github.com/gadda00/verxlite
  • KilimoPRO — offline-first Next.js + TensorFlow Lite app for 8 IGAD countries (300M+ people). Open-sourced on GitHub.
  • IntelliFlow — 33-agent self-evolving multi-agent data intelligence platform. GitHub.
  • Author of 10 long-form technical articles on multi-agent DAG architecture, real math vs vibes, multi-LLM councils, quant finance for agriculture, 22 data sources, and the AgentReplay research whitepaper — published at victorndunda.com/blog/ (22,000+ words total).
  • Author of 8 'How to Use AI' guides for SMBs — ChatGPT for business, prompt engineering, AI tools, no-code chatbots, automation, AI for farmers, Swahili AI, RAG in one day.
  • TikTok Developer Domain Verification — verified technical domain ownership.

🏅 Certifications & Recognition

Ongoing Currently pursuing

AI Engineer for Data Scientists Associate

Ongoing

Demonstrating understanding of data management, exploratory analysis, governance, and modern application development for AI.

Data ManagementExploratory AnalysisProgramming for AIData GovernanceModel Development

AI Engineer for Developers Associate

Ongoing

Building and deploying AI-powered applications using modern frameworks — programming, model development, and responsible AI practices.

Programming for AIModel DevelopmentAI App DeploymentResponsible AIData Governance
  • PWA Build — offline-capable portfolio with service worker, manifest, and install prompt.
  • WCAG-aware accessibility — skip-to-content, focus-visible, reduced-motion, ARIA labels.
  • Aligned with Kenya's National Agricultural Information System (NASIP) 2026-2030.
  • TikTok Developer Domain Verification — verified technical domain ownership.

🌍 Languages

English · Professional
Swahili · Native
French · Basic

References available on request · Download PDF · Contact Victor