Table of Contents
Fetching ...

AI PB: A Grounded Generative Agent for Personalized Investment Insights

Daewoo Park, Suho Park, Inseok Hong, Hanwool Lee, Junkyu Park, Sangjun Lee, Jeongman An, Hyunbin Loh

TL;DR

AI PB tackles regulatory and privacy challenges in deploying generative AI for retail finance by grounding all outputs in verified enterprise data and enforcing zero PII egress through component-based routing. It combines a dual-subsystem architecture with a deterministic orchestrator, a hybrid retrieval pipeline that anchors generations to evidence, and a layered recommender for proactive personalization. In production at Shinhan with on-premises deployment across 24 Nvidia H100 GPUs, it achieves scalable latency (p95 latency under $5.9$ seconds) and strong safety metrics (factuality $>90\%$, safety $>98\%$). This work demonstrates that grounded generation with explicit routing and safety layering can deliver trustworthy, auditable AI insights in high-stakes finance and offers a blueprint for regulated industries.

Abstract

We present AI PB, a production-scale generative agent deployed in real retail finance. Unlike reactive chatbots that answer queries passively, AI PB proactively generates grounded, compliant, and user-specific investment insights. It integrates (i) a component-based orchestration layer that deterministically routes between internal and external LLMs based on data sensitivity, (ii) a hybrid retrieval pipeline using OpenSearch and the finance-domain embedding model, and (iii) a multi-stage recommendation mechanism combining rule heuristics, sequential behavioral modeling, and contextual bandits. Operating fully on-premises under Korean financial regulations, the system employs Docker Swarm and vLLM across 24 X NVIDIA H100 GPUs. Through human QA and system metrics, we demonstrate that grounded generation with explicit routing and layered safety can deliver trustworthy AI insights in high-stakes finance.

AI PB: A Grounded Generative Agent for Personalized Investment Insights

TL;DR

AI PB tackles regulatory and privacy challenges in deploying generative AI for retail finance by grounding all outputs in verified enterprise data and enforcing zero PII egress through component-based routing. It combines a dual-subsystem architecture with a deterministic orchestrator, a hybrid retrieval pipeline that anchors generations to evidence, and a layered recommender for proactive personalization. In production at Shinhan with on-premises deployment across 24 Nvidia H100 GPUs, it achieves scalable latency (p95 latency under seconds) and strong safety metrics (factuality , safety ). This work demonstrates that grounded generation with explicit routing and safety layering can deliver trustworthy, auditable AI insights in high-stakes finance and offers a blueprint for regulated industries.

Abstract

We present AI PB, a production-scale generative agent deployed in real retail finance. Unlike reactive chatbots that answer queries passively, AI PB proactively generates grounded, compliant, and user-specific investment insights. It integrates (i) a component-based orchestration layer that deterministically routes between internal and external LLMs based on data sensitivity, (ii) a hybrid retrieval pipeline using OpenSearch and the finance-domain embedding model, and (iii) a multi-stage recommendation mechanism combining rule heuristics, sequential behavioral modeling, and contextual bandits. Operating fully on-premises under Korean financial regulations, the system employs Docker Swarm and vLLM across 24 X NVIDIA H100 GPUs. Through human QA and system metrics, we demonstrate that grounded generation with explicit routing and layered safety can deliver trustworthy AI insights in high-stakes finance.
Paper Structure (10 sections, 1 equation, 2 figures, 1 table)

This paper contains 10 sections, 1 equation, 2 figures, 1 table.

Figures (2)

  • Figure 1: User interface of AI PB. The "Today" view proactively surfaces grounded insights, while the "Dialogue" view enables multi-turn Q&A and reasoning over financial data.
  • Figure 2: System architecture of AI PB. Requests flow from UI to Orchestrator, then Components and Modules. Components handling PII use the Internal path; non-PII may use the External path. Dashed side-flow shows Pre-Gen ranked into the Today Feed.