
VNPT AI Hackathon 2025 | Leader of SAVINAI | 2nd Runner-up Prize
MeetMate SAAR - Self-Reflective Agentic RAG Engine for Meeting IntelligenceIn production rollout at LPBank
- Agentic Architecture (LangGraph)
- Built a stage-aware (Pre/In/Post) LangGraph system with a single-entry StateGraph, routing by stage / sensitivity / SLA to switch realtime vs batch execution profiles
- Defined a typed MeetingState (agenda/transcript/RAG/citations/tools/metrics) to ensure cross-stage consistency, reduce re-computation, and support audit-friendly replay
- RAG Systems (Enterprise, Permission-Aware)
- Implemented Self-Reflective/Corrective RAG (SAAR) with pgvector + BM25 hybrid retrieval, ACL /metadata /effective-date filtering, and controlled query rewrite + retries
- Enforced "no-source -> no-answer" with mandatory citations for regulated domains to reduce hallucinations and strengthen compliance
- Realtime LLM Orchestration: Shipped dual-tick scheduling for in-meeting runtime: Intent/ADR (~10s) + Recap (~60s) with event-driven Q&A force-tick for instant Ask-AI responses under token/latency budgets
- LLM Reliability (Evaluation & Guardrails)
- Added retrieval grading + faithfulness checks to gate outputs, trigger corrective retrieval, and fail safely when evidence is insufficient, improving answer groundedness and reducing hallucination risk
- Implemented policy-based tool gating (stage/sensitivity allow-lists + confidence gating) to prevent unsafe actions during realtime sessions
- Tool-Calling & Workflow Automation
- Designed schema-first tool-calling (tasks/follow-ups/docs) with idempotency keys, human-in-the-loop approval, and auditable execution logs for enterprise integrations
- Streaming Integration: Co-designed REST + WebSocket API handshake with VNPT Senior Engineers to trigger per-endpoint meeting events and stream audio -> ASR -> transcript events into the AI pipeline reliably
- Production Readiness (BFSI / LPBank): Delivered a private SaaS backend deployed on VNPT Cloud for LPBank, with audit-ready logging and an extensible stack for PostgreSQL OLTP + vector store + RAG hub + multi-LLM providers
Link github: ...
Link certification: ...
Link Product MVP: ...










