ML 20329 1
Rocket Close is a Detroit-based title agency and appraisal management company within Rocket Companies that provides title insurance, property valuation, and settlement services. As demand for mortgages and loans grew, title operations became a bottleneck in the homebuying process. Time-intensive, state-specific title examinations, combined with manual research and fragmented systems, slowed throughput and made it difficult for teams to keep pace with an expanding client base.
Title examiners must verify data from disparate sources. This requires searching through multiple systems, state guides, and county requirements. Local rules around probate or tax IDs further complicate their work. For example, a title examiner seeking to understand a county-specific recording requirement might spend hours navigating multiple sources.
To address these challenges, Rocket Close created Supercharger in collaboration with AWS. Supercharger is an agentic AI solution designed to reduce friction in the lending and homebuying process and optimize title operations workflows. It combines title and closing knowledge to guide teams through the order processing workflow, dynamically interacting with internal operations teams in natural language. By centralizing knowledge and automating research-heavy tasks, the solution generates actionable insights about orders, improves efficiency, and reduces the time spent searching for information. Ultimately, it enhances both operational efficiency and client experience.
In this post, we explore how Rocket Close built a solution using Strands Agents, large language models (LLMs), Amazon Bedrock, Amazon Bedrock Knowledge Bases, and Model Context Protocol (MCP) tools. We cover solution features, the rationale for the technology stack, lessons learned, and the business impact at Rocket Close.
The Supercharger solution is powered by Strands Agents, an open source agent harness SDK by AWS for building agents using the Anthropic Claude Large Language Model (LLM) through Amazon Bedrock, giving it the flexibility to choose different LLMs as the title assistants evolve. From a security perspective, the solution combines Amazon Bedrock Guardrails with row-level data entitlements to help prevent accidental access to customer-sensitive data through intelligent access controls. Conversations are logged with complete audit trails to meet compliance requirements. It integrates with Rocket Close operational databases containing order information, standard procedures, and policies for state-level title exams. The following diagram shows the six interconnected capabilities of Supercharger.
At the core of the Supercharger solution is a domain-specific agent driving conversation with Operations teams through six interconnected capabilities that work together to streamline the homeownership process. Conversation Analytics enables natural language processing that understands context and intent across multi-turn conversations, making interactions feel intuitive and human-like rather than rigid and transactional. Building on this conversational intelligence, state-level title examination assistance provides comprehensive checklists and guidance tailored to specific title examination requirements, providing teams with the right information at the right moment. The solution’s API-based integration connects with existing systems to maintain data consistency and avoid manual data entry, reducing errors and freeing teams to focus on high value work. Guardrails and Response Accuracy verify that every response meets quality standards and complies with regulatory requirements, protecting both the company and its clients. Comprehensive logging and monitoring provide complete visibility into system performance and user interactions, with full audit trails that meet compliance requirements. Finally, unified access to multiple data sources maintains complete context for decision-making, pulling together information that previously required checking multiple systems, creating unified experience for operations teams navigating complex title workflows.
When an operations team member poses a question, the request flows through the workflow shown in the following architecture diagram.
In the following sections, we explain why we chose Strands Agents and an MCP tool-based architecture.
Strands Agents is an open source agent harness SDK that takes a model-driven approach to building and running AI agents in a few lines of code. It scales from straightforward to complex use cases, and from local development to production. Strands Agents uses the planning, tool-calling, and reflection capabilities of LLMs to drive agent behavior.
With Strands Agents, developers define a prompt and a list of tools in code, then test the agent locally and deploy it to the cloud. The SDK plans the agent’s next steps and runs tools through the reasoning capabilities of the model. For more complex use cases, developers can customize agent behavior. For example, you can specify how tools are selected, customize how context is managed, choose where session state and memory are stored, and build multi-agent applications.
The solution implements an MCP tool-based architecture where each data source is exposed as a distinct tool that Strands Agents can invoke. This approach delivers three advantages:
“By harnessing Rocket Close’s proprietary knowledge bases and enhancing Supercharger with agentic AI capabilities, our team could transform how team members interact with complex order data and execute daily tasks. This not only enhances productivity but transforms how work gets done. By integrating Supercharger’s question-answering ability with our external chat interfaces, we have saved thousands of calls and emails per month to our contact center, giving us greater scale and a better client experience.”
— Bryan Bedard, Vice President of Data Science, Rocket Close
Supercharger’s ability to understand order-level context and deliver precise, role-specific guidance transformed Rocket Close’s end-to-end workflow in multiple ways. The solution delivered immediate operational efficiency gains for the operations and client relations teams, reducing the number of incoming calls and emails to the contact center by 30% through its question-answering capability. State exam accuracy improved through real-time insights about orders within existing workflows, which reduced cognitive load, minimized research time, and increased accuracy in decision-making. Client satisfaction was enhanced through the automation of routine tasks, the execution of order-level processes, and drafting communications on behalf of clients. Operational consistency improved with Supercharger’s AI-guided state-level exam assistance. Finally, performance was optimized through architectural refinement and better prompting techniques that reduced the number of calls the agent made to the LLM, achieving 3x latency improvements and reduced costs.
Throughout Rocket Close’s journey to deliver Supercharger, the team discovered several key lessons that shaped their AI strategy and implementation approach.
The experience revealed that efficient data retrieval stands as a cornerstone of performance, leading them to architect a streamlined solution where MCP tools retrieve the necessary order information in a single call before using LLM synthesis to extract relevant details, alleviating the need for multiple database queries. This architectural philosophy extended to maintaining a clear separation of concerns between Strands Agents and MCP tools, creating a flexible foundation capable of evolving alongside changing requirements. The team found that WebSocket-based streaming delivered immediate user feedback, improving perceived performance even when handling complex queries. The team learned that effective LLM prompting focuses on describing what the agent should accomplish rather than prescribing how, because removing deterministic steps allowed the agent to orchestrate dynamically using its inherent capabilities, proving more adaptable than custom approaches. Additional insights emerged around metadata filtering in knowledge bases to enhance retrieval precision, the critical importance of descriptive tool naming and coherent docstrings that serve as natural language interfaces for agent reasoning, and the value of offloading security enforcement to session attributes, rather than embedding it in business logic or step-by-step agent prompts, helps provide clean and consistent access control. The team also recognized that executive sponsorship and change management proved crucial for timely delivery, leading them to collaborate with AWS.
Collectively, these lessons converged on a unifying principle: designing solutions that take advantage of the agent’s inherent intelligence rather than constraining it made Supercharger both more powerful and maintainable in the long term.
In this post, we provided insights into how agentic AI can transform complex, knowledge-intensive processes in the mortgage industry through Rocket Close Supercharger journey. Using Strands Agents and MCP tools helps build a flexible, high-performing solution that allows team members with instant access to order information and intelligent automation. The future phase of Supercharger will include expansion for bankers to address loan specific questions and the creation of fast start templates to guide multiple domain teams in building agentic solutions for their business problems.
The journey highlights several lessons. These include hands-on collaboration between business and technology teams, the value of iterative refinement, and the role of architectural decisions in achieving performance and maintainability.
For organizations considering similar AI implementations, the Rocket Close journey is a pragmatic guideline. Start with clear business requirements, partner with experts who understand the technology and your domain, invest in proper architecture, and iterate based on real-world usage. The result is a solution that doesn’t replace work. It augments human capabilities and transforms how work gets done.
To learn more, see the Strands Agents documentation and the Amazon Bedrock marketing page. To start building your own agentic solution, open the Amazon Bedrock console and explore Amazon Bedrock Knowledge Bases.
Transitioning from writing local experimental scripts to building scalable, production-grade AI systems requires a shift…
As foundation models continue to improve, the lack of relevant context often limits what they…
“I’m not sure that this company supports a hackathon culture anymore,” one employee posted in…
Scientists at the University of Hong Kong have created a remarkable new type of brain-inspired…
In a recent editorial published in Science, Microsoft's chief scientific officer, Eric Horvitz, and researcher…
Zeev, CEO of LTX, here. Wanted to pull back the curtain on the technical bets…