AI Digital Twin — conversational AI agent
RAG + LLM · structured tool-calling · real-time intent routing · production on Hugging Face Spaces
Production AI agent (RAG + structured tool-calling + real-time intent routing) that answers natural-language questions about my professional background in my own voice — GPT-4.1 Mini grounded by semantic search over ChromaDB. Shipped to production in 6 weeks; maintained independently since May 2026.
Semantic-chunking redesign
Semantic-chunking redesign improved retrieval coherence over the naive baseline — retrieval returns whole, word-aligned passages instead of mid-word fragments.
Swappable pipeline layers
Every pipeline layer — chunking, embedding, retrieval, context assembly, generation — is independently testable and swappable. Each component can be replaced without touching the rest.
Real-time agentic routing
Real-time agentic routing delivers hire/collaboration intent to a human stakeholder within seconds of a visitor interaction.
Production guardrails
Privacy and integrity guardrails: no personal contact disclosure, no fabricated opinions, no binding commitments.
How it's evaluated
Retrieval quality is verified, not assumed: before/after comparison across the chunking change on a fixed question set, guardrail behavior spot-checked against adversarial prompts, and semantic cluster separation inspected in the companion pipeline to confirm passages group coherently rather than fragmenting.
- Python
- OpenAI API
- GPT-4.1 Mini
- ChromaDB
- Gradio
- Hugging Face Spaces
- RAG
- Agentic tool-calling
- Semantic chunking