VFF - The signal in the noise
NewsTrending

How Intuit Rebuilt Its AI Agent System Twice in Four Months

Read original
Share
How Intuit Rebuilt Its AI Agent System Twice in Four Months

Intuit scrapped its AI agent architecture twice within four months, first abandoning a specialist agent fleet for a central orchestration layer, then abandoning that layer for a skills and tools based system. The orchestration approach failed because agents passing results in natural language lost critical context with each handoff, compounding errors across chains. The rebuild took 60 days total, with a working version in under 20 days, and required convincing both leadership and hundreds of engineers that the pivot was necessary.

  • Intuit rebuilt its agent architecture twice in four months after identifying a structural failure in its orchestration layer
  • The orchestration system failed because natural language handoffs between agents degraded context and compounded errors across chains
  • Leadership buy-in came from a demo using real customer queries showing the new architecture outperformed the existing system
  • The new skills and tools architecture is now being tested with a human-in-the-loop feature available to about 1% of Intuit's customer base

Intuit's experience reveals a critical failure mode in multi-agent systems that many companies building agentic AI will likely encounter. The problem of context loss through natural language handoffs is not unique to Intuit and suggests that orchestration layers may not scale as expected. This validates a shift toward skills and tools based architectures as a more robust approach for production systems.

For companies investing in agent-based AI systems, Intuit's pivot demonstrates that architectural choices made early can become liabilities under production load. The ability to rebuild in 60 days and maintain customer trust depends on having clear metrics and customer-centric evidence to justify major rewrites. The shift also changes engineering incentives from building individual agents to running continuous evaluations, which affects team structure and accountability.

  • Orchestration layers that rely on natural language passing between agents may not be viable for complex multi-step workflows, pushing the industry toward skills and tools architectures
  • Winning engineering buy-in for major rewrites requires demonstrating scale benefits to individual teams, not just overall system improvements
  • Human-in-the-loop features become more viable when agents maintain full context, enabling seamless handoffs to human experts without information loss

Monitor whether Intuit's skills and tools architecture scales beyond the 1% of customers currently testing the human-in-the-loop feature. Watch for similar architectural pivots at other companies building multi-agent systems, particularly around how they handle context preservation across agent handoffs. Track whether the shift from agent-building to evaluation-focused engineering becomes an industry pattern.

Share

Subscribe to the newsletter

The latest stories and analysis, delivered to your inbox.

Free. No spam. Unsubscribe any time.

Related stories

Creative Apps Embed AI Agents via Model Context Protocol
TrendingNews

Creative Apps Embed AI Agents via Model Context Protocol

NVIDIA announced at SIGGRAPH 2026 that major creative applications including Adobe and Affinity by Canva are integrating Model Context Protocol (MCP) connections to enable AI agents within design and content creation tools. The integration allows agents to automate repetitive tasks like asset validation, layer management, and export preparation while keeping creative decisions under human control. NVIDIA is positioning its RTX PRO workstations and DGX systems to run these agents locally, reducing reliance on cloud services and keeping sensitive data on-premises.

by NVIDIA Writers· NVIDIA Blog (AI)
Amazon Quick and NVIDIA NeMo enable automated supply-chain decisions

Amazon Quick and NVIDIA NeMo enable automated supply-chain decisions

Amazon and NVIDIA have published guidance on combining Amazon Quick, a business intelligence workspace, with NVIDIA NeMo Agent Toolkit to build automated supply-chain decision workflows. The approach lets business users interact with dashboards and enterprise data through conversational interfaces while backend agents investigate disruptions, call external tools, and return ranked mitigation recommendations. The solution targets supply-chain teams managing complex decisions across purchase orders, inventory, logistics, and approval policies.

by Ebbey Thomas· AWS Machine Learning Blog
Capital One Open-Sources VulnHunter AI Security Tool

Capital One Open-Sources VulnHunter AI Security Tool

Capital One released VulnHunter, an open-source AI security tool that scans source code for vulnerabilities, maps exploit paths, and proposes fixes before code reaches production. Built on Anthropic's Claude Opus 4.8 model, the tool uses an 'attacker-first forward analysis' approach combined with a falsification engine to reduce false positives. Capital One's CISO Chris Nims cited the need to distribute defensive AI capabilities widely as software supply chains grow more interconnected and AI threats accelerate.

by michael.nunez@venturebeat.com (Michael Nuñez)· VentureBeat AI
Smartsheet's MCP Server Shows How Enterprise Platforms Enable AI Agents

Smartsheet's MCP Server Shows How Enterprise Platforms Enable AI Agents

Smartsheet built a remote Model Context Protocol (MCP) server on AWS that enables AI agents and assistants to access structured data and capabilities within the work management platform through natural language. The architecture uses AWS Fargate, Kinesis, Flink, Bedrock, and Neptune to serve both internal Smart Assist and external AI clients like Amazon Quick and Claude Desktop. Since launch, Smartsheet has saved over 3 billion tokens through AI-optimized interfaces designed to reduce costs and prevent hallucination.

by Pyone Thant Win· AWS Machine Learning Blog