PodcastsZaken en persoonlijke financiënLatent Space: The AI Engineer Podcast

Latent Space: The AI Engineer Podcast

Latent.Space
Latent Space: The AI Engineer Podcast
Nieuwste aflevering

255 afleveringen

  • Latent Space: The AI Engineer Podcast

    Cursor's Third Era: Cloud Agents

    06-03-2026 | 1 u. 6 Min.
    All speakers are announced at AIE EU, schedule coming soon. Join us there or in Miami with the renowned organizers of React Miami! Singapore CFP also open!
    We’ve called this out a few times over in AINews, but the overwhelming consensus in the Valley is that “the IDE is Dead”. In November it was just a gut feeling, but now we actually have data: even at the canonical “VSCode Fork” company, people are officially using more agents than tab autocomplete (the first wave of AI coding):
    Cursor has launched cloud agents for a few months now, and this specific launch is around Computer Use, which has come a long way since we first talked with Anthropic about it in 2024, and which Jonas productized as Autotab:

    We also take the opportunity to do a live demo, talk about slash commands and subagents, and the future of continual learning and personalized coding models, something that Sam previously worked on at New Computer. (The fact that both of these folks are top tier CEOs of their own startups that have now joined the insane talent density gathering at Cursor should also not be overlooked).

    Full Episode on YouTube!
    please like and subscribe!

    Timestamps
    00:00 Agentic Code Experiments00:53 Why Cloud Agents Matter02:08 Testing First Pillar03:36 Video Reviews Second Pillar04:29 Remote Control Third Pillar06:17 Meta Demos and Bug Repro13:36 Slash Commands and MCPs18:19 From Tab to Team Workflow31:41 Minimal Web UI Philosophy32:40 Why No File Editor34:38 Full Stack Cursor Debate36:34 Model Choice and Auto Routing38:34 Parallel Agents and Best Of N41:41 Subagents and Context Management44:48 Grind Mode and Throughput Future01:00:24 Cloud Agent Onboarding and Memory

    Transcript
    EP 77 - CURSOR - Audio version
    [00:00:00]
    Agentic Code Experiments
    Samantha: This is another experiment that we ran last year and didn’t decide to ship at that time, but may come back to LM Judge, but one that was also agentic and could write code. So it wasn’t just picking but also taking the learnings from two models or and models that it was looking at and writing a new diff.
    And what we found was that there were strengths to using models from different model providers as the base level of this process. Basically you could get almost like a synergistic output that was better than having a very unified like bottom model tier.
    Jonas: We think that over the coming months, the big unlock is not going to be one person with a model getting more done, like the water flowing faster and we’ll be making the pipe much wider and so paralyzing more, whether that’s swarms of agents or parallel agents, both of those are things that contribute to getting much more done in the same amount of time.
    Why Cloud Agents Matter
    swyx: This week, one of the biggest launches that Cursor’s ever done is cloud agents. I think you, you had [00:01:00] cloud agents before, but this was like, you give cursor a computer, right? Yeah. So it’s just basically they bought auto tab and then they repackaged it. Is that what’s going on, or,
    Jonas: that’s a big part of it.
    Yeah. Cloud agents already ran in their own computers, but they were sort of site reading code. Yeah. And those computers were not, they were like blank VMs typically that were not set up for the Devrel X for whatever repo the agents working on. One of the things that we talk about is if you put yourself in the model shoes and you were seeing tokens stream by and all you could do was cite read code and spit out tokens and hope that you had done the right thing,
    swyx: no chance
    Jonas: I’d be so bad.
    Like you obviously you need to run the code. And so that I think also is probably not that contrarian of a take, but no one has done that yet. And so giving the model the tools to onboard itself and then use full computer use end-to-end pixels in coordinates out and have the cloud computer with different apps in it is the big unlock that we’ve seen internally in terms of use usage of this going from, oh, we use it for little copy changes [00:02:00] to no.
    We’re really like driving new features with this kind of new type of entech workflow. Alright, let’s see it. Cool.
    Live Demo Tour
    Jonas: So this is what it looks like in cursor.com/agents. So this is one I kicked off a while ago. So on the left hand side is the chat. Very classic sort of agentic thing. The big new thing here is that the agent will test its changes.
    So you can see here it worked for half an hour. That is because it not only took time to write the tokens of code, it also took time to test them end to end. So it started Devrel servers iterate when needed. And so that’s one part of it is like model works for longer and doesn’t come back with a, I tried some things pr, but a I tested at pr that’s ready for your review.
    One of the other intuition pumps we use there is if a human gave you a PR asked you to review it and you hadn’t, they hadn’t tested it, you’d also be annoyed because you’d be like, only ask me for a review once it’s actually ready. So that’s what we’ve done with
    Testing Defaults and Controls
    swyx: simple question I wanted to gather out front.
    Some prs are way smaller, [00:03:00] like just copy change. Does it always do the video or is it sometimes,
    Jonas: Sometimes.
    swyx: Okay. So what’s the judgment?
    Jonas: The model does it? So we we do some default prompting with sort. What types of changes to test? There’s a slash command that people can do called slash no test, where if you do that, the model will not test,
    swyx: but the default is test.
    Jonas: The default is to be calibrated. So we tell it don’t test, very simple copy changes, but test like more complex things. And then users can also write their agents.md and specify like this type of, if you’re editing this subpart of my mono repo, never tested ‘cause that won’t work or whatever.
    Videos and Remote Control
    Jonas: So pillar one is the model actually testing Pillar two is the model coming back with a video of what it did.
    We have found that in this new world where agents can end-to-end, write much more code, reviewing the code is one of these new bottlenecks that crop up. And so reviewing a video is not a substitute for reviewing code, but it is an entry point that is much, much easier to start with than glancing at [00:04:00] some giant diff.
    And so typically you kick one off you, it’s done you come back and the first thing that you would do is watch this video. So this is a, video of it. In this case I wanted a tool tip over this button. And so it went and showed me what that looks like in, in this video that I think here, it actually used a gallery.
    So sometimes it will build storybook type galleries where you can see like that component in action. And so that’s pillar two is like these demo videos of what it built. And then pillar number three is I have full remote control access to this vm. So I can go heat in here. I can hover things, I can type, I have full control.
    And same thing for the terminal. I have full access. And so that is also really useful because sometimes the video is like all you need to see. And oftentimes by the way, the video’s not perfect, the video will show you, is this worth either merging immediately or oftentimes is this worth iterating with to get it to that final stage where I am ready to merge in.
    So I can go through some other examples where the first video [00:05:00] wasn’t perfect, but it gave me confidence that we were on the right track and two or three follow-ups later, it was good to go. And then I also have full access here where some things you just wanna play around with. You wanna get a feel for what is this and there’s no substitute to a live preview.
    And the VNC kind of VM remote access gives you that.
    swyx: Amazing What, sorry? What is VN. And
    Jonas: just the remote desktop. Remote desktop. Yeah.
    swyx: Sam, any other details that you always wanna call out?
    Samantha: Yeah, for me the videos have been super helpful. I would say, especially in cases where a common problem for me with agents and cloud agents beforehand was almost like under specification in my requests where our plan mode and going really back and forth and getting detailed implementation spec is a way to reduce the risk of under specification, but then similar to how human communication breaks down over time, I feel like you have this risk where it’s okay, when I pull down, go to the triple of pulling down and like running this branch locally, I’m gonna see that, like I said, this should be a toggle and you have a checkbox and like, why didn’t you get that detail?
    And having the video up front just [00:06:00] has that makes that alignment like you’re talking about a shared artifact with the agent. Very clear, which has been just super helpful for me.
    Jonas: I can quickly run through some other Yes. Examples.
    Meta Agents and More Demos
    Jonas: So this is a very front end heavy one. So one question I was
    swyx: gonna say, is this only for front
    Jonas: end?
    Exactly. One question you might have is this only for front end? So this is another example where the thing I wanted it to implement was a better error message for saving secrets. So the cloud agents support adding secrets, that’s part of what it needs to access certain systems. Part of onboarding that is giving access.
    This is cloud is working on
    swyx: cloud agents. Yes.
    Jonas: So this is a fun thing is
    Samantha: it can get super meta. It
    Jonas: can get super meta, it can start its own cloud agents, it can talk to its own cloud agents. Sometimes it’s hard to wrap your mind around that. We have disabled, it’s cloud agents starting more cloud agents. So we currently disallow that.
    Someday you might. Someday we might. Someday we might. So this actually was mostly a backend change in terms of the error handling here, where if the [00:07:00] secret is far too large, it would oh, this is actually really cool. Wow. That’s the Devrel tools. That’s the Devrel tools. So if the secret is far too large, we.
    Allow secrets above a certain size. We have a size limit on them. And the error message there was really bad. It was just some generic failed to save message. So I was like, Hey, we wanted an error message. So first cool thing it did here, zero prompting on how to test this. Instead of typing out the, like a character 5,000 times to hit the limit, it opens Devrel tools, writes js, or to paste into the input 5,000 characters of the letter A and then hit save, closes the Devrel tools, hit save and gets this new gets the new error message.
    So that looks like the video actually cut off, but here you can see the, here you can see the screenshot of the of the error message. What, so that is like frontend backend end-to-end feature to, to get that,
    swyx: yeah.
    Jonas: And
    swyx: And you just need a full vm, full computer run everything.
    Okay. Yeah.
    Jonas: Yeah. So we’ve had versions of this. This is one of the auto tab lessons where we started that in 2022. [00:08:00] No, in 2023. And at the time it was like browser use, DOM, like all these different things. And I think we ended up very sort of a GI pilled in the sense that just give the model pixels, give it a box, a brain in a box is what you want and you want to remove limitations around context and capabilities such that the bottleneck should be the intelligence.
    And given how smart models are today, that’s a very far out bottleneck. And so giving it its full VM and having it be onboarded with Devrel X set up like a human would is just been for us internally a really big step change in capability.
    swyx: Yeah I would say, let’s call it a year ago the models weren’t even good enough to do any of this stuff.
    So
    Samantha: even six months ago. Yeah.
    swyx: So yeah what people have told me is like round about Sonder four fire is when this started being good enough to just automate fully by pixel.
    Jonas: Yeah, I think it’s always a question of when is good enough. I think we found in particular with Opus 4 5, 4, 6, and Codex five three, that those were additional step [00:09:00] changes in the autonomy grade capabilities of the model to just.
    Go off and figure out the details and come back when it’s done.
    swyx: I wanna appreciate a couple details. One 10 Stack Router. I see it. Yeah. I’m a big fan. Do you know any, I have to name the 10 Stack.
    Jonas: No.
    swyx: This just a random lore. Some buddy Sue Tanner. My and then the other thing if you switch back to the video.
    Jonas: Yeah.
    swyx: I wanna shout out this thing. Probably Sam did it. I don’t know
    Jonas: the chapters.
    swyx: What is this called? Yeah, this is called Chapters. Yeah. It’s like a Vimeo thing. I don’t know. But it’s so nice the design details, like the, and obviously a company called Cursor has to have a beautiful cursor
    Samantha: and it is
    swyx: the cursor.
    Samantha: Cursor.
    swyx: You see it branded? It’s the cursor. Cursor, yeah. Okay, cool. And then I was like, I complained to Evan. I was like, okay, but you guys branded everything but the wallpaper. And he was like, no, that’s a cursor wallpaper. I was like, what?
    Samantha: Yeah. Rio picked the wallpaper, I think. Yeah. The video.
    That’s probably Alexi and yeah, a few others on the team with the chapters on the video. Matthew Frederico. There’s been a lot of teamwork on this. It’s a huge effort.
    swyx: I just, I like design details.
    Samantha: Yeah.
    swyx: And and then when you download it adds like a little cursor. Kind of TikTok clip. [00:10:00] Yes. Yes.
    So it’s to make it really obvious is from Cursor,
    Jonas: we did the TikTok branding at the end. This was actually in our launch video. Alexi demoed the cloud agent that built that feature. Which was funny because that was an instance where one of the things that’s been a consequence of having these videos is we use best of event where you run head to head different models on the same prompt.
    We use that a lot more because one of the complications with doing that before was you’d run four models and they would come back with some giant diff, like 700 lines of code times four. It’s what are you gonna do? You’re gonna review all that’s horrible. But if you come back with four 22nd videos, yeah, I’ll watch four 22nd videos.
    And then even if none of them is perfect, you can figure out like, which one of those do you want to iterate with, to get it over the line. Yeah. And so that’s really been really fun.
    Bug Repro Workflow
    Jonas: Here’s another example. That’s we found really cool, which is we’ve actually turned since into a slash command as well slash [00:11:00] repro, where for bugs in particular, the model of having full access to the to its own vm, it can first reproduce the bug, make a video of the bug reproducing, fix the bug, make a video of the bug being fixed, like doing the same pattern workflow with obviously the bug not reproducing.
    And that has been the single category that has gone from like these types of bugs, really hard to reproduce and pick two tons of time locally, even if you try a cloud agent on it. Are you confident it actually fixed it to when this happens? You’ll merge it in 90 seconds or something like that.
    So this is an example where, let me see if this is the broken one or the, okay, this is the fixed one. Okay. So we had a bug on cursor.com/agents where if you would attach images where remove them. Then still submit your prompt. They would actually still get attached to the prompt. Okay. And so here you can see Cursor is using, its full desktop by the way.
    This is one of the cases where if you just do, browse [00:12:00] use type stuff, you’ll have a bad time. ‘cause now it needs to upload files. Like it just uses its native file viewer to do that. And so you can see here it’s uploading files. It’s going to submit a prompt and then it will go and open up. So this is the meta, this is cursor agent, prompting cursor agent inside its own environment.
    And so you can see here bug, there’s five images attached, whereas when it’s submitted, it only had one image.
    swyx: I see. Yeah. But you gotta enable that if you’re gonna use cur agent inside cur.
    Jonas: Exactly. And so here, this is then the after video where it went, it does the same thing. It attaches images, removes, some of them hit send.
    And you can see here, once this agent is up, only one of the images is left in the attachments. Yeah.
    swyx: Beautiful.
    Jonas: Okay. So easy merge.
    swyx: So yeah. When does it choose to do this? Because this is an extra step.
    Jonas: Yes. I think I’ve not done a great job yet of calibrating the model on when to reproduce these things.
    Yeah. Sometimes it will do it of its own accord. Yeah. We’ve been conservative where we try to have it only do it when it’s [00:13:00] quite sure because it does add some amount of time to how long it takes it to work on it. But we also have added things like the slash repro command where you can just do, fix this bug slash repro and then it will know that it should first make you a video of it actually finding and making sure it can reproduce the bug.
    swyx: Yeah. Yeah. One sort of ML topic this ties into is reward hacking, where while you write test that you update only pass. So first write test, it shows me it fails, then make you test pass, which is a classic like red green.
    Jonas: Yep.
    swyx: Like
    Jonas: A-T-D-D-T-D-D
    swyx: thing.
    No, very cool. Was that the last demo? Is there
    Jonas: Yeah.
    Anything I missed on the demos or points that you think? I think that
    Samantha: covers it well. Yeah.
    swyx: Cool. Before we stop the screen share, can you gimme like a, just a tour of the slash commands ‘cause I so God ready. Huh, what? What are the good ones?
    Samantha: Yeah, we wanna increase discoverability around this too.
    I think that’ll be like a future thing we work on. Yeah. But there’s definitely a lot of good stuff now
    Jonas: we have a lot of internal ones that I think will not be that interesting. Here’s an internal one that I’ve made. I don’t know if anyone else at Cursor uses this one. Fix bb.
    Samantha: I’ve never heard of it.
    Jonas: Yeah.[00:14:00]
    Fix Bug Bot. So this is a thing that we want to integrate more tightly on. So you made it for
    swyx: yourself.
    Jonas: I made this for myself. It’s actually available to everyone in the team, but yeah, no one knows about it. But yeah, there will be Bug bot comments and so Bug Bot has a lot of cool things. We actually just launched Bug Bot Auto Fix, where you can click a button and or change a setting and it will automatically fix its own things, and that works great in a bunch of cases.
    There are some cases where having the context of the original agent that created the PR is really helpful for fixing the bugs, because it might be like, oh, the bug here is that this, is a regression and actually you meant to do something more like that. And so having the original prompt and all of the context of the agent that worked on it, and so here I could just do, fix or we used to be able to do fixed PB and it would do that.
    No test is another one that we’ve had. Slash repro is in here. We mentioned that one.
    Samantha: One of my favorites is cloud agent diagnosis. This is one that makes heavy use of the Datadog MCP. Okay. And I [00:15:00] think Nick and David on our team wrote, and basically if there is a problem with a cloud agent we’ll spin up a bunch of subs.
    Like a single
    swyx: instance.
    Samantha: Yeah. We’ll take the ideas and argument and spin up a bunch of subagents using the Datadog MCP to explore the logs and find like all of the problems that could have happened with that. It takes the debugging time, like from potentially you can do quick stuff quickly with the Datadog ui, but it takes it down to, again, like a single agent call as opposed to trolling through logs yourself.
    Jonas: You should also talk about the stuff we’ve done with transcripts.
    Samantha: Yes. Also so basically we’ve also done some things internally. There’ll be some versions of this as we ship publicly soon, where you can spit up an agent and give it access to another agent’s transcript to either basically debug something that happened.
    So act as an external debugger. I see. Or continue the conversation. Almost like forking it.
    swyx: A transcript includes all the chain of thought for the 11 minutes here. 45 minutes there.
    Samantha: Yeah. That way. Exactly. So basically acting as a like secondary agent that debugs the first, so we’ve started to push more and
    swyx: they’re all the same [00:16:00] code.
    It is just the different prompts, but the sa the same.
    Samantha: Yeah. So basically same cloud agent infrastructure and then same harness. And then like when we do things like include, there’s some extra infrastructure that goes into piping in like an external transcript if we include it as an attachment.
    But for things like the cloud agent diagnosis, that’s mostly just using the Datadog MCP. ‘Cause we also launched CPS along with along with this cloud agent launch, launch support for cloud agent cps.
    swyx: Oh, that was drawn out.
    Jonas: We won’t, we’ll be doing a bigger marketing moment for it next week, but, and you can now use CPS and
    swyx: People will listen to it as well.
    Yeah,
    Jonas: they’ll
    Samantha: be ahead of the third. They’ll be ahead. And I would I actually don’t know if the Datadog CP is like publicly available yet. I realize this not sure beta testing it, but it’s been one of my favorites to use. So
    swyx: I think that one’s interesting for Datadog. ‘cause Datadog wants to own that site.
    Interesting with Bits. I don’t know if you’ve tried bits.
    Samantha: I haven’t tried bits.
    swyx: Yeah.
    Jonas: That’s their cloud agent
    swyx: product. Yeah. Yeah. They want to be like we own your logs and give us our, some part of the, [00:17:00] self-healing software that everyone wants. Yeah. But obviously Cursor has a strong opinion on coding agents and you, you like taking away from the which like obviously you’re going to do, and not every company’s like Cursor, but it’s interesting if you’re a Datadog, like what do you do here?
    Do you expose your logs to FDP and let other people do it? Or do you try to own that it because it’s extra business for you? Yeah. It’s like an interesting one.
    Samantha: It’s a good question. All I know is that I love the Datadog MCP,
    Jonas: And yeah, it is gonna be no, no surprise that people like will demand it, right?
    Samantha: Yeah.
    swyx: It’s, it’s like any
    system
    swyx: of record company like this, it’s like how much do you give away? Cool. I think that’s that for the sort of cloud agents tour. Cool. And we just talk about like cloud agents have been when did Kirsten loves cloud agents? Do you know, in June
    Jonas: last year.
    swyx: June last year. So it’s been slowly develop the thing you did, like a bunch of, like Michael did a post where himself, where he like showed this chart of like ages overtaking tap. And I’m like, wow, this is like the biggest transition in code.
    Jonas: Yeah.
    swyx: Like in, in [00:18:00] like the last,
    Jonas: yeah. I think that kind of got turned out.
    Yeah. I think it’s a very interest,
    swyx: not at all. I think it’s been highlighted by our friend Andre Kati today.
    Jonas: Okay.
    swyx: Talk more about it. What does it mean? Yeah. Is I just got given like the cursor tab key.
    Jonas: Yes. Yes.
    swyx: That’s that’s
    Samantha: cool.
    swyx: I know, but it’s gonna be like put in a museum.
    Jonas: It is.
    Samantha: I have to say I haven’t used tab a little bit myself.
    Jonas: Yeah. I think that what it looks like to code with AI code generally creates software, even if you want to go higher level. Is changing very rapidly. No, not a hot take, but I think from our vendor’s point at Cursor, I think one of the things that is probably underappreciated from the outside is that we are extremely self-aware about that fact and Kerscher, got its start in phase one, era one of like tab and auto complete.
    And that was really useful in its time. But a lot of people start looking at text files and editing code, like we call it hand coding. Now when you like type out the actual letters, it’s
    swyx: oh that’s cute.
    Jonas: Yeah.
    swyx: Oh that’s cute.
    Jonas: You’re so boomer. So boomer. [00:19:00] And so that I think has been a slowly accelerating and now in the last few months, rapidly accelerating shift.
    And we think that’s going to happen again with the next thing where the, I think some of the pains around tab of it’s great, but I actually just want to give more to the agent and I don’t want to do one tab at a time. I want to just give it a task and it goes off and does a larger unit of work and I can.
    Lean back a little bit more and operate at that higher level of abstraction that’s going to happen again, where it goes from agents handing you back diffs and you’re like in the weeds and giving it, 32nd to three minute tasks, to, you’re giving it, three minute to 30 minute to three hour tasks and you’re getting back videos and trying out previews rather than immediately looking at diffs every single time.
    swyx: Yeah. Anything to add?
    Samantha: One other shift that I’ve noticed as our cloud agents have really taken off internally has been a shift from primarily individually driven development to almost this collaborative nature of development for us, slack is actually almost like a development on [00:20:00] Id basically.
    So I
    swyx: like maybe don’t even build a custom ui, like maybe that’s like a debugging thing, but actually it’s that.
    Samantha: I feel like, yeah, there’s still so much to left to explore there, but basically for us, like Slack is where a lot of development happens. Like we will have these issue channels or just like this product discussion channels where people are always at cursing and that kicks off a cloud agent.
    And for us at least, we have team follow-ups enabled. So if Jonas kicks off at Cursor in a thread, I can follow up with it and add more context. And so it turns into almost like a discussion service where people can like collaborate on ui. Oftentimes I will kick off an investigation and then sometimes I even ask it to get blame and then tag people who should be brought in. ‘cause it can tag people in Slack and then other people will come
    swyx: in, can tag other people who are not involved in conversation. Yes. Can just do at Jonas if say, was talking to,
    Samantha: yeah.
    swyx: That’s cool. You should, you guys should make a big good deal outta that.
    Samantha: I know. It’s a lot to, I feel like there’s a lot more to do with our slack surface area to show people externally. But yeah, basically like it [00:21:00] can bring other people in and then other people can also contribute to that thread and you can end up with a PR again, with the artifacts visible and then people can be like, okay, cool, we can merge this.
    So for us it’s like the ID is almost like moving into Slack in some ways as well.
    swyx: I have the same experience with, but it’s not developers, it’s me. Designer salespeople.
    Samantha: Yeah.
    swyx: So me on like technical marketing, vision, designer on design and then salespeople on here’s the legal source of what we agreed on.
    And then they all just collaborate and correct. The agents,
    Jonas: I think that we found when these threads is. The work that is left, that the humans are discussing in these threads is the nugget of what is actually interesting and relevant. It’s not the boring details of where does this if statement go?
    It’s do we wanna ship this? Is this the right ux? Is this the right form factor? Yeah. How do we make this more obvious to the user? It’s like those really interesting kind of higher order questions that are so easy to collaborate with and leave the implementation to the cloud agent.
    Samantha: Totally. And no more discussion of am I gonna do this? Are you [00:22:00] gonna do this cursor’s doing it? You just have to decide. You like it.
    swyx: Sometimes the, I don’t know if there’s a, this probably, you guys probably figured this out already, but since I, you need like a mute button. So like cursor, like we’re going to take this offline, but still online.
    But like we need to talk among the humans first. Before you like could stop responding to everything.
    Jonas: Yeah. This is a design decision where currently cursor won’t chime in unless you explicitly add Mention it. Yeah. Yeah.
    Samantha: So it’s not always listening.
    Yeah.
    Jonas: I can see all the intermediate messages.
    swyx: Have you done the recursive, can cursor add another cursor or spawn another cursor?
    Samantha: Oh,
    Jonas: we’ve done some versions of this.
    swyx: Because, ‘cause it can add humans.
    Jonas: Yes. One of the other things we’ve been working on that’s like an implication of generating the code is so easy is getting it to production is still harder than it should be.
    And broadly, you solve one bottleneck and three new ones pop up. Yeah. And so one of the new bottlenecks is getting into production and we have a like joke internally where you’ll be talking about some feature and someone says, I have a PR for that. Which is it’s so easy [00:23:00] to get to, I a PR for that, but it’s hard still relatively to get from I a PR for that to, I’m confident and ready to merge this.
    And so I think that over the coming weeks and months, that’s a thing that we think a lot about is how do we scale up compute to that pipeline of getting things from a first draft An agent did.
    swyx: Isn’t that what Merge isn’t know what graphite’s for, like
    Jonas: graphite is a big part of that. The cloud agent testing
    swyx: Is it fully integrated or still different companies
    Jonas: working on I think we’ll have more to share there in the future, but the goal is to have great end-to-end experience where Cursor doesn’t just help you generate code tokens, it helps you create software end-to-end.
    And so review is a big part of that, that I think especially as models have gotten much better at writing code, generating code, we’ve felt that relatively crop up more,
    swyx: sorry this is completely unplanned, but like there I have people arguing one to you need ai. To review ai and then there is another approach, thought school of thought where it’s no, [00:24:00] reviews are dead.
    Like just show me the video. It’s it like,
    Samantha: yeah. I feel again, for me, the video is often like alignment and then I often still wanna go through a code review process.
    swyx: Like still look at the files and
    Samantha: everything. Yeah. There’s a spectrum of course. Like the video, if it’s really well done and it does like fully like test everything, you can feel pretty competent, but it’s still helpful to, to look at the code.
    I make hep pay a lot of attention to bug bot. I feel like Bug Bot has been a great really highly adopted internally. We often like, won’t we tell people like, don’t leave bug bot comments unaddressed. ‘cause we have such high confidence in it. So people always address their bug bot comments.
    Jonas: Once you’ve had two cases where you merged something and then you went back later, there was a bug in it, you merged, you went back later and you were like, ah, bug Bot had found that I should have listened to Bug Bot.
    Once that happens two or three times, you learn to wait for bug bot.
    Samantha: Yeah. So I think for us there’s like that code level review where like it’s looking at the actual code and then there’s like the like feature level review where you’re looking at the features. There’s like a whole number of different like areas.
    There’ll probably eventually be things like performance level review, security [00:25:00] review, things like that where it’s like more more different aspects of how this feature might affect your code base that you want to potentially leverage an agent to help with.
    Jonas: And some of those like bug bot will be synchronous and you’ll typically want to wait on before you merge.
    But I think another thing that we’re starting to see is. As with cloud agents, you scale up this parallelism and how much code you generate. 10 person startups become, need the Devrel X and pipelines that a 10,000 person company used to need. And that looks like a lot of the things I think that 10,000 person companies invented in order to get that volume of software to production safely.
    So that’s things like, release frequently or release slowly, have different stages where you release, have checkpoints, automated ways of detecting regressions. And so I think we’re gonna need stacks merg stack diffs merge queues. Exactly. A lot of those things are going to be important
    swyx: forward with.
    I think the majority of people still don’t know what stack stacks are. And I like, I have many friends in Facebook and like I, I’m pretty friendly with graphite. I’ve just, [00:26:00] I’ve never needed it ‘cause I don’t work on that larger team and it’s just like democratization of no, only here’s what we’ve already worked out at very large scale and here’s how you can, it benefits you too.
    Like I think to me, one of the beautiful things about GitHub is that. It’s actually useful to me as an individual solo developer, even though it’s like actually collaboration software.
    Jonas: Yep.
    swyx: And I don’t think a lot of Devrel tools have figured that out yet. That transition from like large down to small.
    Jonas: Yeah. Kers is probably an inverse story.
    swyx: This is small down to
    Jonas: Yeah. Where historically Kers share, part of why we grew so quickly was anyone on the team could pick it up and in fact people would pick it up, on the weekend for their side project and then bring it into work. ‘cause they loved using it so much.
    swyx: Yeah.
    Jonas: And I think a thing that we’ve started working on a lot more, not us specifically, but as a company and other folks at Cursor, is making it really great for teams and making it the, the 10th person that starts using Cursor in a team. Is immediately set up with things like, we launched Marketplace recently so other people can [00:27:00] configure what CPS and skills like plugins.
    So skills and cps, other people can configure that. So that my cursor is ready to go and set up. Sam loves the Datadog, MCP and Slack, MCP you’ve also been using a lot but
    Samantha: also pre-launch, but I feel like it’s so good.
    Jonas: Yeah, my cursor should be configured if Sam feels strongly that’s just amazing and required.
    swyx: Is it automatically shared or you have to go and.
    Jonas: It depends on the MCP. So some are obviously off per user. Yeah. And so Sam can’t off my cursor with my Slack MCP, but some are team off and those can be set up by admins.
    swyx: Yeah. Yeah. That’s cool. Yeah, I think, we had a man on the pod when cursor was five people, and like everyone was like, okay, what’s the thing?
    And then it’s usually something teams and org and enterprise, but it’s actually working. But like usually at that stage when you’re five, when you’re just a vs. Code fork it’s like how do you get there? Yeah. Will people pay for this? People do pay for it.
    Jonas: Yeah. And I think for cloud agents, we expect.[00:28:00]
    To have similar kind of PLG things where I think off the bat we’ve seen a lot of adoption with kind of smaller teams where the code bases are not quite as complex to set up. Yes. If you need some insane docker layer caching thing for builds not to take two hours, that’s going to take a little bit longer for us to be able to support that kind of infrastructure.
    Whereas if you have front end backend, like one click agents can install everything that they need themselves.
    swyx: This is a good chance for me to just ask some technical sort of check the box questions. Can I choose the size of the vm?
    Jonas: Not yet. We are planning on adding that. We
    swyx: have, this is obviously you want like LXXL, whatever, right?
    Like it’s like the Amazon like sort menu.
    Jonas: Yes, exactly. We’ll add that.
    swyx: Yeah. In some ways you have to basically become like a EC2, almost like you rent a box.
    Jonas: You rent a box. Yes. We talk a lot about brain in a box. Yeah. So cursor, we want to be a brain in a box,
    swyx: but is the mental model different? Is it more serverless?
    Is it more persistent? Is. Something else.
    Samantha: We want it to be a bit persistent. The desktop should be [00:29:00] something you can return to af even after some days. Like maybe you go back, they’re like still thinking about a feature for some period of time. So the
    swyx: full like sus like suspend the memory and bring it back and then keep going.
    Samantha: Exactly.
    swyx: That’s an interesting one because what I actually do want, like from a manna and open crawl, whatever, is like I want to be able to log in with my credentials to the thing, but not actually store it in any like secret store, whatever. ‘cause it’s like this is the, my most sensitive stuff.
    Yeah. This is like my email, whatever. And just have it like, persist to the image. I don’t know how it was hood, but like to rehydrate and then just keep going from there. But I don’t think a lot of infra works that way. A lot of it’s stateless where like you save it to a docker image and then it’s only whatever you can describe in a Docker file and that’s it.
    That’s the only thing you can cl multiple times in parallel.
    Jonas: Yeah. We have a bunch of different ways of setting them up. So there’s a dockerfile based approach. The main default way is actually snapshotting
    swyx: like a Linux vm
    Jonas: like vm, right? You run a bunch of install commands and then you snapshot more or less the file system.
    And so that gets you set up for everything [00:30:00] that you would want to bring a new VM up from that template basically.
    swyx: Yeah.
    Jonas: And that’s a bit distinct from what Sam was talking about with the hibernating and re rehydrating where that is a full memory snapshot as well. So there, if I had like the browser open to a specific page and we bring that back, that page will still be there.
    swyx: Was there any discussion internally and just building this stuff about every time you shoot a video it’s actually you show a little bit of the desktop and the browser and it’s not necessary if you just show the browser. If, if you know you’re just demoing a front end application.
    Why not just show the browser, right? Like it Yeah,
    Samantha: we do have some panning and zooming. Yeah. Like it can decide that when it’s actually recording and cutting the video to highlight different things. I think we’ve played around with different ways of segmenting it and yeah. There’s been some different revs on it for sure.
    Jonas: Yeah. I think one of the interesting things is the version that you see now in cursor.com actually is like half of what we had at peak where we decided to unshift or unshipped quite a few things. So two of the interesting things to talk about, one is directly an answer to your [00:31:00] question where we had native browser that you would have locally, it was basically an iframe that via port forwarding could load the URL could talk to local host in the vm.
    So that gets you basically, so in
    swyx: your machine’s browser,
    like
    Jonas: in your local browser? Yeah. You would go to local host 4,000 and that would get forwarded to local host 4,000 in the VM via port forward. We unshift that like at
    swyx: Eng Rock.
    Jonas: Like an Eng Rock. Exactly. We unshift that because we felt that the remote desktop was sufficiently low latency and more general purpose.
    So we build Cursor web, but we also build Cursor desktop. And so it’s really useful to be able to have the full spectrum of things. And even for Cursor Web, as you saw in one of the examples, the agent was uploading files and like I couldn’t upload files and open the file viewer if I only had access to the browser.
    And we’ve thought a lot about, this might seem funny coming from Cursor where we started as this, vs. Code Fork and I think inherited a lot of amazing things, but also a lot [00:32:00] of legacy UI from VS Code.
    Minimal Web UI Surfaces
    Jonas: And so with the web UI we wanted to be very intentional about keeping that very minimal and exposing the right sum of set of primitive sort of app surfaces we call them, that are shared features of that cloud.
    Environment that you and the agent both use. So agent uses desktop and controls it. I can use desktop and controlled agent runs terminal commands. I can run terminal commands. So that’s how our philosophy around it. The other thing that is maybe interesting to talk about that we unshipped is and we may, both of these things we may reship and decide at some point in the future that we’ve changed our minds on the trade offs or gotten it to a point where, put
    swyx: it out there.
    Let users tell you they want it. Exactly. Alright, fine.
    Why No File Editor
    Jonas: So one of the other things is actually a files app. And so we used to have the ability at one point during the process of testing this internally to see next to, I had GID desktop and terminal on the right hand side of the tab there earlier to also have a files app where you could see and edit files.
    And we actually felt that in some [00:33:00] ways, by restricting and limiting what you could do there, people would naturally leave more to the agent and fall into this new pattern of delegating, which we thought was really valuable. And there’s currently no way in Cursor web to edit these files.
    swyx: Yeah. Except you like open up the PR and go into GitHub and do the thing.
    Jonas: Yeah.
    swyx: Which is annoying.
    Jonas: Just tell the agent,
    swyx: I have criticized open AI for this. Because Open AI is Codex app doesn’t have a file editor, like it has file viewer, but isn’t a file editor.
    Jonas: Do you use the file viewer a lot?
    swyx: No. I understand, but like sometimes I want it, the one way to do it is like freaking going to no, they have a open in cursor button or open an antigravity or, opening whatever and people pointed that.
    So I was, I was part of the early testers group people pointed that and they were like, this is like a design smell. It’s like you actually want a VS. Code fork that has all these things, but also a file editor. And they were like, no, just trust us.
    Jonas: Yeah. I think we as Cursor will want to, as a product, offer the [00:34:00] whole spectrum and so you want to be able to.
    Work at really high levels of abstraction and double click and see the lowest level. That’s important. But I also think that like you won’t be doing that in Slack. And so there are surfaces and ways of interacting where in some cases limiting the UX capabilities makes for a cleaner experience that’s more simple and drives people into these new patterns where even locally we kicked off joking about this.
    People like don’t really edit files, hand code anymore. And so we want to build for where that’s going and not where it’s been
    swyx: a lot of cool stuff. And Okay. I have a couple more.
    Full Stack Hosting Debate
    swyx: So observations about the design elements about these things. One of the things that I’m always thinking about is cursor and other peers of cursor start from like the Devrel tools and work their way towards cloud agents.
    Other people, like the lovable and bolts of the world start with here’s like the vibe code. Full cloud thing. They were already cloud edges before anyone else cloud edges and we will give you the full deploy platform. So we own the whole loop. We own all the infrastructure, we own, we, we have the logs, we have the the live site, [00:35:00] whatever.
    And you can do that cycle cursor doesn’t own that cycle even today. You don’t have the versal, you don’t have the, you whatever deploy infrastructure that, that you’re gonna have, which gives you powers because anyone can use it. And any enterprise who, whatever you infra, I don’t care. But then also gives you limitations as to how much you can actually fully debug end to end.
    I guess I’m just putting out there that like is there a future where there’s like full stack cursor where like cursor apps.com where like I host my cursor site this, which is basically a verse clone, right? I don’t know.
    Jonas: I think that’s a interesting question to be asking, and I think like the logic that you laid out for how you would get there is logic that I largely agree with.
    swyx: Yeah. Yeah.
    Jonas: I think right now we’re really focused on what we see as the next big bottleneck and because things like the Datadog MCP exist, yeah. I don’t think that the best way we can help our customers ship more software. Is by building a hosting solution right now,
    swyx: by the way, these are things I’ve actually discussed with some of the companies I just named.
    Jonas: Yeah, for sure. Right now, just this big bottleneck is getting the code out there and also [00:36:00] unlike a lovable in the bolt, we focus much more on existing software. And the zero to one greenfield is just a very different problem. Imagine going to a Shopify and convincing them to deploy on your deployment solution.
    That’s very different and I think will take much longer to see how that works. May never happen relative to, oh, it’s like a zero to one app.
    swyx: I’ll say. It’s tempting because look like 50% of your apps are versal, superb base tailwind react it’s the stack. It’s what everyone does.
    So I it’s kinda interesting.
    Jonas: Yeah.
    Model Choice and Auto Routing
    swyx: The other thing is the model select dying. Right now in cloud agents, it’s stuck down, bottom left. Sure it’s Codex High today, but do I care if it’s suddenly switched to Opus? Probably not.
    Samantha: We definitely wanna give people a choice across models because I feel like it, the meta change is very frequently.
    I was a big like Opus 4.5 Maximalist, and when codex 5.3 came out, I hard, hard switch. So that’s all I use now.
    swyx: Yeah. Agreed. I don’t know if, but basically like when I use it in Slack, [00:37:00] right? Cursor does a very good job of exposing yeah. Cursors. If people go use it, here’s the model we’re using.
    Yeah. Here’s how you switch if you want. But otherwise it’s like extracted away, which is like beautiful because then you actually, you should decide.
    Jonas: Yeah, I think we want to be doing more with defaults.
    swyx: Yeah.
    Jonas: Where we can suggest things to people. A thing that we have in the editor, the desktop app is auto, which will route your request and do things there.
    So I think we will want to do something like that for cloud agents as well. We haven’t done it yet. And so I think. We have both people like Sam, who are very savvy and want know exactly what model they want, and we also have people that want us to pick the best model for them because we have amazing people like Sam and we, we are the experts.
    Yeah. We have both the traffic and the internal taste and experience to know what we think is best.
    swyx: Yeah. I have this ongoing pieces of agent lab versus model lab. And to me, cursor and other companies are example of an agent lab that is, building a new playbook that is different from a model lab where it’s like very GP heavy Olo.
    So obviously has a research [00:38:00] team. And my thesis is like you just, every agent lab is going to have a router because you’re going to be asked like, what’s what. I don’t keep up to every day. I’m not a Sam, I don’t keep up every day for using you as sample the arm arbitrator of taste. Put me on CRI Auto.
    Is it free? It’s not free.
    Jonas: Auto’s not free, but there’s different pricing tiers. Yeah.
    swyx: Put me on Chris. You decide from me based on all the other people you know better than me. And I think every agent lab should basically end up doing this because that actually gives you extra power because you like people stop carrying or having loyalty with one lab.
    Jonas: Yeah.
    Best Of N and Model Councils
    Jonas: Two other maybe interesting things that I don’t know how much they’re on your radar are one the best event thing we mentioned where running different models head to head is actually quite interesting because
    swyx: which exists in cursor.
    Jonas: That exists in cur ID and web. So the problem is where do you run them?
    swyx: Okay.
    Jonas: And so I, I can share my screen if that’s interesting. Yeahinteresting.
    swyx: Yeah. Yeah. Obviously parallel agents, very popal.
    Jonas: Yes, exactly. Parallel agents
    swyx: in you mind. Are they the same thing? Best event and parallel agents? I don’t want to [00:39:00] put words in your mouth.
    Jonas: Best event is a subset of parallel agents where they’re running on the same prompt.
    That would be my answer. So this is what that looks like. And so here in this dropdown picker, I can just select multiple models.
    swyx: Yeah.
    Jonas: And now if I do a prompt, I’m going to do something silly. I am running these five models.
    swyx: Okay. This is this fake clone, of course. The 2.0 yeah.
    Jonas: Yes, exactly. But they’re running so the cursor 2.0, you can do desktop or cloud.
    So this is cloud specifically where the benefit over work trees is that they have their own VMs and can run commands and won’t try to kill ports that the other one is running. Which are some of the pains. These are all
    swyx: called work trees?
    Jonas: No, these are all cloud agents with their own VMs.
    swyx: Okay. But
    Jonas: When you do it locally, sometimes people do work trees and that’s been the main way that people have set out parallel so far.
    I’ve gotta say.
    swyx: That’s so confusing for folks.
    Jonas: Yeah.
    swyx: No one knows what work trees are.
    Jonas: Exactly. I think we’re phasing out work trees.
    swyx: Really.
    Jonas: Yeah.
    swyx: Okay.
    Samantha: But yeah. And one other thing I would say though on the multimodel choice, [00:40:00] so this is another experiment that we ran last year and the decide to ship at that time but may come back to, and there was an interesting learning that’s relevant for, these different model providers. It was something that would run a bunch of best of ends but then synthesize and basically run like a synthesizer layer of models. And that was other agents that would take LM Judge, but one that was also agentic and could write code. So it wasn’t just picking but also taking the learnings from two models or, and models that it was looking at and writing a new diff.
    And what we found was that at the time at least, there were strengths to using models from different model providers as the base level of this process. Like basically you could get almost like a synergistic output that was better than having a very unified, like bottom model tier. So it was really interesting ‘cause it’s like potentially, even though even in the future when you have like maybe one model as ahead of the other for a little bit, there could be some benefit from having like multiple top tier models involved in like a [00:41:00] model swarm or whatever agent Swarm that you’re doing, that they each have strengths and weaknesses.
    Yeah.
    Jonas: Andre called this the council, right?
    Samantha: Yeah, exactly. We actually, oh, that’s another internal command we have that Ian wrote slash council. Oh, and they some, yeah.
    swyx: Yes. This idea is in various forms everywhere. And I think for me, like for me, the productization of it, you guys have done yeah, like this is very flexible, but.
    If I were to add another Yeah, what your thing is on here it would be too much. I what, let’s say,
    Samantha: Ideally it’s all, it’s something that the user can just choose and it all happens under the hood in a way where like you just get the benefit of that process at the end and better output basically, but don’t have to get too lost in the complexity of judging along the way.
    Jonas: Okay.
    Subagents for Context
    Jonas: Another thing on the many agents, on different parallel agents that’s interesting is an idea that’s been around for a while as well that has started working recently is subagents. And so this is one other way to get agents of the different prompts and different goals and different models, [00:42:00] different vintages to work together.
    Collaborate and delegate.
    swyx: Yeah. I’m very like I like one of my, I always looking for this is the year of the blah, right? Yeah. I think one of the things on the blahs is subs. I think this is of but I haven’t used them in cursor. Are they fully formed or how do I honestly like an intro because do I form them from new every time?
    Do I have fixed subagents? How are they different for slash commands? There’s all these like really basic questions that no one stops to answer for people because everyone’s just like too busy launching. We have to
    Samantha: honestly, you could, you can see them in cursor now if you just say spin up like 50 subagents to, so cursor defines
    swyx: what Subagents.
    Yeah.
    Samantha: Yeah. So basically I think I shouldn’t speak for the whole subagents team. This is like a different team that’s been working on this, but our thesis or thing that we saw internally is that like they’re great for context management for kind of long running threads, or if you’re trying to just throw more compute at something.
    We have strongly used, almost like a generic task interface where then the main agent can define [00:43:00] like what goes into the subagent. So if I say explore my code base, it might decide to spin up an explore subagent and or might decide to spin up five explore subagent.
    swyx: But I don’t get to set what those subagent are, right?
    It’s all defined by a model.
    Samantha: I think. I actually would have to refresh myself on the sub agent interface.
    Jonas: There are some built-in ones like the explore subagent is free pre-built. But you can also instruct the model to use other subagents and then it will. And one other example of a built-in subagent is I actually just kicked one off in cursor and I can show you what that looks like.
    swyx: Yes. Because I tried to do this in pure prompt space.
    Jonas: So this is the desktop app? Yeah. Yeah. And that’s
    swyx: all you need to do, right? Yeah.
    Jonas: That’s all you need to do. So I said use a sub agent to explore and I think, yeah, so I can even click in and see what the subagent is working on here. It ran some fine command and this is a composer under the hood.
    Even though my main model is Opus, it does smart routing to take, like in this instance the explorer sort of requires reading a ton of things. And so a faster model is really useful to get an [00:44:00] answer quickly, but that this is what subagent look like. And I think we wanted to do a lot more to expose hooks and ways for people to configure these.
    Another example of a cus sort of builtin subagent is the computer use subagent in the cloud agents, where we found that those trajectories can be long and involve a lot of images obviously, and execution of some testing verification task. We wanted to use that models that are particularly good at that.
    So that’s one reason to use subagents. And then the other reason to use subagents is we want contexts to be summarized reduced down at a subagent level. That’s a really neat boundary at which to compress that rollout and testing into a final message that agent writes that then gets passed into the parent rather than having to do some global compaction or something like that.
    swyx: Awesome. Cool. While we’re in the subagents conversation, I can’t do a cursor conversation and not talk about listen stuff. What is that? What is what? He built a browser. He built an os. Yes. And he [00:45:00] experimented with a lot of different architectures and basically ended up reinventing the software engineer org chart.
    This is all cool, but what’s your take? What’s, is there any hole behind the side? The scenes stories about that kind of, that whole adventure.
    Samantha: Some of those experiments have found their way into a feature that’s available in cloud agents now, the long running agent mode internally, we call it grind mode.
    And I think there’s like some hint of grind mode accessible in the picker today. ‘cause you can do choose grind until done. And so that was really the result of experiments that Wilson started in this vein where he I think the Ralph Wigga loop was like floating around at the time, but it was something he also independently found and he was experimenting with.
    And that was what led to this product surface.
    swyx: And it is just simple idea of have criteria for completion and do not. Until you complete,
    Samantha: there’s a bit more complexity as well in, in our implementation. Like there’s a specific, you have to start out by aligning and there’s like a planning stage where it will work with you and it will not get like start grind execution mode until it’s decided that the [00:46:00] plan is amenable to both of you.
    Basically,
    swyx: I refuse to work until you make me happy.
    Jonas: We found that it’s really important where people would give like very underspecified prompt and then expect it to come back with magic. And if it’s gonna go off and work for three minutes, that’s one thing. When it’s gonna go off and work for three days, probably should spend like a few hours upfront making sure that you have communicated what you actually want.
    swyx: Yeah. And just to like really drive from the point. We really mean three days that No, no
    Jonas: human. Oh yeah. We’ve had three day months innovation whatsoever.
    Samantha: I don’t know what the record is, but there’s been a long time with the grants
    Jonas: and so the thing that is available in cursor. The long running agent is if you wanna think about it, very abstractly that is like one worker node.
    Whereas what built the browser is a society of workers and planners and different agents collaborating. Because we started building the browser with one worker node at the time, that was just the agent. And it became one worker node when we realized that the throughput of the system was not where it needed to be [00:47:00] to get something as large of a scale as the browser done.
    swyx: Yeah.
    Jonas: And so this has also become a really big mental model for us with cloud, cloud agents is there’s the classic engineering latency throughput trade-offs. And so you know, the code is water flowing through a pipe. The, we think that over the coming months, the big unlock is not going to be one person with a model getting more done, like the water flowing faster and we’ll be making the pipe much wider and so ing more, whether that’s swarms of agents or parallel agents, both of those are things that contribute to getting.
    Much more done in the same amount of time, but any one of those tasks doesn’t necessarily need to get done that quickly. And throughput is this really big thing where if you see the system of a hundred concurrent agents outputting thousands of tokens a second, you can’t go back like that.
    Just you see a glimpse of the future where obviously there are many caveats. Like no one is using this browser. IRL. There’s like a bunch of things not quite right yet, but we are going to get to systems that produce real production [00:48:00] code at the scale much sooner than people think. And it forces you to think what even happens to production systems. Like we’ve broken our GitHub actions recently because we have so many agents like producing and pushing code that like CICD is just overloaded. ‘cause suddenly it’s like effectively weg grew, cursor’s growing very quickly anyway, but you grow head count, 10 x when people run 10 x as many agents.
    And so a lot of these systems, exactly, a lot of these systems will need to adapt.
    swyx: It also reminds me, we, we all, the three of us live in the app layer, but if you talk to the researchers who are doing RL infrastructure, it’s the same thing. It’s like all these parallel rollouts and scheduling them and making sure as much throughput as possible goes through them.
    Yeah, it’s the same thing.
    Jonas: We were talking briefly before we started recording. You were mentioning memory chips and some of the shortages there. The other thing that I think is just like hard to wrap your head around the scale of the system that was building the browser, the concurrency there.
    If Sam and I both have a system like that running for us, [00:49:00] shipping our software. The amount of inference that we’re going to need per developer is just really mind-boggling. And that makes, sometimes when I think about that, I think that even with, the most optimistic projections for what we’re going to need in terms of buildout, our underestimating, the extent to which these swarm systems can like churn at scale to produce code that is valuable to the economy.
    And,
    swyx: yeah, you can cut this if it’s sensitive, but I was just Do you have estimates of how much your token consumption is?
    Jonas: Like per developer?
    swyx: Yeah. Or yourself. I don’t need like comfy average. I just curious. I
    Samantha: feel like I, for a while I wasn’t an admin on the usage dashboard, so I like wasn’t able to actually see, but it was a,
    swyx: mine has gone up.
    Samantha: Oh yeah.
    swyx: But I think
    Samantha: it’s in terms of how much work I’m doing, it’s more like I have no worries about developers losing their jobs, at least in the near term. ‘cause I feel like that’s a more broad discussion.
    swyx: Yeah. Yeah. You went there. I didn’t go, I wasn’t going there.
    I was just like how much more are you using?
    Samantha: There’s so much stuff to be built. And so I feel like I’m basically just [00:50:00] trying to constantly I have more ambitions than I did before. Yes. Personally. Yes. So can’t speak to the broader thing. But for me it’s like I’m busier than ever before.
    I’m using more tokens and I am also doing more things.
    Jonas: Yeah. Yeah. I don’t have the stats for myself, but I think broadly a thing that we’ve seen, that we expect to continue is J’S paradox. Where
    swyx: you can’t do it in our podcast without seeing
    Jonas: it. Exactly. We’ve done it. Now we can wrap. We’ve done, we said the words.
    Phase one tab auto complete people paid like 20 bucks a month. And that was great. Phase two where you were iterating with these local models. Today people pay like hundreds of dollars a month. I think as we think about these highly parallel kind of agents running off for a long times in their own VM system, we are already at that point where people will be spending thousands of dollars a month per human, and I think potentially tens of thousands and beyond, where it’s not like we are greedy for like capturing more money, but what happens is just individuals get that much more leverage.
    And if one person can do as much as 10 people, yeah. That tool that allows ‘em to do that is going to be tremendously valuable [00:51:00] and worth investing in and taking the best thing that exists.
    swyx: One more question on just the cursor in general and then open-ended for you guys to plug whatever you wanna put.
    How is Cursor hiring these days?
    Samantha: What do you mean by how?
    swyx: So obviously lead code is dead. Oh,
    Samantha: okay.
    swyx: Everyone says work trial. Different people have different levels of adoption of agents. Some people can really adopt can be much more productive. But other people, you just need to give them a little bit of time.
    And sometimes they’ve never lived in a token rich place like cursor.
    And once you live in a token rich place, you’re you just work differently. But you need to have done that. And a lot of people anyway, it was just open-ended. Like how has agentic engineering, agentic coding changed your opinions on hiring?
    Is there any like broad like insights? Yeah.
    Jonas: Basically I’m asking this for other people, right? Yeah, totally. Totally. To hear Sam’s opinion, we haven’t talked about this the two of us. I think that we don’t see necessarily being great at the latest thing with AI coding as a prerequisite.
    I do think that’s a sign that people are keeping up and [00:52:00] curious and willing to upscale themselves in what’s happening because. As we were talking about the last three months, the game has completely changed. It’s like what I do all day is very different.
    swyx: Like it’s my job and I can’t,
    Jonas: Yeah, totally.
    I do think that still as Sam was saying, the fundamentals remain important in the current age and being able to go and double click down. And models today do still have weaknesses where if you let them run for too long without cleaning up and refactoring, the coke will get sloppy and there’ll be bad abstractions.
    And so you still do need humans that like have built systems before, no good patterns when they see them and know where to steer things.
    Samantha: I would agree with that. I would say again, cursor also operates very quickly and leveraging ag agentic engineering is probably one reason why that’s possible in this current moment.
    I think in the past it was just like people coding quickly and now there’s like people who use agents to move faster as well. So it’s part of our process will always look for we’ll select for kind of that ability to make good decisions quickly and move well in this environment.
    And so I think being able to [00:53:00] figure out how to use agents to help you do that is an important part of it too.
    swyx: Yeah. Okay. The fork in the road, either predictions for the end of the year, if you have any, or PUDs.
    Jonas: Evictions are not going to go well.
    Samantha: I know it’s hard.
    swyx: They’re so hard. Get it wrong.
    It’s okay. Just, yeah.
    Jonas: One other plug that may be interesting that I feel like we touched on but haven’t talked a ton about is a thing that the kind of these new interfaces and this parallelism enables is the ability to hop back and forth between threads really quickly. And so a thing that we have,
    swyx: you wanna show something or,
    Jonas: yeah, I can show something.
    A thing that we have felt with local agents is this pain around contact switching. And you have one agent that went off and did some work and another agent that, that did something else. And so here by having, I just have three tabs open, let’s say, but I can very quickly, hop in here.
    This is an example I showed earlier, but the actual workflow here I think is really different in a way that may not be obvious, where, I start the morning, I kick off 10 agents or something, the first one of them [00:54:00] finishes, come in, watch the video either as close. And so I might send a follow up.
    I might say, Hey, make it red, or I might hop into the desktop and try it out. And within, 90, 120 seconds, I’ve kicked this one back off. And either started the merge process like CI is running now and I’ll come back to it later or it’s off with some additional follow up information. And then I can hop into the next one.
    And then the next one I hop in and I’m like, okay, this looks interesting. Actually try it out for real in the app. I want to see it in action, not just in the gallery. So I can kick that off and the agent will go and work on that because maybe I wanted to try it out, like what the button looks like in the actual thing.
    And then here I might hop in as well and, check the video here or do something. And so you’re really parallelizing much more and follow up here, check in there. It’s much more this higher level of abstraction and having the different desktops where you can hop back and forth and you’re [00:55:00] not like, oh, I checked out this branch.
    Oh, where was that work tree again? Yeah. It’s really like solving for that which we’ve ourselves have struggled with in cursor and these local agents to be like, where was that diff again? It’s lost in some work tree. Never gonna find it. Oh, my local thing is rebuilding. Oh, just make another one.
    That, that’s what you end up with and then you wait for five more minutes for it to run. And so this is really like a new way of just paralleling that we found to be really fun, honestly. Yeah. Where you’re just hopping in and injecting taste and you’re like that doesn’t quite feel right.
    Oh, actually this is not architected quite right, but you’re just focusing on those like taste interesting questions.
    Samantha: For me, the cloud ecosystem too also enabled this to be like, something that is like adding productivity to my dead time, like commuting or like overnight or something like that.
    The fact that I don’t have to leave my computer open,
    swyx: there’s no cursor, there is a cursor mobile app.
    Samantha: If there is, I’m not sure. It’s like the current thing. We, I use it on my phone all the time, just on the web. So pretty good experience there for checking [00:56:00] in. Yeah. And un unlocking. I think, yeah. You can see the videos and stuff in the web app, which is awesome.
    Yeah.
    Jonas: Yeah.
    swyx: I think this is one that the a DD one inherited the earth, like the, if you’re like, your attention span is cooked, but you still can manage, like actually this is good for you. Yeah. But also I think this is where the coding tools start coming into conflict with the productivity tools where like the linear the canman boards, because what you have there is cool, but you know what, you actually need a cabin board. Which people have vibe, vibe, cam, van is out there. Open source. I’m sure you guys have talked about it, but we’ll start to conflict because actually the code doesn’t matter anymore.
    It’s the process of the human interacting and checking in. And seeing, like getting the world of warcrafts sound package to go like work or whatever. It’s like job done or, I don’t know. It’s like an interesting like future productivity thing.
    Samantha: Yeah.
    swyx: I also think like another big theme like last year li is called like the, your coding agents.
    This year another like coding agents spill over to the real world into cloud cowork and all the other stuff. Yeah. I’m sure cursor’s gonna focus on software, but let’s call it like open claw is like extremely [00:57:00] mind expanding in terms of I did not know that could happen.
    Jonas: Yeah.
    swyx: And it’s all based on a coding agent based totally.
    Jonas: And I think one of the things that like talking to, friends and family that are not in the software world that’s interesting is I do. Speeding up predictions. I do think that we are going to start seeing other industries go through what software development has started going through.
    I think by virtue of how good models are at writing software and how early adopter the people building the new technology are and trying it out and applying it to themselves, that’s certain kinds of shifts will happen too to other industries. And there’s a lot to be learned from how that’s gone down and is continuing to go down in software.
    In terms of, all the interesting questions about to what point do people get more leverage, when do you start changing the role to become much more generalist? Like, all of these questions that we’ve seen some data on, but we’ll see a lot more in the coming months. That will happen everywhere.
    swyx: Sammy party thoughts? Any flus of your own?
    Samantha: Not really. [00:58:00] It’s fine. I feel we covered so much good draft. We covered it. We covered a lot. Coming up with a prediction. I just think agents are gonna keep getting better. Gonna stop doing as much manual coding, probably zero lines of code written in the whole month of December this year by myself.
    A hundred percent agents as a personal prediction, but
    swyx: oh, you’re not as zero today.
    What in what cases?
    Samantha: I think honestly, it’s 1% if I like, just am like, get frustrated and I’m like, I don’t wanna go have it tell an agent to change this one thing. But
    Jonas: prompting sometimes I feel like working on prompts sometimes.
    Yeah. I still go in and manually edit because it’s so like bare intent transfer that like telling the agent what I want. It’s like writing an essay where I don’t use agents to write essays yet because the process of writing it is the thinking.
    Samantha: I still can’t stand AI generated writing. So yeah, I can also can’t have the agent write prompts.
    swyx: So no D Spy, no jpa, nothing like that here.
    Jonas: We have some internal tooling around some of the prompt optimization things, but there’s a fair amount of just what concepts do I need to communicate to the agent or the model.
    swyx: I also noticed another thing I’m also [00:59:00] looking for is voice.
    I noticed that you didn’t use your voice to code even open ai. When we do podcasts with them, they don’t use their voice. Yeah. And I’m like at some point this gets good. You can stop typing.
    Samantha: We have some people who like that a lot internally, and I think we’ll be experimenting in that space too, for sure.
    Jonas: Do you use voice log?
    swyx: Not a lot. Sometimes that’s bound to my caps log, so I can press it. I just,
    Jonas: and when you use it, do you want it to talk back or you just want
    swyx: Yeah,
    Jonas: just dump in. Yeah. Yeah.
    swyx: But like the brain dump is good. Yeah. Because you can interrupt yourself. You can go on a tangent, whatever.
    It just captures everything. Yeah. And lop it into all m, it’s fine.
    Jonas: Yeah. The way that we did this with Auto Tab was people would record full screen recordings with audio to teach the model, like how to do a task. And one of the funny things that we learned was people would use their Siri voice, where they would start talking in like short, stilted sentences and enunciate really clearly because they were used to, they last used AI two years ago where you had to
    swyx: apple has damaged like an entire generation of people’s expectations.
    Jonas: Exactly. And we had to be like, no you’re very native, so [01:00:00] you do this, but just dump everything in. You can say you can repeat yourself. You can contradict yourself. The models are smart enough to figure it out,
    swyx: but it’s still very bad. So voice coding was always, I considered like the hardest part because you have to say like technical things that pel like spelling matters, capitalization matters and like it’s all not in voice.
    So we’ll see. So far it’s been more sort of emotional companionship, that kind of stuff, but at some point it’s gonna hit voice coding.
    Jonas: Yeah. I have a prediction for you. I predict that by the end of the year, the volume on, I think it will take longer than people think and longer than we think for cloud and agents working in their own boxes to surpass local agents.
    But I think that crossover will happen before the end of the year and probably by the end of the year, agents running in the cloud will be a multi, like more than two x the volume of local agents.
    swyx: Okay. You’re leaving me an opening. What’s not good today?
    Jonas: Yeah, there’s a bunch of hard things. So one of them is just getting those [01:01:00] sandboxes to be really good and a thing that was part of this launch that we spend in inordinate amount of time on is cursor.com/onboard where you pick a repo, add secrets, give it access to things, and the agent just goes off and installs things.
    swyx: Yes, I think all the whole thing. That was my favorite.
    Jonas: Yeah, we worked a lot on that. Sam and I in particular spent a lot of late nights making that good, but there’s still a lot to do there, right? Set up 1, 2, 2 things. Maybe it’s too slow. It’s too slow. Working on it set up is not like a unitary thing where everything is set up or not, right?
    Like things will break over time. You have new dependencies, you need access to new systems, like you change where your database lives. So that’s one part of it. And then the other part of it is, having these agents run in the cloud and be more autonomous. We’ve really started to see the lack of memory.
    And Sam, as someone who’s thought a lot about this once you start getting the model kind of doing, operating the code base, there’s more particularities that are not it’s not just a read file tool. It needs to know how do I start up the backend, how do I check the status [01:02:00] of the backend?
    That’s very particular to your code base. And even if it’s great at NPM Run watch or whatever the default things are, there’s always quirks. Everyone has quirks. And getting the model good at those things will require more work. And we’re working on that. But we think that will be one of the big unlocks, is having them be onboarded not only in terms of their environment, but also in terms of their understanding of design trade-offs, how the code base works, how to be a good developer in any one code base.
    swyx: It’s lot crier rules. It’s gonna be something else. Is it gonna be a file? Is it. We just call in either markdown file a different name, and
    Samantha: I don’t know. One thing that we learned at, could we be in cursor of the company this year? There, there’s a really great blog post that the Judi and the other people in the agent quality team put out about dynamic file context.
    swyx: Is that your team is the different team?
    Samantha: Different team, yeah. And they were working on basically doing a lot everything, file system, everything is file system. And so a lot of my thinking personally on memory this past year has changed to be more aligned with that, where it’s like giving the agent pointers to things, annotations [01:03:00] to things.
    The second thing I think that I’ve started to think differently about memory is a subset of agent self-audit ability and self-awareness. Basically like the agent might wanna propose annotations or links or memory like files to itself when it finds that there’s like some gap in its functionality in its own harness that might need to be filled by like some piece of information on a semi-permanent basis.
    But there’s a whole bunch of other things that are a side effect of self auditability that are really interesting, like potentially finding like conflicting instructions or like skills and rules that like might be like, eh, these are bugging each other. And also things like fixing like Devrel X problems that it runs into.
    I think that basically the dynamic file system stuff is probably very promising from memory. And there’s also this notion of needing to have the agent be a little bit more self-aware in terms of being able to identify gaps in its own functionality and decide how to fill them.
    Jonas: That’s such a good point.
    Like self-awareness broadly has been a really big thing that I think Sam has pushed us to [01:04:00] do more and more of where the agent should understand how its environment works, it should understand how secrets work. Like it needs to be self-aware about its own harness and its environment. And then, and you
    swyx: think this is not inherent in the model you have to do.
    Jonas: It’s specifics, right? If it’s running in cursor versus some other sandbox that’s a bit different. And then the other part of it that starts to get really interesting is when the model starts editing its own system. Prompt.
    swyx: Yeah.
    Jonas: What does that even mean? How do you do that safely and then way over
    swyx: do that?
    This is just research, right? This isn’t, this is
    Jonas: I think it will do that. Yeah. It will manage its own context. And so system prompt is part of the context, and you can argue about
    Samantha: Yeah, like other things that it might decide to turn off or on depending, and all those, self-awareness to us in this context is not like the model itself, having a notion of consciousness, but more like knowing like what system it’s operating in and the constraints of that system and potentially being able to have agency in optimizing itself to operate best in the, in that system.
    This was like one of the [01:05:00] first things I learned at DOT when we launched was that I we had made the model or made the agent or. Whatever we would call it. At that time, it was far less, agentic made the product work very well at a certain number of things, but didn’t have complete self-awareness of like its own boundaries.
    So people would be like, Hey, can you do this thing? And the thing was there and could be done and the and the product would be like, oh no. And I’d be like, but you can. And so like basically like that was one of the earliest things I found is
    swyx: believe in yourself.
    Samantha: I know as a product developer, like it needs to both be able to do the thing and it needs to have complete knowledge of its ability to do the thing.
    Those are not always obviously the same like part of the prompt at all.
    Yeah.
    swyx: Yeah.
    Samantha: It’s something that I think has continued to be a theme in the ecosystem that users will often attribute increased intelligence to a system that is more highly self-aware and is more able to like, manipulate itself to do well in a system.
    If that makes sense.
    swyx: Yeah. This is more abstract than I ever thought would get at Thisor discussion. Cool. That isn’t the kind of [01:06:00] conversation that you have
    Samantha: in, we talk about this stuff all the time to
    swyx: improving
    Samantha: Yeah.
    swyx: Agents in general.
    Jonas: Yeah. I think to your point right about the agent layer and thinking a lot about models and the harness and the product and the affordances like that.
    Yeah. Falls from the
    swyx: No, I mean you guys are like my sort of needing example what an agent lab looks like and can be successful and I think people always hungry for insights into how you guys operate, so thank you for taking the time to share.
    Samantha: Yeah. Thanks for coming.
    Yeah. Thank you.



    This is a public episode. If you'd like to discuss this with other subscribers or get access to bonus episodes, visit www.latent.space/subscribe
  • Latent Space: The AI Engineer Podcast

    Every Agent Needs a Box — Aaron Levie, Box

    05-03-2026 | 1 u. 16 Min.
    The reception to our recent post on Code Reviews has been strong. Catch up!
    Amid a maelstrom of discussion on whether or not AI is killing SaaS, one of the top publicly listed SaaS companies in the world has just reported record revenues, clearing well over $1.1B in ARR for the first time with a 28% margin. As we comment on the pod, Aaron Levie is the rare public company CEO equally at home in both worlds of Silicon Valley and Wall Street/Main Street, by day helping 70% of the Fortune 500 with their Enterprise Advanced Suite, and yet by night is often found in the basements of early startups and tweeting viral insights about the future of agents.
    Now that both Cursor, Cloudflare, Perplexity, Anthropic and more have made Filesystems and Sandboxes and various forms of “Just Give the Agent a Box” cool (not just cool; it is now one of the single hottest areas in AI infrastructure growing 100% MoM), we find it a delightfully appropriate time to do the episode with the OG CEO who has been giving humans and computers Boxes since he was a college dropout pitching VCs at a Michael Arrington house party.
    Enjoy our special pod, with fan favorite returning guest/guest cohost Jeff Huber!
    Note: We didn’t directly discuss the AI vs SaaS debate - Aaron has done many, many, many other podcasts on that, and you should read his definitive essay on it. Most commentators do not understand SaaS businesses because they have never scaled one themselves, and deeply reflected on what the true value proposition of SaaS is.
    We also discuss Your Company is a Filesystem:

    We also shoutout CTO Ben Kus’ and the AI team, who talked about the technical architecture and will return for AIE WF 2026.

    Full Video Episode

    Timestamps
    * 00:00 Adapting Work for Agents
    * 01:29 Why Every Agent Needs a Box
    * 04:38 Agent Governance and Identity
    * 11:28 Why Coding Agents Took Off First
    * 21:42 Context Engineering and Search Limits
    * 31:29 Inside Agent Evals
    * 33:23 Industries and Datasets
    * 35:22 Building the Agent Team
    * 38:50 Read Write Agent Workflows
    * 41:54 Docs Graphs and Founder Mode
    * 55:38 Token FOMO Culture
    * 56:31 Production Function Secrets
    * 01:01:08 Film Roots to Box
    * 01:03:38 AI Future of Movies
    * 01:06:47 Media DevRel and Engineering

    Transcript
    Adapting Work for Agents
    Aaron Levie: Like you don’t write code, you talk to an agent and it goes and does it for you, and you may be at best review it. That’s even probably like, like largely not even what you’re doing. What’s happening is we are changing our work to make the agents effective. In that model, the agent didn’t really adapt to how we work.
    We basically adapted to how the agent works. All of the economy has to go through that exact same evolution. Right now, it’s a huge asset and an advantage for the teams that do it early and that are kinda wired into doing this ‘cause you’ll see compounding returns. But that’s just gonna take a while for most companies to actually go and get this deployed.
    swyx: Welcome to the Lane Space Pod. We’re back in the chroma studio with uh, chroma, CEO, Jeff Hoover. Welcome returning guest now guest host.
    Aaron Levie: It’s a pleasure. Wow. How’d you get upgraded to, uh, to that?
    swyx: Because he’s like the perfect guy to be guest those for you.
    Aaron Levie: That makes sense actually, for We love context. We, we both really love context le we really do.
    We really do.
    swyx: Uh, and we’re here with, uh, Aaron Levy. Welcome.
    Aaron Levie: Thank you. Good to, uh, good to be [00:01:00] here.
    swyx: Uh, yeah. So we’ve all met offline and like chatted a little bit, but like, it’s always nice to get these things in person and conversation. Yeah. You just started off with so much energy. You’re, you’re super excited about agents.
    I love
    Aaron Levie: agents.
    swyx: Yeah. Open claw. Just got by, got bought by OpenAI. No, not bought, but you know, you know what I mean?
    Aaron Levie: Some, some, you know, acquihire. Executive
    swyx: hire.
    Aaron Levie: Executive hire. Okay. Executive hire. Say,
    swyx: hey, that’s my term. Okay. Um, what are you pounding the table on on agents? You have so many insightful tweets.
    Why Every Agent Needs a Box
    Aaron Levie: Well, the thing that, that we get super excited by that I think is probably, you know, should be relatively obvious is we’ve, we’ve built a platform to help enterprises manage their files and their, their corporate files and the permissions of who has access to those files and the sharing collaboration of those files.
    All of those files contain really, really important information for the enterprise. It might have your contracts, it might have your research materials, it might have marketing information, it might have your memos. All that data obviously has, you know, predominantly been used by humans. [00:02:00] But there’s been one really interesting problem, which is that, you know, humans only really work with their files during an active engagement with them, and they kind of go away and you don’t really see them for a long time.
    And all of a sudden, uh, with the power of AI and AI agents, all of that data becomes extremely relevant as this ongoing source of, of answers to new questions of data that will transform into, into something else that, that produces value in your organization. It, it contains the answer to the new employee that’s onboarding, that needs to ramp up on a project.
    Um, it contains the answer to the right thing to sell a customer when you’re having a conversation to them, with them contains the roadmap information that’s gonna produce the next feature. So all that data. That previously we’ve been just sort of storing and, and you know, occasionally forgetting about, ‘cause we’re only working on the new active stuff.
    All of that information becomes valuable to the enterprise and it’s gonna become extremely valuable to end users because now they can have agents go find what they’re looking for and produce new, new [00:03:00] value and new data on that information. And it’s gonna become incredibly valuable to agents because agents can roam around and do a bunch of work and they’re gonna need access to that data as well.
    And um, and you know, sometimes that will be an agent that is sort of working on behalf of, of, of you and, and effectively as you as and, and they are kind of accessing all of the same information that you have access to and, and operating as you in the system. And then sometimes there’s gonna be agents that are just.
    Effectively autonomous and kind of run on their own and, and you’re gonna collaborate and work with them kind of like you did another person. Open Claw being the most recent and maybe first real sort of, you know, kind of, you know, up updating everybody’s, you know, views of this landscape version of, of what that could look like, which is, okay, I have an agent.
    It’s on its own system, it’s on its own computer, it has access to its own tools. I probably don’t give it access to my entire life. I probably communicate with it like I would an assistant or a colleague and then it, it sort of has this sandbox environment. So all of that has massive implications for a platform that manage that [00:04:00] enterprise data.
    We think it’s gonna just transform how we work with all of the enterprise content that we work with, and we just have to make sure we’re building the right platform to support that.
    swyx: The sort of shorthand I put it is as people build agents, everybody’s just realizing that every agent needs a box. Yes.
    And it’s nice to be called box and just give everyone a box.
    Aaron Levie: Hey, I if I, you know, if we can make that go viral, uh, like I, I think that that terminology, I, that’s the
    swyx: tagline. Every agent
    Aaron Levie: needs a box. Every agent needs a box. If we can make that the headline of this, I’m fine with this. And that’s the billboard I wanna like Yeah, exactly.
    Every agent needs a box. Um, I like it. Can we ship this? Like,
    swyx: okay, let’s do it. Yeah.
    Aaron Levie: Uh, my work here is done and I got the value I needed outta this podcast Drinks.
    swyx: Yeah.
    Agent Governance and Identity
    Aaron Levie: But, but, um, but, but, you know, so the thing that we, we kind of think about is, um, is, you know, whether you think the number 10 x or a hundred x or whatever the number is, we’re gonna have some order of magnitude more agents than people.
    That’s inevitable. It has to happen. So then the question is, what is the infrastructure that’s needed to make all those agents effective in the enterprise? Make sure that they are well governed. Make sure they’re only doing [00:05:00] safe things on your information. Make sure that they’re not getting exposed. The data that they shouldn’t have access to.
    There’s gonna be just incredibly spectacularly crazy security incidents that will happen with agents because you’ll prompt, inject an agent and sort of find your way through the CRM system and pull out data that you shouldn’t have access to. Oh, we
    Jeff Huber: have God,
    Aaron Levie: right? I mean, that’s just gonna happen all over the place, right?
    So, so then the thing is, is how do you make sure you have the right security, the permissions, the access controls, the data governance. Um, we actually don’t yet exactly know in many cases how we’re gonna regulate some of these agents, right? If you think about an agent in financial services, does it have the exact same financial sort of, uh, requirements that a human did?
    Or is it, is the risk fully on the human that was interacting or created the agent? All open questions, but no matter what, there’s gonna need to be a layer that manages the, the data they have access to, the workflows that they’re involved in, pulling up data from multiple systems. This is the new infrastructure opportunity in the era of agents.
    swyx: You have a piece on agent identities, [00:06:00] which I think was today, um, which I think a lot of breaking news, the security, security people are talking about, right? Like you basically, I, I always think of this as like, well you need the human you and then there you need the agent. You
    Aaron Levie: Yes.
    swyx: And uh, well, I don’t know if it’s that simple, but is box going to have an opinion on that or you’re just gonna be like, well we’re just the sort of the, the source layer.
    Yeah. Let’s Okta of zero handle that.
    Aaron Levie: I think we’re gonna have an opinion and we will work with generally wherever the contours of the market end up. Um, and the reason that we’re gonna have an opinion more than other topics probably is because one of the biggest use cases for why your agent might need it, an identity is for file system access.
    So thus we have to kind of think about this pretty deeply. And I think, uh, unless you’re like in our world thinking about this particular problem all day long, it might be, you know, like, why is this such a big deal? And the reason why it’s a really big deal is because sometimes sort of say, well just give the agent an, an account on the system and it just treats, treat it like every other type of user on the system.
    The [00:07:00] problem is, is that I as Aaron don’t really have any responsibility over anybody else’s box account in our organization. I can’t see the box account of any other employee that I work with. I am not liable for anything that they do. And they have, I have, I have, you know, strict privacy requirements on everything that they’re able to, you know, that, that, that they work on.
    Agents don’t have that, you know, don’t have those properties. The person who creates the agent probably is gonna, for the foreseeable future, take on a lot of the liability of what that agent does. That agent doesn’t deserve any privacy because, because it’s, you know, it can’t fully be autonomously operated and it doesn’t have any legal, you know, kind of, you know, responsibility.
    So thus you can’t just be like, oh, well I’ll just create a bunch of accounts and then I’ll, I’ll kind of work with that agent and I’ll talk to it occasionally. Like you need oversight of that. And so then the question is, how do you have a world where the agent, sometimes you have oversight of, but what if that agent goes and works with other people?
    That person over there is collaborating with the agent on something you shouldn’t have [00:08:00] access to what they’re doing. So we have all of these new boundaries that we’re gonna have to figure out of, of, you know, it’s really, really easy. So far we’ve been in, in easy mode. We’ve hit the easy button with ai, which is the agent just is you.
    And when you’re in quad code and you’re in cursor, and you’re in Codex, you’re just, the agent is you. You’re offing into your services. It can do everything you can do. That’s the easy mode. The hard mode is agents are kind of running on their own. People check in with them occasionally, they’re doing things autonomously.
    How do you give them access to resources in the enterprise and not dramatically increased the security risk and the risk that you might expose the wrong thing to somebody. These are all the new problems that we have to get solved. I like the identity layer and, and identity vendors as being a solution to that, but we’ll, we’ll need some opinions as well because so many of the use cases are these collaborative file system use cases, which is how do I give it an agent, a subset of my data?
    Give it its own workspace as well. ‘cause it’s gonna need to store off its own information that would be relevant for it. And how do I have the right oversight into that? [00:09:00]
    Jeff Huber: One thing, which, um, I think is kind interesting, think about is that you know, how humans work, right? Like I may not also just like give you access to the whole file.
    I might like sit next to you and like scroll to this like one part of the file and just show you that like one part and like, you know,
    swyx: partial file access.
    Jeff Huber: I’m just saying I think like our, like RA does seem to be dead, right? Like you wanna say something is dead uhhuh probably RA is dead. And uh, like the auth story to me seems like incredibly unsolved and unaddressed by like the existing state of like AI vendors.
    But
    Aaron Levie: yeah, I think, um, we’re, I mean you’re taking obviously really to level limit that we probably need to solve for. Yeah. And we built an access control system that was, was kind of like, you know, its own little world for, for a long time. And um, and the idea was this, it’s a many to many collaboration system where I can give you any part of the file system.
    And it’s a waterfall model. So if I give you higher up in the, in the, in the system, you get everything below. And that, that kind of created immense flexibility because I can kind of point you to any layer in the, in the tree, but then you’re gonna get access to everything kind of below it. And that [00:10:00] mostly is, is working in this, in this world.
    But you do have to manage this issue, which is how do I create an agent that has access to some of my stuff and somebody else’s stuff as well. Mm-hmm. And which parts do I get to look at as the creator of the agent? And, and these are just brand new problems? Yeah. Crazy. And humans, when there was a human there that was really easy to do.
    Like, like if the three of us were all sharing, there’d be a Venn diagram where we’d have an overlapping set of things we’ve shared, but then we’d have our own ways that we shared with each other. In an agent world, somebody needs to take responsibility for what that agent has access to and what they’re working on.
    These are like the, some of the most probably, you know, boring problems for 98% of people on, on the internet, but they will be the problems that are the difference between can you actually have autonomous agents in an enterprise context
    swyx: Yeah.
    Aaron Levie: That are not leaking your data constantly.
    swyx: No. Like, I mean, you know, I run a very, very small company for my conference and like we already have data sensitivity issues.
    Yes. And some of my team members cannot see Yes. Uh, the others and like, I can’t imagine what it’s like to run a Fortune 500 and like, you have to [00:11:00] worry about this. I’m just kinda curious, like you, you talked to a lot like, like 70, 80% of your cus uh, of the Fortune 500, your customers.
    Aaron Levie: Yep. 67%. Just so we’re being very
    SE
    swyx: precise.
    So Yeah. I’m not
    Aaron Levie: Okay. Okay.
    swyx: Something I’m rounding up. Yes. Round up. I’m projecting to, for
    Aaron Levie: the government.
    swyx: I’m projecting to the end of the year.
    Aaron Levie: Okay.
    swyx: There you go.
    Aaron Levie: You do make it sound like, like we, we, well we’ve gotta be on this. Like we’re, we’re taking way too long to get to 80%. Well,
    swyx: no, I mean, so like. How are they approaching it?
    Right? Because you’re, you don’t have a, you don’t have a final answer yet.
    Why Coding Agents Took Off First
    Aaron Levie: Well, okay, so, so this is actually, this is the stark reality that like, unfortunately is the kinda like pouring the water on the party a little bit.
    swyx: Yes.
    Aaron Levie: We all in Silicon Valley are like, have the absolute best conditions possible for AI ever.
    And I think we all saw the dke, you know, kind of Dario podcast and this idea of AI coding. Why is that taken off? And, and we’re not yet fully seeing it everywhere else. Well, look, if you just like enumerated the list of properties that AI coding has and then compared it to other [00:12:00] knowledge work, let’s just, let’s just go through a few of them.
    Generally speaking, you bring on a new engineer, they have access to a large swath of the code base. Like, there’s like very, like you, just, like new engineer comes on, they can just go and find the, the, the stuff that they, they need to work with. It’s a fully text in text out. Medium. It’s only, it’s just gonna be text at the end of the day.
    So it’s like really great from a, from just a, uh, you know, kinda what the agent can work with. Obviously the models are super trained on that dataset. The labs themselves have a really strong, kind of self-reinforcing positive flywheel of why they need to do, you know, agent coding deeply. So then you get just better tooling, better services.
    The actual developers of the AI are daily users of the, of the thing that they’re we’re working on versus like the, you know, probably there’s only like seven Claude Cowork legal plugin users at Anthropic any given day, but there’s like a couple thousand Claude code and you know, users every single day.
    So just like, think about which one are they getting more feedback on. All day long. So you just go through this list. You have a, you know, everybody who’s a [00:13:00] developer by definition is technical so they can go install the latest thing. We’re all generally online, or at least, you know, kinda the weird ones are, and we’re all talking to each other, sharing best practices, like that’s like already eight differences.
    Versus the rest of the economy. Every other part of the economy has like, like six to seven headwinds relative to that list. You go into a company, you’re a banker in financial services, you have access to like a, a tiny little subset of the total data that’s gonna be relevant to do your job. And you’re have to start to go and talk to a bunch of people to get the right data to do your job because Sally didn’t add you to that deal room, you know, folder.
    And that that, you know, the information is actually in a completely different organization that you now have to go in and, and sort of run into. And it’s like you have this endless list of access controls and security. As, as you talked about, you have a medium, which is not, it’s not just text, right? You have, you have a zoom call that, that you’re getting all of the requirements from the customer.
    You have a lot of in-person conversations and you’re doing in-person sales and like how do you ever [00:14:00] digitize all of that information? Um, you know, I think a lot of people got upset with this idea that the code base has all the context, um, that I don’t know if you follow, you know, did you follow some of that conversation that that went viral?
    Is like, you know, it’s not that simple that, that the code base doesn’t have all the knowledge, but like it’s a lot, you’re a lot better off than you are with other areas of knowledge work. Like you, we like, we like have documentation practices, you write specifications. Those things don’t exist for like 80% of work that happens in the enterprise.
    That’s the divide that we have, which is, which is AI coding has, has just fully, you know, where we’ve reached escape velocity of how powerful this stuff is, and then we’re gonna have to find a way to bring that same energy and momentum, but to all these other areas of knowledge work. Where the tools aren’t there, the data’s not set up to be there.
    The access controls don’t make it that easy. The context engineering is an incredibly hard problem because again, you have access control challenges, you have different data formats. You have end users that are gonna need to kind of be kind of trained through this as opposed to their adopting [00:15:00] these tools in their free time.
    That’s where the Fortune 500 is. And so we, I think, you know, have to be prepared as an industry where we are gonna be on a multi-year march to, to be able to bring agents to the enterprise for these workflows. And I think probably the, the thing that we’ve learned most in coding that, that the rest of the world is not yet, I think ready for, I mean, we’re, they’ll, they’ll have to be ready for it because it’s just gonna inevitably happen is I think in coding.
    What, what’s interesting is if you think about the practice of coding today versus two years ago. It’s probably the most changed workflow in maybe the history of time from the amount of time it’s changed, right? Yeah. Like, like has any, has any workflow in the entire economy changed that quickly in terms of the amount of change?
    I just, you know, at least in any knowledge worker workflow, there’s like very rarely been an event where one piece of technology and work practice has so fundamentally, you know, changed, changed what you do. Like you don’t write code, you talk to an agent and it goes and [00:16:00] does it for you, and you may be at best review it.
    And even that’s even probably like, like largely not even what you’re doing. What’s happening is we are changing our work to make the agents effective. In that model, the agent didn’t really adapt to how we work. We basically adapted to how the agent works. Mm-hmm. All of the economy has to go through that exact same evolution.
    The rest of the economy is gonna have to update its workflows to make agents effective. And to give agents the context that they need and to actually figure out what kind of prompting works and to figure out how do you ensure that the agent has the right access to information to be able to execute on its work.
    I, you know, this is not the panacea that people were hoping for, of the agent drops in, just automates your life. Like you have to basically re-engineer your workflow to get the most out of agents and, uh, and that, that’s just gonna take, you know, multiple years across the economy. Right now it’s a huge asset and an advantage for the teams that do it early and that are kinda wired into doing this.
    ‘cause [00:17:00] you’ll see compounding returns, but that’s just gonna take a while for most companies to actually go and get this deployed.
    swyx: I love, I love pushing back. I think that. That is what a lot of technology consultants love to hear this sort of thing, right? Yeah, yeah, yeah. First to, to embrace the ai. Yes. To get to the promised land, you must pay me so much money to a hundred percent to adopt the prescribed way of, uh, conforming to the agents.
    Yes. And I worry that you will be eclipsed by someone else who says, no, come as you are.
    Aaron Levie: Yeah.
    swyx: And we’ll meet you where you are.
    Aaron Levie: And, and, and and what was the thing that went viral a week ago? OpenAI probably, uh, is hiring F Dees. Yeah. Uh, to go into the enterprise. Yeah. Yeah. And then philanthropic is embedded at Goldman Sachs.
    Yeah. So if the labs are having to do this, if, if the labs have decided that they need to hire FDE and professional services, then I think that’s a pretty clear indication that this, there’s no easy mode of workflow transformation. Yeah. Yeah. So, so to your point, I think actually this is a market opportunity for, you know, new professional services and consulting [00:18:00] firms that are like Agent Build and they, and they kind of, you know, go into organizations and they figure out how to re-engineer your workflows to make them more agent ready and get your data into the right format and, you know, reconstruct your business process.
    So you’re, you’re not doing most of the work. You’re telling agents how to do the work and then you’re reviewing it. But I haven’t seen the thing that can just drop in and, and kinda let you not go through those changes.
    swyx: I don’t know how that kind of sales pitch goes over. Yeah. You know, you’re, you’re saying things like, well, in my sort of nice beautiful walled garden, here’s, there’s, uh, because here’s this, here’s this beautiful box account that has everything.
    Yes. And I’m like, well, most, most real life is extremely messy. Sure. And like, poorly named and there duplicate this outdated s**t
    Aaron Levie: a hundred percent. And so No, no, a hundred percent. And so this is actually No. So, so this is, I mean, we agree that, that getting to the beautiful garden is gonna be tough.
    swyx: Yeah.
    Aaron Levie: There’s also the other end of the spectrum where I, I just like, it’s a technical impossibility to solve. The agent is, is truly cannot get enough context to make the right decision in, in the, in the incredibly messy land. Like there’s [00:19:00] no a GI that will solve that. So, so we’re gonna have to kind of land in somewhere in between, which is like we all collectively get better at.
    Documentation practices and, and having authoritative relatively up-to-date information and putting it in the right place like agents will, will certainly cause us to be much better organized around how we work with our information, simply because the severity of the agent pulling the wrong data will be too high and the productivity gain of that you’ll miss out on by not doing this will be too high as well, that you, that your competition will just do it and they’ll just have higher velocity.
    So, uh, and, and we, we see this a lot firsthand. So we, we build a series of agents internally that they can kind of have access to your full box account and go off and you give it a task and it can go find whatever information you’re looking for and work with. And, you know, thank God for the model progress, but like, if, if you gave that task to an agent.
    Nine months ago, you’re just gonna get lots of bogus answers because it’s gonna, it’s gonna say, Hey, here’s, here are fi [00:20:00] five, you know, documents that all kind of smell like the right thing. And I’m gonna, but I, but you’re, you’re putting me on the clock. ‘cause my assistant prompt says like, you know, be pretty smart, but also try and respond to the user and it’s gonna respond.
    And it’s like, ah, it got the wrong document. And then you do that once or twice as a knowledge worker and you’re just never
    swyx: again,
    Aaron Levie: never again. You’re just like done with the system.
    swyx: Yeah. It doesn’t work.
    Aaron Levie: It doesn’t work. And so, you know, Opus four six and Gemini three one Pro and you know, whatever the latest five 3G BT will be, like, those things are getting better and better and it’s using better judgment.
    And this sort of like the, all of these updates to the agentic tool and search systems are, are, we’re seeing, we’re seeing very real progress where the agent. Kind of can, can almost smell some things a little bit fishy when it’s getting, you know, we, we have this process where we, we have it go fan out, do a bunch of searches, pull up a bunch of data, and then it has to sort of do its own ranking of, you know, what are the right documents that, that it should be working with.
    And again, like, you know, the intelligence level of a model six months ago, [00:21:00] it’d be just throwing a dart at like, I’m just, I’m gonna grab these seven files and I, I pray, I hope that that’s the right answer. And something like an opus first four five, and now four six is like, oh, it’s like, no, that one doesn’t seem right relative to this question because I’m seeing some signal that is making that, you know, that’s contradicting the document where it would normally be in the tree and who should have access.
    Like it’s doing all of that kind of work for you. But like, it still doesn’t work if you just have a total wasteland of data. Like, it’s just not, it’s just not possible. Partly ‘cause a human wouldn’t even be able to do it. So basically if a, if a really, really smart human. Could not do that task in five or 10 minutes for a search retrieval type task.
    Look, you know, your agent’s not gonna be able to do it any better. You see this all day long. So
    Context Engineering and Search Limits
    swyx: this touches on a thing that just passionate about it was just context engineering. I, I’m just gonna let you ramble or riff on, on context engineering. If, if, if there’s anything like he, he did really good work on context fraud, which has really taken over as like the term that people use and the reference
    Aaron Levie: a hundred percent.
    We, we all we think about is, is the context rob problem. [00:22:00]
    Jeff Huber: Yeah, there’s certainly a lot of like ranking considerations. Gentech surgery think is incredibly promising. Um, yeah, I was trying to generate a question though. I think I have a question right now. Swyx.
    Aaron Levie: Yeah, no, but like, like I think there was this moment, um, you know, like, I don’t know, two years ago before, before we knew like where the, the gotchas were gonna be in ai and I think someone was like, was like, well, infinite context windows will just solve all of these problems and ‘cause you’ll just, you’ll just give the context window like all the data and.
    It’s just like, okay, I mean, maybe in 2035, like this is a viable solution. First of all, it, it would just, it would just simply cost too much. Like we just can’t give the model like the 5,000 documents that might be relevant and it’s gonna read them all. And I’ve seen enough to, to start believing in crazy stuff.
    So like, I’m willing to just say, sure. Like in, in 10 years from now,
    swyx: never say, never, never.
    Aaron Levie: In, in 10 years from now, we’ll have infinite context windows at, at a thousandth of the price of today. Like, let’s just like believe that that’s possible, but Right. We’re in reality today. So today we have a context engineering [00:23:00] problem, which is, I got, I got, you know, 200,000 tokens that I can work with, or prob, I don’t even know what the latest graph is before, like massive degradation.
    16. Okay. I have 60,000 tokens that I get to work with where I’m gonna get accurate information. That’s not a lot of tokens for a corpus of 10 million documents that a knowledge worker might have across all of the teams and all the projects and all the people they work with. I have, I have 10 million documents.
    Which, you know, maybe is times five pages per document or something like that. I’m at 50 million pages of information and I have 60,000 tokens. Like, holy s**t. Yeah. This is like, how do I bridge the 50 million pages of information with, you know, the couple hundred that I get to work with in that, in that token window.
    Yeah. This is like, this is like such an interesting problem and that’s why actually so much work is actually like, just like search systems and the databases and that layer has to just get so locked in, but models getting better and importantly [00:24:00] knowing when they’ve done a search, they found the wrong thing, they go back, they check their work, they, they find a way to balance sort of appeasing the user versus double checking.
    We have this one, we have this one test case where we ask the agent to go find. 10 pieces of information.
    swyx: Is this the complex work eval?
    Aaron Levie: Uh, this is actually not in the eval. This is, this is sort of just like we have a bunch of different, we have a bunch of internal benchmark kind of scenarios. Every time we, we update our agent, we have one, which is, I ask it to find all of our office addresses, and I give it the list of 10 offices that we have.
    And there’s not one document that has this, maybe there should be, that would be a great example of the kind of thing that like maybe over time companies start to, you know, have these sort of like, what are the canonical, you know, kind of key areas of knowledge that we need to have. We don’t seem to have this one document that says, here are all of our offices.
    We have a bunch of documents that have like, here’s the New York office and whatever. So you task this agent and you, you get, you say, I need the addresses for these 10 offices. Okay. And by the way, if you do this on any, you know, [00:25:00] public chat model, the same outcome is gonna happen. But for a different kind of query, you give it, you say, I need these 10 addresses.
    How many times should the agent go and do its search before it decides whether or not, there’s just no answer to this question. Often, and especially the, the, let’s say lower tier models, it’ll come back and it’ll give you six of the 10 addresses. And it’ll, and I’ll just say I couldn’t find the other
    swyx: four.
    It, it doesn’t know what It doesn’t know. It
    Aaron Levie: doesn’t know what It doesn’t know. Yeah. So the model is just like, like when should it stop? When should it stop doing? Like should it, should it do that task for literally an hour and just keep cranking through? Maybe I actually made up an office location and it doesn’t know that I made it up and I didn’t even know that I made it up.
    Like, should it just keep, re should it read every single file in your entire box account until it, until it should exhaust every single piece of information.
    swyx: Expensive.
    Aaron Levie: These are the new problems that we have. So, you know, something like, let’s say a new opus model is sort of like, okay, I’m gonna try these types of queries.
    I didn’t get exactly what I wanted. I’m gonna try again. I’m gonna, at [00:26:00] some point I’m gonna stop searching. ‘cause I’ve determined that that no amount of searching is gonna solve this problem. I’m just not able to do it. And that judgment is like a really new thing that the model needs to be able to have.
    It’s like, when should it give up on a task? ‘cause, ‘cause you just don’t, it’s a can’t find the thing. That’s the real world of knowledge, work problems. And this is the stuff that the coding agents don’t have to deal with. Because they, it just doesn’t like, like you’re not usually asking it about, you’re, you’re always creating net new information coming right outta the model for the most part.
    Obviously it has to know about your code base and your specs and your documentation, but, but when you deploy an agent on all of your data that now you have all of these new problems that you’re dealing with
    Jeff Huber: our, uh, follow follow-up research to context ride is actually on a genetic search. Ah. Um, and we’ve like right, sort of stress tested like frontier models and their ability to search.
    Um, and they’re not actually that good at searching. Right. Uh, so you’re sort of highlighting this like explore, exploit.
    swyx: You’re just say, Debbie, Donna say everything doesn’t work. Like,
    Aaron Levie: well,
    Jeff Huber: somebody has to be,
    Aaron Levie: um, can I just throw out one more thing? Yeah. That is different from coding and, and the rest [00:27:00] of the knowledge work that I, I failed to mention.
    So one other kind of key point is, is that, you know, at the end of the day. Whether you believe we’re in a slop apocalypse or, or whatever. At the end of the day, if you, if you build a working product at the end of, if you, if you’ve built a working solution that is ultimately what the customer is paying for, like whether I have a lot of slop, a little slop or whatever, I’m sure there’s lots of code bases we could go into in enterprise software companies where it’s like just crazy slop that humans did over a 20 year period, but the end customer just gets this little interface.
    They can, they can type into it, it does its thing. Knowledge work, uh, doesn’t have that property. If I have an AI model, go generate a contract and I generate a contract 20 times and, you know, all 20 times it’s just 3% different and like that I, that, that kind of lop introduces all new kinds of risk for my organization that the code version of that LOP didn’t, didn’t introduce.
    These are, and so like, so how do you constrain these models to just the part that you want [00:28:00] them to work on and just do the thing that you want them to do? And, and, you know, in engineering, we don’t, you can’t be disbarred as an engineer, but you could be disbarred as a lawyer. Like you can do the wrong medical thing In healthcare, you, there’s no, there’s no equivalent to that of engineering.
    Like, do
    swyx: you want there to be, because I’ve considered software
    Jeff Huber: engineer. What’s that? Civil engineering there is, right? Not
    Aaron Levie: software civil engineer. Sure. Oh yeah, for sure. But like in any of our companies, you like, you know, you’ll be forgiven if you took down the site and, and we, we will do a rollback and you’ll, you’ll be in a meeting, but you have not been disbarred as an engineer.
    We don’t, we don’t change your, you know, your computer science, uh, blame
    Jeff Huber: degree, this postmortem.
    Aaron Levie: Yeah, exactly. Exactly. So, so, uh, now maybe we collectively as an industry need to figure out like, what are you liable for? Not legally, but like in a, in a management sense, uh, of these agents. All sorts of interesting problems that, that, that, uh, that have to come out.
    But in knowledge work, that’s the real hostile environments that we’re operating in. Hmm.
    swyx: I do think like, uh, a lot of the last year’s, 2025 story was the rise of coding agents and I think [00:29:00] 2026 story is definitely knowledge work agents. Yes. A hundred
    Aaron Levie: percent.
    swyx: Right. Like that would, and I think open claw core work are just the beginning.
    Yes. Like it’s, the next one’s gonna just gonna be absolute craziness.
    Aaron Levie: It it is. And, and, uh, and it’s gonna be, I mean, again, like this is gonna be this, this wave where we, we are gonna try and bring as many of the practices from coding because that, that will clearly be the forefront, which is tell an agent to go do something and has an access to a set of resources.
    You need to be responsible for reviewing it at the end of the process. That to me is the, is the kind of template that I just think goes across knowledge, work and odd. Cowork is a great example. Open Closet’s a great example. You can kind of, sort of see what Codex could become over time. These are some, some really interesting kind of platforms that are emerging.
    swyx: Okay. Um, I wanted to, we touched on evals a little bit. You had, you had the report that you’re gonna go bring up and then I was gonna go into like, uh, boxes, evals, but uh, go ahead. Talk about your genetic search thing.
    Jeff Huber: Yeah. Mostly I think kinda a few of the insights. It’s like number one frontier model is not good at search.
    Humans have this [00:30:00] natural explore, exploit trade off where we kinda understand like when to stop doing something. Also, humans are pretty good at like forgetting actually, and like pruning their own context, whereas agents are not, and actually an agent in their kind of context history, if they knew something was bad and they even, you could see in the trace the reason you trace, Hey, that probably wasn’t a good idea.
    If it’s still in the trace, still in the context, they’ll still do it again. Uhhuh. Uh, and so like, I think pruning is also gonna be like, really, it’s already becoming a thing, right? But like, letting self prune the con windows
    swyx: be a big deal. Yeah. So, so don’t leave the mistake. Don’t leave the mistake in there.
    Cut out the mistake but tell it that you made a mistake in the past and so it doesn’t repeat it.
    Jeff Huber: Yeah. But like cut it out so it doesn’t get like distracted by it again. ‘cause really, you know, what is so, so it will repeat its mistake just because it’s been, it’s in
    swyx: the
    Jeff Huber: context. It’s
    Aaron Levie: in the context so much.
    That’s a few shot example. Even if it, yeah.
    Jeff Huber: It’s like oh this
    Aaron Levie: is a great thing to go try even if
    Jeff Huber: it didn’t work.
    Aaron Levie: Yeah,
    Jeff Huber: exactly.
    Aaron Levie: So
    Jeff Huber: there’s like a bunch of stuff there. Just
    Aaron Levie: Groundhogs Day inside these models. Yeah. I’m gonna go keep doing the same wrong
    Jeff Huber: thing. Covering sense. I feel like, you know, some creator analogy you’re trying like fit a manifold in latent space, which kind is doing break program synthesis, which is kinda one we think about we’re doing right.
    Like, you know, certain [00:31:00] facts might be like sort of overly pitting it. There are certain, you know, sec sectors of latent space and so like plug clean space. Yeah. And, uh, and
    swyx: so we have a bell, our editor as a bell every time you say that. So
    Jeff Huber: you have, you have to like remove those, like
    swyx: you shoulda a gong like TPN or something.
    If
    Jeff Huber: we gong, you either remove those links to like kinda give it the freedom, kind of do what you need to do. So, but yeah. We’ll, we’ll release more soon. That’s
    Aaron Levie: awesome.
    Jeff Huber: That’ll, that’ll be cool.
    swyx: We’re a cerebral podcast that people listen to us and, and sort of think really deep. So yeah, we try to keep it subtle.
    Okay. We try to keep it.
    Aaron Levie: Okay, fine.
    Inside Agent Evals
    swyx: Um, you, you guys do, you guys do have EVs, you talked about your, your office thing, but, uh, you’ve been also promoting APEX agents and complex work. Uh, yeah, whatever you, wherever you wanna take this just Yeah. How you
    Aaron Levie: Apex is, is obviously me, core’s, uh, uh, kind of, um, agent eval.
    We, we supported that by sort of. Opening up some data for them around how we kind of see these, um, data workspaces in, in the, you know, kind of regular economy. So how do lawyers have a workspace? How do investment bankers have a workspace? What kind of data goes into those? And so we, [00:32:00] we partner with them on their, their apex eval.
    Our own, um, eval is, it’s actually relatively straightforward. We have a, a set of, of documents in a, in a range of industries. We give the agent previously did this as a one shot test of just purely the model. And then we just realized we, we need to, based on where everything’s going, it’s just gotta be more agentic.
    So now it’s a bit more of a test of both our harness and the model. And we have a rubric of a set of things that has to get right and we score it. Um, and you’re just seeing, you know, these incredible jumps in almost every single model in its own family of, you know, opus four, um, you know, sonnet four six versus sonnet four five.
    swyx: Yeah. We have this up on screen.
    Aaron Levie: Okay, cool. So some, you’re seeing it somewhere like. I, I forget the to, it was like 15 point jump, I think on the main, on the overall,
    swyx: yes.
    Aaron Levie: And it’s just like, you know, these incredible leaps that, that are starting to happen. Um,
    swyx: and OP doesn’t know any, like any, it’s completely held out from op.
    Aaron Levie: This is not in any, there’s no public data which has, you know, Ben benefits and this is just a private eval that we [00:33:00] do, and then we just happen to show it to, to the world. Hmm. So you can’t, you can’t train against it. And I think it’s just as representative of. It’s obviously reasoning capabilities, what it’s doing at, at, you know, kind of test time, compute capabilities, thinking levels, all like the context rot issues.
    So many interesting, you know, kind of, uh, uh, capabilities that are, that are now improving
    swyx: one sector that you have. That’s interesting.
    Industries and Datasets
    swyx: Uh, people are roughly familiar with healthcare and legal, but you have public sector in there.
    Aaron Levie: Yeah.
    swyx: Uh, what’s that? Like, what, what, what is that?
    Aaron Levie: Yeah, and, and we actually test against, I dunno, maybe 10 industries.
    We, we end up usually just cutting a few that we think have interesting gains. All extras, won a lot of like government type documents. Um,
    swyx: what is that? What is it? Government type documents?
    Aaron Levie: Government filings. Like a tax
    swyx: return, like
    Aaron Levie: a probably not tax returns. It would be more of what would go the government be using, uh, as data.
    So, okay. Um, so think about research that, that type of, of, of data sets. And then we have financial services for things like data rooms and what would be in an investment prospectus. Uhhuh,
    swyx: that one you can dog food.
    Aaron Levie: Yeah, exactly. Exactly. Yes. Yes. [00:34:00] So, uh, so we, we run the models, um, in now, you know, more of an agent mode, but, but still with, with kinda limited capacity and just try and see like on a, like, for like basis, what are the improvements?
    And, and again, we just continue to be blown away by. How, how good these models are getting.
    swyx: Yeah, I mean, I think every serious AI company needs something like that where like, well, this is the work we do. Here’s our company eval. Yeah. And if you don’t have it, well, you’re not a serious AI company.
    Aaron Levie: There’s two dimensions, right?
    So there’s, there’s like, how are the models improving? And so which models should you either recommend a customer use, which one should you adopt? But then every single day, we’re making changes to our agents. And you need to know
    swyx: if you regressed,
    Aaron Levie: if you know. Yeah. You know, I’ve been fully convinced that the whole agent observability and eval space is gonna be a massive space.
    Um, super excited for what Braintrust is doing, excited for, you know, Lang Smith, all the things. And I think what you’re going to, I mean, this is like every enter like literally every enterprise right now. It’s like the AI companies are the customers of these tools. Every enterprise will have this. Yeah, you’ll just [00:35:00] have to have an eval.
    Of all of your work and like, we’ll, you’ll have an eval of your RFP generation, you’ll have an eval of your sales material creation. You’ll have an eval of your, uh, invoice processing. And, and as you, you know, buy or use new agentic systems, you are gonna need to know like, what’s the quality of your, of your pipeline.
    swyx: Yeah.
    Aaron Levie: Um, so huge, huge market with agent evals.
    swyx: Yeah.
    Building the Agent Team
    swyx: And, and you know, I’m gonna shout out your, your team a bit, uh, your CTO, Ben, uh, did a great talk with us last year. Awesome. And he’s gonna come back again. Oh, cool. For World’s Fair.
    Aaron Levie: Yep.
    swyx: Just talk about your team, like brag a little bit. I think I, I think people take these eval numbers in pretty charts for granted, but No, there, I mean, there’s, there’s lots of really smart people at work during all this.
    Aaron Levie: Biggest shout out, uh, is we have a, we have a couple folks at Dya, uh, Sidarth, uh, that, that kind of run this. They’re like a, you know, kind of tag tag team duo on our evals, Ben, our CTO, heavily involved Yasha, head of ai, uh, you know, a bunch of folks. And, um, evals is one part of the story. And then just like the full, you know, kind of AI.
    An agent team [00:36:00] is, uh, is a, is a pretty, you know, is core to this whole effort. So there’s probably, I don’t know, like maybe a few dozen people that are like the epicenter. And then you just have like layers and layers of, of kind of concentric circles of okay, then there’s a search team that supports them and an infrastructure team that supports them.
    And it’s starting to ripple through the entire company. But there’s that kind of core agent team, um, that’s a pretty, pretty close, uh, close knit group.
    swyx: The search team is separate from the infra team.
    Aaron Levie: I mean, we have like every, every layer of the stack we have to kind of do, except for just pure public cloud.
    Um, but um, you know, we, we store, I don’t even know what our public numbers are in, you know, but like, you can just think about it as like a lot of data is, is stored in box. And so we have, and you have every layer of the, of the stack of, you know, how do you manage the data, the file system, the metadata system, the search system, just all of those components.
    And then they all are having to understand that now you’ve got this new customer. Which is the agent, and they’ve been building for two types of customers in the past. They’ve been building for users and they’ve been building for like applications. [00:37:00] And now you’ve got this new agent user, and it comes in with a difference of it, of property sometimes, like, hey, maybe sometimes we should do embeddings, an embedding based, you know, kind of search versus, you know, your, your typical semantic search.
    Like, it’s just like you have to build the, the capabilities to support all of this. And we’re testing stuff, throwing things away, something doesn’t work and, and not relevant. It’s like just, you know, total chaos. But all of those teams are supporting the agent team that is kind of coming up with its requirements of what, what do we need?
    swyx: Yeah. No, uh, we just came from, uh, fireside chat where you did, and you, you talked about how you’re doing this. It’s, it’s kind of like an internal startup. Yeah. Within the broader company. The broader company’s like 3000 people. Yeah. But you know, there’s, there’s a, this is a core team of like, well, here’s the innovation center.
    Aaron Levie: Yeah.
    swyx: And like that every company kind of is run this way.
    Aaron Levie: Yeah. I wanna be sensitive. I don’t call it the innovation center. Yeah. Only because I think everybody has to do innovation. Um, there, there’s a part of the, the, the company that is, is sort of do or die for the agent wave.
    swyx: Yeah.
    Aaron Levie: And it only happens to be more of my focus simply because it’s existential that [00:38:00] we get it right.
    swyx: Yeah.
    Aaron Levie: All of the supporting systems are necessary. All of the surrounding adjacent capabilities are necessary. Like the only reason we get to be a platform where you’d run an agent is because we have a security feature or a compliance feature, or a governance feature that, that some team is working on.
    But that’s not gonna be the make or break of, of whether we get agents right. Like that already exists and we need to keep innovating there. I don’t know what the right, exact precise number is, but it’s not a thousand people and it’s not 10 people. There’s a number of people that are like the, the kind of like, you know, startup within the company that are the make or break on everything related to AI agents, you know, leveraging our platform and letting you work with your data.
    And that’s where I spend a lot of my time, and Ben and Yosh and Diego and Teri, you know, these are just, you know, people that, that, you know, kind of across the team. Are working.
    swyx: Yeah. Amazing.
    Read Write Agent Workflows
    Jeff Huber: How do you, how do you think about, I mean, you talked a lot about like kinda read workflows over your box data. Yep.
    Right. You know, gen search questions, queries, et cetera. But like, what about like, write or like authoring workflows?
    Aaron Levie: Yes. I’ve [00:39:00] already probably revealed too much actually now that I think about it. So, um, I’ve talked about whatever,
    Jeff Huber: whatever you can.
    Aaron Levie: Okay. It’s just us. It’s just us. Yeah. Okay. Of course, of course.
    So I, I guess I would just, uh, I’ll make it a little bit conceptual, uh, because again, I’ve already, I’ve already said things that are not even ga but, but we’ve, we’ve kinda like danced around it publicly, so I, yeah, yeah. Okay. Just like, hopefully nobody watches this, um, episode. No.
    swyx: It’s tidbits for the Heidi engaged to go figure out like what exactly, um, you know, is, is your sort of line of thinking.
    Sure. They can connect the dots.
    Aaron Levie: Yeah. So, so I would say that, that, uh, we, you know, as a, as a place where you have your enterprise content, there’s a use case where I want to, you know, have an agent read that data and answer questions for me. And then there’s a use case where I want the agent to create something.
    And use the file system to create something or store off data that it’s working on, or be able to have, you know, various files that it’s writing to about the work it’s doing. So we do see it as a total read write. The harder problem has so far been the read only because, because again, you have that kind of like 10 [00:40:00] million to one ratio problem, whereas rights are a lot of, that’s just gonna come from the model and, and we just like, we’ll just put it in the file system and kinda use it.
    So it’s a little bit of a technically easier problem, but the only part that’s like, not necessarily technically hard, it is just like it’s not yet perfected in the state of the ecosystem is, you know, building a beautiful PowerPoint presentation. It’s still a hard problem for these models. Like, like we still, you know, like, like these formats are just, we’re not built for.
    They’re
    swyx: working on it.
    Aaron Levie: They’re, they’re working on it. Everybody’s working on it.
    swyx: Every launch is like, well, we do PowerPoint now.
    Aaron Levie: We’re getting, yeah, getting a lot, getting a lot of better each time. But then you’ll do this thing where you’ll ask the update one slide and all of a sudden, like the fonts will be just like a little bit different, you know, on two of the slides, or it moved, you know, some shape over to the left a little bit.
    And again, these are the kind of things that, like in code, obviously you could really care about if you really care about, you know, how beautiful is the code, but at the end, user doesn’t notice all those problems and file creation, the end user instantly sees it. You’re [00:41:00] like, ah, like paragraph three, like, you literally just changed the font on me.
    Like it’s a totally different font and like midway through the document. Mm-hmm. Those are the kind of things that you run into a lot of in the, in the content creation side. So, mm-hmm. We are gonna have native agents. That do all of those things, they’ll be powered by the leading kind of models and labs.
    But the thing that I think is, is probably gonna be a much bigger idea over time is any agent on any system, again, using Box as a file system for its work, and in that kind of scenario, we don’t necessarily care what it’s putting in the file system. It could put its memory files, it could put its, you know, specification, you know, documents.
    It could put, you know, whatever its markdown files are, or it could, you know, generate PDFs. It’s just like, it’s a workspace that is, is sort of sandboxed off for its work. People can collaborate into it, it can share with other people. And, and so we, we were thinking a lot about what’s the right, you know, kind of way to, to deliver that at scale.
    Docs Graphs and Founder Mode
    swyx: I wanted to come into sort of the sort of AI transformation or AI sort of, uh, operations things. [00:42:00] Um, one of the tweets that you, that you wanted to talk about, this is just me going through your tweets, by the way. Oh, okay. I mean, like, this is, you read
    Aaron Levie: one by one,
    swyx: you’re the, you’re the easiest guest to prep for because you, you already have like, this is the, this is what I’m interested in.
    I’m like, okay, well, are
    Aaron Levie: we gonna get to like, like February, January or something? Where are we in the, in the timelines? How far back are we going?
    swyx: Can you, can you describe boxes? A set of skills? Right? Like that, that’s like, that’s like one of the extremes of like, well if you, you just turn everything into a markdown file.
    Yeah. Then your agent can run your company. Uh, like you just have to write, find the right sequence of words to
    Aaron Levie: Yes.
    swyx: To do it.
    Aaron Levie: Sorry, is
    that
    swyx: the question? So I think the question is like, what if we documented everything? Yes. The way that you exactly said like,
    Aaron Levie: yes.
    swyx: Um, let’s get all the Fortune five hundreds, uh, prepared for agents.
    Yes. And like, you know, everything’s in golden and, and nicely filed away and everything. Yes. What’s missing? Like, what’s left, right? Like
    Aaron Levie: Yeah.
    swyx: You’ve, you’ve run your company for a decade. Like
    Aaron Levie: Yeah. I think the challenge is that, that that information changes a week later. And because something happened in the market for that [00:43:00] customer, or us as a company that now has to go get updated, and so these systems are living and breathing and they have to experience reality and updates to reality, which right now is probably gonna be humans, you know, kinda giving those, giving them the updates.
    And, you know, there is this piece about context graphs as as, uh, that kinda went very viral. Yeah. And I, I, I was like a, i, I, I thought it was super provocative. I agreed with many parts of it. I disagree with a few parts around. You know, it’s not gonna be as easy as as just if we just had the agent traces, then we can finally do that work because there’s just like, there’s so much more other stuff that that’s happening that, that we haven’t been able to capture and digitize.
    And I think they actually represented that in the piece to be clear. But like there’s just a lot of work, you know, that that has to, you just can’t have only skills files, you know, for your company because it’s just gonna be like, there’s gonna be a lot of other stuff that happens. Yeah. Change over time.
    Yeah. Most companies are practically apprenticeships.
    swyx: Most companies are practically apprenticeships. Like
    Jeff Huber: every new employee who joins the team, [00:44:00] like you span one to three months. Like ramping them up.
    Aaron Levie: Yes. All
    Jeff Huber: that tat knowledge
    Aaron Levie: is
    Jeff Huber: not written down.
    Aaron Levie: Yes.
    Jeff Huber: But like, it would have to be if you wanted to like give it to an Asian.
    Right. And so like that seems to me like to be
    Aaron Levie: one is I think you’re gonna see again a premium on companies that can document this. Mm-hmm. Much. There’ll be a huge premium on that because, because you know, can you shorten that three month ramp cycle to a two week ramp cycle? That’s an instant productivity gain.
    Can you re dramatically reduce rework in the organization because you’ve documented where all the stuff is and where the answers are. Can you make your average employee as good as your 90th percentile employee because you’ve captured the knowledge that’s sort of in the heads of, of those top employees and make that available.
    So like you can see some very clear productivity benefits. Mm-hmm. If you had a company culture of making sure you know your information was captured, digitized, put in a format that was agent ready and then made available to agents to work with, and then you just, again, have this reality of like add a 10,000 person [00:45:00] company.
    Mapping that to the, you know, access structure of the company is just a hard problem. Is like, is like, yeah, well, you just, not every piece of information that’s digitized can be shared to everybody. And so now you have to organize that in a way that actually works. There was a pretty good piece, um, this, this, uh, this piece called your company as a file is a file system.
    I, did you see that one?
    swyx: Nope.
    Aaron Levie: Uh, yes. You saw it. Yeah. And, and, uh, I actually be curious your thoughts on it. Um, like, like an interesting kind of like, we, we agree with it because, because that’s how we see the world and, uh,
    swyx: okay. We, we have it up on screen. Oh,
    Aaron Levie: okay. Yeah. But, but it’s all about basically like, you know, we’ve already, we, we, we already organized in this kind of like, you know, permission structure way.
    Uh, and, and these are the kind of, you know, natural ways that, that agents can now work with data. So it’s kind of like this, this, you know, kind of interesting metaphor, but I do think companies will have to start to think about how they start to digitize more, more of that data. What was your take?
    Jeff Huber: Yeah, I mean, like the company’s probably like an acid compliant file system.
    Aaron Levie: Uh,
    Jeff Huber: yeah. Which I’m guessing boxes, right? So, yeah. Yes.
    swyx: Yeah. [00:46:00]
    Jeff Huber: Which you have a great piece on, but,
    swyx: uh, yeah. Well, uh, I, I, my, my, my direction is a little bit like, I wanna rewind a little bit to the graph word you said that there, that’s a magic trigger word for us. I always ask what’s your take on knowledge graphs?
    Yeah. Uh, ‘cause every, especially at every data database person, I just wanna see what they think. There’s been knowledge graphs, hype cycles, and you’ve seen it all. So.
    Aaron Levie: Hmm. I actually am not the expert in knowledge graphs, so, so that you might need to
    swyx: research, you don’t need to be an expert. Yeah. I think it’s just like, well, how, how seriously do people take it?
    Yeah. Like, is is, is there a lot of potential in the, in the HOVI?
    Aaron Levie: Uh, well, can I, can I, uh, understand first if it’s, um, is this a loaded question in the sense of are you super pro, super con, super anti medium? I
    swyx: see pro, I see pros and cons. Okay. Uh, but I, I think your opinion should be independent of mine.
    Aaron Levie: Yeah. No, no, totally. Yeah. I just want to see what I’m stepping into.
    swyx: No, I know. It’s a, and it’s a huge trigger word for a lot of people out Yeah. In our audience. And they’re, they’re trying to figure out why is that? Because why
    Aaron Levie: is this such a
    swyx: hot item for them? Because a lot of people get graph religion.
    And they’re like, everything’s a graph. Of course you have to represent it as a graph. Well, [00:47:00] how do you solve your knowledge? Um, changing over time? Well, it’s a graph.
    Aaron Levie: Yeah.
    swyx: And, and I think there, there’s that line of work and then there’s, there’s a lot of people who are like, well, you don’t need it. And both are right.
    Aaron Levie: Yeah. And what do the people who say you don’t need it, what are they
    swyx: arguing for Mark down files. Oh, sure, sure. Simplicity.
    Aaron Levie: Yeah.
    swyx: Versus it’s, it’s structure versus less structure. Right. That’s, that’s all what it is. I do.
    Aaron Levie: I think the tricky thing is, um, is, is again, when this gets met with real humans, they’re just going to their computer.
    They’re just working with some people on Slack or teams. They’re just sharing some data through a collaborative file system and Google Docs or Box or whatever. I certainly like the vision of most, most knowledge graph, you know, kind of futuristic kind of ways of thinking about it. Uh, it’s just like, you know, it’s 2026.
    We haven’t seen it yet. Kind of play out as as, I mean, I remember. Do you remember the, um, in like, actually I don’t, I don’t even know how old you guys are, but I’ll for, for to show my age. I remember 17 years ago, everybody thought enterprises would just run on [00:48:00] Wikis. Yeah. And, uh, confluence and, and not even, I mean, confluence actually took off for engineering for sure.
    Like unquestionably. But like, this was like everything would be in the w. And I think based on our, uh, our, uh, general style of, of, of what we were building, like we were just like, I don’t know, people just like wanna workspace. They’re gonna collaborate with other people.
    swyx: Exactly. Yeah. So you were, you were anti-knowledge graph.
    Aaron Levie: Not anti, not anti. So
    swyx: not non
    Aaron Levie: I’m not, I’m not anti. ‘cause I think, I think your search system, I just think these are two systems that probably, but like, I’m, I’m not in any religious war. I don’t want to be in anybody’s YouTube comments on this. There’s not a fight for me.
    swyx: We, we love YouTube comments. We’re, we’re, we’re get into comments.
    Aaron Levie: Okay. Uh, but like, but I, I, it’s mostly just a virtue of what we built. Yeah. And we just continued down that path. Yeah.
    swyx: Yeah.
    Aaron Levie: And, um, and that, that was what we pursued. But I’m not, this is not a, you know, kind of, this is not a, uh, it’s
    swyx: not existential for you. Great.
    Aaron Levie: We’re happy to plug into somebody else’s graph.
    We’re happy to feed data into it. We’re happy for [00:49:00] agents to, to talk to multiple systems. Not, not our fight.
    swyx: Yeah.
    Aaron Levie: But I need your answer. Yeah. Graphs or nerd Snipes is very effective nerd.
    swyx: See this is, this is one, one opinion and then I’ve,
    Jeff Huber: and I think that the actual graph structure is emergent in the mind of the agent.
    Ah, in the same way it is in the mind of the human. And that’s a more powerful graph ‘cause it actually involved over time.
    swyx: So don’t tell me how to graph. I’ll, I’ll figure it out myself. Exactly. Okay. All right. And
    Jeff Huber: what’s yours?
    swyx: I like the, the Wiki approach. Uh, my, I’m actually like, uh, you know, obviously I spent some my time at cognition, which, uh, you, you know very well.
    Yep. And they’ve had a lot of success with Deep Wiki. Yeah. It powers a lot of Devrel and brain
    Aaron Levie: super powerful.
    swyx: And it’s super, it’s useful for humans, but it’s, oh my God, it’s useful for agents.
    Aaron Levie: Yes. Tell me if you think I’m, I’m wrong on this, but, but not much of an access control structure issue?
    swyx: No.
    Aaron Levie: There’s like the whole, you get the whole code base and everybody gets to,
    swyx: well, before, before I speak too much, there may be some enterprise controls on Sure.
    The enterprise Deb offering that I’m not familiar with. Yeah. But yeah, I don’t, I don’t have any, anything on the public side. But, you know, I, I think like, almost like every agent should have its [00:50:00] own wiki that it’s updating and that’s. Persistent memory and yeah, that is a very weak knowledge graph.
    Jeff Huber: Yeah.
    swyx: And you, you could strengthen it if you want more structure, but you may not need it.
    Jeff Huber: Markdown files, having links and wiki style. Right. Yep. Very effective. Right, Lindy?
    Aaron Levie: Yep.
    swyx: I like that. As a, as a just general pattern. Um, okay. So, uh, last couple questions. Sure. But feel free to jump on in or, or if you want any rants.
    Um, I see you as a very interesting and, and unusual founder where, like, you’ve been in a business and you are, you’re both like, you’re off like of two worlds, like you’re of Silicon Valley, but you’re also of the Fortune five hundreds. And like, I feel like your kind of founder mode is very different from the Brian Chesky founder mode.
    And I’m just kinda curious if you have like ref reflections on like how you operate as a founder,
    Aaron Levie: what would his founder mode be?
    swyx: Don’t delegate.
    Aaron Levie: Ah, right. And what, how would you put me,
    swyx: you do delegate. Ah,
    Aaron Levie: okay. I, I, I, I see the, um, I think that I, I don’t know that Brian and I would be that far removed from each other when you get to the specifics.
    swyx: Okay.
    Aaron Levie: So there’s a whole bunch that I delegate, [00:51:00] 90%. Of the work that happens at Box is fully, you know, fully delegated. We’ve got great leaders running, running, all that stuff. It’s just too much for my brain to handle. And probably 70% of the work, I’m gonna make up all the numbers here, probably 70% of the work at Box or 70, 80% of the work at Box.
    I only need to really look at about 5% of that for like, some high leverage decisions to be involved in, you know, what’s the marketing message that we think is gonna resonate with, with customers. So that’s a little bit of high leverage thing that, that, that we do in marketing. But most of marketing activities I don’t get involved in.
    What’s our sales pitch? Maybe I’ll be involved in that a little bit. Or like what’s roughly the investments or push we’re gonna do in certain verticals. You know, that’s about 5% of like the total bandwidth of, you know, this, the, the key areas of sales or go to market. Okay. So like. 70, 80% of the company, I can just do about 5%.[00:52:00]
    And then, and then just like operationally, we’ve got great leaders and they’re gonna execute on that, and we collaborate on the 5% anyway. It’s not like I’m just like making up a decision and, and saying to go and do it. Then there’s this part that is like the existential part of the business, which is if we don’t do this right, we’re out of business.
    And, uh, by virtue of just being a founder, you get kind of sucked into that part of the work because you can feel it. Like, this is like, like you can just see how the AI tsunami could wipe you out if you make just 2, 3, 4, 5 wrong decisions in this space. Like couple wrong architecture decisions, couple wrong AI feature decisions, couple wrong API platform decisions, and, and you might be out of the game in a year from now and like, you just feel it in your bones.
    You, you know, this, uh, like, it’s just like, like, like we feel this all day long in this space given what’s happening. Hmm. And so that, in that area. It’s, you can’t kind of delegate in a classic sense. You still need to make sure you’ve got great leaders and strong hires and people that, that are have high agency.
    ‘cause [00:53:00] they wanna be able to the own part of the, the strategy and the roadmap or else you can’t hire good people. But, but you know, there’s gonna be a lot of little micro forks in the road that they will compound to determine whether you’ve succeed or fail. And so your kind of founder energy just like automatically draws you into, into those because, because they are the determining decisions of, of your company’s future.
    And that’s kind of where I spend my time and I, and you have to kind of, you know, do it in a collaborative way again, because if you are only dictatorial and just, you know, you just won’t, won’t eventually be able to hire the best people. ‘cause they won’t wanna work on that environment. But you also just can’t like.
    Abdicate all the responsibility because the risks are, are just simply too high. Like, and so you have to somehow, obviously, add some value. And so the value I add is I’ve seen 20 years of this business, so I, I think I can kind of piece together what I expect the value propositions are gonna be and how customers will react to certain things.
    So that’s what I can bring to the table. And then you have this kind of existential fear of, if I get it wrong, it’s all on me anyway. [00:54:00] I don’t get to blame, you know, you know, the engineer that was working on that project, like, it’s all, it’s, it’s, it’s my fault, right? Like at the end of the day, it’ll be my fault if it doesn’t work.
    So by virtue of of that liability, uh, responsibility, you just get pulled into needing to make sure like it’s all going a according to, to kind of how you think it needs to end up. I don’t, I don’t know how Brian would answer that, I guess, but like I, I, yeah,
    swyx: it’s a long essay. It’s an interesting essay.
    People should go and compare and contrast your answer versus his, uh, I do think that, um, systems have a way of letting entropy get to them. Yep. And you, you, if you step away for too long, you need to have a way to like check in and go like, well, do I need to come back in? Or are we good? And people are gonna tell you things are good, but they’re not good.
    Yes,
    Aaron Levie: yes. A hundred percent.
    swyx: Yeah.
    Aaron Levie: And that’s actually, I’m, um, I’m a fan of actually process for the, that 70 to 80%.
    swyx: Yeah.
    Aaron Levie: So that 70 to 80% the process is you’re gonna do a, you know, a quarterly business review and you’re gonna have a brand check-in, and you’re gonna do [00:55:00] those, like, you’re gonna make sure that, that you’re seeing all the, the right episodes of, of what’s changing and, and how, and how it’s kind of, you know, evolving and, and make sure it’s kind of going the right direction.
    And then there’s some areas which is like, no, it’s 24 7. Like, like I guarantee after this podcast at 11:00 PM I’ll be doing a Zoom with Ben, uh, and probably some other people. ‘cause we’re gonna be talking about agents and, and new platform features and like, that’s amazing. That’s your just in the cauldron, you know, kind of grinding on, on, on that side.
    swyx: Yeah. Yeah. That’s, uh, that’s extremely, um, realistic. Yeah. What is, what it’s like, and I just want to have people hear your perspective on what,
    Token FOMO Culture
    Aaron Levie: and this is what you like, and this is the, this is this like, um, you read the post about, you know, everybody having agents running on the weekend and, um, and it’s like, uh, you know, you, you just.
    I mean, first of all, anybody crazy enough to come to Silicon Valley? Like we don’t bring good news about the sort of like healthiness of our environment right now. Like, like, like you have to,
    swyx: and
    Aaron Levie: [00:56:00] you have to know what you’re signing up for. But like, like, you know, there, there’s a real issue, which is like, shoot, do I have enough agents running?
    And, and
    swyx: oh yeah, I made a meme that was like semi viral for me about this. Exactly, yes. That was incredible. That’s,
    Aaron Levie: and, and, and that, that
    swyx: was, you can’t even enjoy a party these days. Becausecause, you’re working with your tokens.
    Aaron Levie: No. You just compute out there that you’re not utilizing,
    swyx: what the hell? Like,
    so
    Aaron Levie: like there’s
    swyx: ad I paid for the $200, I’m gonna spend the $200.
    Aaron Levie: Yeah.
    swyx: Uh, I’m gonna spend $6,000 out of 200 bucks. Yeah, exactly.
    Jeff Huber: Exactly.
    Aaron Levie: We
    Jeff Huber: need to make anthropic very unprofitable. So,
    swyx: yeah. Yeah. We’re not doing a good enough job. Cool.
    Production Function Secrets
    swyx: I have a closing question. If you, unless you,
    Jeff Huber: I have a question. I’ve asked this question in private before, but I ask it again, which is, uh, it’s a question that Tyler Cowen asks his guests on his podcast, which is, uh, what is the Aaron Levy production function?
    And, uh, uh
    swyx: Oh, I love
    Jeff Huber: that. I love this question because there’s so a few people that I think are good at both executing. Also like distilling and like, just putting good ideas into the ether. Mm-hmm. You put a lot of good ideas into the ether. And so like what is the air levee production function that allows you you to do that versus others?[00:57:00]
    Aaron Levie: How do I get that information? Or
    swyx: I, I can give you a, a, a variant. Yeah. Which is what goes into air and levee.
    Aaron Levie: Yeah.
    swyx: And what goes out and how does it turn inside? Yeah.
    Aaron Levie: I’m just trying to think of, ‘cause I mean, you know, there’s some very, I, I just read a lot of Twitter, uh, as well. And so like, I just, and you’ve, you
    swyx: spent a lot of effort
    Aaron Levie: too.
    Jeff Huber: Contrast, you don’t see like, great. Many essays from Brian Chesky every day.
    Aaron Levie: Uh,
    Jeff Huber: but you
    Aaron Levie: do
    Jeff Huber: from you.
    Aaron Levie: Oh, yeah. And you’re
    Jeff Huber: kind of weird in that way, so
    Aaron Levie: why? Maybe he’s, he, maybe he’s healthier than me. Actually. We should just like, we should just text him to see if, you know, he’s got a more I think he does
    swyx: work out.
    Aaron Levie: Yeah. He got bigger
    swyx: muscles.
    Aaron Levie: That’s the thing. I, I work out less than him and I tweet more than him. So, so that’s the, that’s how we’re balancing things out. I am, um, I mostly, the way I just think about it is, uh, is just, um, you know, there’s, there’s lots of work that’s happening in the business. I am getting to see the, all the problems that we are running into constantly.
    And I am trying to, uh, be a little bit of a, create a flywheel between what we’re doing [00:58:00] internally, what, what, what. Then we talk about, uh, getting a feedback loop on that and seeing other people’s, you know, experiences of what they’re doing. Bring that back into the business. And, and so I just see, uh, like my job is as, you know, hopefully being able to kind of connect the dots.
    Of, of what’s going on in the world with what’s going on in box. And then I just happened to tweet about that along the way.
    swyx: Yeah.
    Aaron Levie: Um, because
    swyx: it’s all you, there’s no like,
    Aaron Levie: yeah.
    swyx: Editor,
    Aaron Levie: there’s no,
    swyx: yeah.
    Aaron Levie: Yeah.
    swyx: Wow.
    Aaron Levie: The, uh, I got, um, there was a funny, uh, uh, my, I, I tried to get an internship in, um, between freshman and sophomore year of this company, and it was a, it was a film, uh, kind of production company in New York.
    And, uh, I got the internship and then I emailed my liaison kind of guy who sponsored me for the internship and I said, Hey, I’d like to do a blog of my summer internship. Hmm. Where I blog about, you know, the, the being an intern at a production company in New York and. About like a, I dunno, half a day, a day later, [00:59:00] uh, they emailed me back saying they’ve rescinded the internship.
    swyx: No.
    Aaron Levie: Um, uh, yeah, because, because I showed a lack of judgment on, you know, professionalism, you know, or whatever. Like, like just even the, the idea that I would ask that question, red flags went up of like, who the f**k is this guy? So anyway, I, I only say that to say that like, like to me, just like, you know, building in public is just like a natural, is a natural thing.
    And so I, so I just, you know, go through the day. We, we deal with interesting problems. I tweet about them. I get information back in the process. I, I see your work. I see your work. You know, I see a bunch of folks and, and try and, you know, kind of incorporate that back in the box. My job is to try and connect all these things together and, uh, and make, make it useful.
    swyx: And you’re, I mean, you’re the number one spokesperson, right? So you do have to be out there.
    Aaron Levie: Yeah, I, but I, I kind of would be doing it whether or not, like it’s, I don’t really think of it as a job requirement as much as like, I just like, I like social media.
    Jeff Huber: You’re so good at it.
    Aaron Levie: Yeah.
    Jeff Huber: It’s so hard to believe.
    So like,
    Aaron Levie: okay, sorry.
    Jeff Huber: Do you get up at 5:00 AM [01:00:00] with coffee? Is that your secret? It’s like, how do you work or do you actually just like, in the back of Waymo’s, like, is, do you do it that way? Like how do you do this?
    Aaron Levie: It’s, it’s, no, it’s, it’s, it’s mostly that though. It’s mostly, uh, there’s a, you know, I, I, I have a commute home each night.
    I try and see, you know, my kids’ most, most weekdays before I have to hop back online. So there’s like a 20 minute window there.
    Jeff Huber: Okay.
    Aaron Levie: Where I can kinda like distill the information that’s happened and nice. And be like, ah, is there anything I learned today that would be interesting to throw out there? Or anything that I saw.
    And then probably somewhere between like seven 30 and 9:00 PM I finally get a chance to like look through the feed. Mm. And see like, did anything crazy happen in ai? And, um, uh, and then that’s, that will also kind of catalyze, you know, something Yep. As like, that’s the best I can kind of,
    swyx: you
    Aaron Levie: know, respect.
    Yeah. Okay. Thanks.
    swyx: Uh, and now I know you, you cut off his 8:00 PM I will try to get AI news out before 8:00 PM so I can help him.
    Aaron Levie: Yeah.
    swyx: Do, do his thing.
    Aaron Levie: Ba basically, if, if I [01:01:00] don’t see it before eight to eight 30, I’m not gonna
    swyx: Yeah. It’s, I’m gonna
    Aaron Levie: be able to like court tweet or something.
    swyx: Yeah,
    yeah.
    Aaron Levie: Uh, because, uh, because then I’m back on Zoom after that,
    Film Roots to Box
    swyx: so I wasn’t gonna plan on asking this, but you’ve mentioned, uh, you mentioned the film stuff.
    Aaron Levie: Yeah.
    swyx: And I know from one of my favorite parts of doing your research on you was that, uh, you got the idea for Box from like, the, the Paramount lot. Yeah. Uh, pushing paper. Uh, are you film guy? You, you’re a big,
    Aaron Levie: uh, I, I I, I, I would say I used to be more of a film guy.
    swyx: Yeah. What, what’s your, what what, what are your favorites?
    If you have, you wanna list off any
    Aaron Levie: kind of the classic, uh, wannabe film student classics are, are you
    swyx: talking Scorsese?
    Aaron Levie: Yeah. Panino, pop Fiction, Magnolia. Requiem for a dream, basically. Like if there was an art house film in the nineties, uh, to early two thousands, that was my genre. Yeah. That got me into like, wow, wouldn’t it be cool to do, you know, you know, film.
    And then I, I thought maybe I could connect digital into it. Like, could you, could you do film online? That just seemed too [01:02:00] hard from a licensing standpoint. And then obviously Netflix, you know, kind of existed. Um, so I, I never quite was able to fully connect the dots on these things. But the internship at Paramount, um, was one kind of catalyst for starting box because we were using just traditional enterprise software.
    And I was like, wow. It’s like really hard to share data, you know, just like files going back and forth. Um, but the same thing was happening in school as well, and so that all led to, led the box basically.
    swyx: Um, well, a 24 is, uh, you know, kind of giving back the sort of resurgence of the independent film, I guess a
    Aaron Levie: hundred percent.
    swyx: Um, uh, in, in, in, in the face of all the Marvel slop.
    Aaron Levie: Uh, you know, I was thinking about this the other day, and a 24 is, you know, uh, certainly the best, uh, EE example I’m sure of, of this today. But, um, you know, they just don’t, you know, you, it’s hard to make a film, uh, like, you know, no country for old men or, um, there will be blood like, like what is that movie today?
    swyx: Yeah.
    Aaron Levie: Like what is a brand new movie that is just like original? [01:03:00] You just watch it and you’re like, what, what did I just watch? So
    swyx: my, my, you know, sixes movie bench is, uh, Forrest Gump.
    Aaron Levie: Okay.
    swyx: Which iconic in its time.
    Aaron Levie: Yep. A hundred percent.
    swyx: Never again.
    Aaron Levie: Yeah. Yeah. We, we did not make, we don’t know how to make Fors Gump anymore.
    Um, they will try it with the sequel
    Jeff Huber: though, at some point.
    Aaron Levie: For sure. I, I honestly fors
    swyx: Gump two in 30
    Aaron Levie: years. I’ll be fine with it. No, that Fors Gump has a kid. Like he’s still right. Yeah, he’s still right. Exactly. Um, I think for Gump has a grandkid would be like a good movie. Like what is the grandkid of Forres Gump doing in, uh, in 2026
    swyx: goes tropical.
    Aaron Levie: Yeah. But, um, yeah, I definitely, let’s, I wanna see good, I wanna see more movies out there.
    AI Future of Movies
    Aaron Levie: You know, I’m a little bit conflicted on AI and film because,
    swyx: oh, that, let’s see that.
    Aaron Levie: Well, because I, uh, the world does not need more slop on, on AI entertainment, but I’m kind of like in a mode where I think that AI is, is, is gonna be, you know, generally a pure positive.
    Because if I’m a, [01:04:00] if I was me 25 years ago in high school, for sure, I would be making a full production film. That had explosions and car chases and, but then there’d be like people that would show up there. So like I think that ability to, to just, you get to be Spielberg, you know, is, is, you know, completely amazing and, and democratizing.
    That is incredible. And I, you know, I’m, I’m concerned about like, how do you make sure that we still get PT Anderson. Along the way and, and can we make sure that those, those guys exist? And then interestingly, I never, and I never saw it, but Darren Aronofsky, I, I believe, has either put out or gonna put out a, an AI film, you know, even some of the best artists are, are, you know, starting to adopt this.
    But, um, uh, but yeah, I, I definitely don’t want to, what I don’t wanna do is just be like in this like TikTok feed of just films and it’s just like, oh, this film about the car chase that does this thing. And it says like, we don’t need that. Like, like, [01:05:00] like this should be a form of entertainment and art and let’s use AI to accelerate the production process.
    Do the really hard CG work that, that you just, you had to spend way too much money on previously to do the, you know, kind of like, let’s, let’s use it to test out all new kind of plot ideas. Uh, yeah. Previs.
    Jeff Huber: Yeah, exactly. Like
    Aaron Levie: backgrounds and that’s incredible. Like whatever. Yeah. And all those things are super incredible.
    I still like the, it’s very nostalgic, but I still like the idea of like. This is a camera and a person and a person that says, you know, action. Uh, and then, and let’s hopefully like surround AI around that. Yeah. We’ll, but we’ll, we’ll see how that plays out.
    swyx: Yeah. I think, you know, so one of the things that stability ai, uh, made an impression on me was like, well, you know, and at least now we can remake Game of Throne Season eight, and I can, you know, uh, like, like it was meant to be not, uh, not rushed.
    Yeah.
    Aaron Levie: And then you watch, um, well I have a six and a half year old and I, you know, you see a lot of these kid movies and you’re like, yeah, that probably will be ai. I don’t totally know the job math ‘cause I don’t know how many animators there are today. [01:06:00] But I actually think, weirdly, I think we could be producing more high quality, maybe even slightly educational kids entertainment.
    And so it’s maybe that’s a positive is like we could just have like more, like you could just have a Pixar for like, you know, things where kids learn stuff. And it used to be these like very, you know, lo-fi uh, you know, kinda lesson things.
    swyx: I mean, we had tellies, you know, that so slow.
    Aaron Levie: So, so we, we could have way more of that.
    And, and maybe every animator that today is making a Pixar film is now, you know, we’re like, we fragment that out and uh, but now they’re responsible for more content and they’ve got AI agents running. So like, so, so I think there’s some optimistic scenarios on the entertainment side is like, there’s a lot of great use cases for being able to do, you know, generative media.
    swyx: Yeah. Yeah. Edu edutainment as well.
    Media DevRel and Engineering
    swyx: I guess one question I is, it’s kind of like a self-serving one and almost like an advice, uh, side of the, the, the, the question, one of the things I just, uh, really enjoyed, uh, researching you was that, uh, Michael Arrington had some influence in the [01:07:00] box journey because he went to his house party.
    Aaron Levie: Yes.
    swyx: And, and that’s how you got funding.
    Aaron Levie: Yes.
    swyx: One of latent spaces. That’s a deep cut, right?
    Aaron Levie: Yeah. Very deep cut. That’s a oh six deep cut.
    swyx: Yeah. Uh, do, I mean, do you want to tell that story? I don’t know if you’ve told it very
    Aaron Levie: much. It’s not very much of the story. Yeah. Uh, because I probably just,
    swyx: it’s like a random intro, right?
    Like,
    Aaron Levie: um, well, it was just he used to have house parties. Yeah. Uh, TechCrunch had had these house parties and, and it was, um, probably no different than somebody’s doing a house party in sf Uh, you know, just go, yeah. And you just go and you meet the VCs and founders and like, I’m gonna make up examples, so I don’t want to like, you know, there’d be like Chad Hurley over there pitching his, you know, YouTube to people.
    And like, like that’s just like how it worked. And it was just like, wow. Like that was this era where all these new companies were, were emerging. And I met, uh, our first investor, uh, in Silicon Valley at one of these house parties, Emily Melton, who then brought us into D-D-D-F-J-D, that, that became our Series A.
    So that was all because of Arrington’s, uh, backyard Party.
    swyx: One of my inspirations for late space is to be as helpful, influential, whatever as TechCrunch was. That’s [01:08:00] awesome. In the day.
    Aaron Levie: That’s Yeah.
    swyx: What would a new TechCrunch today look like? You know, what, what, what, what should I, what should I do? I think there used to be TechCrunch Disrupt.
    Yeah. You know, I could do that with my conference, but I haven’t done it yet.
    Aaron Levie: Well, I mean, I think,
    swyx: um, useful. I don’t know.
    Aaron Levie: Uh, well, you know, actually interestingly, I would, I would argue Disrupt came after the period that was the, was that Deep cut period. Okay. So, so I think Di Disrupt, you know, ended up being, you know, you know, catalyzing.
    I don’t even, I think Cloud Flare launched It disrupted, yes. Is that the story? Right.
    swyx: They were runners up.
    Aaron Levie: Okay. Okay. So like, so like, I think anytime. Anytime you can be in a, a launchpad is, is just great because it draws in people that are, that’s what I’m trying to do in that creative moment. And whether it needs to be a contest or, or just like everybody gets like five minutes and you’re fundraising.
    I mean, who knows? But, but I mean, for what it’s worth, like, I don’t know, have that much advice. ‘cause I think you, you’re, you’re already doing it effectively. Like I, I just like watched the YouTube videos late at night. Um, uh, from the events. I haven’t [01:09:00] been to one of your events, but like from the, from the camera angles, it looks like everybody’s there trying,
    Jeff Huber: trying.
    So
    Aaron Levie: what’s great is that people are gonna be in the audience as like two random people and they’ll be like, you know, the next, the next big AI company will come from, you know, people coming to a meetup. ‘cause they were like, ah, I came in from Chicago and I’m ah, from, you know. Poland and let’s go do a startup.
    Like that’s
    swyx: the
    Aaron Levie: magic
    swyx: of
    Aaron Levie: the valley.
    swyx: Dix Hy found his co-founder at a IE Oh, and I know of at least one marriage. That’s, that’s, wow,
    Aaron Levie: you have marriages
    swyx: already. Yeah. Yeah.
    Aaron Levie: I
    Jeff Huber: don’t,
    Aaron Levie: I never heard that about,
    swyx: that’s my go, that’s my favorite. KPI.
    Aaron Levie: Wow. We have AI marriages at the, at the AI engineer conferences.
    These are both
    Jeff Huber: humans. To be clear,
    swyx: that’s a very good clarification. I like that. You have to check.
    Jeff Huber: Yes. That’s a
    swyx: very good
    Aaron Levie: clarification.
    swyx: No, but I, I think you have, you’re, you’re insightful business leader with like, a lot of thoughts on media, so I just figured I would,
    Aaron Levie: I mean, media is such an interesting space right now because, because I, you know, with the go direct model, every company is gonna have to be a media company.
    You
    swyx: are going, you are the og. Go direct.
    Aaron Levie: Yeah. But, but, but you know, we [01:10:00] we’re, we’re still like. Like, I think, I think what, what you guys are doing, and I don’t even know all the overlapping relationships, but like I watch your guys’ videos of your events, watch your event videos, but like, it’s clearly like this is the new format, right?
    Companies have to become channels to communicate with audiences. Yeah. I think the resurgence, resurgence maybe is a bad word ‘cause it implies it decline, but like, Devrel is hot. Yeah. Like the hottest thing of all time right now. I like if you could produce a fricking factory of Devrel people, like there’s just like unlimited jobs right now on the other end of that.
    Yeah.
    Jeff Huber: Yeah.
    Aaron Levie: Um, ‘cause we’re gonna, everybody needs their services and APIs to be used by agents. And so we have to all find a way to like, like, Hey, look at me. Like, like agent over, oh please come over here agent. And that’s gonna, that’s a content game. Like how do you get the agents to see your stuff
    swyx: Yeah.
    Aaron Levie: And know your APIs and like, this is like a new world that, that we are in. And uh, it’s gonna be a. It’s, it’s gonna completely be a [01:11:00] digital marketing, you know, kind of world that we’re in.
    swyx: Yeah. Uh, for what it’s worth, I’m trying to help by doing little writing bootcamps and basically turn into a Devrel bootcamp.
    Um, where, you know, well, it’s a demand and supply problem. There’s, there’s huge demand. Yeah. There’s no supply. Wow. All this increase
    Aaron Levie: supply. Why is your no supply?
    swyx: The one, the really good ones were for themselves.
    Aaron Levie: Uh huh.
    swyx: Creator economy screwed, screwed you over.
    Aaron Levie: So, so I see so, so Substack and Yes. YouTube payouts.
    And that’s, is that
    swyx: really making Patreon? Yeah. Like the, the most talented guys are making, you know, millions and just working for themselves while for you,
    Aaron Levie: that’s not, we don’t want them to make that much money. Okay.
    swyx: We need to be able to hire
    Aaron Levie: people.
    swyx: I mean, I think, I think like, you know, do do what some companies are doing, you know, I’m not saying it’s my situation exactly, but like give them equity and like Uhhuh it should probably would be worth more, uh, just like sort of helping them out.
    Aaron Levie: Well, they are getting Oh, sorry. As full-time employees or not?
    swyx: I’m part-time.
    Aaron Levie: You need full-time.
    swyx: I’m part-time.
    Aaron Levie: Yeah. But, but you’re, you’re you n of one, like, we like also people that are full-time.
    swyx: Yeah. Yeah. My classic joke or, or like, observation [01:12:00] was like, this was when HubSpot bought, like their, they bought like a newsletter business.
    Uh, and then they bought the, my first million, like the, the sort of podcast. Oh, okay. Dharmesh, you must know Dharmesh. Um, so he’s like obsessed with this guy. Okay. So, so my conclusion was like every company must either build or buy a media company. Yes. Right. And until you, unless you realize that. You have to take it that seriously that you are running a media business in your company.
    Yes. You will never be good at it.
    Aaron Levie: Yes, a hundred percent.
    swyx: Yeah.
    Aaron Levie: Yeah. No, we’re, we’re very much taking that seriously. But, but still, and yet Devrel, I mean, I gotta do one plug. I don’t all is out. Please, please. We’re hiring a Devrel.
    swyx: Yeah.
    Like,
    Jeff Huber: like please
    swyx: no, all engineers here. Like, yeah. Like you’ve made it, like, and I just said every, every agent needs a box.
    Like, let’s go, let’s go.
    Aaron Levie: Thank you. No, that, that’s the headline. And we are hiring Devrel to make that happen. Uh, but yeah, I think Devrel is like the future job. So we’re all just gonna be doing Devrel in some form.
    swyx: Okay. Yeah.
    Aaron Levie: I mean, what is FD
    swyx: developers are ruling the earth. Yeah.
    Jeff Huber: What is FDI don’t know. Um,
    Aaron Levie: no, it’s, it’s Devrel.
    swyx: Yeah. Okay.
    Aaron Levie: No, you just, you’re going to
    swyx: a company, isn’t it just like glorify consulting? That’s, that’s the downside.
    Aaron Levie: Sure. I mean, I guess nobody can like actually [01:13:00] d you know, fully define this, but, um, uh, but I think it’s, it’s, it’s micro Devrel, like you’re in the company, you’re helping them with the services.
    Yeah. You’re doing a little bit extra implementation. Yeah.
    swyx: Yeah.
    Aaron Levie: Um, but, uh, but yeah, so it’s, uh, I, I think we’re all, you know, the thing that’s gonna happen on the ledger of software is we’re gonna produce far more output of code and thus features per dollar. But on the other end of this, we’re gonna actually end up spending probably just as much on how do you get all of that stuff to the customer, and it’s gonna create a new set of roles that we are all doing, partly because I, either, because there’s so much choice and now you have to kind of fight for attention there, or because this stuff is, is just changing so quickly that you have to technically help your customers.
    Along the journey. Yeah, so, so I just think like, I, this is why I, I, I always laugh when, you know, people say you don’t need to be an engineer, don’t do computer science. I actually think like that is like still one of the most protected job categories because [01:14:00] things are only getting more technical. Things are only gonna get harder and anybody in a technical position is in the best position.
    Yeah. To get agents deployed, get them built, get them adopted, build the, the, the custom code software to the, for the IT system, all of that.
    swyx: So, yeah. Yeah. My, my classic founding story of like why I picked AI engineer as a title and as, as a, as a theme for this podcast as theme for my conference was, um, back in like early 2023, someone al came to me and said like, I’m all in on ai.
    What should I do? And I was like, I just looked at her. I was like,
    Jeff Huber: God dammit, there’s nothing you can do.
    swyx: Like engineers are about to get so much more powerful than you Uhhuh. You don’t even understand.
    Aaron Levie: Tell me there’s a good, did she go and then learn?
    swyx: No, I didn’t, I didn’t say any of that to her.
    Aaron Levie: Oh, oh, I see, I see, I see.
    swyx: Okay. Yeah, I’m not, I’m not that honest. Well,
    Aaron Levie: I hope, I hope somewhere out there. She, she did, went to some online academy.
    swyx: Exactly. Learn to code.
    Aaron Levie: Yeah.
    swyx: But there, there’s a lot of people, like, there’s a lot of people who believe AI too much, and then they’re like, well, you don’t need to learn to code, so I won’t learn to code.
    Yeah. And then there’s, there’s like, there’s a bunch of us who are like, just in that [01:15:00] sweet spot of like, we can code and we can wield AI a thousand times more effectively than you can. Yeah. And like, well, who’s gonna win here? Like
    Jeff Huber: I, I think I, this was another, uh, a tweet, but it was like the observation that like, really software engineering for the past 30 years was the primary career track for like technical, high agency people that wanted to have a large outsize impact on the world.
    swyx: Yeah.
    Jeff Huber: And like, software was a means to, you know, do that Right. Effectively. Um, and so yeah, with ai, is it like that, uh, and, and for AI could eat software engineering or software engineering could eat all their kind of domains of discipline.
    Aaron Levie: You, those pr same principles then get applied to every other and then function,
    Jeff Huber: right?
    Aaron Levie: Yeah, exactly. Yeah. I
    Jeff Huber: mean, g team engineering, is that a hundred percent Anything else? Yeah.
    Aaron Levie: Well, this is the, you know, uh, anybody who believes that an enterprise, and I’m, I’m, I’m mixed on the, I’m mixed on this is, but if you believe that an enterprise is going to build its own software for all of its problems, then you must be the most long on computer science, you know, as a discipline of all time, because guess what, most of the economy does not have enough engineers to then [01:16:00] maintain all those systems, to update to all those systems, to figure out the, the relationship between the business problem and what the code needs to do to go and actually manage that.
    And so, so like that’s, that’s a very pro. Engineering job argument of what the future’s gonna look like. I’m still, again, I go back and forth on like, are you gonna really build all these things versus no prepackaged software, but no matter what, there’s gonna be 10 to a hundred times more code. So I think you can be very long engineering right now as just a, you know, purely on the dimension of, of software’s gonna become increasingly more important once agents are, are, you know, turning everything into software.
    swyx: Yeah. All right. Three software guys say software in room. Okay.
    Aaron Levie: Not biased at all. Okay.
    swyx: But, uh, Aaron, your inspiration. All right. Take you. It’s such a pleasure.
    Aaron Levie: All right. Good to be here.


    This is a public episode. If you'd like to discuss this with other subscribers or get access to bonus episodes, visit www.latent.space/subscribe
  • Latent Space: The AI Engineer Podcast

    METR’s Joel Becker on exponential Time Horizon Evals, Threat Models, and the Limits of AI Productivity

    27-02-2026 | 56 Min.
    This is a free preview of a paid episode. To hear more, visit www.latent.space

    AIE Europe CFP and AIE World’s Fair paper submissions for CAIS peer review are due TODAY - do not delay! Last call ever.
    We’re excited to welcome METR for their first LS Pod, hopefully the first of many:
    METR are keepers of currently the single most infamous chart in AI:
    But every Latent Space reader should be sophisticated enough to know that the details matter and that hype and hyperbole go hand in hand in AI social media, because the millions of impressions that got, by people who don’t understand or care about the nuances, disclaimers, and error bars, far outreaches the 69k views on the corrections by the people who actually made the chart:
    There’s a lot of nuance both in making benchmarks (as we discovered with OpenAI on our SWE-Bench Verified podcast) and in extrapolating results from them, especially where exponentials and sigmoids are concerned. METR’s Long Horizons work itself has known biases that the authors have responsibly disclosed, but go far too underappreciated in the pursuit of doomer chart porn.

    If you’re interested in a short, sharable TED talk version of this pod, over at AIE CODE we were blessed to feature Joel twice, as a stage talk and with a longer form small workshop with Q&A:
    We also make sure cover some of METR’s lesser known work on Threat Evaluation but also Developer Productivity, where 2x friend of the pod and now Zyphra founder Quentin Anthony was the ONLY productive participant!

    Finally, if you’re the sort to read these show notes to the end, then you definitely deserve some pictures of Joel shredding the guitar at Love Band Karaoke which we mention at the end:

    Full Video Pod

    Timestamps
    00:00 What METR Means00:39 Podcast Intro With Joel01:39 ME vs TR03:33 Time Horizon Origin Story04:56 Picking Tasks And Biases09:13 Time Horizon Misconceptions11:37 Opus 4.5 And Trendlines14:27 Productivity Studies And Explosions29:50 Compute Slows Progress30:47 Algorithms Need Compute32:45 Industry Spend and Data34:57 Clusters and Shipping Timelines36:44 Prediction Markets for Models38:10 Manifold Alpha Story43:04 Beyond Benchmarks Evals51:39 METR Roadmap and Farewell

    Transcript
  • Latent Space: The AI Engineer Podcast

    [LIVE] Anthropic Distillation & How Models Cheat (SWE-Bench Dead) | Nathan Lambert & Sebastian Raschka

    26-02-2026 | 52 Min.
    Swyx joined SAIL! Thank you SAIL Media, Prof. Tom Yeh, 8Lee, Hamid Bagheri, c9n, and many others for tuning into SAIL Live #6 with Nathan Lambert and Sebastian Raschka, PhD. Sharing here for the LS paid subscribers.
    We covered:



    This is a public episode. If you'd like to discuss this with other subscribers or get access to bonus episodes, visit www.latent.space/subscribe
  • Latent Space: The AI Engineer Podcast

    🔬Searching the Space of All Possible Materials — Prof. Max Welling, CuspAI

    25-02-2026 | 33 Min.
    Editor’s note: CuspAI raised a $100m Series A in September and is rumored to have reached a unicorn valuation. They have all-star advisors from Geoff Hinton to Yann Lecun and team of deep domain experts to tackle this next frontier in AI applications.
    In this episode, Max Welling traces the thread connecting quantum gravity, equivariant neural networks, diffusion models, and climate-focused materials discovery (yes, there is one!!!).
    We begin with a provocative framing: experiments as computation. Welling describes the idea of a “physics processing unit”—a world in which digital models and physical experiments work together, with nature itself acting as a kind of processor. It’s a grounded but ambitious vision of AI for science: not replacing chemists, but accelerating them.Along the way, we discuss:
    * Why symmetry and equivariance matter in deep learning
    * The tradeoff between scale and inductive bias
    * The deep mathematical links between diffusion models and stochastic thermodynamics
    * Why materials—not software—may be the real bottleneck for AI and the energy transition
    * What it actually takes to build an AI-driven materials platform
    Max reflects on moving from curiosity-driven theoretical physics (including work with Gerard ‘t Hooft) toward impact-driven research in climate and energy. The result is a conversation about convergence: physics and machine learning, digital models and laboratory experiments, long-term ambition and incremental progress.
    Full Video Episode

    Timestamps
    * 00:00:00 – The Physics Processing Unit (PPU): Nature as the Ultimate Computer
    * Max introduces the idea of a Physics Processing Unit — using real-world experiments as computation.
    * 00:00:44 – From Quantum Gravity to AI for Materials
    * Brandon frames Max’s career arc: VAE pioneer → equivariant GNNs → materials startup founder.
    * 00:01:34 – Curiosity vs Impact: How His Motivation Evolved
    * Max explains the shift from pure theoretical curiosity to climate-driven impact.
    * 00:02:43 – Why CaspAI Exists: Technology as Climate Strategy
    * Politics struggles; technology scales. Why materials innovation became the focus.
    * 00:03:39 – The Thread: Physics → Symmetry → Machine Learning
    * How gauge symmetry, group theory, and relativity informed equivariant neural networks.
    * 00:06:52 – AI for Science Is Exploding (Not Emerging)
    * The funding surge and why AI-for-Science feels like a new industrial era.
    * 00:07:53 – Why Now? The Two Catalysts Behind AI for Science
    * Protein folding, ML force fields, and the tipping point moment.
    * 00:10:12 – How Engineers Can Enter AI for Science
    * Practical pathways: curriculum, workshops, cross-disciplinary training.
    * 00:11:28 – Why Materials Matter More Than Software
    * The argument that everything—LLMs included—rests on materials innovation.
    * 00:13:02 – Materials as a Search Engine
    * The vision: automated exploration of chemical space like querying Google.
    * 01:14:48 – Inside CuspAI: The Platform Architecture
    * Generative models + multi-scale digital twin + experiment loop.
    * 00:21:17 – Automating Chemistry: Human-in-the-Loop First
    * Start manual → modular tools → agents → increasing autonomy.
    * 00:25:04 – Moonshots vs Incremental Wins
    * Balancing lighthouse materials with paid partnerships.
    * 00:26:22 – Why Breakthroughs Will Still Require Humans
    * Automation is vertical-specific and iterative.
    * 00:29:01 – What Is Equivariance (In Plain English)?
    * Symmetry in neural networks explained with the bottle example.
    * 00:30:01 – Why Not Just Use Data Augmentation?
    * The optimization trade-off between inductive bias and data scale.
    * 00:31:55 – Generative AI Meets Stochastic Thermodynamics
    * His upcoming book and the unification of diffusion models and physics.
    * 00:33:44 – When the Book Drops (ICLR?)

    Transcript
    Max: I want to think of it as what I would call a physics processing unit, like a PPU, right? Which is you have digital processing units and then you have physics processing units. So it’s basically nature doing computations for you. It’s the fastest computer known, as possible even. It’s a bit hard to program because you have to do all these experiments. Those are quite bulky, it’s like a very large thing you have to do. But in a way it is a computation and that’s the way I want to see it. You can do computations in a data center and then you can ask nature to do some computations. Your interface with nature is a bit more complicated. But then these things will have to seamlessly work together to get to a new material that you’re interested in.
    [01:00:44:14 - 01:01:34:08]
    Brandon: Yeah, it’s a pleasure to have Max Woehling as a guest today. Max has done so much over his career that I’ve been so excited about. If you’re in the deep learning community, you probably know Max for his work on variational autocoders, which has literally stood the test of prime or officially stood the test of prime. If you are a scientist, you probably know him for his like, binary work on graph neural networks on equivariance. And if you’re a material science, you probably know him about his new startup, CASPAI. Max has a long history doing lots of cool problems. You started in quantum gravity, which is I think very different than all of these other things you worked on. The first question for AI engineers and for scientists, what is the thread in how you think about problems? What is the thread in the type of things which excite you? And how do you decide what is the next big thing you want to work on?
    [01:01:34:08 - 01:02:41:13]
    Max: So it has actually evolved a lot. In my young days, let’s breathe, I would just follow what I would find super interesting. I have kind of this sensor. I think many people have, but maybe not really sort of use very much, which is like, you get this feeling about getting very excited about some problem. Like it could be, what’s inside of a black hole or what’s at the boundary of the universe or what are quantum mechanics actually all about. And so I follow that basically throughout my career. But I have to say that as you get older, this changes a little bit in the sense that there’s a new dimension coming to it and there’s this impact. Going in two-dimensional quantum gravity, you pretty much guaranteed there’s going to be no impact on what you do relative, maybe a few papers, but not in this world, this energy scale. As I get closer to retirement, which is fortunately still 10 years away or so, I do want to kind of make a positive impact in the world. And I got pretty worried about climate change.
    [01:02:43:15 - 01:03:19:11]
    Max: I think politics seems to have a hard time solving it, especially these days. And so I thought better work on it from the technology side. And that’s why we started CaspAI. But there’s also a lot of really interesting science problems in material science. And so it’s kind of combining both the impact you can make with it as well as the interesting science. So it’s sort of these two dimensions, like working on things which you feel there’s like, well, there’s something very deep going on here. And on the other hand, trying to build tools that can actually make a real impact in the world.
    [01:03:19:11 - 01:03:39:23]
    RJ: So the thread that when I look back, look at the different things that you worked out, some of them seem pretty connected, like the physics to equivariance and, yeah, and, uh, gravitational networks, maybe. And that seems to be somewhat related to Casp. Do you have a thread through there?
    [01:03:39:23 - 01:06:52:16]
    Max: Yeah. So physics is the thread. So having done, you know, spent a lot of time in theoretical physics, I think there is first very fundamental and exciting questions, like things that haven’t actually been figured out in quantum gravity. So that is really the frontier. There’s also a lot of mathematical tools that you can use, right? In, for instance, in particle physics, but also in general relativity, sort of symmetry space to play an enormously important role. And this goes all the way to gauge symmetries as well. And so applying these kinds of symmetries to, uh, machine learning was actually, you know, I thought of it as a very deep and interesting mathematical problem. I did this with Taco Cohen and Taco was the main driver behind this, went all the way from just simple, like rotational symmetries all the way to gauge symmetries on spheres and stuff like that. So, and, uh, Maurice Weiler, who’s also here, um, when he was a PhD student, he was a very good student with me, you know, he wrote an entire book, which I can really recommend about the role of symmetries in AI and machine learning. So I find this a very deep and interesting problem. So more recently, so I’ve taken a sort of different path, which is the relationship between diffusion models and that field called stochastic thermodynamics. This is basically the thermodynamics, which is a theory of equilibrium. So but then formulated for out of equilibrium systems. And it turns out that the mathematics that we use for diffusion models, but even for reinforcement learning for Schrodinger bridges for MCMC sampling has the same mathematics as this theoretical, this physical theory of non-equilibrium systems. And that got me very excited. And actually, uh, when I taught a course in, um, Mauschenberg, uh, it is South Africa, close to Cape Town at the African Institute for Mathematical Sciences Ames. And I turned that into a book site. Two years later, the book was finished. I’ve sent it to the publisher. And this is about the deep relationship between free energy, diffusion models, basically generative AI and stochastic thermodynamics. So it’s always some kind of, I don’t know, I find physics very deep. I also think a lot about quantum mechanics and it’s, it’s, it’s a completely weird theory that actually nobody really understands. And there’s a very interesting story, which is maybe good to tell to connect sort of my PZ back to where I’m now. So I did my PZ with a Nobel Laureate, Gerard the toft. He says the most brilliant man I’ve ever met. He was never wrong about anything as long as I’ve seen him. And now he says quantum mechanics is wrong and he has a new theory of quantum mechanics. Nobody understands what he’s saying, even though what he’s writing down is not mathematically very complex, but he’s trying to address this understandability, let’s say of quantum mechanics head on. And I find it very courageous and I’m completely fascinated by it. So I’m also trying to think about, okay, can I actually understand quantum mechanics in a more mundane way? So that, you know, without all the weird multiverses and collapses and stuff like that. So the physics is always been the threat and I’m trying to apply the physics to the machine learning to build better algorithms.
    [01:06:52:16 - 01:07:05:15]
    Brandon: You are still very involved in understanding and understanding physics and the worlds. Yeah. And just like applications to machine learning or introducing no formalisms. That’s really cool.
    [01:07:05:15 - 01:07:18:02]
    Max: Yes, I would say I’m not contributing much to physics, but I’m contributing to the interface between physics and science. And that’s called AI for science or science or AI is kind of a super, it’s actually a new discipline that’s emerging.
    [01:07:18:02 - 01:07:18:19]
    Speaker 5: Yeah.
    [01:07:18:19 - 01:07:45:14]
    Max: And it’s not just emerging, it’s exploding, I would say. That’s the better term because I know you go from investments into like in the hundreds of millions now in the billions. So there’s now actually a startup by Jeff Bezos that is at 6.2 billion sheep round. Right. Insane. I guess it’s the largest startup ever, I think. And that’s in this field, AI for science. It tells you something that we are creating a new bubble here.
    [01:07:46:15 - 01:07:53:28]
    Brandon: So why do you think it is? What has changed that has motivated people to start working on AI for science type problems?
    [01:07:53:28 - 01:08:49:17]
    Max: So there’s two reasons actually. One is that people have been applying sort of the new tools from AI to the sciences, which is quite natural. And there’s of course, I think there’s two big examples, protein folding is a big one. And the other one is machine learning forest fields or something called machine learning inter-atomic potentials. Both of them have been actually very successful. Both also had something to do with symmetries, which is a little cool. And sort of people in the AI sciences saw an opportunity to apply the tools that they had developed beyond advertised placement, right, or multimedia applications into something that could actually make a very positive impact in society like health, drug development, materials for the energy transition, carbon capture. These are all really cool, impactful applications.
    [01:08:50:19 - 01:09:42:14]
    Max: Despite that, the science and the kind of the is also very interesting. I would say the fact that these sort of these two fields are coming together and that we’re now at the point that we can actually model these things effectively and move the needle on some of these sort of science sort of methodologies is also a very unique moment, I would say. People recognize that, okay, now we’re at the cusp of something new, where it results whether the company is called after. We’re at the cusp of something new. And of course that always creates a lot of energy. It’s like, okay, there’s something, it’s like sort of virgin field. It’s like nobody’s green field. Nobody’s been there. I can rush in and I can sort of start harvesting there, right? And I think that’s also what’s causing a lot of sort of enthusiasm in the fields.
    [01:09:42:14 - 01:10:12:18]
    RJ: If you’re an AI engineer, basically if the people that listen to this podcast will be in the field, then you maybe don’t have a strong science background. How does, but are excited. Most I would say most AI practitioners, BM engineers or scientists would consider themselves scientists and they have some background, a little bit of physics, a little bit of industry college, maybe even graduate school that have been working or are starting out. How does somebody who is not a scientist on a day-to-day basis, how do they get involved?
    [01:10:12:18 - 01:10:14:28]
    Max: Well, they can read my book once it’s out.
    [01:10:16:07 - 01:11:05:24]
    Max: This is basically saying that there is more, we should create curricula that are on this interface. So I’m not sure there is, also we already have some universities actual courses you can take, maybe online courses you can take. These workshops where we are now are actually very good as well. And we should probably have more tutorials before the workshop starts. Actually we’ve, I’ve kind of proposed this at some point. It’s like maybe first have an hour of a tutorial so that people can get new into the field. There’s a lot out there. Most of it is of course inaccessible, but I would say we will create much more books and other contents that is more accessible, including this podcast I would say. So I think it will come. And these days you can watch videos and things. There’s a huge amount of content you can go and see.
    [01:11:05:24 - 01:11:28:28]
    Brandon: So maybe a follow-up to that. How do people learn and get involved? But why should they get involved? I mean, we have a lot of people who are of our audience will be interested in AI engineering, but they may be looking for bigger impacts in the world. What opportunities does AI for science provide them to make an impact to change the world? That working in this the world of pure bits would not.
    [01:11:28:28 - 01:11:40:06]
    Max: So my view is that underlying almost everything is immaterial. So we are focusing a lot on LLMs now, which is kind of the software layer.
    [01:11:41:06 - 01:11:56:05]
    Max: I would say if you think very hard, underlying everything is immaterial. So underlying an LLM is a GPU, and underlying a GPU is a wafer on which we will have to deposit materials. Do we want to wait a little bit?
    [01:12:02:25 - 01:12:11:06]
    Max: Underlying everything is immaterial. So I was saying, you know, there’s the LLM underlying the LLM is a GPU on which it runs. In order to make that GPU,
    [01:12:12:08 - 01:12:43:20]
    Max: you have to put materials down on a wafer and sort of shine on it with sort of EUV light in order to etch kind of the structures in. But that’s now an actual material problem, because more or less we’ve reached the limits of scaling things down. And now we are trying to improve further by new materials. So that’s a fundamental materials problem. We need to get through the energy transition fast if we don’t want to kind of mess up this world. And so there is, for instance, batteries. That’s a complete materials problem. There’s fuel cells.
    [01:12:44:23 - 01:13:01:16]
    Max: There is solar panels. So that they can now make solar panels with new perovskite layers on top of the silicon layers that can capture, you know, theoretically up to 50% of the light, where now we’re at, I don’t know, maybe 22 or something. So these are huge changes all by material innovation.
    [01:13:02:21 - 01:13:47:15]
    Max: And yeah, I think wherever you go, you know, I can probably dig deep enough and then tell you, well, actually, the very foundation of what you’re doing is a material problem. And so I think it’s just very nice to work on this very, very foundation. And also because I think this is maybe also something that’s happening now is we can start to search through this material space. This has never been the case, right? It’s like scientists, the normal way of working is you read papers and then you come up with no hypothesis. You do an experiment and you learn, et cetera. So that’s a very slow process. Now we can treat this as a search engine. Like we search the internet, we now search the space of all possible molecules, not just the ones that people have made or that they’re in the universe, but all of them.
    [01:13:48:21 - 01:14:42:01]
    Max: And we can make this kind of fully automated. That’s the hope, right? We can just type, it becomes a tool where you type what you want and something starts spinning and some experiments get going. And then, you know, outcome list of materials and then you look at it and say, maybe not. And then you refine your query a little bit. And you kind of do research with this search engine where a huge amount of computation and experimentation is happening, you know, somewhere far away in some lab or some data center or something like this. I find this a very, very promising view of how we can sort of build a much better sort of materials layer underneath almost everything. And also more sustainable materials. Our plastics are polluting the planet. If you come up with a plastic that kind of destroys itself, you know, after, I don’t a few weeks, right? And actually becomes a fertilizer. These are things that are not impossible at all. These things can be done, right? And we should do it.
    [01:14:42:01 - 01:14:47:23]
    RJ: Can you tell us a little bit just generally about CUSBI and then I have a ton of questions.
    [01:14:47:23 - 01:14:48:15]
    Speaker 5: Yeah.
    [01:14:48:15 - 01:17:49:10]
    Max: So CUSBI started about 20 months ago and it was because I was worried about I’m still worried about climate change. And so I realized that in order to get, you know, to stay within two degrees, let’s say, we would not only have to reduce our emissions to zero by 2050, but then, you know, another half century or even a century of removing carbon dioxide from the atmosphere, not by reducing your emissions, but actually removing it at a rate that’s about half the rate that we now emit it. And that is a unsolved problem. But if we don’t solve it, two degrees is not going to happen, right? It’s going to be much more. And I don’t think people quite understand how bad that can be, like four degrees, like very bad. So this technology needs to be developed. And so this was my and my co-founder, Chet Edwards, motivation to start this startup. And also because, you know, we saw the technology was ready, which is also very good. So if you’re, you know, the time is right to do it. And yeah, so we now in the meanwhile, we’ve grown to about 40 people. We’ve kind of collected 130 million investment into the company, which is for a European company is quite a lot. I would say it’s interesting that right after that, you know, other startups got even more. So that’s kind of tells you how fast this is growing. But yeah, we are we are now at the we’ve built the platform, of course, but it’s for a series of material classes and it needs to be constantly expanded to new material classes. And it can be more automated because, you know, we know putting LLMs in as the whole thing gets more and more automated. And now we’re moving to sort of high throughput experimentation. So connecting the actual platform, which is computational, to the experiments so that you can get also get fast feedback from experiments. And I kind of think of experiments as something you do at the end, although that’s what we’ve been doing so far. I want to think of it as what I would call a sort of a physics processing unit, like a PPU, right, which is you have digital processing units and then you have physics processing units. So it’s basically nature doing computations for you. It’s the fastest computer known as possible, even. It’s a bit hard to program because you have to do all these experiments. Those are quite, quite bulky. It’s like a very large thing you have to do. But in a way, it is a computation. And that’s the way I want to see it. So I want to you can do computations in a data center and then you can ask nature to do some computations. Your interface with nature is a bit more complicated. But then these things will have to seamlessly work together to get to a new material that you’re interested in. And that’s the vision we have. We don’t say super intelligence because I don’t quite know what it means and I don’t want to oversell it. But I do want to automate this process and give a very powerful tool in the hands of the chemists and the material scientists.
    [01:17:49:10 - 01:18:01:02]
    Brandon: That actually brings up a question I wanted to ask you. First of all, can you talk about your platform to like whatever degree, like explain kind of how it works and like what you your thought processes was in developing it?
    [01:18:01:02 - 01:20:47:22]
    Max: Yeah, I think it’s been surprisingly, it’s not rocket science, I would say. It’s not rocket science in the sense of the design and basically the design that, you know, I wrote down at the very beginning. It’s still more or less the design, although you add things like I wasn’t thinking very much about multi-scale models and as the common are rated that actually multi-scale is very important. And the beginning, I wasn’t thinking very much about self-driving labs. But now I think, you know, we are now at the stage we should be adding that. And so there is sort of bits and details that we’re adding. But more or less, it’s what you see in the slide decks here as well, which is there is a generative component that you have to train to generate candidates. And then there is a digital twin, multi-scale, multi-fidelity digital twin, which you walk through the steps of the ladder, you know, they do the cheap things first, you weed out everything that’s obviously unuseful, and then you go to more and more expensive things later. And so you narrow things down to a small number. Those go into an experiment, you know, do the experiment, get feedback, etc. Now, things that also have been more recently added is sort of more agentic sort of parts. You know, we have agents that search the literature and come up with, you know, actually the chemical literature and come up with, you know, chemical suggestions for doing experiments. We have agents which sort of autonomously orchestrate all of the computations and the experiments that need to be done. You know, they’re in various stages of maturity and they can be continuously improved, I would say. And so that’s basically I don’t think that part. There’s rocket science, but, you know, the design of that thing is not like surprising. What is it’s surprising hard to actually build it. Right. So that’s that’s the thing that is where the moat is in the data that you can get your hands on and the and actually building the platform. And I would say there’s two people in particular I want to call out, which is Felix Hunker, who is actually, you know, building the scientific part of the platform and Sandra de Maria, who is building the sort of the skate that is kind of this the MLOps part of the platform. Yeah. And so and recently we also added sort of Aaron Walsh to our team, who is a very accomplished scientist from Imperial College. We’re very happy about that. He’s going to be a chief science officer. And we also have a partnerships team that sort of seeks out all the customers because I think this is one thing I find very important. In print, it’s so complex to do to actually bring a material to the real world that you must do this, you know, in collaboration with sort of the domain experts, which are the companies typically. So we always we only start to invest in the direction if we find a good industrial partner to go on that journey with us.
    [01:20:47:22 - 01:20:55:12]
    Brandon: Makes a lot of sense. Over the evolution of the platform, did you find that you that human intervention, human,
    [01:20:56:18 - 01:21:17:01]
    Brandon: I guess you could start out with a pure, you could imagine two directions when you start up making everything purely automatic, automated, agentic, so on. And then later on, you like find that you need to have more human input and feedback different steps. Or maybe did you start out with having human feedback? You have lots of steps and then like kind of, yeah, figure out ways to remove, you know,
    [01:21:17:01 - 01:22:39:18]
    Max: that is the second one. So you build tools for you. So it’s much more modular than you think. But it’s like, we need these tools for this application. We need these tools. So you build all these tools, and then you go through a workflow actually in the beginning just manually. So you put them in a first this tool, then run this to them or this with sithery. So you put them in a workflow and then you figure out, oh, actually, you know, this this porous material that we are trying to make actually collapses if you shake it a bit. Okay, then you add a new tool that says test for stability. Right. Yeah. And so there’s more and more tools. And then you build the agent, which could be a Bayesian optimizer, or it could be an actual other them, you know, maybe trained to be a good chemist that will then start to use all these tools in the right way in the right order. Yeah. Right. But in the beginning, it’s like you as a chemist are putting the workflow together. And then you think about, okay, how am I going to automate this? Right. For one very easy question you can ask yourself is, you know, every time somebody who is not a super expert in DFT, yeah, and he wants to do a calculation has to go to somebody who knows DFT. And so could you start to automate that away, which is like, okay, make it so user friendly, so that you actually do the right DFT for the right problem and for the right length of time, and you can actually assess whether it’s a good outcome, etc. So you start to automate smaller small pieces and bigger pieces, etc. And in the end, the whole thing is automated.
    [01:22:39:18 - 01:22:53:25]
    Brandon: So your philosophy is you want to provide a set of specific tools that make it so that the scientists making decisions are better informed and less so trying to create an automated process.
    [01:22:53:25 - 01:23:22:01]
    Max: I think it’s this is sort of the same where you’re saying because, yes, we want to automate, yeah, but we don’t see something very soon where the chemists and the domain expert is out of the loop. Yeah, but it but it’s a retreat, right? It’s like, okay, so first, you need an expert to tell you precisely how to set the parameters of the DFT calculation. Okay, maybe we can take that out. We can maybe automate that, right? And so increasingly, more of these things are going to be removed.
    [01:23:22:01 - 01:23:22:19]
    Speaker 5: Yeah.
    [01:23:22:19 - 01:24:33:25]
    Max: In the end, the vision is it will be a search engine where you where somebody, a chemist will type things and we’ll get candidates, but the chemist will still decide what is a good material and what is not a good material out of that list, right? And so the vision of a completely dark lab, where you can close the door and you just say, just, you know, find something interesting and then it will it will just figure out what’s interesting and we’ll figure out, you know, it’s like, oh, I found this new material to blah, blah, blah, blah, right? That’s not the vision I have. He’s not for, you know, a long time. So for me, it’s really empowering the domain experts that are sitting in the companies and in universities to be much faster in developing their materials. And I should say, it’s also good to be a little humble at times, because it is very complicated, you know, to bring it to make it and to bring it into the real world. And there are people that are doing this for the entire lives. Yeah. Right. And it’s like, I wonder if they scratch their head and say, well, you know, how are you going to completely automate that away, like in the next five years? I don’t think that’s going to happen at all.
    [01:24:35:01 - 01:24:39:24]
    Max: Yeah. So to me, it’s an increasingly powerful tool in the hands of the chemists.
    [01:24:39:24 - 01:25:04:02]
    RJ: I have a question. You’ve talked before about getting people interested based on having, you know, sort of a big breakthrough in materials, incremental change. I’m curious what you think about the platform you have now in are sort of stepping towards and how are you chasing the big change or is this like incremental or is there they’re not mutually exclusive, obviously, but what do you think about that?
    [01:25:04:02 - 01:26:04:27]
    Max: We follow a mixed strategy. So we are definitely going after a big material. Again, we do this with a partner. I’m not going to disclose precisely what it is, but we have our own kind of long term goal. You could call it lighthouse or, you know, sort of moonshot or whatever, but it is going to be a really impactful material that we want to develop as a proof point that it can be done and that it will make it into the into the real world and that AI was essential in actually making it happen. At the same time, we also are quite happy to work with companies that have more modest goals. Like I would say one is a very deep partnership where you go on a journey with a company and that’s a long term commitment together. And the other one is like somebody says, I knew I need a force field. Can you help me train this force field and then maybe analyze this particular problem for me? And I’ll pay you a bunch of money for that. And then maybe after that we’ll see. And that’s fine too. Right. But we prefer, you know, the deep partnerships where we can really change something for the good.
    [01:26:04:27 - 01:26:22:02]
    RJ: Yeah. And do you feel like from a platform standpoint you’re ready for that or what are the things that and again, not asking you to disclose proprietary secret sauce, but what are the things generally speaking that need to happen from where we are to where to get those big breakthroughs?
    [01:26:22:02 - 01:28:40:01]
    Max: What I find interesting about this field is that every time you build something, it’s actually immediately useful. Right. And so unlike quantum computing, which or nuclear fusion, so you work for 20, 30, 40 years and nothing, nothing, nothing, nothing. And then it has to happen. Right. And when it happens, it’s huge. So it’s quite different here because every time you introduce, so you go to a customer and you say, so what do you need? Right. So we work, let’s say, on a problem like a water filtration. We want to remove PFAS from water. Right. So we do this with a company, Camira. So they are a deep partner for us. Right. So we on a journey together. I think that the breakthrough will happen with a lot of human in the loop because there is the chemists who have a whole lot more knowledge of their field and it’s us who will help them with training, having a new message. And in that kind of interface, these interactions, something beautiful will happen and that will have to happen first before this field will really take off, I think. And so in the sense that it’s not a bubble, let’s put it that way. So that’s people see that as actual real what’s happening. So in the beginning, it will be very, you know, with a lot of humans in the loop, I would say, and I would I would hope we will have this new sort of breakthrough material before, you know, everything is completely automated because that will take a while. And also it is very vertical specific. So it’s like completely automating something for problem A, you know, you can probably achieve it, but then you’ll sort of have to start over again for problem B because, you know, your experimental setup looks very different in the machines that you characterize your materials look very different. Even the models in your platform will have to be retrained and fine tuned to the new class. So every time, you know, you have a lot of learnings to transfer, but also, you know, the problems are actually different. And so, yes, I would want that breakthrough material before it’s completely automated, which I think is kind of a long term vision. And I would say every time you move to something new, you’ll have to start retraining and humans will have to come in again and say, okay, so what does this problem look like? And now sort of, you know, point the the machine again, you know, in the new direction and then and then use it again.
    [01:28:40:01 - 01:28:47:17]
    RJ: For the non-scientists among us, me included a bit of a scientist. There’s a lot of terminology. You mentioned DFT,
    [01:28:49:00 - 01:29:01:11]
    RJ: you equivariance we’ve talked about. Can you sort of explain in engineering terms or the level of sophistication and engineering? Well, how what is equivariance?
    [01:29:01:11 - 01:29:55:01]
    Max: So equivariance is the infusion of symmetry in neural networks. So if I build a neural network, let’s say that needs to recognize this bottle, right, and then I rotate the bottle, it will then actually have to completely start again because it has no idea that the rotated bottle. Well, actually, the input that represents a rotated bottle is actually rotated bottle. It just doesn’t understand that. Right. If you build equivariance in basically once you’ve trained it in one orientation, it will understand it in any other orientation. So that means you need a lot less data to train these models. And these are constraints on the weights of the model. So so basically you have to constrain the way such data to understand it. And you can build it in, you can hard code it in. And yeah, this the symmetry groups can be, you know, translations, rotations, but also permutations. I can graph neural network, their permutations and then physics, of course, as many more of these groups.
    [01:29:55:01 - 01:30:01:08]
    RJ: To pray devil’s advocate, why not just use data augmentation by your bottle is in all the different orientations?
    [01:30:01:08 - 01:30:58:23]
    Max: As an option, it’s just not exact. It’s like, why would you go through the work of doing all that? Where you would really need an infinite number of augmentations to get it completely right. Where you can also hard code it in. Now, I have to say sometimes actually data augmentation works even better than hard coding the equivariance in. And this is something to do with the fact that if you constrain the optimization, the weights before the optimization starts, the optimization surface or objective becomes more complicated. And so it’s harder to find good minima. So there is also a complicated interplay, I think, between the optimization process and these constraints you put in your network. And so, yeah, you’ll hear kind of contradicting claims in this field. Like some people and for certain applications, it works just better than not doing it. And sometimes you hear other people, if you have a lot of data and you can do data augmentation, then actually it’s easier to optimize them and it actually works better than putting the equivariance in.
    [01:30:58:23 - 01:31:07:16]
    Brandon: Do you think there’s kind of a bitter lesson for mathematically founded models and strategies for doing deep learning?
    [01:31:07:16 - 01:31:46:06]
    Max: Yeah, ultimately it’s a trade-off between data and inductive bias. So if your inductive bias is not perfectly correct, you have to be careful because you put a ceiling to what you can do. But if you know the symmetry is there, it’s hard to imagine there isn’t a way to actually leverage it. But yeah, so there is a bitter lesson. And one of the bitter lessons is you should always make sure your architecture is scale, unless you have a tiny data set, in which case it doesn’t matter. But if you, you know, the same bitter lessons or lessons that you can draw in LLM space are eventually going to be true in this space as well, I think.
    [01:31:47:10 - 01:31:55:01]
    RJ: Can you talk a little bit about your upcoming book and tell the listeners, like, what’s exciting about it? Yeah, I should read it.
    [01:31:55:01 - 01:33:42:20]
    Max: So this book is about, it’s called Generative AI and Stochastic Thermodynamics. It basically lays bare the fact that the mathematics that goes into both generative AI, which is the technology to generate images and videos, and this field of non-equilibrium statistical mechanics, which are systems of molecules that are just moving around and relaxing to the ground state, or that you can control to have certain, you know, be in a certain state, the mathematics of these two is actually identical. And so that’s fascinating. And in fact, what’s interesting is that Jeff Hinton and Radford Neal already wrote down the variational free energy for machine learning a long time ago. And there’s also Carl Friston’s work on free energy principle and active entrance. But now we’ve related it to this very new field in physics, which is called stochastic thermodynamics or non-equilibrium thermodynamics, which has its own very interesting theorems, like fluctuation theorems, which we don’t typically talk about, but we can learn a lot from. And I think it’s just it can sort of now start to cross fertilize. When we see that these things are actually the same, we can, like we did for symmetries, we can now look at this new theory that’s out there, developed by these very smart physicists, and say, okay, what can we take from here that will make our algorithms better? At the same time, we can use our models to now help the scientists do better science. And so it becomes a beautiful cross-fertilization between these two fields. The book is rather technical, I would say. And it takes all sorts of things that have been done as stochastic thermodynamics, and all sorts of models that have been done in the machine learning literature, and it basically equates them to each other. And I think hopefully that sense of unification will be revealing to people.
    [01:33:42:20 - 01:33:44:05]
    RJ: Wait, and when is it out?
    [01:33:44:05 - 01:33:56:09]
    Max: Well, it depends on the publisher now. But I hope in April, I’m going to give a keynote at ICLR. And it would be very nice if they have this book in my hand. But you know, it’s hard to control these kind of timelines.
    [01:33:56:09 - 01:33:58:19]
    RJ: Yeah, I’m looking forward to it. Great.
    [01:33:58:19 - 01:33:59:25]
    Max: Thank you very much.


    This is a public episode. If you'd like to discuss this with other subscribers or get access to bonus episodes, visit www.latent.space/subscribe

Meer Zaken en persoonlijke financiën podcasts

Over Latent Space: The AI Engineer Podcast

The podcast by and for AI Engineers! In 2025, over 10 million readers and listeners came to Latent Space to hear about news, papers and interviews in Software 3.0. We cover Foundation Models changing every domain in Code Generation, Multimodality, AI Agents, GPU Infra and more, directly from the founders, builders, and thinkers involved in pushing the cutting edge. Striving to give you both the definitive take on the Current Thing down to the first introduction to the tech you'll be using in the next 3 months! We break news and exclusive interviews from OpenAI, Anthropic, Gemini, Meta (Soumith Chintala), Sierra (Bret Taylor), tiny (George Hotz), Databricks/MosaicML (Jon Frankle), Modular (Chris Lattner), Answer.ai (Jeremy Howard), et al. Full show notes always on https://latent.space www.latent.space
Podcast website

Luister naar Latent Space: The AI Engineer Podcast, De Leukste Podcast over Marketing(Psychologie) en vele andere podcasts van over de hele wereld met de radio.net-app

Ontvang de gratis radio.net app

  • Zenders en podcasts om te bookmarken
  • Streamen via Wi-Fi of Bluetooth
  • Ondersteunt Carplay & Android Auto
  • Veel andere app-functies