Fix These 4 Blockers Before Deploying 1,000 AI Agents | Mario Moscatiello, Airbyte
Watch on YouTubeVideo summary
Transitioning AI agents from polished boardroom demonstrations to robust production systems presents significant technical challenges for enterprises aiming to scale operations. The primary hurdle identified is the "integration plumbing tax," which becomes exponentially more difficult as the number of autonomous agents increases. Every data source an agent connects to requires solving complex issues such as OAuth authentication, pagination, rate limiting, and error handling. When thousands of agents read from hundreds of different systems or write back to platforms like Salesforce, any update to an API can break existing integrations, creating a multiplier effect that makes maintaining stability incredibly hard.
Beyond integration complexity, reliability remains a critical barrier because current AI agents often operate effectively only 70% to 80% of the time, which is insufficient for fully autonomous company operations. Unlike deterministic code where engineers expect specific responses and can build guardrails against drift, agents frequently make subtle errors that go undetected until they cause significant issues. This inconsistency forces organizations to rely heavily on evaluation frameworks to monitor regression and performance, yet achieving a reliability rate of 90% or higher remains a difficult problem to solve without fundamentally changing how these models handle uncertainty and unexpected inputs.
Another major obstacle is context degradation, which occurs when agents are flooded with excessive data, causing them to lose focus on what information is truly important. While the intention is often to provide agents with access to all organizational data, this abundance of context can lead to wrong responses because the model struggles to prioritize relevant details amidst the noise. This issue highlights the need for smarter context management strategies that allow agents to function effectively without being overwhelmed by irrelevant information, ensuring they remain accurate and efficient in their decision-making processes.
Finally, governance and security infrastructure are currently immature when faced with the scale of thousands of autonomous agents. Traditional security models and access controls were designed for deterministic code managed by a few individuals handling highly sensitive information, not for a decentralized environment where many agents operate independently. These legacy guardrails do not account for the dynamic nature of AI agents, creating a gap in protection that poses significant risks to data security and compliance. Addressing this immaturity is essential before enterprises can confidently deploy large-scale autonomous systems without compromising their security posture or operational integrity.
Read the full video transcript
As we all know that a lot of companies
are experimenting with AI agents, but
going from a slick demo that they saw in
the boardroom or with developers to
production system is still hard. Can you
talk about what are some of the biggest
technical hurdles that keep enterprises
from running thousands of autonomous
agent at scale?
>> Yeah, I would say like of course, um,
you know, in the case of I would say
like Airbyte um, in the case of Airbyte,
what we see is that the integration
plumbing tax is is real. Um, you know,
every data source that you're trying to
get into the model means that you have
to solve for OAuth, pagination, rate
limits, error handling, and and and all
of that stuff. Um, and so, you know,
it's stuff like the more agents you have
running, the more systems they're
reading and writing to. So, when say if
you now have agents writing back into
Salesforce, the moment Salesforce
updates their API, like it might break
something. And so, like you have to
integrations are still, you know, like
the number one issue, um, in in that
sense in in
based on what we see, uh, because it's
very hard and then if you have a
thousand agents that are reading from
hundreds of systems,
um, it's a multiplier effect. And so,
like that's the number one cause that we
see today. I would say the second thing
is that at most, um, companies are able
to have agents work 70 80% of the time,
uh, which is kind of like a bad ceiling
because when you're running if your
company's been like running autonomously
or if you want to your company to run
autonomously, um, you know,
working 80% of the time doesn't really
work at scale.
Um, especially because I think that
agents sometimes make errors that are so
small that are not even detected. And
so, you know, engineering has built a
lot of guardrails when it comes to
errors and when it comes to responses
that are not,
um, you know, what they expected,
especially with deterministic code,
right? Like you run code and you expect
a response. If there is a drift, like
there are systems that are put in place
to detect like even the smaller errors.
When it comes to agents,
it's a completely different pair of
hands. And so like I think that
you know, like that 20-30% of like hey,
can we can we get the agent to work 80%
of the time to working or 90% of the
time to working like 99% of the time?
I think that's going to be a hard
problem to solve and and that's kind of
like why a lot of you you hear a lot
about Evals making sure that we can look
at, you know, regression and the
performance and so on and so forth. So I
think that's the second big problem.
I think the third one is context
degradation, which is when you just
flood the agents with a lot of context
and you think like, oh, the agents
should be able to see all of our data
and and and so on and so forth.
You know, the agents can produce like
wrong responses because they have too
much context and they don't know what's
important and what's
and what's not important.
And so like I think like, you know, to
sum it up like those are the three main
causes, but the fourth one
to your point earlier is governance. And
then we go back to security access has
been built for deterministic code and
for a few people within an organization
managing managing highly secure
information, but you know, security
guardrails governance is not built for
thousands of agents running. And so like
I think the security stock is immature.
And so like that's going to be also like
a big
in my view
a big point to solve.