Real projects. Real outcomes. No NDA details where they matter, but enough to show how I think and what I build.
AI Systems
Three people spending 8 hours a day manually logging calls, updating CRM records, and chasing follow-ups. The sales team was losing time they needed to actually sell.
An agentic workflow using LangGraph and their existing CRM API. Three agents running in sequence: one extracts and structures call transcripts, one updates CRM records automatically, one drafts follow-up messages and flags priority leads for human review.
Transcript extraction hallucinated on cross-talk and heavy accents. Fixed it with a validation agent pass before any data writes. Now it flags low-confidence extractions for human review rather than silently writing wrong data.
A 4-person team manually reviewing and extracting data from 100+ documents per week. Slow, error-prone, and expensive to scale.
A RAG-based document intelligence pipeline. Documents ingested, chunked, embedded, and stored in a vector DB. A query layer on top lets the team ask plain-language questions and get structured data back with source citations.
The default chunking strategy destroyed context across page breaks. Rewrote it with semantic chunking and overlap. Accuracy improved a lot after that.
A growing startup with no dedicated ops person. Tasks falling through the cracks across Slack, email, and spreadsheets.
Multi-agent orchestration layer that monitors inputs across channels, classifies tasks, routes them to the right person or system, and tracks completion. Built on top of their existing tools so the team had nothing new to learn.
Quant and Finance Systems
Quant system that pulls live and historical market data, runs technical indicator calculations, and generates trade signals based on configurable strategy logic. Delivered via dashboard with optional order execution.
Emotion removed from entries and exits. Strategy defined once, executed consistently.
Algorithmic trading system covering spot and derivatives across exchanges. Includes backtesting module, live execution, and P&L tracking dashboard.
Backtesting to live with full P&L visibility.
Open source
Working on releasing an agentic AI starter kit and a production RAG boilerplate. Watch this space or follow on GitHub.
GitHub →If you have a real problem and want a real system, let's talk.
Work with me →