A selection of projects, open source and internal, from a broader body of work.
Open Source
mcp-server-asana
An MCP (Model Context Protocol) server that integrates Asana with AI agents and LLM-powered tools. Built when MCP was brand new; grew to 120+ GitHub stars through organic adoption by developers building AI workflows.
Internal Tools
These tools were built for real production environments. Client details are kept confidential.
Natural Language PostgreSQL Interface
An LLM-powered tool that lets non-technical users query a production PostgreSQL database in plain English. Translates natural language into safe, scoped SQL, no raw query access, no schema exposure. Built to run against a database with billions of rows.
Zendesk Ticket Enrichment
An internal tool that surfaces relevant context to support agents as tickets come in: user history, account status, related tickets, and flagged patterns. Agents get the information they need before they ask for it, which means faster resolution and less back-and-forth with the customer.
Vision Model Fine-Tuning (Production)
Fine-tuned a vision model on domain-specific data and shipped it to production. The model runs inference on real workloads, not a proof of concept.