00:00:00(upbeat music)
00:00:02- Hello everyone, thanks so much for coming today.
00:00:12I'm Malavika, and as you heard,
00:00:13I'm a product manager at Vercel.
00:00:15I hope you've had a great day at the conference.
00:00:18I've certainly been blown away
00:00:20by what all of you have been building
00:00:21with our open source tools and infrastructure primitives.
00:00:24It's been so nice to meet many of you in person
00:00:27for the first time and see some new faces
00:00:30as well as familiar faces.
00:00:31So today we've learned a lot about the AI cloud.
00:00:38By now you're probably tired
00:00:40of hearing about the AI cloud.
00:00:43You might've been thinking,
00:00:44gosh, can I just get a drink at happy hour already?
00:00:47But just as a reminder,
00:00:50in case the message just hasn't quite sunk in yet,
00:00:54Vercel is a unified platform for building, deploying,
00:00:58and running intelligent applications
00:01:01and the agents behind them.
00:01:02Vercel's mission has always been to abstract away
00:01:07the complexity of managing infrastructure
00:01:09and let you focus on building amazing user experiences.
00:01:14So when we think about how successful we've been
00:01:19in abstracting away complexity
00:01:21across the software development life cycle,
00:01:24we've done a really good job on making build time a breeze.
00:01:29Framework defined infrastructure means
00:01:31that you don't need to think
00:01:32about the underlying infrastructure primitives.
00:01:35There's no need for complex orchestration
00:01:38or infrastructure as code.
00:01:40We handle provisioning compute, networking, caching,
00:01:43and more so that you can focus on your application logic.
00:01:48But if we reflect on runtime,
00:01:50there's still a lot of work we have to do
00:01:53to make that as easy and breezy as build time.
00:01:56Sadly, managing an application at runtime
00:02:02is still quite a time-consuming effort for development teams.
00:02:06Like, how many in the audience here
00:02:09have dealt with a major incident in the last week?
00:02:12I don't see that many hands up.
00:02:15I'm surprised.
00:02:16I'm like, are you all using GCP or something?
00:02:20Maybe you there in the audience.
00:02:22You're probably feeling really good right now
00:02:25that you're self-hosting Next.js on a VPS in Hetzner.
00:02:29You're like, the cloud's not gonna bring me down.
00:02:33But there's so much manual toil
00:02:35associated with incident response.
00:02:38First, teams need to set up alerts and monitors
00:02:41to identify potential problems.
00:02:44These monitoring tools then in turn cause alert fatigue
00:02:47as teams try to identify high signal issues
00:02:50amongst all the noise.
00:02:52And then once we identify an issue,
00:02:55teams spend hours debugging the issue,
00:02:58trying to identify the root cause, and then apply a fix.
00:03:02So, actually here in the audience,
00:03:06we're gonna make this a little bit interactive.
00:03:08How much time do you think developers spend
00:03:11on debugging an incident?
00:03:13How many of you think it's under 20% of incident time
00:03:16is spent on debugging?
00:03:18- More. - More?
00:03:20I heard 80%.
00:03:22So we think it's almost as, who thinks it's more like 40%?
00:03:25Okay, we've got, someone thinks it's 60, 70?
00:03:33Okay, that seems to be maybe consensus.
00:03:3650%, actually turns out that 50% of incident time
00:03:41is spent on identifying the root cause
00:03:43and figuring out who should solve it.
00:03:46Like that's crazy, in 2025 with AI,
00:03:49we're spending hours of valuable developer time
00:03:52debugging issues.
00:03:54What if we could reduce that to seconds?
00:03:56Well, with Vercel Agent, you can.
00:04:01Our anomaly alerts monitor your application
00:04:04for suspicious activities.
00:04:06Out of the box, no configuration required.
00:04:09As soon as we detect unusual behavior,
00:04:11Vercel Agent investigates the issue,
00:04:14performs a root cause analysis, and diagnoses the problem
00:04:17in a matter of seconds.
00:04:20Unlike traditional observability tools
00:04:22or infrastructure providers, we have full context
00:04:25on your app.
00:04:26We built it, we deployed it,
00:04:28and we're running it on production.
00:04:30Even though we don't know your app as well as you do,
00:04:33and certainly not as well as your 10X engineer,
00:04:37we're uniquely positioned to give you an AI-native approach
00:04:41to ensuring reliability, performance, and security
00:04:44at runtime.
00:04:45Vercel Agent investigations build on top
00:04:50of our native observability tooling,
00:04:52which we've thoughtfully designed to give you visibility
00:04:56into runtime behavior with a build time context.
00:05:00Runtime logs give you granular visibility
00:05:05into application behavior.
00:05:07With runtime logs, you can trace through the life
00:05:09of an HTTP request to your application
00:05:12from the point in time that it ingresses
00:05:14into the Vercel network, all the way to the point
00:05:17that a response is returned to the client.
00:05:19We also provide you with opinionated dashboards
00:05:24out of the box, so you can quickly understand the health
00:05:27of your application, pinpoint issues,
00:05:30and optimize performance.
00:05:32With Vercel's recently launched anomaly alerts,
00:05:37now you can actively monitor your application
00:05:40for unusual activity, so that you can quickly
00:05:43identify and resolve issues.
00:05:45And lastly, with our query tool,
00:05:50you can explore the vast amount of metrics we collect
00:05:53and surface on your application.
00:05:55You can author queries to answer a range of questions,
00:05:59like what bots are crawling my application,
00:06:02all the way to quantifying the P90 time to first token
00:06:06of various model providers you're using
00:06:08in your application.
00:06:09Vercel agent investigations build on top
00:06:15of all of these features, reducing the need
00:06:18for manual exploration and bubbling up key insights.
00:06:22As we look to what's next for Vercel agent,
00:06:28our goal is to ultimately reimagine the way we interact
00:06:31with observability tools.
00:06:34Our vision is that the AI cloud will repair
00:06:37and optimize your application,
00:06:39not just inform you about issues.
00:06:42Fundamentally, we believe the AI cloud
00:06:49shouldn't just present you with problems,
00:06:51it should give you solutions, recommendations,
00:06:55pull requests, and automated actions.
00:06:58And that's the world we're building towards
00:07:00with Vercel agent.
00:07:03You can get started with Vercel agent today.
00:07:05As you heard, it's in public beta,
00:07:07and we're giving away $100 in free credits
00:07:10to all Vercel users to try out these new features.
00:07:13We launched the code review skill last month,
00:07:16and that's available to all Vercel users.
00:07:19Agent investigations are available starting today,
00:07:23and they're available to pro and enterprise customers
00:07:25who have observability plus.
00:07:27And you can visit the agent tab in the Vercel dashboard
00:07:30to get started.
00:07:33So I'm gonna shift gears a little bit.
00:07:35I actually want to spend time on another important topic,
00:07:37which is evals.
00:07:39So how many of you in the audience are using
00:07:41a dedicated AI observability product for evals?
00:07:44Oh, so I see actually very few hands up.
00:07:48Interesting.
00:07:49But for those of you who are,
00:07:51you know AI applications are non-deterministic.
00:07:55So it's very important that we're also monitoring
00:07:58the quality of the output.
00:08:00Agents daisy chain a series of reasoning steps,
00:08:03introducing even more complexity.
00:08:06And that's why we've seen a large ecosystem
00:08:08of agent frameworks that build upon open telemetry
00:08:12to help developers monitor, debug,
00:08:14and optimize their agent workflows.
00:08:17And I guess I saw very few hands up,
00:08:20but how many of you were collecting traces for evals?
00:08:23Okay, I see a few hands up in the audience.
00:08:27I see a few hands up.
00:08:27I'm sorry, I'm like peeking over here.
00:08:29It's quite bright.
00:08:30So if you're collecting traces using open telemetry,
00:08:34you can send those traces to any destination
00:08:38using Vercel drains.
00:08:40Vercel drains allows you to export all of your Vercel data
00:08:43to a third party observability tool.
00:08:46So if you're using a third party evals tool,
00:08:48you can export your traces there.
00:08:50To make it really easy for developers to run evals
00:08:55and monitor model quality,
00:08:57we've actually partnered with Brain Trust
00:08:59through the Vercel marketplace.
00:09:01With this new integration,
00:09:03you can automatically stream traces and evaluation data
00:09:06from Vercel to Brain Trust with just a few clicks.
00:09:10Earlier today, you may have heard more
00:09:13about our marketplace integration during a panel
00:09:16with Ankur Goyal, the founder of Brain Trust.
00:09:19To make it really easy for you to get started,
00:09:23we've actually got a demo app.
00:09:25Here you can scan this QR code.
00:09:27This demo app you can clone from our template library.
00:09:30It's an AI chat bot built with Next.js,
00:09:33the AISDK, and AI Gateway
00:09:35with traces being sent to Brain Trust.
00:09:38I'll give you all a second.
00:09:39Oh, am I on the way?
00:09:44I'm gonna get out of the way.
00:09:45Awesome.
00:09:47As you can see, our goal is to provide you
00:09:51with flexibility and control over what tools you use.
00:09:55While we're working hard to build really great
00:09:57native observability tooling,
00:09:59you'll always have the freedom
00:10:01to send your data wherever you want.
00:10:03The most important thing is that you're able
00:10:05to build great user experiences
00:10:07and turn unpredictable code into reliable systems.
00:10:11And with that, that's the end of today.
00:10:15If you catch me at the happy hour,
00:10:17I'd love to learn more about what you're building.
00:10:19Thanks so much.
00:10:20(audience applauding)
00:10:22(upbeat music)
00:10:25(upbeat music)