Projects
Things I've designed, built, and shipped.
All Claude Code ClickHouse FastAPI GitHub Actions Google ADK Jira LangGraph Next.js PostgreSQL Python RAGAS pgvector scikit-learn
-
DevFlow Kit
Multi-agent SDLC automation that turns Jira tickets into production PRs with zero added infrastructure. Refinement, implementation, and Jira-sync agents decompose complex tickets into parallel subtasks and cut the ticket-to-PR cycle from days to hours.
- Python
- LangGraph
- GitHub Actions
- Claude Code
- Jira
-
RegLens
Multi-agent regulatory compliance automation. Feed it a regulatory PDF and your control matrix — a compliance research agent extracts every obligation, a gap analyzer checks each against your policies via RAG and scores the risk, and a report generator produces an audit report with a human-in-the-loop approval gate. Includes a drift-detection evaluation harness.
- Python
- LangGraph
- Google ADK
- RAGAS
- pgvector
-
CostTracker
Open-source, self-hosted LLM cost tracking SDK. A drop-in instrumentation layer wraps OpenAI, Anthropic, Groq, and Bedrock clients to record usage straight to ClickHouse or PostgreSQL — real-time token metering, per-request cost attribution, and a bundled analytics dashboard.
- Python
- ClickHouse
- PostgreSQL
-
Cloud Waste Hunter
Cloud-agnostic resource monitor with ML-powered waste detection. Flags idle instances, unattached volumes, and stale snapshots across providers in a unified cost-optimization dashboard — then eliminates them safely with dry-run previews, human-in-the-loop approval, and 7-day rollback.
- Python
- FastAPI
- scikit-learn
- Next.js