Titan Cloud Software
AI Engineer · Mar 2026 — Present
The Gatekeeper — a cost-control filter in front of a 3-agent Bedrock IDP pipeline.
- Owned the Gatekeeper end-to-end — a 4-layer hybrid filter (L0 DocAligner ONNX + CLAHE → L1 rule pre-filter → L2 keyword scorer → L3 EfficientNet-B0 CNN) that sits in front of the Bedrock VLM. Reframed it from a doc-type router to a cost-control gate, because the dominant cost wasn't misrouting — it was garbage documents reaching the VLM.
- Designed a 3-agent serverless IDP pipeline on Step Functions — Gatekeeper → Primary Extraction → Validation — where each agent reaches data only through MCP servers (RAG, DB, knowledge graph). The MCP boundary keeps the agent–data contract clean and lets us swap the KG from a PG adjacency list to Neptune without touching prompts.
- Built Intelligent Prompt Routing (IPR) on a single Extraction agent — a `complexity_flag` + `template_conf` route between Claude Haiku 4.5 and Sonnet 4. One prompt to maintain, cheaper than two agents, optimization at routing time. Cross-validated extractions against the KG; low-confidence outputs route to Amazon A2I and corrections flow back through SQS → EventBridge → OpenSearch as new few-shot examples.