POC Lab
AI proof of concepts and implementations — from idea to working system.
CPC Comparison AI Agent
Multi-Agent Benefits Comparison System
A multi-agent AI system that automates health insurance benefits plan comparisons using Google ADK and Vertex AI Agent Engine — generating color-coded Excel reports with zero manual steps.
Architecture Highlights
- Multi-agent orchestration with Google ADK
- Natural language plan code extraction
- Automated Excel report with 5 analytical sheets
- Custom evaluation framework (4 evaluators)
Enterprise RAG on Snowflake Cortex
Internal knowledge Q&A at enterprise scale
Production RAG system built on Snowflake Cortex Search and Cortex LLM Functions for querying internal documentation, policies, and procedures with enterprise access controls.
Architecture Highlights
- Snowflake Cortex for native vector search
- Hybrid search (semantic + keyword)
- Role-based document access control
- Citation and source attribution
AI Data Quality Monitor
Intelligent data validation and remediation
AI-powered data quality system that detects anomalies, classifies issues, and suggests remediation actions using Claude API. Integrated with Informatica IDMC for automated fixes.
Architecture Highlights
- LLM-powered anomaly classification
- Informatica IDMC integration for remediation
- dbt test suite auto-generation
- Alerting with severity scoring
Evaluator Generator Agent
Auto-scaffold custom evaluators from an agent spec
An agent that takes a Google ADK agent specification (tools, routing rules, output schema) and generates a complete custom evaluator class scaffold — reducing the cost of writing evaluators for every new agent.
Architecture Highlights
- Gemini-powered evaluator code generation
- Spec-driven: input agent JSON, output Python class
- Generates EvalTestCase examples automatically
- Cuts evaluator bootstrapping from hours to minutes
Multi-Agent Workflow Orchestrator
Autonomous business process automation
Hierarchical multi-agent system for automating complex business workflows — document processing, data extraction, validation, and downstream system updates with human-in-the-loop checkpoints.
Architecture Highlights
- Supervisor-agent pattern with LangGraph
- Human-in-the-loop approval gates
- Document parsing with vision models
- Complete audit trail and observability
Explore the Code
Some POCs have public repositories on GitHub.