A few things I’ve built.
Retrieval-augmented generation over company documentation with embeddings and hybrid search. Ask questions in natural language and get answers grounded in the docs.
Technologies:PythonFastAPIOpenAIPinecone
Small fine-tuned model for in-repo code completion and refactor suggestions. Trained on our codebase for better local context.
Technologies:PyTorchHugging FaceVS Code extension
CLI and dashboard to run prompt variants against golden sets and track accuracy, latency, and cost over time.
Technologies:PythonClickReact
Slack app that uses an LLM with tools for triage, search, and simple automations. Responds in threads with citations.
Technologies:Node.jsSlack APIOpenAI