Intro0:00
Well, thank— thank you all. Um, let me just get this set up here. So, I'm not just the founder of Arize, but— but I tend to build an incredible amount of stuff. Um, let's see if we get this going here.
Oh, sorry, one more second. Um, so, not just a founder here, but— but also a builder. And I do my best to, um, uh, to— to build agents assistants. Um, we have an agent in product— we have an agent in product called Alyx, and, uh, and a lot of— I think a lot of my experiences has come from actually, um, trying to make the stuff work and work well.
Our first version of our— our own agent, frankly, sucked. Uh, it was many years ago, uh, probably 2 years ago, we weren't the first in the space to do it. Um, and a lot of what we have built, uh, has come out of that— our own experience in building— building this agent.
And— and Signal is kind of our— our next generation of this, which is trying to automate a bunch of things which we do every day, uh, and build it into a product set that people can use. Um, so I'm going to try to— I'm going to go through this— this materials here.
I'll try to go fast and try to show you a lot of product too. I'm a product person. Um, so, if you've built a startup before, um, you— you've experienced this, your platform's down, it's— it's late at night, and you— and you want to go fix it.
Observability Shift1:36
Um, and— and really, the— the— it takes a lot of energy to go do that. And we're going to talk about, like, the automation we built a little bit and— and what— what the future looks like. And— and I truly believe, um, that the future of the— the observability space is— is actually changing massivelyright now.
Why is that? Well, observability used to be for humans. It used to be a UI you click, a graph you click, something you look at. Um, and— and today, I would argue it's a lot of 2.0, which is like this combination of coding agent.
For those of you who built skills, skills for, um, Pyroscope, Google Cloud, or— or whatnot, the— the— these skills help you with your— your human debugging these systems. Um, and— and really, telemetry is like this smoke, uh, thrown off of your system that can allow these agents to go make fixes.
It tells you what path in the code it took. Without that, you're guessing. There's a million paths it could have taken. The— the data thrown off by your system allows, um, allows you to— to go— go— go use agents to go debug your software.
Self-Fixing Systems2:55
Evals add another layer to this. Um, but really what we're at here is— is how do I build systems that autonomously fix themselves? Really, that— that is what we're after, both— both AI agents. I put AI into my— my— my system.
How do I have this thing just improve itself? And— and today, we're kind of in the 2.0, which is a human making fixes and reviewing things. Um, but there's a future we're all driving towards, and throwing off traces, throwing off logs, throwing off way more than you normally would, and having agents run at this for a— a continuous loop is where we're going.
You can build at agent speed, but today, you can't improve your systems really at this agent speed. So those of us feel this— this kind of governor happening within our— our— our products. Um, and— and the bottleneck is actually not the fix anymore.
So those of us who've used these systems and— and used— used, um, coding agents with— with skills, the— the— the bottleneck is a lot of the— the confidence in— in do I have itright? You know, a lot of this is— is about, is this fix theright one to push?
Um, and— and so these are kind of the challenges here. And then how do you— how do you build this loop in a way that just moves faster? Um, and— and a little bit of the way we— we've kind of come to do it, and we do it in our system, is we've kind of inverted this— this loop, which is like a human, you know, looks at things, and— and an agent, uh, fixes it, to a person now can wake up with— with an idea of the issues based upon the errors occurred in their system.
Inverting the Loop4:14
So— so the agent is actually, you know, maybe it's not a— a fix itself, but it's putting up an issue. It— it's looking at the data before a human even looks at it. Um, and— and what you move from there is— is kind of humans grabbing tickets to— to having some amount of evidence, um, some deep evidence relative to whatever you're looking at already sitting in front of you by the time you actually even look at it.
And— and human review is kind of one thing, but— but a lot of times, maybe you're driving this little investigation a bit from where it started. So that's the reality of where we are today, is there's still maybe it's not human reviewing, but human driving the— the step two and three.
Um, but— but this is kind of what— what we view the loop as. And really what it is, is there's, you know, there's an event that occurs that you're kind of kicking things off on, or you're looking at periodically.
Um, and then there's some context around that, which is really driven by skills. Um, I guess a question for all of you: who's created skills in this room? Who's created a skill that— that— that interfaces to an observability platform?
Okay. Handful. Okay. Cool. Awes— awesome. Um, so the magic of— of— of skills that— that— that connect to observability platforms, um, is it can gather the context. The agent can decide what it needs, what it needs to look at, um, to— to start to troubleshoot what you have there.
Um, and then there's the idea of triggers, which are like periodic and— and, um, and, uh, and event-based. And so the future observability actually looks a lot more like this than it does clicking around a Grafana UI. So first off, evidence, well, normally these like are— are— are what do you start with, what do you look at?
Traces Unlock6:08
Uh, traces are— are pretty nice, logs as well. Uh, but— but, you know, most of the AI systems these days have like traces at the core of— of the agent framework. So— so you kind of start with— with looking at traces.
And this is— this could be periodic, you know, every 5 minutes. This could be based upon an event, an error. And normally, there's some combinations of these, which is, um, you know, some— some like, uh, context and law, you know, context and skills used to put together logs.
Maybe there's the repo. Uh, you want kind of a combination of all this together, um, to understand what to go fix. The repo tells you the code paths, that, you know, the pa, you know, the all— all it tells you everything that's there.
The— the production logs or traces that the agent pulls down. Um, normally our skills actually pull— pull little temp files down into the— the repo, um, so that you kind of have this— this— this idea of what actually happened, what the code is there enough, and— and all that together to put up a fix.
Um, so it's this combination of theright data and file format in the repo, along with your code in the repo. That's kind of the magic of this. Skills, which are composable for the agent to go actually put up a fix.
Um, and a lot of this some of you— a lot of you probably do this locally today. You— you run this locally. You have an agent that you— you kick up. Maybe you're spinning up, but it's on your laptop.
Sandbox Flow7:23
And I think we all feel this— this— this move from— from this laptop, um, to— to maybe to— to basically sandboxes. Um, and— and really, the sandbox is this— this running environment where, um, based upon an event or a periodic— you know, a periodic event, you can kick this thing off, and it does the same thing you were doing locally.
Get it working locally first, locally on your laptop, and then event-based based upon the observability platforms like ourselves. Um, you can trigger these on a schedule or— or kind of, you know, every— every error that comes up. Um, and generally, you know, generally it's kind of putting— putting the loop together to do this.
And— and, um, and I want to kind of give you one example. So this is Alyx, our agent. This is a— a real example. It's a very simple one. And then I'm going to show you what it looks like in product, um, this what— what we use every day.
Alyx Bug Fix8:13
Um, but this is just an example where, um, we had a— a stream canceled event. So, um, so Alyx is— is basically, um, Alyx is— is basically our— our in-product assistant. Um, To Do Update is— is a, uh, is— is a way of— of managing kind of its— its task list.
Um, and I was trying to, you know, I'll— I'll walk you through the— the error in a second, but basically, um, it's calling a bunch of these To Do Updates and kind of, um, errors out. And— and so for us, it's— it's, you know, how do I put the data together, um, to debug this?
How do I do it automatically? And— and Signal is just something that's running in the background for us that's putting up like issues relative to these things. Um, this was, uh, a kind of one or two-line fix that it comes up with.
These are— these are ideal, but a lot of times the fixes are bigger. Um, and— and the bigger it is, the more likely a human's involved in kind of like spearheading it over the line. But again, it's about that— that cold start.
Can I start with like all this information on the issue and guide it the rest of the way is kind of where we areright now. Um, and for us, your job kind of moves from responder to reviewer. Um, and— and— and the view is like traces and evals don't go away in— in any way, shape, or form.
They're just— they're— they're a key part of the loop now. You're going to trace 10 times more. You're going to log 10 times more because that helps you know what path your software took. Before, you wouldn't do that because— because humans can't dig through all the logs.
Trace More9:39
It's just noise. But by logging and tracing more of your, like, is it every answer your software? Maybe in some places. Um, by logging and tracing orders and orders of magnitude more than we do today, we can actually create these continuous loops that know what path was taking your software and— and— and actually have it fix itself.
So this is kind of my vision for where I think things are going, um, in a way. And— and for us, I'll show you Signal in a second, and you'll see all these. I mean, I feel like there's— there's think of this as an— an SR, you know, uh, something that helps you debug, maybe SRE for— for AI.
Um, but I feel like there's a lot of black boxes out there, like, oh, there's an SRE agent that does this or SRE agent that does this. All we're really trying to do ourselves is take your local debugging experience with Claude Code, Cursor, and run it periodically.
So pick your sandbox, pick your harness, pick your skills. We'll pre-bake a bunch of things with you. So we're just trying to, again, take the things we were doing locally and actually run them, um, uh, you know, run them in a system.
So we believe in, you know, an open approach, um, to this. And, um, I'll— I'll give you a demo of what this looks like, um, from a product perspective. So, so this is, um, this is a— a financial trading agent.
Product Demo11:10
Um, given what you saw in the previous, uh, presentation, I would not recommend doing a financial trading agent. Um, they— they— they're unlikely to make you money, uh, at least not in the— not yet. Um, maybe there's some people, uh, doing it good.
But long story short, is this one's, you know, uh, people asking questions about stock tradingright now, and it's giving— giving answers. Um, there's a lot of ways this— this can fail. And so this— this gives you this is Arize.
It's a platform. So first off, from let me describe the— the products we have. Uh, this is AX, which is our— our— our SaaS platform. Um, we also have Phoenix, which is open source if you just want to start tomorrow.
Um, Signalright now is for is just available in— in our AX SaaS platform, um, which also could be deployed VPC. But— but this so— so give you an idea of our product lines. Uh, if you want to try out Signal, it's— it's in AX.
Um, and what it looks like is something like this, which is it's just periodically running and— and kind of coming up with like issues. And you can hook it up to your GitHub repo. It can create an issue in your repo.
You can create an evaluator from this. Maybe, uh, maybe there's a— a specific problem by which you want to catch again. You can add these to a data set. So if you want to add these and— and it has evidence associated with this, like traces, um, in this case.
Um, in this one, it has skills like for Google Cloud and some other logging systems. So we can front-end, uh, a bunch of places the data. We're— we're pretty good at building, I think, these skills to debug issues again, uh, but you can add your own skills.
So these examples here, you know, traces running out without a guardrail. Um, there's— there's, um, uh, you know, safety— safety issues and intent issues. And a lot of this too is like, you know, how— how does this work?
How do I, you know, it feels a little too black box to me. Well, all this is open and open box, um, in the sense that, um, I can set up, you know, I can set up the harness that I want it to run on.
VPC & Sandboxes13:09
This one's Claude Code. I can pick my sandboxes and sandbox systems. Um, I can use Claude managed agents if I want. I can use Arize sandbox. Uh, why would I want to use Arize sandboxes versus Claude managed agents?
Well, a lot of our customers, um, don't want to connect their production systems to— to Anthropic. You know, you— you— you want your system, you want these— these sandboxes to debug your database or connect to it. So we install in the VPC of a lot of, you know, big name companies out there, um, from— from Uber to, um, to bookings to you— you name it.
And— and these people don't want to send their connections out, but they'll— they'll use a sand, you know, many, many companies, um, are very comfortable installing a VP into a VPC and actually connecting it up. So you can use Arize sandboxes or you can use Daytona or any of— any of these that you're comfortable with, um, that you built relationships with.
Um, and— and then from a— a platform perspective, you know, we support, um, running we support, you know, tracking the different agents that you're running. So you have this swarm of agents. Maybe you've kicked off, um, maybe you're kicking off a signal, which— which is our agent that's running periodically.
Maybe you're kicking off your, you know, you've named another agent, um, in the system. And these all support, you know, viewing the session that— that ran, downloading the transcript, and you can resume a Claude session locally too. So the idea is that this thing's constantly running.
You're picking the harness, the sandbox. You're deciding the prompt. If you want, hey, don't be aggressive or look for, you know, look for security issues. So you're deciding the prompts that drive this, and you're also deciding the skills that go along with this.
So, um, in a preset here, um, I can add, you know, add different skills. I can add my own skills. I can link repos. I can add pre-baked skills too. Um, so the idea is that observability platforms are really starting to get are— are becoming tied to the continuous loop, to the— the fix, not just the— the— the signal.
Um, and— and you— you want to take your local experience you have, debugging the stuff locally. You want to take the evals that are running and— and actually have these all work in something that puts up a fix or at least gets you a cold start.
And then I can take it over locally if I want to continue debugging, uh, from— from here. Um, so this gives you, um, a rough idea of— of kind of of— of Signal to PR, um, what we're doing.
Um, I did want to offer, you know, questions if people— people have any questions on what we're doing or how we see, uh, the industry evolving. Happy to— happy to answer. Thank you.
Yeah, go ahead. Um, a version that so I work at a SaaS platform company. Do you get a version of the question of like, why can't we just connect Claude Code to your data and have Claude Code do all of these things?
Q&A: Claude Code16:20
I think there's like a version of that question that can probably be asked for these auto fixes,right? Like, why not have Claude Code read the traces and push the PR itself? I'm curious how you would respond to that question.
Yeah. Uh, uh, so, so why wouldn't it have Claude Code kind of hooked to your— your data and just— just do it? Um, the answer is like, you— you should. Um, like— like the vision and what we do actually at— at Arize is we have, uh, a lot of skills.
I think first off, to— to make that really work well, you have to do a bit of well-designed skills. In the data space, the skill, like the— the important things of designing these skills are— are around are really around getting data, you know, finding theright data first.
So I want to find a group of traces relative to a session or something. Getting that data into the repo in a file format. These harnesses are magical with files. So you get the file, what happened. In some cases, we have 10 meg files like sitting in the repo.
Um, so it's designing the skill to be really, really well done with the, um, with this data and— and then giving Claude enough skills to be composable to find the issues. So the answer is absolutely yes. Like we have pyroscope skills that will find memory issues.
We have facets in pyroscope that the skill knows how to use. I can cohort by customer to see if a customer is causing an issue. Um, and but— but you've got to kind of design the skill surface area in a way that Claude can really, really work well.
And— and it— and it's not just like point Claude at the data. I see. Thank you. Any other questions? Anyone else? Oh, yeah. Okay. One more. Thanks for the talk. Um, there was quite a few mention of evals, but, you know, I'm looking at the traces.
Q&A: Evals18:04
So, you know, I understand the concept of traces, but where— where do the evals come in when you have that signal that says, "Hey, something broke in production"? Yeah. So— so the— so the evals typically will the, um, the evals essentially are running and being layered on typically to the production traces, something we call online evals.
Um, let me see if this one has an example here of it. Um, so— so evals actually are data on the trace itself. And so the agent knows how to, uh, grab the data from traces, knows how to, um, visualize and, you know, there's skills to basically pull data for— for the aggregate values of evals across the traces.
So the— so the— the skills that you give, uh, the harness allow it to get the data on the evals from— from the traces. Um, so evals are kind of like I view them as at least— at least the first generation evals, which are Elm is a judge, um, as a— as a AI layer that allows you to run periodically and— and assess your system.
But it's like it— it but it's adding a little bit more, you know, pre-processed information on— on the data that— that and then as Signal is running, it's using data from the evals that were layered on, um, in addition to all the raw data that it has there.
Um, it but it tends to be like you build an eval for a failure you've seen before a lot of times. So I have these prompt injection things that I'm trying to catch or something or, um, or— or a failure in— in the way it's responded maybe to— to something before.
So they— they tend to be this like, you know, uh, at least Elm is a judge is it tends to be like this— this thing you, um, preset up. And then you can actually create evaluators for failures. Say you find this failure that's pretty common and happening all the time.
I can create an eval so I can catch it next time. I just think of it as like almost an AI, um, assessment that's always running. Uh, the other note is that Elm is a judge can run really at scale.
Every, you know, I have customers who— who lay, you know, layer Elm is a judge across, um, their full data set, uh, where— where this tends to be like, you know, uh, more periodic on a lot of data.
So cool. Thank you.





