Urgent.News

600+ sources. One page. See who else covered it.

Editions

AI

Why Capital One built its multi-agent AI platform around open-weight models

Presented by Capital One At VB Transform 2026 , Kel Vanee, MVP of machine learning engineering at Capital One, spoke with Sam Witteveen, Senior Technology Contributor at VentureBeat, about how the bank built a scalable multi-agent AI architecture around deeply customized open-weight models rather than relying on an off-the-shelf foundation model. "At Capital One, we're not just using AI, we're…

Why Capital One built its multi-agent AI platform around open-weight models

At Capital One, Kel Vanee, a machine learning engineering MVP, explained that the bank's scalable multi-agent AI architecture relies on customized open-weight models rather than off-the-shelf foundation models. Capital One's investment in data transformation and cloud adoption laid the groundwork for this approach. Customizing open-weight models using proprietary data has proven advantageous, as it provides a unique edge over general frontier models.

This customization allows Capital One to train the models to be experts in Capital One's policies and nomenclature, resulting in general performance improvements. The multi-agentic AI workflow, named MACAW, routes interactions through specialized agents with built-in governance and guardrails. The workflow includes an understanding agent, reasoning agent, validation agent, and explaining agent.

For example, in a customer service workflow for bank fraud, this system helps several hundred customer-service agents manage complex fraud calls. The post-call summaries generated by the workflow reduce the time agents spend reconstructing interactions. Capital One also employs an agentic research system to optimize latency and cost in backend hosting infrastructure.

This system searches for the best combination of optimizations and configurations to achieve optimal performance. Vanee predicts a trend toward routing abstraction layers that validate the use of multiple models to achieve better accuracy and cost-efficiency. Additionally, he foresees a shift towards proactive, event-driven AI, where AI systems act independently when conditions warrant action.

Written by urgent.news from VentureBeat's reporting — not their text. Machine-written — it may contain errors, so check the original before relying on it.

Read the original at venturebeat.com →

More in AI

Agentic RAG: making retrieval a decision the agent controls

Short answer Agentic RAG is retrieval-augmented generation where the agent decides when to retrieve, what to query, and whether the results are good enough — sometimes searching again — instead of…

  • Agentic RAG refines RAG approach, controls retrieval decision-making.
  • Classic RAG retrieval is fixed pipeline step, agentic RAG has decision loop.
  • Agentic RAG three capabilities: retrieval on demand, query formulation, result grading.