I build LLM agent systems and retrieval pipelines, and I care more about whether they fail gracefully than whether the demo looks good.
Currently building
- ScoutAgent — a six-agent CrewAI pipeline (plan → research → analyze → critique → report) for autonomous startup research, grounded in live web data. Live demo
- Research Memory Agent — a persistent RAG system that reasons across previously uploaded documents, with cross-document concept discovery and contradiction detection. Live demo
How I work I treat evaluation and failure-case analysis as part of building the system, not an afterthought, tracking things like malformed model output, latency, and where a pipeline breaks under real inputs, not just whether the happy path works.
Stack
Python · CrewAI · LangChain ·RAG · LLM FastAPI · ChromaDB · ONNX Runtime