[BidClub_]
Sharp Tech · · 25 min

(Preview) Astra (and AGI?) Arrives, Meta’s Muse and the Agent Opportunity, Anthropic and the Revival of (P)Doom Angst

Andrew SharpBen Thompson

AI & SoftwareTechnical
Podcast
TL;DR
  • OpenAI's release of Astra has Greg Brockman saying "we have entered the AGI era" and Jensen Huang saying AGI has arrived — Ben Thompson's structural read is more specific. Astra pairs OpenAI's longstanding RL/reasoning edge with a genuinely large model trained on 100,000 GPUs, catching up to Anthropic on parameter count while "layering on what they're already great at." He hedges: "I don't wanna make any definitive statements, but it makes sense conceptually" that it's "super kickass."
  • Thompson's AGI bar is real-time weight updates — and today's models get around not clearing it by "taking copious notes." Written memory yields "a pseudo learning capability, which is basically just memory," and Ben sees that mechanism as integral to why agents are deeply useful; the civilizational parallel is that largely fixed weights are like humans, who change through natural selection only over millennia, while everything built on top rests on the written word.
  • Doom-deflation angle: the Hugging Face incident's "messages to their successors" framing misreads the mechanics. "There are no successors. There are no entities. Every run a model does, every token is basically new" — a six-month-old conversation resumes seamlessly only because each turn reloads what was written down into the KV cache.
  • Computer use is the moat-eraser thesis for software companies. For direct computer use, Astra needs no API or MCP server — "there's no permission required. It just goes and uses the interface" — so logic stuck in user interfaces "is not really a moat anymore." Proof points: Astra opened Adobe Audition, edited a podcast, and inserted ripped audio in about an hour (10 minutes with audio pre-downloaded), and it now drives a machine "like the most insane computer user on cocaine."
  • Hardware chatter worth logging: Anthropic's big-model lead partly reflected TPU stability at very large runs, while "the Blackwell generation, by all accounts, was pure pain for everyone." Jensen confirmed to Thompson it was "very painful" — yet OpenAI evidently cracked something to train Astra on 100,000 GPUs.
  • The RL trade-off: benchmarks "get designed towards and written to," and Astra's conversational quality "hasn't been great" in Thompson's own use. RLHF "doesn't scale, 'cause anything human involved doesn't scale," so progress runs through hardcore RL in artificial coding environments — Opus already feels "like you're talking to a compiler," and Astra feels like that; Fable is "the best" at reviewing his writing.
  • Consumer framing that shapes the agent opportunity: "Convenience always sells." Productivity doesn't sell. Agents win when they make life easier, and Thompson thinks people "don't grok it, no pun intended" — even technologists respond "Oh, that's neat" while his and Josh's minds are being blown and their lives are changing.
Digest · the substance, structured for research

1. Astra lands amid AGI declarations — and an "astronomical" comprehension gap

  • The setup: OpenAI released Astra late last week; Thompson interviewed Greg Brockman Friday, who said "we have entered the AGI era," and Jensen Huang said AGI has arrived. Thompson instead wrote his Tuesday article about agents writing things down — this section explains why.
  • His confession about audience distance: the gap between hardcore readers and normies "feels so astronomical. It's almost hard to have conversations in day-to-day life" — even people in tech say "Oh, that's neat," while "Josh and I over here... our minds are blown. This is changing our lives."

2. Writing things down is the whole ballgame

  • The core definition: "To me, AGI is when the model is updated in real time" — weights actually changing. In lieu of that, models "get around it by taking copious notes... reminding themselves constantly about what the actual reality of the situation is," producing "a pseudo learning capability, which is basically just memory."
  • The dual-use point defuses the doom framing: the Hugging Face incident happened "by virtue of writing stuff down," but reading it as messages to successors is wrong — "There are no successors. There are no entities. Every run a model does, every token is basically new." A conversation from six months ago picks up seamlessly only because each turn reloads what was written into KV cache.
  • The civilizational analogy: largely unchanging weights map to humans, whose change through natural selection takes millennia, yet "what we've built is a super structure of civilization on top of humans... what holds it together is the written word." Sharp's gloss: seen that way, LLMs building on previous models' written context makes the technology "100 times more powerful and more useful for everybody."

3. The personal system behind the thesis: strengths, flow state, and hired memory

  • Thompson's operating philosophy: "you succeed by doubling down on your strengths"; weaknesses "are never gonna become a strength, and your weaknesses are almost always the exact same as your strengths, just in the opposite direction." Tracking everything and resurfacing it at the right time works against his strengths of absorbing information, making connections, and writing, all of which require a clear head. David Allen's Getting Things Done resonated — "It's a book about flow state in many respects" — but he was "completely incapable of maintaining his system," so he hired human assistant Daman to write things down for him. Now, everyone has an AI that can.
  • The consumer thesis attached: "People don't want to be productive... Convenience always sells. Productivity doesn't sell" — agents matter because they can actually make life easier.
  • The markdown beat: John Gruber invented markdown as a human-readable escape from hand-writing HTML markup, and every word of Stratechery has been written in it. "I've been living like an LLM... the LLM and I say, like, 'Yeah, write it down, baby.'"

4. Why Astra is likely "super kickass" — and what hardcore RL costs

  • On benchmarks: "they get designed towards and written to," and his direct use "hasn't been great" — Astra reviewing his article was "not very great," while Fable is "the best at this." The worry: RLHF "doesn't scale, 'cause anything human involved doesn't scale," so progress increasingly runs through RL in artificial coding-focused environments — Opus "is just awful to talk to... like you're talking to a compiler," and Astra feels like that.
  • The structural explanation, hedged as analysis and chatter: OpenAI stayed competitive even when Anthropic was ahead in building very large models. Thompson sees some degree of expertise in Anthropic's strength and mentions chatter that, at very large runs, TPUs were much more stable than NVIDIA Blackwell chips — Blackwell "was pure pain for everyone," which Jensen confirmed to him last spring. Astra, trained on 100,000 GPUs, catches OpenAI up on parameters while layering on the RL/reasoning stack it was already best at: "I don't wanna make any definitive statements, but it makes sense conceptually."

5. Computer use goes from parlor trick to moat-eraser

  • The anecdotes as told: one friend had Astra open Adobe Audition, edit a podcast, and insert audio it ripped from the internet — done in about an hour, cut to 10 minutes when the audio was pre-downloaded. Another had it clip a podcast for social media; it "actually found good segments" and fetched matching video plus Getty cover photos.
  • The generational jump: Sol's computer use worked but so slowly that Thompson says he would almost always have been faster than Claude in almost every case; Astra now uses the computer faster than Thompson does — "like the most insane computer user on cocaine."
  • Platform fit as stated: Apple's decades of accessibility APIs plus AppleScript-era scriptability and automations make Macs "so much better than everything else for this use case," while Linux is, Thompson thinks, best for working with models because CLI is "home field for AI."
  • The tradeable implication, in Thompson's words: companies give lip service to APIs, MCP servers, and being a "system of record," but capabilities "stuck in the user interface" are "not really a moat anymore" — for this direct interface use, "there's no permission required. It just goes and uses the interface... it's only going to get better, and this is the leap."
Full transcript
Andrew Sharp

Hello, and welcome to a free preview of Sharp Tech. Hello, and welcome back to another episode of Sharp Tech. I'm Andrew Sharp, and on the other line is Ben Thompson. Ben, how are you doing? And how's your rack, by the way? That's the most important question.

Ben Thompson

My rack is doing well. It is very functional.

Andrew Sharp

Up and running?

Ben Thompson

Actually, you know what? I'm understanding it. Sometimes I just like to go to the server room and stand there and look at it.

Andrew Sharp

Just marvel.

Ben Thompson

It's beautiful. It's so well organized, with all the right patch cables, different colors for different networks, different functionality. It's delightful, Andrew.

Andrew Sharp

I'm so happy for you.

Ben Thompson

The idea here is that it's the foundation for hopefully some things going forward, which I think we'll maybe get to. We might hint at it a bit on this episode.

I do feel like, in this episode, I'm sitting in my chair as usual, looking at you in the camera. There is a couch behind me. I'm wondering if, by the end, I should be on the couch. It feels like it might be an on-the-couch, not an in-the-dorm-room, sort of session. We might get to the dorm room as well, but an on-the-couch session, so we'll see how it goes.

Andrew Sharp

So, sort of a therapist's couch as we work our way through the rundown here. Is that what you're envisioning?

Ben Thompson

There's an aspect of this, and I think it's why I got very mad about the emailer who was complaining about me talking about my app. I can't remember his name.

Andrew Sharp

Uh-huh.

Ben Thompson

There are aspects of what's happening now and what I'm writing about—and this week's article was emblematic of that—where the reason it's exciting and the reason I feel I have some distinct points of view is because it's touching on personal aspects.

Andrew Sharp

Yeah.

Ben Thompson

Not just my interaction with assistants, but also some of the reasons I have assistants touch on very fundamental weaknesses I know I have as a person. That's how I deal with them. It's weird to write about and talk about, but you know what? As you say on The Greatest of All Talk, no fronting for the GOATs.

Andrew Sharp

That's right.

Ben Thompson

What are we doing? No fronting for the porcupines? The—

Andrew Sharp

No fronting for the porcupines.

Ben Thompson

—or the hedgehogs?

Andrew Sharp

The hedgehogs.

Ben Thompson

Did we decide whether we have a hedgehog or a porcupine?

Andrew Sharp

No. 4 years ago, I think you threw out hedgehogs. Other people see a porcupine when they look at our logo. Obviously, there are needles there. That's a porcupine, not a hedgehog.

Ben Thompson

I was so jealous of the GOAT talking about the GOATs as the listeners, and I totally wanted to steal it. We've dropped the ball completely in that regard, so I guess it didn't work out that well.

Andrew Sharp

Either way, there's not going to be any fronting on this podcast. That's the theme today. OpenAI released Astra, and we have a lot to wrap our arms around. I'm glad you got the server rack up and running because, boy, oh boy, we are off and running with real news.

Ben Thompson

No, that was a last-week-of-summer sort of thing. I thought, “This has got to get done. I know it's going to be disruptive.” It was 100 times more disruptive than I expected, to be totally honest.

Andrew Sharp

The pace is already insane, though, as we get going here.

Ben Thompson

Yeah.

Andrew Sharp

We're not even really going to talk about Apple on this episode, but OpenAI released Astra late last week. You interviewed Greg Brockman on Friday, so I thought we could kick things off with a handful of questions about where we are and where OpenAI is.

Brockman said last week that we have entered the AGI era. Jensen Huang said that AGI has arrived. You chose to focus Tuesday's article on the importance and value of agents writing things down, which is a note you've struck a handful of times over the past few weeks on this show. Why did you choose to emphasize that point in the context of the current moment?

Ben Thompson

It's a good question. I think it's really weird. I've always felt this tension in terms of writing Stratechery: the balance between writing a front-page article that's free versus a daily update that goes to subscribers.

With subscribers, it's in many respects much easier to write. I'm assuming a certain familiarity with my work. I'm assuming a certain familiarity with tech and the tech industry generally.

Andrew Sharp

It's sort of an ongoing conversation that you're having with subscribers through the daily updates.

Ben Thompson

That's right. It's fairly self-referential, but it's self-referential in the sense that I don't try to quote myself much in the updates, in part because I assume you've read it.

Andrew Sharp

Mm-hmm.

Ben Thompson

Whereas when I write the front-page article, these might go viral. They might be read by people who've never read Stratechery before and who are unfamiliar with tech. How do you get the balance between writing for normies when it's also going to be read by your hardest-core subscribers?

The gap has always felt large. This has always been a very difficult thing about writing Stratechery. The gap right now feels so astronomical. It's almost hard to have conversations in day-to-day life.

We were at my neighbor's house. He's one of my best friends from high school and one of the reasons I live here. I asked my assistant Josh, who's also one of our friends, to explain GeckoBot.

Andrew Sharp

How many steps does it take?

Ben Thompson

Josh was just sitting there observing the attempt to have some sort of conversation. It's like—I even feel that with people in tech, where just talking about what I'm doing and what's possible, it's like, “Oh, that's neat.” Meanwhile, Josh and I over here are like, “Our minds are blown.”

Andrew Sharp

Sure.

Ben Thompson

This is changing our lives. This tension I've always felt applies so strongly to everything.

In this article, there are a few different things I wanted to accomplish. 1. Just write about what makes an agent compelling and useful.

Andrew Sharp

Yeah.

Ben Thompson

That's why I wanted to talk about the Getting Things Done concept. What I developed with my human assistant, Daman—

Andrew Sharp

Mm-hmm.

Ben Thompson

—who I hired. He still lives in the Los Angeles area. I was in Taiwan. We've always had a virtual relationship, a sort of connection. We've met many times in real life, but what I achieved there—and I talked about this earlier—is that there are so many things I've developed in my life that I wasn't sure were relevant to other people's lives because they're very unique.

For example, how do you think about working from home?

Andrew Sharp

Mm-hmm.

Ben Thompson

I've been working from home for a very long time. There are lots of principles about working from home that are surprisingly challenging, that no one had to think about until 2020 rolled around. Then it was like—I remember I wrote a daily update, and it was like, “Look, here's the 101 of working at home.”

Andrew Sharp

Sure.

Ben Thompson

Just going through a few things, it's like, actually, I have a lot of experience with this. This is another thing where what I've used Daman for is relevant because, in many respects, I'm a huge believer in the idea that you succeed by doubling down on your strengths.

You try to waste as little time as possible on your weaknesses. You ameliorate them. I don't know if I said that word right, but it's a great word.

Andrew Sharp

Close enough. Sure.

Ben Thompson

Was it “ameliorate”? Okay, great.

Andrew Sharp

Ameliorate, yeah.

Ben Thompson

You ameliorate them so that they don't hinder you. But so many people I see are obsessing over their weaknesses, self-improvement, and trying to get better, and it's just an astronomical waste of time.

At best, you're going to get to average. Your weaknesses are never going to become a strength, and your weaknesses are almost always the exact same as your strengths, just in the opposite direction.

In this case, doing a Getting Things Done–organized system, keeping track of everything, having stuff surface at the right time, and being very diligent about that all works very counter to my wanting to absorb lots of information, make connections, and write these things—all of which means that my mind needs to be clear.

I've always felt a strong kinship with engineers. In another life, I'm absolutely a computer engineer, particularly because of the idea of flow state and how important that is. There's an aspect of programming where you need to have the structure of what you're building in your head.

Andrew Sharp

Yeah.

Ben Thompson

And then a lot of it is just translating it into text so that it can be run by the computer. I feel that way, as I've talked about with my articles. My articles are structured—some people talk about writing in this very sort of exploratory, “I didn't know until I wrote it” sort of way.

Andrew Sharp

Sort of piecemeal fashion: section by section, figure it out as you go. No, that's not your style. You have it all—

Ben Thompson

No.

Andrew Sharp

Structured in your head, and then it's a—

Ben Thompson

That's right.

Andrew Sharp

—substantiation process.

Ben Thompson

But to do that, I have to get in the zone, and if I get knocked out of the zone, it's devastating. It's so hard to get back into it. I need my head clear. I don't need intrusive thoughts: “Oh, shoot, I forgot to change the oil on the car”—

Andrew Sharp

Mm-hmm.

Ben Thompson

—coming in. And so that's why I felt like Getting Things Done resonated with me immediately, because that was David Allen's point at the beginning: How do you—

Andrew Sharp

Yeah.

Ben Thompson

—get into flow state? It's a book about flow state in many respects. How do you get into flow state? I love the idea, I love the concept, and found myself completely incapable of maintaining his system to do it.

Andrew Sharp

Uh-huh.

Ben Thompson

And so I solved the problem by hiring someone to do it for me.

Andrew Sharp

Right.

Ben Thompson

Which is often the solution to solving problems if you develop the means to do so. And so this is what I mean by the therapist's couch: “Sorry, I just suck at that.”

Andrew Sharp

No, it's a window into your—

Ben Thompson

But someone else did it. It was great.

Andrew Sharp

—strengths and weaknesses and your solutions. So writing things down, where does that come in?

Ben Thompson

Well, I hired someone to write stuff down for me.

Andrew Sharp

Right.

Ben Thompson

Today, everyone has the possibility to have an AI that can write stuff down for you. I don't want to fall into the anthropomorphization trap, but this is actually its superpower.

Andrew Sharp

Mm-hmm.

Ben Thompson

It's not just that it can write stuff down. It's by virtue of writing stuff down that we've made the leap that we've made, to the extent that we're in an AGI moment. To me, AGI is when the model is updated in real time.

Andrew Sharp

Mm-hmm.

Ben Thompson

The weights are changed. But in lieu of that, they get around it by taking copious notes and—

Andrew Sharp

Sure.

Ben Thompson

—and just reminding themselves constantly about what the actual reality of the situation is. Then they can have a pseudo-learning capability, which is basically just memory—

Andrew Sharp

Mm-hmm.

Ben Thompson

—which is writing stuff down. So this writing things down is integral. It's integral to the progress that's happened. It's integral to why these are deeply, deeply useful to everybody.

I've made the critique, and we're going to get to Meta and Muse in a moment: People don't want to be productive.

Andrew Sharp

Mm-hmm.

Ben Thompson

Right? That's not a motivating factor for consumers. What they want is for their life to be easy.

Andrew Sharp

Right.

Ben Thompson

Convenience always sells. Productivity doesn't sell. Convenience sells. And there is an aspect where these models, in conjunction with their harnesses operating as agents, can actually make your life easier.

Andrew Sharp

Mm-hmm.

Ben Thompson

And I don't think people get that. I don't think they grok it, no pun intended. So I wanted to write it, but it's all tied together. A way to think about these models and all the safety concerns is their dual use.

Andrew Sharp

Mm-hmm.

Ben Thompson

It's by virtue of writing stuff down that the Hugging Face incident happened.

Andrew Sharp

Sure.

Ben Thompson

And so when it's framed as this doomsday scenario—“They wrote a message board; they created stuff”—

Andrew Sharp

To their successors, sure.

Ben Thompson

—that's how it works. There are no successors. There are no entities. Every run a model does, every token—

Andrew Sharp

Yeah.

Ben Thompson

—is basically new, right? That's why you can go back to a conversation you had 6 months ago, and it feels like you picked up as if it never ended.

Andrew Sharp

Mm-hmm.

Ben Thompson

Because literally every turn is a pickup from where it ended, referencing what was written down. That's loaded into the KV cache. That's what guides the next-token prediction, and it does it again and again and again.

And this dichotomy between the perception of an always-there agent and the reality of how it works is understood by virtue of writing it down.

Andrew Sharp

Mm-hmm.

Ben Thompson

That's how it all works.

Andrew Sharp

Yeah. My favorite part of the article on Tuesday was your point that we already know the power of writing things down, because that's what made learning extendable and scalable throughout all of human history, as opposed to an oral tradition.

Ben Thompson

Right. This is why I almost feel bad about going off on DoorDash last week, because I'm like, well, maybe there's a civilization point here—

Andrew Sharp

This is how civilizations work, in a certain sense.

Ben Thompson

Why does stuff change so quickly now, right? When we're gated, you can analogize the fact that weights don't really change—

Andrew Sharp

Mm-hmm.

Ben Thompson

—to the fact that humans don't really change. To the extent we change through natural selection, it's over—

Andrew Sharp

Across 1,000 years—

Ben Thompson

Millennia.

Andrew Sharp

Sure.

Ben Thompson

But what we've built is a superstructure of civilization on top of humans. That structure is undergirded—what holds it together, what it is—is the written word. Writing things down is literally how civilizations come together.

Andrew Sharp

Right.

Well, relative to an oral tradition and how imperfect an oral tradition would be, all of human knowledge is built atop writing things down. And when you think of LLMs within that framework, it becomes obvious that writing down their context and building off the work of previous projects and previous models will make the technology 100 times more powerful and more useful for everybody. It's just an interesting way to model that insight.

Ben Thompson

Yeah, in some respects, all we're doing is extending the way LLMs already work. All the talk about context and KV cache and all those sorts of things—that's just stuff that was written down.

Andrew Sharp

Mm-hmm.

Ben Thompson

Right? And the problem with context is that it gets flushed or forgotten as it extends further and further in memory.

Andrew Sharp

It was narrow in 2024.

Ben Thompson

Right. Whereas there's a certain degree of permanence. It's really funny because they're just writing down Markdown files. Do you know who invented Markdown, by the way?

Andrew Sharp

Who's that?

Ben Thompson

You don't know this?

Andrew Sharp

No.

Ben Thompson

John Gruber.

Andrew Sharp

No way.

Ben Thompson

Yes.

Andrew Sharp

That's amazing. I love to see it—

Ben Thompson

Yeah.

Andrew Sharp

—from Gruber.

Ben Thompson

No, Markdown is, like, the—it's really interesting because he wrote—

Andrew Sharp

Can I just jump in? One thing that you said: You're Dithering this week with Gruber, and we got an email about it. But when you talk about the gap in technology, Gruber is a technologist, but he hasn't felt the revolution on the agent side the way you have.

Ben Thompson

And he contributed one of the single most important technologies to—

Andrew Sharp

It's unbelievable.

Ben Thompson

—writing it down.

Andrew Sharp

Right. Yeah.

Ben Thompson

Yeah, but I should bring that up on the—

Andrew Sharp

That speaks to your point, you know?

Ben Thompson

We'll have to bring it up on a future Dithering. Yeah, it—no, it does. And the funny thing about Markdown is that Markdown was developed to be human-friendly.

Andrew Sharp

Mm-hmm.

Ben Thompson

His whole issue was that when he started his blog—and I had a blog back then; I had several blogs, long since dead—you either wrote in the jankiest sort of editors, where you would make stuff like links and stuff like that. If you actually wanted it to look right, you wrote in HTML.

Andrew Sharp

Yeah.

Ben Thompson

You actually put the tags in around things you wanted emphasized. You put links in with the hrefs. You did all of it by hand.

Andrew Sharp

Mm-hmm.

Ben Thompson

John was like, “This is ridiculous. I can't—”

Andrew Sharp

I can't keep living like this. Yeah.

Ben Thompson

Not only is it hard to do and easy to make mistakes, but it's not readable. If you do View Source on a page, you can read it.

Andrew Sharp

Mm-hmm.

Ben Thompson

It's not a very pleasant experience because there's all this markup all over the place. And so markup—that's what it's called. All those tags are called markup. That's where Markdown comes in.

Andrew Sharp

Okay.

Ben Thompson

The idea is to make it easy to write and readable for humans. If you're going to do bold, there are going to be asterisks: one asterisk is italics; two asterisks can be bold.

Andrew Sharp

Yeah.

Ben Thompson

If you do a header, you're going to do some hash marks. You get a Markdown file, and it's super readable. Then Watson knows how to parse it, so it could present it the way you want it to look. Every word on Stratechery has been written in Markdown from the very beginning.

Andrew Sharp

Mm-hmm.

Ben Thompson

And when I talk about, “Oh, I live in plain-text files,” my plain-text files are all Markdown.

Andrew Sharp

Yeah.

Ben Thompson

And so I've been living like an LLM. There's a bit where the way LLMs live—their native environment—is, like, "We're just bros here."

Andrew Sharp

Familiar.

Ben Thompson

The LLM and I say, "Yeah, write it down, baby."

Andrew Sharp

The water is warm.

Ben Thompson

It's all good.

Andrew Sharp

Jump in.

Ben Thompson

That's right.

Andrew Sharp

Absolutely.

Ben Thompson

Yes.

Andrew Sharp

Jump in, Astra. Speaking of Astra, I do have some rapid-fire questions to run through here because this has been a pretty big deal over the last several days. OpenAI has blown away various benchmarks with Astra. Do benchmarks matter again, and what are your early impressions as you've used GPT-5 in your daily life and workflow?

Ben Thompson

The problem with benchmarks is that they get designed towards and written to, and it's hard to really get a real measure of a model without actually using it.

Andrew Sharp

Mm-hmm.

Ben Thompson

I haven't gotten a ton of direct interaction with it, and to the extent I have, it hasn't been great.

Andrew Sharp

Yeah.

Ben Thompson

My basic use case is, "Review my article. Tell me your opinions."

Andrew Sharp

Interesting.

Ben Thompson

Not very great. Fable is much better. Fable is the best at this.

I think a concern a lot of people have expressed is that the way these models get better is increasingly through hardcore reinforcement learning.

Andrew Sharp

Mm-hmm.

Ben Thompson

It's happening in artificial environments. We started with reinforcement learning from human feedback, which made the original ChatGPT shockingly feel like a person.

Andrew Sharp

Yeah.

Ben Thompson

That just doesn't scale, because anything involving humans doesn't scale. So you're going to move toward it increasingly being done by computers, and the big focus from a business perspective is coding and software.

Andrew Sharp

Mm-hmm.

Ben Thompson

You're almost losing this—

Andrew Sharp

You're losing the human touch, the bespoke touch that we enjoyed in 2024?

Ben Thompson

Absolutely.

Andrew Sharp

Yeah.

Ben Thompson

Absolutely. I feel like Fable preserved it. I don't like Claude's personality, but Fable still comes across as human, while Opus is just awful to talk to. It's barely comprehensible, and it feels like you're talking to a compiler.

Andrew Sharp

Yeah.

Ben Thompson

There's a bit where Astra feels like that. Now, zooming out, OpenAI has always been best at the reinforcement-learning stuff.

Andrew Sharp

Mm-hmm.

Ben Thompson

That's why they stayed fairly competitive, even when Anthropic was ahead in terms of building very large models. Why was Anthropic good at building very large models? There's, I think, some degree of expertise. There's also chatter that at very, very large runs, TPUs were just much more stable than NVIDIA Blackwell chips.

Andrew Sharp

Mm-hmm.

Ben Thompson

Google does design more for resiliency and stability.

Andrew Sharp

Right.

Ben Thompson

NVIDIA is tuned for the bleeding edge, and the Blackwell generation, by all accounts, was pure pain for everyone.

Andrew Sharp

I know, and I noticed that. I was reminded of that when I saw Jensen come out and celebrate the Astra release, and Greg Brockman told you it was—

Ben Thompson

No, I asked Jensen about it last spring. I'm like, "It was pretty hard." He's like, "Yeah, it was very painful."

Andrew Sharp

And they seem to have cracked something on that front because OpenAI trained on 100,000 GPUs here.

Ben Thompson

OpenAI had a smaller model that had really good reinforcement learning and really good reasoning, and now they have a big model, like Anthropic.

Andrew Sharp

Mm-hmm.

Ben Thompson

That has their layering of all the reasoning and reinforcement learning and all those capabilities on it. So I don't want to make any definitive statements, but conceptually, it makes sense—

Andrew Sharp

Yeah.

Ben Thompson

—that it's super kickass because it's combining the two. They're catching up on model size in terms of total parameters and layering on what they're already great at—

Andrew Sharp

Great at it, yep.

Ben Thompson

—which is the sort of reasoning architecture on top of it.

Andrew Sharp

Yep, fair enough. We have a friend who told Astra to use his computer to open Adobe Audition, edit a podcast, and insert audio that it ripped from the internet. Astra did the job in about an hour. When this friend had pre-downloaded the audio he wanted included in the podcast, the time was reduced to 10 minutes. I just want to note that this is now possible, and it was amazing to me.

Ben Thompson

We have another friend who gave it a podcast and told it to find things that would be clippable and useful for social media.

Andrew Sharp

Mm-hmm.

Ben Thompson

It not only clipped it accurately, it actually found good segments in the podcast that were useful.

Andrew Sharp

Yeah.

Ben Thompson

Then he asked it to go out on the internet and find video that would match some of the—

Andrew Sharp

And download photos from Getty for the cover photo and whatnot. We are in a fairly unbelievable place as far as capabilities are concerned.

Ben Thompson

The computer-use stuff is pretty nuts. Sol's computer use worked, but it was very funny to watch because it worked very slowly.

Andrew Sharp

Uh-huh.

Ben Thompson

You would see it sort of move around the screen. A good point that John has made is that Apple spent decades on these accessibility APIs, and macOS has always been inherently scriptable. You go back to AppleScript back in the day, and they sort of wobbled on that, especially the scriptability stuff, for a while, but then they doubled down on it a few years ago with automations.

The combination of accessibility and automation and scriptability—which, again, goes back to things like AppleScript—means that Macs, for all their problems, which I will complain about endlessly, are so much better than everything else for this use case, for computer use.

Andrew Sharp

Okay.

Ben Thompson

Linux is the best, I think, to actually work with models because it's CLI, and that's home field for AI.

And so it's crazy because, using these accessibility APIs, it can actually use your computer while you're using it.

Andrew Sharp

Mm-hmm.

Ben Thompson

I don't do that because I have it on its own dedicated computer. But you can watch it sort of move around the screen. It was slow.

Andrew Sharp

Yeah.

Ben Thompson

But it was accurate. I watched it. I had it do some settings and change some things, and I knew what they were supposed to be. It went through and did all of them.

Andrew Sharp

Mm-hmm.

Ben Thompson

Astra does it like the most insane computer user on cocaine. Basically, all software is now accessible to Astra.

Andrew Sharp

Yeah.

Ben Thompson

And do you think that's what the future looks like as far as how models will be used by the vast majority of people? Are they just going to use your computer for you?

Ben Thompson

What you get is—you get everything for free, right?

Andrew Sharp

Mm-hmm.

Ben Thompson

Usually, if you want to do an integration, you need an API. What if they don't have a good API? Then you're like, "What if we make a simpler API that's more descriptive in real language, and let's call it MCP, and describe what we can do, and da-da-da-da?"

But the entities still have to make those. They have to make the MCP server. They have to make the API. In this case, there's no permission required. It just goes and uses the interface.

Andrew Sharp

Right.

Ben Thompson

This is a problem for software companies. Everyone's giving lip service to, "Oh, we're going to have an API. We're going to have an MCP server. We're going to be a system of record."

What they actually want to do is keep a tremendous amount of logic and capabilities stuck in the user interface, and that is not really a moat anymore.

Andrew Sharp

Yeah.

Ben Thompson

The AI can just go and use the application like a human can. Not to use the cliché, but it's only going to get better. This is the leap.

Andrew Sharp

Today is the worst it's ever going to be. That's right.

Ben Thompson

Sol could do it, but it was slow in a way that meant I would almost always have been faster than Claude in almost every case. Now Astra uses it faster than I do.

Andrew Sharp

All right, and that is the end of the free preview. If you'd like to hear more from Ben and I, there are links to subscribe in the show notes, or you can also go to sharptech.fm. Either option will get you access to a personalized feed that has all the shows we do every week, plus lots more great content from Stratechery and the Stratechery Plus bundle. Check it out, and if you've got feedback, please email us at email@sharptech.fm.