
AI & I · 2026-05-08
PodcastYouTubeInside Anthropic's Claude Platform
Hosts: Dan Shipper
Guests: Angela Jiang, Katelyn Lesse
Why it matters
Anthropic's Claude platform leads on evolving from completion APIs to managed agents and outcome-driven AI.
Key claims
- Claude Managed Agents packages Anthropic's primitives — Messages API, code execution, web search, file systems, skills, and vaults — into a managed harness for production agent workloads
- Anthropic argues harness and model are now tightly coupled; a generic hot-swappable harness leaves substantial performance on the table versus model-specific harness engineering
- Primary users are internal teams automating processes (e.g., a legal agent reviewing marketing copy) and companies embedding agents into customer-facing products
- The team highlights team-level and multi-agent patterns, citing Stripe's Minions, Ramp, and Vercel's 'AI software factory' as reference designs
Radar summary
Summary
Dan Shipper talks with Angela Jiang (Head of Product) and Katelyn Lesse (Head of Engineering) of Anthropic's Claude platform team about how the notion of an AI "platform" has evolved from a simple completion endpoint to stateful managed agents. They walk through the primitives behind Claude Managed Agents — the Messages API, code execution, web search, file systems, skills, and vaults — and argue that the platform is becoming a higher-order abstraction aimed at letting users specify outcomes and budgets rather than engineering harnesses.
A central theme is path dependency: the choice of harness (file systems vs. reasoning chains, etc.) locks models into particular strengths, so coupling a model to its harness produces far better results than a generic hot-swappable harness. They compare approaches used by Stripe's Minions, Ramp, and Vercel's "AI software factory," and describe team-level agent patterns — like a legal-review agent watching marketing copy — that go beyond what a single Claude Code session can offer.
Looking a year out, both guests describe a future where users simply specify an outcome and a budget ("Claude, make me a billion dollars, your budget is ten dollars") and Claude figures out which model, subagents, and architectures to spin up — essentially writing itself on the fly. Katelyn emphasizes that the platform team's job is to ensure the underlying infrastructure can scale to support that world of constantly running, self-recreating agents.
- Claude Managed Agents packages Anthropic's primitives — Messages API, code execution, web search, file systems, skills, and vaults — into a managed harness for production agent workloads
- Anthropic argues harness and model are now tightly coupled; a generic hot-swappable harness leaves substantial performance on the table versus model-specific harness engineering
- Primary users are internal teams automating processes (e.g., a legal agent reviewing marketing copy) and companies embedding agents into customer-facing products
- The team highlights team-level and multi-agent patterns, citing Stripe's Minions, Ramp, and Vercel's 'AI software factory' as reference designs
- Newly launched multi-agent orchestration enables architectures like advisor/execution, adversarial, best-of-N, and swarms for use cases like deep research and bug hunting
- Anthropic's success metric is shifting toward verifiable outcomes rather than evals alone, with an end-state vision of users specifying only an outcome and a budget
- Agent lifecycle management is a real pain point; Anthropic ships skills to help upgrade agents when new models launch and to retire stale ones
- A year from now, the team expects Claude to increasingly understand itself — selecting models, spinning up subagents, and choosing architectures on the fly
Source material
Full source text
A year from now, where do you think the platform will be?
We want to experiment with directions where Claude gets so good at understanding itself.
It figures out what model you should be using.
It figures out how to spin up all the subagents.
We don't have to think so much about what kind of architectures are there, because Claude is actually able to understand itself enough that it can write itself on the fly.
In that world, if Claude is on the fly, your agents on the fly are becoming what they need to become in order for you to do what you're trying to do.
The platform has to seriously scale.
How close are we to Claude making a billion dollars?
That's really what I'm asking.
[MUSIC] Angela, Caitlin, welcome to the show.
Thanks for having us.
Thank you.
For people who don't know, you both work on the platform at Anthropic.
Angela, you're the head of product for the Claude platform, and Caitlin, you are the head of engineering for the Claude platform.
I'm really psyched to talk to you because, A, you've been launching a bunch of stuff.
You have Claude Manage agents that came out recently.
You've been launching new features for it.
I think that it comes at this really interesting time where it makes me think about what actually is a platform in AI for a model company, because in the GPT-3 days, the platform was a completion endpoint.
You just send a prompt to get a response.
After that, it was a completion endpoint with tool calling and chat sessions, that kind of stuff.
Now, with Claude Manage agents, you're essentially getting a Claude on a computer with memory and all this other stuff.
I'd love for you to help me unpack that trajectory and what it means to build a platform in AI.
Yeah, I think your characterization is very accurate.
I think as a lot of these technologies have evolved with the LOM for starting, and then I think putting that behind an API was very fun.
A lot of people were like, "Wow, I could do some..."
At the time, I think it was very cool.
Now, we'll probably look back and be like, "Oh, that was really basic."
And then I think we've moved more and more towards a slightly more stateful world, as you want to persist the sessions state to be able to make sure that the performance of the model is better and better.
I think that that's probably actually the through line.
As we make improvements to Claude, and as it continues to get better and more autonomous, we find ourselves basically needing to evolve the platform to be higher in higher order abstraction.
But it's in the pursuit of helping you get the best outcomes out of something.
I think in the very beginning, everyone was very exploratory.
It's like you have no idea what people are going to build with these LOMs, and you wanted to have as much possibility out there as available.
And then as those use cases started to narrow down, people started building products with it.
People started now building agents with it.
And more and more of that is about customers coming to us and being like, "How do I get the best out of Claude?
How do I set up my tools?
How do I run the loop?"
And so on and so forth.
And you have some people who are really, really experimenting, and they're on the edges, and that's great.
And then you have just a whole host of other folks that are coming in who are like, "I kind of want a lot of this stuff out of the box."
And in our pursuit for making sure that Claude is basically producing the best outcomes, we find ourselves enriching the platform to be richer and richer and richer.
And that's contained in that as both the state, it's the tools that you start to see us adding, and it contains a lot of almost like the cloud components of a lot of these types of things.
But it's in pursuit of the same mission, of just making things literally as easy as possible.
And I think in probably the forward state of a lot of these things in terms of maybe the philosophy of what a platform ultimately ends up doing, it probably ends up just being whatever...
It's like the set of primitives in infrastructure that enables you to basically get the outcome as fast as possible with actually as little of work as possible.
And I think that that tends to follow a certain form factor, at least in this current stage.
How would you characterize what the primitives are today?
So maybe that's just asking, what are the primitives in Claude Managed Agents?
Yeah, so Claude Managed Agents is built on all of our same primitives that you could otherwise build on directly.
So the Messages API.
And within the Messages API, we've built a whole bunch of, I guess maybe innovations around the API.
Like you could just get tokens in and out if you really wanted to, but you can use some of our built-in tools.
You can use stuff like code execution, spawn a sandbox, and execute work.
You can use, I guess, like web search and all these sorts of different things.
And so I think we've taken what we see as all the most powerful of those things and put them together into a harness and a set of infrastructure that is just the way to get what we think is the best outcomes out of Claude.
So I'm sitting here feeling this sense of...
I've been thinking of it as like time deflation.
Like my time gets more valuable in the future as opposed to the opposite.
Whatever the opposite would be, my time gets less valuable in the future.
And the reason is because we're...
So for example, internally for us, we're building an agent.
We're building some agent products where it's like agents that do specific things for us internally and then hopefully for customers.
And in order to do that, we have a couple Mac Minis with Claude running in a loop on the Mac Mini, right?
And a lot of that...
And it's like a thousand line Python file or whatever.
And a lot of that mirrors what you guys are building in Claude managed agents.
And so for me and I think for a lot of people building on Claude or on the Claude platform or ecosystem, there's...
At least I feel this.
Maybe we should just wait for you guys to build it.
But then I don't know what the lines are.
And I'm sort of wondering if I want to build an agent, like what is the best path to do that in a way that aligns with what you guys are doing?
Yeah, I think this part of the platform business is actually somewhat similar to any other form of the platform business where you do have customers like yourself who are building.
And you're kind of thinking, should I go ahead and do it?
Because maybe I have this immediate need.
But at the same time, I don't want to repeat the word per se.
And you could have just gotten it for free out of the platform.
And also infrastructure sucks.
It sucks so much to spin up servers.
I can't believe you do that all the time.
That's like a huge big one.
That part, everyone's like, that's...
I will actually say part of why we ended up building Claude managed agents was because anthropic ourselves had gone through enough of these iterations where we built products that were agents that you could run autonomously in the cloud.
And we did that, stand up the infrastructure so that it works well, sort of work enough times that we ourselves were like, okay, we're done building this for ourselves.
We're doing it once in a way that's going to really work from everything that we've learned, but also for all the people who are doing it.
Like you can run whatever you're running on a couple of Mac minis maybe, right?
And for a lot of people that could work.
But I think if you're building agents into your product and you're running something really at scale, right?
Like that's where it really starts to become more and more challenging to get that infrastructure, right?
It's really interesting.
Yeah.
And then maybe to answer the other part of your question, I think we have like two pieces of the philosophy here.
One is a bit in the way that we kind of design managed agents, which is that we try to have it be modular enough.
Like we want to be opinionated about some pieces that we feel like should be very well like married to the Claude model.
But then we like oftentimes like the way we want, for example, we want Claude to like very specifically use like file systems.
That's like a very particular like Claude kind of style.
In a specific way or just file systems in general?
Just file systems in general.
We also really want to lean into skills.
I know like a lot of folks like skills, but like that's something that we like we want to have our hardest to be really opinionated about that.
And so we're kind of particular about like those kind of primitives being the case.
So like use the file systems, use the skills.
They're really basic, but at the same time, like we still find people who are like still trying other methodologies to go do that.
And we want to kind of like help you, you know, when you build to start just kind of starting the best foot.
So that's one piece on some of the kind of more opinionated ones.
But as each one of these kind of like, you know, endpoints or APIs that we have as part of the suite, we try to like open them up a little bit in certain areas.
So there's like things that, you know, we're looking kind of forward to and being like, you know, from maybe it's not available today.
But in our design, we are trying to make it flexible enough for people to kind of like add in different pieces because you recognize that this API or suite of APIs is not necessarily going to solve like maybe everything in its original construct.
And they're going to be pieces that need to kind of open up.
And then the second bit is like, you know, we're kind of public about this is like when we do design a lot of these things, we do put out like blog posts and sort of like reference implementation.
So if you did want to kind of at least be inspired by that construct, but still maybe make your own on the messages API, you can definitely do that.
I think that's to the point you just made that saying that's that's coming up for us.
Again, we have, you know, Clods running on a Mac mini with a Python file and a couple other like, you know, bigger, more serious implementations on like, you know, cloud infrastructure that we're trying to figure out what to do with.
And I think I told the team that we were talking today.
And I think one of the one of the questions that they have or one of the feelings of consternation that they have considering using cloud managed agents for this kind of thing, for spinning up agents for our customers is.
Just right now, it's like we have a playground we have we just have like a little we have a server or a Mac mini we can just like pipe stuff to to Claude.
It can do anything that Claude code can do.
It has a file system.
It has a browser.
It has like all this stuff.
If we want to switch it, switch it out to GPT 5.5 or Gemini or whatever, it's like pretty easy to do that.
So is that kind of and I feel like they they they feel like they're we're going to get if we use a cloud management, we're going to get locked in.
And it's not going to we're not going to have the flexibility to do all the stuff that we want.
And it there's also a worry that features are going to come to Claude code itself that won't be in Claude managed agent for a little while and that it'll prevent us from being at the edge, which is sort of what we promise to our customers and really to ourselves.
Like we just love being like just doing whatever the new thing is.
How do you think about that?
Yeah.
So I think the what's nice about the way that we work internally, I guess, is like so we run the platform.
And the platform for what most people think of it as is our externally facing APIs and our suite of APIs.
The other rest of what our team actually does is internal platform in the sense that all of our first party products are built directly on the same platform as everybody else.
And so what's cool about that is we're we spend all of our time, not all of our time, but a lot of our time working with the teams internally who are building on top of the platform and kind of enabling the features that they will build, sharing ideas and these sorts of things.
And so I think over time you'll maybe see less and less divergence of, you know, like what might be available in Claude managed agents, what might be available in co-worker Claude code that might sit on top of the same infrastructure.
Right.
Like that's, I think, one way to think about that.
Yeah.
And then I think, you know, on your point around or your team's point around, like, you know, having some kind of like model lock and fear, I think that that's like valid.
Like many folks kind of have that consternation.
And I think we're kind of at this place where there's a bit of like an evolution here where, you know, if you look back, maybe even just a couple of months ago, it was very standard to kind of build a very, very, very generic harness.
It's super generic.
And then you can kind of hotswap models across all of those things.
And I think for kind of an older generation of models across labs that kind of worked like, OK, a lot of things were moving at a pace where I think that that was like mildly reasonable.
I think now for the next kind of generation of models, and as we kind of see it for it, I think you kind of see this a little bit from every lab, like everyone's taking like slightly different techniques and perspectives on how they want to kind of advance their particular form of the model.
And so in theory, I guess you could do kind of a superset of all those things.
But more often than not, I think, you know, like when you build agents for your company or for your customers, you do want to deliver like an outcome ultimately for them.
And so I think that that level of abstraction of like what you're actually hotswapping stops becoming this like really generic harness and hotswapping the model.
And it gets more to like the harness and the model get very paired.
You still need redundancy and you still might want to use other models for things, but you probably do it at the layer of like the agent, meaning like the harness plus the model rather than necessarily the other architecture of like, you know, really, really generic harness and hotswapping everything underneath.
That's really interesting.
Is that how I don't know the cursors of the world are doing things?
Like, do they have a separate harness for each model or is it a generic harness that they're kind of hotswapping the models in and out of?
Do you know?
I'm not entirely sure.
My intuition would be that like I don't know about cursor in particular, but there have been like teams that we have talked to who have kind of fallen on similar kind of perspectives.
And it's mostly because they're just trying to squeeze the most out of each model to kind of like almost like harness engineer, like every single like nuance.
And, you know, one example that we have, it's not an external customer per se, but something that we've done a lot internally.
We recently watched like memory, for example, with manage agents.
And we tried a bunch of different harnesses ourselves.
Like we tried one that was like the one that we ended up launching.
We tried a bunch of others using a bunch of different other techniques.
And at least personally for myself, like when I saw the kind of like eval suite from like the team, but each one of these harnesses performed drastically differently.
And so I think just even looking at something like that shows you that like you can actually hill climb a tremendous amount by just like harness engineering the right pieces together.
And I think if you were to just take that floor to cross like all model combinations across all different labs, all different kinds of providers, there is a lot of alpha in that kind of construct.
And so I wouldn't be surprised if more than just ourselves have experimented with that level of like unit time.
It's really interesting that there's this path dependence where you make some choice for how you do requests and responses or how you do tool calls or whether you're you have the model want to use file systems or not.
And then that sort of like changes the trajectory of all these different models.
Yeah.
And it feels like maybe at the time, like such a small, almost like, you know, kind of like footnote, but it ends up becoming very big.
Do you think that that will end up affecting the model's generalizability in the sense that at some point they'll just have these sort of maybe locked in lanes of stuff that they're good at because they're, you know, cloud is really good at file systems and open eyes.
You know, GPT is good at some other things like, yeah, how is that going to how's that going to flow through the models like personality and behavior if it's like locked into a specific way of doing things?
I do think it does actually kind of tend to lock the model.
So like what what we end up like kind of treating as like the right path and the right primitives need to be like very carefully thought through.
And so like I think in some areas, you know, like of other models, they become really, really, really good at like reasoning and then they almost like over optimize on that level of reasoning.
And there's other perspectives around like, OK, like, yes, we want to be really good at like a computer, like maybe the computer part is the interesting part.
And so if you think through maybe some of the the primitives, which we could get right, we could get wrong, but at least we'll go through the thought process of like that will probably at least lead us one path or the other.
I think it's hard to say like, you know, in which direction per se will ultimately be true.
But I do think there's a lot of like path dependency it ends up taking.
So being really like thoughtful about what you choose to actually include or give kind of the model more natively is really important.
Are there any of those path dependencies that you've had to undo?
Hmm.
Probably.
I can't speak enough about that at the anthropic level.
I've only been here like a couple of months, but I have to imagine that that has been the case.
I mean, we've experimented like even at other labs like that.
The kind of like primitives that we have to take a look at are constantly changing.
And you do kind of hit like a little local maximum and rethink like, OK, maybe there's like a more generic approach.
Yeah, yeah, yeah.
Interesting.
I want to take a take a step back and ask you something that maybe I should have asked the beginning, which is who who is cloud manage agents for?
Right.
Like I set one up earlier today.
We've got some people already using it in production inside of every and I just I just do one today.
I really loved the the sort of like getting started chat experience that you that you had and the sort of some of the examples that you had.
And it felt to me like even if I was not technical, I might want to use this to set up an agent.
It might be a little bit complicated, but what I actually did is I just and I'm sorry to say this, but I did it in the codecs in that browser.
So I had codecs driving the the manage agent set up and it like I had a slack bot working pretty pretty quickly.
It was like it was really cool.
So how do you think about when you're designing stuff when you're designing cloud manage agents, who it's for?
Yeah.
So it's interesting because I think you're right that especially with that quick start experience, which we actually felt pretty strongly about launching not specifically for the sake of making it so that non-technical people could go and build agents, but actually just for anybody technical or not to be able to wrap their head around the primitives like there's what I can do and here that fits together.
Yeah, exactly.
Like, you know, the kind of education portion of it.
But I think when we think about who is for we think about a couple of different things.
One is we're seeing people internally within companies build automation or build really powerful platforms or systems like we've seen people say, I want, you know, a full end to end software development platform, right?
And like manage agents, the perfect solution for something like that.
Or, you know, I want to automate a little process over here where like legal has to review my marketing copy, right?
And things like that.
And so you shouldn't have to reimplement memory and like all that stuff every time you're doing that.
Right.
You can get started really quickly and you can get something running quickly.
The other user that's top of mind for us is people building into their products that they expose to their customers.
And so that's the other one where actually, yes, like you do still want a lot of customization.
You do still want to make something that's going to be really powerful for your product.
But we still definitely, definitely believe that not spending your engineering resources on the infrastructure and on all the little harness engineering tweaking sort of stuff is like worthwhile.
Like a month ago, you would have said so much.
Well, to see the top more.
But I am I am sort of curious.
OK, so maybe infrastructure is one of these things.
But when you see people setting up agents, what do they what do you see them think the hard thing is and what ends up actually being the hard thing?
And are they the same?
Good question.
I maybe this is I don't know, spicy.
I'm not sure.
But I think I think people think the harness engineering part is the hard part.
And so actually, like, you know, in the past, we launched the agent SDK, which is what you guys I think are using on your Mac minis.
And for a lot of people, they were like, OK, great.
I don't have to do the harness engineering part where I have to do prompt caching and I have to maximize my contacts window and all these sorts of things.
I think we're just actually using just Claude in that like the Claude dash P command.
Oh, wow.
Yeah, OK.
It's it's pretty good.
Yes.
Yeah.
OK, cool.
But regardless, like you guys did that because it takes off your hands building the harness.
Right.
But I do think what we saw with a lot of customers was, OK, now I want to go and take that thing and like get it into production and scale it.
And everybody hits an infrastructure wall like everyone hits the same problem of like, oh, wow.
I either need to like keep a server constantly running or I need to use infrastructure that will spin up and spin down.
And I need to store the transcript data and I need secure sandboxing and all these sorts of things.
And so, you know, and like if you boot a Claude code session or you boot the agent SDK in a sandbox and like that's the thing that you have running.
But your sandbox loses connection and dies or whatever your whole agent dies.
Right.
And so I think the infrastructure part especially is the wall that most people end up hitting.
But they're more expecting that the actual harness engineering and like getting the most out of the model is the part that's going to be harder.
Yeah, I totally agree with that.
I was just going to say, like, you know, we we talk to so many people who are now at a place where they're like prototyping really quickly and they're super excited and it's like it's doing the thing.
And then, yeah, there's like a class of people who are really pushing and being like, I do want to hill climb.
I really want to edit the harness.
But then once you have that thing like production, I think it's just a freaking nightmare, especially for the more interesting kind of long running async ones that you want to do a bit more remotely that are a bit more autonomous.
And everyone kind of runs into that wall.
It was a big inspiration for why we built what we built.
I feel like one of the like examples of the shape of an agent is Open Claw.
And in particular, the thing that it has brought to us internally is you have an always on agent in Slack that has its own personality and has its own like part of the world that it like ends up working on.
Are you guys like is is that a possible future for like, OK, a one click agent that lives in my slack that, yes, I can go set up all the internals, but like I don't have to really think about all of the things that I do.
I think it's a really good idea to have a lot of the technical infrastructure stuff because I think you all have the beginnings of that.
But it's still like a lot of steps from the current managed agent to something that's always on in my slack that I have to like set up and customize.
So is that does that fall in the realm of platforms job or is it like too far in the product direction?
And I think that's what we really want to do.
I think like we focused a lot on kind of the infrastructure piece to start because that's where we just see a lot of these like pain points.
But yes, like I think in like it's like I don't want to say exactly say final shape, but in its like advanced shape, we actually want to make it so that you can kind of deploy these agents really, really easily.
Like we've made like some light steps in this direction.
Like, for example, we included vaults as one of the primitives as just kind of in vault store your like keys and stuff like your keys credentials credentials.
Yeah, as like, you know, kind of solving some of the lower level pieces as a starting point.
But once you kind of wrap some of these more sort of like agent identity type of primitives in a more secure way and you can handle it really easily and it works with like the whole system, then I think it's very natural for us to get to a place where maybe you are either one clicking slack integration or alternatively, even maybe just telling, you know, Claude, like add slack and it just like handles absolutely everything.
And then before you know it, you're a little bot is just picking you on slack.
I love it.
I can't wait for that world.
What are the best internal use cases of agents?
Because I think there's this big question happening right now where, OK, yeah, everyone's in codex or Claude code, but then now we have these agents that are out in the cloud.
Now everyone inside of a company can like have their own agent.
There are team agents that are company wide agents.
So what are the patterns that you see for when people make really useful internal agents, what they do and what they look like?
Yeah, I would say we similar to and we've actually seen a few examples of these in some of the more like a I pulled a G.I.
Pill companies like Stripe built minions and they talked about that a lot as they're kind of like end to end development platform that their engineers could use.
I think ramped it something similar and we've done similar things as well.
Right.
Like, yeah, we've built kind of platforms internally that are, you know, I have agents running that I can talk to you from Slack or from wherever.
Right.
And at a certain point, that becomes actually like a pretty thin layer on top of managed agents.
Like, you don't have to do very much to accomplish.
That's what I was thinking.
Like I looked at minions or whatever ramp does and I was like, why?
Why?
You know, so is it is it actually useful to have a sort of like thin coding agent that anyone in the company can use or like, why not just install the Claude app in Slack?
Yeah, I would say the difference in a platform like that and some of the things that we've done internally is there's a lot of customization that you might want to do on, you know, the development environment where an agent is actually running and able to verify its changes.
Right.
And things like that.
Like here's how our CI/CD works.
Yeah, exactly.
And so, you know, I think for lots and lots and lots of people like Claude code is an excellent tool.
Right.
And you can run cloud agents with Claude code and that is really great.
But I think if you're trying to do a bit more end to end development, right.
And you maybe want to bake in more custom things and you could start with something like managed agents and build a layer on top of that and end up with something that's maybe closer to that end to end experience.
It also seems to me like there's something in particular about having a team that you need to work with that makes the manage agent shape important as opposed to it just all works in Claude code.
Like I guess technically you could like sync the skills between everyone's Claude code.
But like there's something about just we all have one agent that does this thing that seems to work.
Yeah, I'm really glad you brought that one up because I think like that's actually like one of the more common areas where we see a lot of the opportunity.
Is that to your point, you know, there's a lot of like individual productivity that's happening, whether you're a developer or non developer.
There's like so many tools that you're using to just like make yourself like more automated, more high leverage.
But then we get to the team layer.
Suddenly everything gets like massively more complex.
Like number one, obviously you can't like sit on your laptop.
And yes, you could maybe like, you know, put it in the cloud, but it's again more for yourself to kind of like handle with your laptop closed.
But then you go to like, OK, well, now like the three of us want like, you know, a couple agents that interface with each other and work with each other.
And then maybe we're automating a process kind of end to end, and especially for some of the more complex processes that you kind of envision being like really transformed with AI.
You do need like you do need that kind of like team orientation.
And that needs to happen at like a layer that's a slightly higher bit of abstraction than just a single agent.
And I think some of the teams exploring, you know, kind of multi agent architectures and things like that are really exciting.
But it needs to be built on top of a little bit of like a platform that everyone kind of spin up and down and control.
And I think G from Brazil, like had a really good perspective on this in a way where I think his company, Vercel, is obviously incredibly like AI-pilled.
And he kind of describes it as sort of like an AI like software factory, like internally.
I think that's exactly the right mindset.
And that like produces, you know, like extremely high leverage organization that's really just like creating a tremendous amount of productivity, but not just for themselves, just like for every single process that they have in the company.
And I really want to go back to this, like, OK, agent use cases.
We've got coding agents that that anyone can use in the company.
Like, what are the other ones that are that you see people standing up that are really useful?
We've seen a few.
So one of the fun things that we get to do is just kind of work with our internal teams of different functions and like help them identify because we actually just get to learn a lot as a result of doing that.
And so the silly example I brought up earlier of like legal team needs to review marketing copy is one of the ones that very real.
Yeah, like it's really real, like really like blue people's minds with like very basic agents that just give people the right set up to be able to do that.
So you see that.
Well, what does that actually do?
So it's like there's marketing copy and there's a legal agent that is just like watching what everything marketing does and is like stop like.
No, yeah, it is more like, OK, I'm a marketer and I've written some copy right.
And in the past, maybe you would have opened a ticket or something and be like, can you please review this copy?
But instead you submit it to this like, you know, a little app that we built on top of agents that is like, OK, cool.
Now I'm going to go as an agent review first and then put it in legal's inbox as a already first pass review was done.
And maybe actually like the agent is it's clear enough that it can say, OK, marketing, you're good, right?
Or maybe it's still like, no, it needs like an extra human or so.
Yeah, it's just and that's the sort of thing where, again, just thin layer on top.
But you can build the you know, you have access, I have access, we can both see the outputs and we can work together.
OK, but then so, for example, why is that not a skill?
So it's it can it very much can be a skill.
And that actually is like if you you would probably build that agent as a legal reviewer agent, right?
And so you would have MCP servers or whatever it is that help you access external contacts.
You would have skills that help you understand, like, here's what rules we have to follow and not follow.
Right.
And all those things.
And you put all those things together, but then you can just fire off a session with that agent.
And then I think the last piece you need, and this is where I'm saying it's a really thin layer, it's just like the form factor on top where like different people can collaborate together and like work with that agent and multiple agents can be involved in the system.
And so I think it goes a little bit broader than a skill because you kind of still need like the right form factor for the agent to be able to go run and then for people to be able to interact with it.
Another core bit of why it's like not a skill is because or not exclusively a skill is because you actually do need human in the loop.
And so like if you were to automate the whole thing and you were just taking the skill and looking at yourself from like legal skill, for example, like in that world, of course, you could have just like done a peer skill.
But if you need a human in the loop to be like, OK, like I want to review what I do want to check and I want to like looking at legal things.
And so there's a bit of like authentication that's sort of necessary in order to automate that entire process.
You kind of need like agents to go do the thing.
And so because you need spin up sort of separate sessions for that to happen, some sort of stitching is necessary that can be instantiated in a single skill.
That's really interesting.
Yeah.
OK, so just to push on that a little bit.
So what is the best practice for you?
You create an agent that it's its job is to make sure that when marketing is writing something, they can get it approved really quickly by legal.
And sometimes it'll approve things immediately.
Sometimes it sends stuff to legal.
And ideally, it's like getting better all the time so it can do more and more.
Right.
What is the best practice for who owns that agent once it's built?
Because one of the things that we found is if you don't have a human who's responsible for the agent, it gets stale very quickly.
And then it ends up being kind of this like dead thing that's all just like out there doing stuff, but it's not necessarily good.
And also, even if it kind of works, there's all there are going to be all these times where illegals like you asked me to approve this, but I don't really need to approve this thing.
Like, let's update your prompt.
So like, how does that all work when it works well?
So it's actually really interesting because so the form factor thing, right, like the app that sits on top of that that we originally built, one of our teams worked on that right and like kind of sitting with these teams and understanding what they needed.
And they were kind of like, OK, here you go.
And we're going to go do other stuff now and like let us know how this goes for you.
And then a really cool thing actually ended up happening where people on those teams who were using the tool were like, I wish like this little thing could get tweaked or this thing could get better.
And they like popped open clog code, made some of the changes themselves to the actual.
And so is your team responsible for approving the PR?
Does it just like go in?
Usually my team is responsible for reviewing the PR if it's a system that we actually own.
But but yeah, like people can kind of self serve making changes to those things, which I think is really cool.
So it is I do think we're still in a stage for a lot of teams, a lot of companies, like even going back to, you know, like Stripe has minions, right?
Like Stripe has a large developer productivity team.
We work at Stripe, so we spend a lot of time with them.
But they have a large developer productivity team.
They're awesome.
And they're obviously putting a lot of work and energy into building platforms and tools like this.
And so I think we're definitely still in a place where something like managed agents or being able to build on top of our platform is really powerful.
But you still kind of need the like AI-pill people and technical people within a business to then go like create something really excellent on top of that.
That works well for whatever you're trying to do.
That's interesting.
Yeah, I love that anyone can open a PR to do this because everyone's using cloud code.
One of the things that I find talking to people who are in infrastructure roles at companies where this is starting to happen is like, you know the meme where it's like there's a person and he's like going like this and he has like daggers in his back and he's like, "Cover it."
Yeah, it's like infrastructure people are that.
But like now anyone can submit PRs.
How do you deal with that and how do you do that well?
Because obviously like in an ideal world, you would love for a legal to be able to submit PRs to improve this agent.
And also sometimes they're probably going to submit stupid stuff that wastes time.
And so what are the right ways to either organizationally, like culturally or technically like make that possible without ruining your lives?
For this particular one that we've constructed that Caitlin's given as an example, we actually have like a couple layers of abstraction away from like that kind of like PR layer.
So at the very beginning it kind of like started that way and to kind of like basically prevent users from kind of foot gunning themselves a little bit.
They kind of get to a place where oftentimes their way of interacting with the agent that they own, like whether it's the marketing team who owns the marketing agent requesting or if it's the legal team, you know, owning the agent that does the review, they actually engage with those agents through Claude itself.
So they actually spend more of their time like kind of talking directly to Claude and then Claude will oftentimes figure out what should be the right way for them to go and handle it so that they're not kind of like hopping straight down to the absolute core bit and doing something that may result in some complications.
And they're talking to Claude or Claude code, like Claude chat or Claude code or co-work.
It's a different instantiation of Claude that we made that actually is a managed agent in and of itself.
So it's just kind of like managed agents all the way down in that construct.
But we found that each layer, if we kind of tune and prompt each variant of the managed agent, it helps to solve like, you know, different parts of the problem for users.
So at the end state for, you know, like that marketing person or that legal person, it is like a really simple interface where the way that we tell them is like you're just talking to Claude.
But under the hood, it's many, many clouds engaging with each other to get to the part where then they the clouds themselves are doing the more complex work that the human doesn't really necessarily need to interpret.
Interesting.
You guys just launched multi agent orchestration.
What are the coolest?
What are the coolest things that people are doing with that?
One of the more interesting ones is like I think people are using it to like construct sort of different harness techniques.
And that one I'm personally very excited by because like there's different techniques that people have experimented with where, you know, like, for example, we recently did like the advisor strategy one.
But really, if you were to genericize it, you just separate like execution from advice.
And there's also one where you can have like two modes where one is generating someone something and the other one is adversarial to it.
And then it could also be sort of like, you know, you split it into a bunch of different like little tiny pieces and then they kind of recombine.
And then there's ones where maybe it's kind of something closer to like best of end kind of like style of thing.
And then there's so many more.
And like in each one of these different types of like architectures or strategies, they are good for a very specific use cases.
So some of them are much better for like deep research or wide research type of style use cases.
Right.
And there are others that are like these are like the kind of ones where they all sort of swarm together are better for like bug hunting, for example.
And so like that's like really cool to see that like if we can make the primitives very Lego like then people can put them together to solve things at a slightly higher form factor, which is more like an architecture or like a strategy.
And they get much more like interesting results out of that.
And that's like really exciting to see because it also suggests that you can actually hill climb at multiple layers of abstraction.
How do you know if an agent is successful?
How do you measure success for an agent?
Yeah, I mean, there's like evals and stuff like that, which everyone has talked about like ad nauseam.
One direction that we really like is like this kind of verifiable outcome.
We've been somewhat opinionated on that one.
And it's almost like in the absolute end state of, you know, we talked a little bit about what's what's a platform, the end of things.
Going from that philosophy, it's like our kind of principle of like maybe the end state of some of these things is that everything should kind of compress down to an outcome and like a budget.
And that's probably like about it and everything else should be figured out for you to kind of resolve exactly across those parameters.
And so for us, we're kind of yes, we still have evals.
We have a lot of these other things that we measure that are domain specific.
Like, you know, some coding evals would be like you might want to measure like just the actual PR getting merged.
Those are more verifiable.
But as we get to the place where, you know, like an outcome is actually a spec that you are just as a human able to define and our ability to interpret that and regrade itself over and over is closer to what we care about.
Claude, make me a billion dollars.
Your budget is ten dollars.
Exactly.
I'm going to say no mistakes.
Go.
Go.
Exactly.
Maybe mythos could be.
And then one of the things that we were running into that I'm curious if you have a solution for is agents like get updated pretty quickly sometimes because there's no human attached to them.
Sometimes like they're just running an old model or there's an old in an old architecture or whatever.
And it feels like there needs to be a end of life cycle for agents.
Like we've talked about having like a little like funeral for them and like having like a little page on our website that's like here's all the decommissioned agents and stuff.
Like how do you manage, especially in a company in a really big company, how do you manage the all the agents that are like sort of out there?
But and maybe they're like in Slack like paying stuff once a week.
But you're like, this is super stale.
How do you make sure that you retire them as quickly as you are making them?
So one of the things we have actually done is we have made skills that help you do things like upgrade to a new model when a new model comes out.
Right.
Like we've actually put a good amount of work into making it easier to do exactly what you're talking about.
And I think maybe some of the most like AGI pill people are like running agents that are monitoring their agents to see if their agents are like outdated and in need of that sort of stuff.
But I think for the way that we like to talk to customers who ask us this question, I do think the the most interesting instantiation of this is there's a new model.
And now I need to go upgrade my agent or maybe be done with those agents because, you know, the new model enables me to build agents that are way more powerful and do more interesting things than the old agents did.
Right.
But I think that upgrade process and that migration process is like something people have had to wrap their heads around as like it's like a breaking change.
And I have to like put actual energy into making that work.
And obviously, sorry to talk about e-mails, but like you have e-mails, this process is easier and things like this.
But I do think that's one of the things we've tried to do is how do we give you skills and how do we give you the right like just tools to make that process easier?
And then you could go be AGI pill and choose to actually automate more of that with more agents.
So a year from now, we're back at Code with Claude.
Where do you think the platform will be?
What will I be able to do and how it will be different from what I can do today?
Do you want to go first?
You can go first.
A year is a long time.
It's in this in this industry, especially how close are we to Claude?
Make me a billion dollars.
That's really what I'm asking.
I think it probably won't be safe here.
Yes, yes.
We'll be asking Claude for this.
I mean, yeah, like we want to get closer and closer to that that state where I think we we kind of.
OK, so a couple of things I think in a year from now, I mean, one thing that we'd love to get really, really close to is actually that kind of like simplicity.
And this might be a significantly higher order of abstraction.
I don't know what the form factor will look like or whatever, but the kind of parameters we will care for from users will be that outcome.
And of course, it has to be verifiable.
There are some parameters that have to be restrictive and the budget.
And I think like we'd want to experiment with with directions where Claude actually gets so good at understanding itself.
It it figures out what model you should be using.
It figures out how to spin up all the subagents.
I actually don't think you need to think so much about harness engineering in that world today.
You know, you don't have to think so much more aggressively about like tool construction, for example, that we've kind of made that a little easier and you get to leave a little bit of that scaffolding.
Less prompt engineering.
Yeah, exactly.
Exactly.
And I think if you just keep going up that stack like today, a lot of the innovation is happening at this kind of like like really high level, almost like harness architecture level, which really fun.
But I think a lot of that honestly also kind of goes away where you almost like don't have to think so much about like model selection.
You don't have to think so much about what kind of architectures are there because we probably would have like gone through enough iterations with Claude where Claude is actually able to understand itself enough that it can almost like write itself on the fly to figure out what is necessary in that kind of like two parameter world of like outcome and budget.
I don't know that we'll get there like in a year, but I feel like we might be able to do like the outcome part of that with like maybe, you know, some bars, some error bars on the budget side.
Really cool.
Yeah.
Okay, that was really cool.
I'm gonna give you slightly more boring answer, which is in that world.
If Claude is like on the fly or agents on the fly or like becoming what they need to become in order for you to do what you're trying to do, the platform has to like seriously scale.
That is.
And so I do think some of this will be what are the right abstractions that actually enable that, right?
Like somewhere on the primitive to higher order realm, right?
But I do think so much of what our team is going to be doing is making sure that the tokens that people want to come in and out of Claude are going to be able to come in and out of Claude because our system is scaled to meet not just the demand, but like in that world where it's just like you have agents that are like literally constantly running and recreating themselves and doing this sort of work.
You just need a system that, you know, can handle long running requests, can handle a bunch of differently shaped things.
And so I think for us, it's going to be I never want the ability of the platform itself to be able to scale, to get in the way of what people would otherwise be able to accomplish with these things.
And so I think that's something that's going to probably be very friend of mind when we're talking in a year.
Awesome.
I'm excited.
Thank you so much for joining.
I really learned a lot.
Thanks for having us.
Oh, my gosh, folks, you absolutely positively have to smash that like button and subscribe to AI and I.
Why?
Because this show is the epitome of awesomeness.
It's like finding a treasure chest in your backyard.
But instead of gold, it's filled with pure unadulterated knowledge bombs about chat GPT.
Every episode is a roller coaster of emotions, insights and laughter that will leave you on the edge of your seat craving for more.
It's not just a show.
It's a journey into the future with Dan Shipper as the captain of the spaceship.
So do yourself a favor.
Hit like smash subscribe and strap in for the ride of your life.
And now without any further ado, let me just say, Dan, I'm absolutely hopelessly in love with you.