As AI agents enter real-world deployment, organizations are under pressure to define where they belong, how to build them effectively, and how to operationalize them at scale. At VentureBeatβs Transform 2025, tech leaders gathered to talk about how theyβre transforming their business with agents: Joanne Chen, general partner at Foundation Capital; Shailesh Nalawadi, VP of project management with Sendbird; Thys Waanders, SVP of AI transformation at Cognigy; and Shawn Malhotra, CTO, Rocket Companies.
A few top agentic AI use cases
βThe initial attraction of any of these deployments for AI agents tends to be around saving human capital β the math is pretty straightforward,β Nalawadi said. βHowever, that undersells the transformational capability you get with AI agents.β
At Rocket, AI agents have proven to be powerful tools in increasing website conversion.
βWeβve found that with our agent-based experience, the conversational experience on the website, clients are three times more likely to convert when they come through that channel,β Malhotra said.
But thatβs just scratching the surface. For instance, a Rocket engineer built an agent in just two days to automate a highly specialized task: calculating transfer taxes during mortgage underwriting.
βThat two days of effort saved us a million dollars a year in expense,β Malhotra said. βIn 2024, we saved more than a million team member hours, mostly off the back of our AI solutions. Thatβs not just saving expense. Itβs also allowing our team members to focus their time on people making what is often the largest financial transaction of their life.β
Agents are essentially supercharging individual team members. That million hours saved isnβt the entirety of someoneβs job replicated many times. Itβs fractions of the job that are things employees donβt enjoy doing, or werenβt adding value to the client. And that million hours saved gives Rocket the capacity to handle more business.
βSome of our team members were able to handle 50% more clients last year than they were the year before,β Malhotra added. βIt means we can have higher throughput, drive more business, and again, we see higher conversion rates because theyβre spending the time understanding the clientβs needs versus doing a lot of more rote work that the AI can do now.β
Tackling agent complexity
βPart of the journey for our engineering teams is moving from the mindset of software engineering β write once and test it and it runs and gives the same answer 1,000 times β to the more probabilistic approach, where you ask the same thing of an LLM and it gives different answers through some probability,β Nalawadi said. βA lot of it has been bringing people along. Not just software engineers, but product managers and UX designers.β
Whatβs helped is that LLMs have come a long way, Waanders said. If they built something 18 months or two years ago, they really had to pick the right model, or the agent would not perform as expected. Now, he says, weβre now at a stage where most of the mainstream models behave very well. Theyβre more predictable. But today the challenge is combining models, ensuring responsiveness, orchestrating the right models in the right sequence and weaving in the right data.
βWe have customers that push tens of millions of conversations per year,β Waanders said. βIf you automate, say, 30 million conversations in a year, how does that scale in the LLM world? Thatβs all stuff that we had to discover, simple stuff, from even getting the model availability with the cloud providers. Having enough quota with a ChatGPT model, for example. Those are all learnings that we had to go through, and our customers as well. Itβs a brand-new world.β
A layer above orchestrating the LLM is orchestrating a network of agents, Malhotra said. A conversational experience has a network of agents under the hood, and the orchestrator is deciding which agent to farm the request out to from those available.
βIf you play that forward and think about having hundreds or thousands of agents who are capable of different things, you get some really interesting technical problems,β he said. βItβs becoming a bigger problem, because latency and time matter. That agent routing is going to be a very interesting problem to solve over the coming years.β
Tapping into vendor relationships
Up to this point, the first step for most companies launching agentic AI has been building in-house, because specialized tools didnβt yet exist. But you canβt differentiate and create value by building generic LLM infrastructure or AI infrastructure, and you need specialized expertise to go beyond the initial build, and debug, iterate, and improve on whatβs been built, as well as maintain the infrastructure.
βOften we find the most successful conversations we have with prospective customers tend to be someone whoβs already built something in-house,β Nalawadi said. βThey quickly realize that getting to a 1.0 is okay, but as the world evolves and as the infrastructure evolves and as they need to swap out technology for something new, they donβt have the ability to orchestrate all these things.β
Preparing for agentic AI complexity
Theoretically, agentic AI will only grow in complexity β the number of agents in an organization will rise, and theyβll start learning from each other, and the number of use cases will explode. How can organizations prepare for the challenge?
βIt means that the checks and balances in your system will get stressed more,β Malhotra said. βFor something that has a regulatory process, you have a human in the loop to make sure that someone is signing off on this. For critical internal processes or data access, do you have observability? Do you have the right alerting and monitoring so that if something goes wrong, you know itβs going wrong? Itβs doubling down on your detection, understanding where you need a human in the loop, and then trusting that those processes are going to catch if something does go wrong. But because of the power it unlocks, you have to do it.β
So how can you have confidence that an AI agent will behave reliably as it evolves?
βThat part is really difficult if you havenβt thought about it at the beginning,β Nalawadi said. βThe short answer is, before you even start building it, you should have an eval infrastructure in place. Make sure you have a rigorous environment in which you know what good looks like, from an AI agent, and that you have this test set. Keep referring back to it as you make improvements. A very simplistic way of thinking about eval is that itβs the unit tests for your agentic system.β
The problem is, itβs non-deterministic, Waanders added. Unit testing is critical, but the biggest challenge is you donβt know what you donβt know β what incorrect behaviors an agent could possibly display, how it might react in any given situation.
βYou can only find that out by simulating conversations at scale, by pushing it under thousands of different scenarios, and then analyzing how it holds up and how it reacts,β Waanders said.


