Prabhanjan “Anju” Kambadur is Bloomberg’s Head of AI Engineering and a coauthor of BloombergGPT, the financial-domain language model that demonstrated how specialized data could improve generative AI for professional finance. He leads work translating machine learning, information retrieval, and financial data into dependable products for analysts and other Bloomberg customers.
After studying at Indiana University Bloomington, Kambadur worked at IBM Research’s Thomas J. Watson Research Center on high-performance computing and machine learning. His early contributions included PFunc, a task-parallel programming library with customizable scheduling for data-intensive workloads, and petascale distributed-computing research.
By 2016, he was applying parallel computing to machine learning at Bloomberg. His subsequent research included high-precision named-entity recognition, addressing situations where conventional benchmarks obscure the professional cost of false positives. He later described Bloomberg’s AI organization as spanning financial content, markets, search, and machine-learning infrastructure.
The 2023 BloombergGPT paper brought these disciplines together in a 50-billion-parameter model trained on financial and general-purpose data. Kambadur subsequently emphasized building applications atop available models, including systems that help analysts interrogate earnings calls, summarize disclosures, and connect answers to their underlying sources.
- Semi-agentic architectures with mandatory guardrails. Kambadur permits autonomy in query interpretation, retrieval, and answer generation while requiring explicit checks for factuality, sensitive data, and prohibited financial advice. Monitoring, remediation workflows, circuit breakers, and disciplined deployment make these controls operational.
- Downstream verification of compounding agent errors. A request for five quarters of inflation data can silently return monthly figures after a minor interpretation mistake; subsequent agents can conceal the discrepancy further. His approach to scaling financial AI products requires downstream components to validate upstream results independently, even when both belong to the same organization.
- Product-led organizational design. Early-stage products benefit from tightly integrated teams that can iterate quickly; mature systems can centralize safeguards, query understanding, and answer generation as shared capabilities.
- Domain-specialized models and evaluation. His research on specialized language models argues that general-purpose leaderboards miss the value of domain expertise, specialized data, and task-appropriate measurement. In financial products, success depends on precise retrieval across structured market data and unstructured research, news, and transcripts—not generic benchmark performance.