Conversational Multi-Agent BI System: Architected a LangGraph orchestrator coordinating dual deep-research agents, internal (hybrid dense+BM25 retrieval, SQL agent, session memory) and external (domain-whitelisted search, claim extraction with cross-reference validation) feeding a Tree-of-Thought synthesis engine with beam search, 4-dimension evaluation scoring, and an RLHF feedback loop that auto-tuned weights from edit patterns and downstream outcomes. Cut report TAT 94%. LLM Foundation Model: Domain-adapted a 7B LLM for cross-market credit risk scoring via LoRA fine-tuning; achieved 0.75 AUC with ~100 target-market samples, cutting new-market deployment time by 85%. Served at p95 ~120ms using 4-bit quantization + vLLM, with calibration layer for reliable probability outputs. Neuro-Symbolic Fraud Detection: Architected a hybrid GNN and RuleFit system for real-time fraud prevention. Achieved a 73% increase in detection rates (Spain). High-Performance RAG pipeline: Engineered a retrieval pipeline using FinBERT and vector search to perform transaction mining on unstructured bank statements. Optimized the indexing pipeline for low-latency retrieval, directly improving the accuracy of downstream credit scorecards by 23%. Contributed the FIGU (Fast Interpretable Greedy Unions) algorithm to the imodels open-source library.