# Mythos AI: Scaling Limits and Enterprise Strategy

**Podcast:** Thoughtworks Technology Podcast
**Published:** 2026-04-30

## Transcript

All right.
Hello, and welcome to the ThoughtWorks Technology Podcast.
I am one of your hosts, Nate Schuda, best way to describe me as architect as a service.
And I am here with my good friend, my colleague, my sometime co-conspirator, Chris Kramer.
Hey, thanks so much, Nate.
I'm Chris Kramer.
I'm a AI and machine learning leader at ThoughtWorks.
Outstanding.
Well, thank you for taking some time to chat with me here today.
I've been wanting to pick your brain about this since the announcement came out.
So let's just dive right into it.
What do you think about Mythos?
Is this finally going to be the AI that destroys humanity?
Is it just a stepwise change?
We've got a lot of things I want to dig into, but let's just start there by setting the table on Mythos, your thoughts, and then we'll see where that gets us.
Yeah.
You know, the community has been very interested in uh what's going on with mythos obviously and it is not the doomsday ai in my opinion uh it is a stepping stone and very much a representation of the scaling limits we are now uh reaching with the uh llm topology yeah i mean it it feels a little bit to me like like things have slowed down a little bit in that regards and that that there was this period where a new model would come out it's like wow, this just absolutely blows away everything we had before.
And as is always the case in technology, that pace has definitely slowed.
And from what I can tell, there's definitely an improvement.
Now, for those that maybe haven't been paying as close attention, When Mythos was announced, Anthropic came out and said, well, this is so dangerous that we need to contain it.
And then they announced this project Glasswing, which was basically a collection of technology companies that were given access to it so that they could explore their code base, make sure there weren't very glaring zero-day CVE type things.
And we have started to see some announcements come out of that.
I know Mozilla just announced, I think it was 271 bugs that they fixed.
It is clearly finding things that have been there in some cases for 10 years, 20 years.
Although I'm very curious as to if that's something unique to Mythos or if that's something that older models with similar prompts also would have found.
Going back to one thing you said, this recent article I saw that a Discord chat, I believe, somehow had access to Mythos.
Yes.
They obviously didn't run Mythos on itself.
Yeah, so I would say that...
Given enough time and the right agentic harness, these are probably faults that another model could find.
But there is a lot of ability tied up into kind of the hidden state of these large language models that obviously Anthropic has unlocked some of that potential without needing a massive upgrade in chips.
And we can certainly dive into what we suspect is going behind the scenes with Mythos.
Yeah, there's a couple of things I want to pull on there, but I do want to start with the CVEs.
And so it is clear that Mythos is finding bugs.
And I think that's not disputed.
The question I would have is if Mythos found...
let's say 10 bugs in your code and half of them are like real legitimate bugs that need to be fixed, you know, not the kind of, well, gee, if you prop your front door open, turns out anybody can walk in.
Well, yeah, we kind of knew that, right?
You leave all your ports open, that's not good.
You know, but the kind of weird, interesting ones where, well, if you pass in this wildcard and it goes through this path, you know, then all of a sudden you've got root access.
You know, that's the kind of stuff that we obviously want these things to find.
What isn't as clear to me, or at least some of the anecdotal evidence that I've pulled from talking to people, it seems like older models would have found most of them, maybe not all of them.
Right.
And so when I think about this as a stepwise improvement, that feels more right to me than we've suddenly like hockey sticked in a new and interesting way.
Is that what you're hearing and seeing?
Yeah, it is.
And I think maybe the finding.
with mythos is perhaps more so that there's a lot more duct tape holding together enterprise software than uh the perhaps populace thinks there is no one could have predicted this yeah i know right and that now we we have some of the tools that are doing those at speed and i think maybe that's the distinction we're seeing with mythos is really the um not the ability is brought down into reality, but the ability to do it in a reasonable timeframe.
Do you think that this portends a future where part of our pipelines will be and then AI scans for security vulnerabilities?
And is that a dramatic departure from some of the existing tools and techniques we've been using?
It is.
Touch on this paper I mentioned just before we started speaking, which is I have seen some uh what we call agent first code bases out there and these are code bases where the commits are you know expected to be done by an agent and then through the you know github actions pipeline whatever cicd you're using uh there's also an agentic security scan and some uh you know patches and bug fixes all done agentically um i i think there's a side note I think there's a really interesting question there about IP rights and ownership, which you've brought up before, Nate.
But regardless, that seems to work best on small to medium-sized code bases.
And I think this is basically going to continue to be a problem with LLM-based agentic architecture because of something called document poisoning.
And this is what this new Microsoft paper touched on, which is the longer the task, the more...
And I'm going to butcher the thesis of this document.
We can share it as part of the link.
The longer running a task, the more likely a corrupt or bad statement in some document is likely to cause the whole thing to just go off the rails.
And so...
That's exactly what I'm seeing in these agentic code bases is that the longer it's sitting there by itself, kind of the more fragmented it's thinking and the more poisonous bad assumptions get over time.
Interesting.
Yeah, I mean, I do think that's a fascinating part of this that it feels like many of the things that we've tried to do for the ways our own brain works, right?
Like break the problem down, decompose the problem, you know, short tasks.
A lot of those same tips, techniques, tricks.
apply using AI effectively, you know, and it kind of gets back to some of the conversations that we've had about, you know, how do we apply this to our software development lifecycle?
And it seems to me, self-servingly maybe, but that the fundamentals of software engineering are pretty darn important today, even with these tools that allow us to potentially move a lot faster.
Absolutely.
I think we're still in a place where I, at this moment, would not trust an agent to write a full feature by itself.
Granularity still dictates human breaking that into chunks or doing a massive code review.
Yeah.
And I think that speaks to the fact that as more code is produced, almost by definition, there are more bugs, there are more defects, and that's true whether human writes it, whether AI writes it.
Do you think that With AI potentially writing more code, with code bases potentially getting larger, are we opening ourselves up to more of these sort of zero-day CVE-type problems?
Is AI going to find many of them anyway, so it's really just kind of a wash?
We're basically where we are today.
What do you see as the impacts of that on the software we're producing?
I do very much think we are in a weird transitory phase where We are experiencing the growing pain of a technology that absolutely is going to radicalize the job of a software engineer.
And so I make no claims that it will never get there.
I think it will probably be there in as little as a year from now.
But for now, we're in this place where the development velocity is not seeing the...
uplift just yet as it relates to the number of lines of code that are being output.
Yeah.
And I do think that's an interesting way to look at this.
You know, I think that a lot of organizations, they don't even know what their current baseline is in terms of velocity, like how long does it take for them to create a feature, put it out there.
And so if you don't know how fast you're going now, you can't really say whether AI is making things better or worse.
And one of the things that I've been thinking a lot about here over the last few weeks as various conversations I've had with folks like you with speed, like the faster you go, the riskier things get, you know?
And so if you think about, you know, driving through your neighborhood at 20 miles an hour versus driving through your neighborhood at 70 miles an hour, you know, there, there's a huge uplift in risk when you're driving faster, you know?
And kind of the analogy I've thought about is You know, you and I have driven at highway speeds for many, many years.
You know, clearly we've done it safely for many years.
But that doesn't mean you can put us behind the wheel of an F1 car and expect us to get around the track without crashing or hurting ourselves or hurting someone else.
And so I do feel like that's a potential issue as we introduce more of this into the software development world.
Without the proper training, without the proper guardrails and harnesses in place, how do you move fast safely?
Curious if you have any thoughts on that, how you see companies sort of dealing with that.
I have a bet, and this is not an original bet.
I think the industry is very much coalescing here, which is agent harnesses, meaning the wrappers and tooling we put around these agentic systems and LLMs.
That's kind of the new breed of prompt engineering, context engineering, whatever it is.
and what that points at is that that's sort of where the ip is starting to live of doing this safely meaning you have to either a build yourself or b really trust the framework the skills the ways of thinking the ways of working that these agents are relying on and that only addresses half the equation that kind of addresses the agentic side of stuff.
The other half is the human side and how are people actually interacting with these agents?
And I think that's where there's still very few organizations have touched on that.
And it's still kind of a special snowflake.
Every organization we go to, what is the right fit for that organization of enabling developers safely with this software?
Yeah, that's a good point.
I mean, a lot of that is where are they kind of on their own software development journey?
You know, you've got some very, very mature companies that have been doing this, you know, agile and whatnot at scale.
They've got those practices and principles in place.
If you've got someplace that's more chaotic, maybe doesn't have all of that, it's a rockier road for sure.
I mean, the way the Firefox team said is basically, you know, we're in for a rocky transition here as we start.
you know, adapting to and adopting these tools.
And, you know, I think you'll be very curious to see how that all plays out.
Anecdotally, I've heard a couple of stories recently, one where an organization is now seeing like 50,000 line diffs from AI.
And, you know, they're theoretically supposed to review all those, but what developer is going to look at a 50,000 line diff?
And, you know, if you and I were on a project in a...
a junior engineer checked in something with a 50,000 line diff, we'd have a conversation with them and we'd talk about why you shouldn't do that.
And then they'd learn and they wouldn't do that again, hopefully, or we'd have to continue coaching them until they learned that lesson.
AI can't really learn that, right?
I mean, we have to put these harnesses, these guardrails in place.
It's like, no, do not do a 50,000 line diff unless you're, I guess, reformatting or something silly.
I might be going a little tangential to your point just now, but in researching mythos, I found a quote.
It was that intelligence and reaching a goal are not necessarily the same thing.
And so I bring that back to how these LLMs and agents are trained.
They are very much optimization techniques that we're using to...
get these agents to do what we want and that's what we see quite often in these agents and llms kind of acting as yes men and i think that very much also goes back to a perhaps uh more code is better maybe there's a perception of that in the models and b this disconnect between writing code and thinking about code You do bring up a really interesting point.
These models, almost anytime you ask anything, it's like, oh, that's very insightful.
Wow, Chris, you are so smart for thinking of that.
That's a great question.
So well phrased.
While I guess I do appreciate the ego boost, this kind of being wondering, should you really be doing that?
Is there a way for me to tune it so that you just give me the straight advice?
Sometimes you got to tell me what's really going on here.
Don't soothe my ego necessarily.
I know it is.
It is nice to get a pat on the back every once in a while, though.
Oh, totally.
Totally.
I just I worry that some developers are going to think that their LLM always says I'm an amazing developer.
I'm the best developer they've ever met.
So obviously, I must be really good at this.
Yeah, there's I've seen a whole slew of I don't know if I want to call them pre-seed AI slop startups.
radical, what would be radical transformative changes to computer science that are very much just an echo chamber of bad code that doesn't do what it says it does, but reinforced by pats on the back and pseudo intellectual white papers.
And I don't know what the impact of that is on society, but I'll be curious to find out.
That's an interesting point, Chris, because I think a lot of the sort of chatter or discourse around AI, especially when it comes to writing code, creating code, seems to come out of startup land.
And I think there is a segment of the population that thinks that all software is only created by startups.
You and I have spent our entire careers working with legacy organizations, older organizations, companies that have code that's been around for 30 years, 50 years.
They have existing business practices that you can't move fast and break things, you know, breaking things results in outages that cost you millions and millions of dollars.
How do you see these tools?
Like, how do we safely apply these tools in those environments?
And, you know, I mean, I think maybe another way I'd ask this is maybe being on the bleeding edge isn't the best place to be in some cases.
Yeah.
You know, I think we see a paradox really where There's been research that companies that are really leveraging AI to realize value are organizations that enable teams to run kind of like startups, which is exactly the opposite of what you're saying, which is move fast, break things, push with bugs.
And if someone sees it, just pull it back and fix it.
a lot of organizations are just not set up that way.
So there is almost an orthogonal shift that needs to occur in a lot of large organizations to truly benefit from agentic AI, which where I'm seeing that kind of startup, it sounds like such jargony phrasing, but where I'm seeing that mentality really work is where These guardrails, policies, et cetera, are baked into the platform that developers enable themselves with for these agents.
And so as an organization, you really need to create a seamless developer experience where they can go out, grab one of these agents, grab a key for cloud code, whatever, start developing.
And all of the safety...
guidelines that need to be in place to prevent these million dollar bugs are behind the scenes and not something that gets blocked through process or still having big code reviews, whatever it means.
So there's kind of a balance that needs to occur in a shift in large organizations.
Yeah, I would say one of the things we've been trying to do for a long time as part of shift left is let's make the right thing to do the easy thing to do so that you don't have to think about it, right?
And so let's make it so when developers are doing their day-in, day-out work, the harnesses and the validations and whatnot are baked in so that we don't have to rely on, well, Chris will do the right thing.
Chris is a good developer.
He knows not to leave the front door unlocked.
Yeah, maybe.
Maybe he forgets one night.
So if you bake it in, it's a lot harder to skip a step.
So a few other threads I'm interested in pulling on here.
So you did mention this earlier.
It does feel like we've hit some interesting limitations in terms of how we train these models.
And again, we're not seeing that sort of exponential new model comes out and just blows away what we had in the past.
But I think it's when we hit these constraints that...
some creativity starts happening.
And we see some new ways of breaking this.
And we saw this with DeepSeek, you know, hey, here's another way of training these models.
It doesn't always have to be on the most expensive, fastest, baddest chips.
What do you think is coming in that regard?
You know, what's sort of the next step in how we train these models?
And what do you think is going to kind of, as Gary Marcus would say, kind of break through that limitation on scaling?
We have seen that with what Mythos is.
And to talk about that, I'll go back in time just a little bit.
So before LLMs, and I should say before Transformers, and this paper that I'm sure most people have heard of by now called Attention is All You Need, the prevalent model architecture really had to do with recurrence.
And we know that from software engineering, obviously, as recursive thinking, which is basically within a model, we have this unit.
that kind of unfolds itself as the task dictates.
So it can get more complex dynamically depending on what it's doing.
That idea was kind of lost when transformers overtook recurrent neural networks as the pervasive model architecture.
And what I mean by that, excuse me, is that it was just sort of a gas pedal to the floor.
Let's see how far we can get with transformers by just kind of...
exploding the reasoning section of the model.
Bringing us back to today, I think what we're seeing with mythos and other recent model advantages is, well, I don't think papers suggest that this is exactly what's happening.
And there's a code base called Open Mythos, you can go check out that kind of implements this, is we're starting to inject loops back into the reasoning.
portions of these models, where as a sentence in the easiest case is going through, the logic can actually pass back to itself to continue thinking about that.
That makes these models really hard to train, though, because before we only had a n-layer model, we had to worry about optimizing.
Now the permutations of looping back, how many times do you loop back, become exponentially more complex.
And that's why until recently, it really wasn't worth productionizing at scale, that architecture.
But with scaling limits, I think we're at the point where companies like Anthropic are starting to do that.
Yeah, it is always interesting in our industry to see when we've kind of run into the limit on something.
What do we do to get around it?
And I feel like that's often where we do get these really interesting jumps and steps forward that we couldn't have before.
And, you know, I think it kind of leads to, I think it was Ethan Mollick who wrote a piece about the jagged frontier of AI where, you know, it seems like it's so good at some things.
Like, I mean, it really has gotten very good at coding.
I think that's very clear that the code it's generating today versus even just a few months ago is pretty remarkable.
But yet it still screws up other things.
You know, we all have our favorite example.
You know, I mentioned this to my wife the other day.
I said, you know, you can't lick a badger twice.
And she's like, what?
And I said, oh, you don't know that reference?
Like, you know, for a while there, you could put any idiom you wanted into Google and it would, oh, yeah, no, that's a well-known idiom.
That means, you know, blah, blah, blah, you know, and you can't lick a badger twice.
You know, so, you know, although I guess in fairness, hey, all idioms are made up.
So, you know, that's fine.
But I'm curious to see.
You know, and I love your thoughts.
I'm like, what do you expect to see in the future, whether that's six months, a year?
I mean, where do you feel like that next sort of frontier is going to be where we're going to look and go, wow, it really did get good at this now?
Yeah, no, that's a good question, a big question.
As an industry or as a society, I don't know what the right topology is at this point, but certainly we've kind of drawn a circle.
as it were, a boundary in the sand where some sort of semantic-based embeddings of knowledge plus an agent harness plus an LLM creates a really good proxy for a lot of knowledge working tasks.
And so I really think when we see the next radical transformation, it's one of those three things that is going to...
have a transformative paper come out that is completely orthogonal to how we're currently thinking about these things.
I don't want to diss the ingenuity of humans here, but I think at some point, some of these transformations are going to be AI driven.
For sure.
I have a hypothesis and maybe this is from too many years of reading science fiction, that there's some sort of knowledge boundary where all of our AI advances to date are very much tracking against a biological way of designing intelligence, meaning this sort of concept of neurons and brain-like structures.
At some point, I think AI is going to come up with something that we couldn't even have imagined.
And that's what's going to lead to some of these transformations coming down the road.
Yeah, that's a really interesting point.
I remember years ago, and I guess this would be more machine learning than what we truly consider AI today, but reading about how do we create the most efficient antenna for like a satellite or something having to do with a space probe kind of thing.
And as humans, we're sort of drawn to symmetry.
And so some of the designs that we come up with are not actually the most you know, the best approach in terms of giving you the best antenna, but they look good.
And so we sort of naturally gravitate towards that, whereas these learning models don't have that constraint.
And so they'll actually generate, this is the most efficient antenna, even though a human looks and goes, oh, that's kind of ugly, but it's actually the best way to do it.
And I think to your point, we'll likely see something along those lines where A human would not have made that jump or that combination because, well, obviously you can't combine these three things together.
Everybody knows that.
It's like, well, what if we just try it?
Oh, look, it works.
And then God only knows where you live.
Of course, maybe that gets us into the book that came out.
I think it was Fall of 25.
If Anyone Builds It, We All Die.
I'll kick it to you to dive into that one.
That's on my list.
I haven't read it yet, though.
I think they make some interesting points about you cannot possibly know the motivations of essentially an alien mind you know and so we we think that we can bake into it well you like humans keep us as pets at worst right and and the reality is we can't understand we can't even really understand how it makes some of these connections you know it's just these giant strings of numbers and you're like don't know how it got there you know and i think as someone who has spent their life writing deterministic code It's a little unsettling to have something where it's like, we don't know how it arrived at this answer, but it did.
Yeah.
You know, a article on a blog on Hugging Face really caught my attention recently, which very much has to do with this whole mythos situation, albeit coincidentally.
And it's about this, essentially a researcher in his basement with two GPUs.
And he wanted to see if he could make a model that could be at the top of the hugging face leaderboards with just those two GPUs, consumer grade GPUs he had in his basement.
And what led him down this hypothesis that eventually wound up to be true is that he was playing with different LLMs that he passed in base 64 as the input, nothing else.
understood it and could work with it perfectly, which doesn't really make sense if you think about how these models are trained, which is in human readable language.
And so the fact that you could put in base 64 and then get a comprehensible output, comprehensible output even, led him to believe that there is some combination of reasoning layers under the hood of these models that Or doing different things like, you know, translating base 64 into more representative meanings that the model could then work with.
And so you can find this blog post, by the way, by looking up RYS, repeat yourself, which was the name of his model.
He started to basically do brain scans on these models where he was taking different permutations of layers.
And then pointing out a layer and having it repeat itself or go back two steps.
And using this, he could actually find kind of reasoning related layers within these models where these layers were doing similar things.
And by repeating them, he could extend out the thinking cycle of the model and therefore the quality without actually having to train a new model or...
significantly changed the size of the model.
So we basically just took Quen 2, 75 billion, and added some of those loops we were talking about earlier with Mythos.
And that model, I think, was on top of the leaderboards for like a year, if not more, on Hugging Face.
It's a really interesting blog post.
If you go in there, he almost has MRI scans of the model showing how he went about figuring this out.
It's a really interesting read.
Well, that's fascinating.
And I think we, because of where a lot of the attention has come from, where a lot of the money has come from, I think we've put a lot of attention on the big companies, the open AIs, the Anthropics, the Microsofts, the Googles, the Amazons, et cetera.
And it is.
possible to do these kinds of things in your proverbial basement you know i've got a friend who's got like a three gpu set up at home and in addition to using it to keep his office warm in the winter he does some pretty fascinating things on there and it does kind of make you wonder i mean is is that is that where the next breakthrough is really going to come from is someone who's essentially tinkering in their garage doesn't have some of the constraints maybe, or we have to go down this path because the lead researcher says that's what we're going to do this.
I'm going to go over here and play and see what happens.
Just like we saw with these scaling constraints, humans really get the most creative under constraint situations.
Similar to the transformation we saw with the Quinn models in their optimization technique.
I think we will see similar transformations in the optimization space when these large model providers stop subsidizing tokens and people in organizations start to see the real cost of these models they're running.
I'm really glad you brought that up because that's one of the things I'm starting to hear from folks where we've...
kind of been on these subsidized all-you-can-eat plans.
And I've read some reports where developers on the $200 a month plan are costing the tool vendor $50,000 a month.
And I don't have an MBA.
I'm just a techie.
But I don't think that's a viable business model to charge $200 for something that costs you $50,000.
That doesn't seem like a good way to make profit.
And right now, this whole industry has largely been subsidized by a lot of investment and a lot of money chasing this.
But you can start to see the edges of that where companies are going, hey, we've already poured an obscene amount of money into this.
Show me the profits.
And what do you think happens when that switch flips and we're no longer using subsidized tools that are using subsidized models and everyone says, actually, I'm going to have to charge you what you're really using here?
Yeah.
One of two things is going to happen.
And we're already seeing early signs at organizations where boards are starting to say, hey, where's my business value, essentially?
So the first thing that might happen, I think, is that some organizations that hadn't seen tremendous business value from AI, probably just going to kind of throw their hands up and say, all right, we're putting caps on everything.
We're going to limit our spend here.
We tried it.
Was it for us?
Alternatively, I think a lot of organizations actually have an opportunity to really maintain their value while cost optimizing through self-managed model stacks, GPUs, their own foundational models, whatever that looks like, depending on the use case.
And I think it's organizations, and I'm stealing this anecdotal data point from Andy Nolan, another thought worker.
It's really organizations around the 500k use cases, around the 500k and up.
uh price point that self-hosting really becomes the best option and so a lot of large organizations we're going to see are just going to kind of go internal but for the most complex of use cases i think oh that's that's interesting yeah it'll be curious to see how organizations respond to that and and i i think it's it's interesting to me that some companies are actually tracking people's token usage but as a way of of sort of ranking you and and i i know some companies have like leaderboards and i was talking to a friend of mine who the whether this was explicit or implicit it's like you know if you're not using enough tokens we're gonna wonder why as opposed to hey you're using a lot of tokens we need you to cut back and and i i feel like this is yet another example of just because you can measure something doesn't mean it's a useful metric i would like to think the right way to look at this is so tell me how much business value you're generating out of those tokens right i mean you you and i've had that conversation before where i i need i need lots of tokens why because i need lots of tokens right but how much business value are you generating with all those tokens and you'd be curious to see how that plays out yeah it very much feels like a hype metric the token contest i guess we'll call it very much smells like kind of a nft bro attitude or a bitcoin bro attitude which is YOLO, let's just throw coins at the problem until it fixes itself.
I totally agree, though, that this is another tricky governance situation where ideally token use needs to be tied to an articulatable business case with clear business value.
And if you don't have that, you either are not measuring the right thing or don't have the...
dashboards kpis whatever it is in place to measure the right thing because you know tokens is an arbitrary signal of uh nothing yeah it's the same as judging a developer by lines of code written or lines of code modified or lines of code deleted yes it is measurable that doesn't mean it's actually valuable or or measuring what you think it's measuring but and maybe that's another constraint that we'll we'll get us to a better place where instead of it being burn as many tokens as you can, you know, I shared with you something that someone shared with me on Instagram of, you know, the hypotheticals, you know, CEO, I need you to spend a trillion tokens a month.
You know, how many tokens are you spending?
Well, I'm, I'm, my agents are making other agents feel good, you know, like, oh, wow.
You know, that's, that's, doesn't seem like a good use of my poetry writing agent.
Yes.
Yes.
My agents writing poetry and then, yeah, I'm judging it.
You know, so maybe that's part of it too, is, is as we're experimenting because there's a lot of experiments because this is a brand new tool and you know i think one of the challenges in software from the beginning is that we are often building things that no one has ever built before using tools that we literally just invented and so it takes some time you know and i i suspect when we started building buildings of any specific size We made some mistakes and walls caved in and people, you know, lost limbs or died.
And we learned, oh, this is not the right way to do that.
This is the right way to do it.
You know, this is the property of this.
This is the math behind it.
And I think we'll get there.
But I think we need to have a little bit of patience and understand that we're going to have to try some things before we sort of zero in on this.
This is the best way to get there.
Yeah.
Historically, I think we also have seen with ML.
A lot longer runway before models actually reach the public consciousness, if they ever even do.
And what I'm thinking of is something like what Meta might build, like the Instagram algorithm.
They're kind of refining those algorithms behind the scenes and training against those for years before.
And maybe that algorithm was a bad example, but...
for years before the public's really ever conscious of these things.
And so LLM, it's been such a fast approach on the hype cycle that we have multiple compounding things that make this a very complex space, which is A, user behavior, B, actually getting the underlying LLMs to behave like we want, and then C, getting the agent harnesses on top of that to behave like we want.
And it's one of these situations where you turn one knob and the other thing goes crazy and vice versa.
And so bringing it back to earlier, I think we're very much in this weird transitory growing pain space.
Yeah, I definitely feel that as well.
And I mean, I sort of pendulum between some existential dread, you know, as I mentioned earlier, if anyone builds it, we all die.
I mean, I don't really think that's a likely outcome, honestly.
to some very optimistic things right and and i think about the kinds of applications the kinds of software that these tools will enable us to build that we could not have built in the past you know i think back to learning to code with a literal text editor compared to the ids we have today and i think you know what an exponential increase in what we can do the complexity of problems we can solve and you know i think the most positive outcome of this is the kinds of problems that we cannot solve without these tools.
And what is the benefit to all of us for that?
You know, whether it's much better weather forecast.
I mean, think about how much better that's gotten in our lifetimes.
You know, it wasn't that long ago that you'd have to look at the back page of the newspaper and be like, yeah, it's going to might rain today.
And now, you know, my phone can tell me that, you know, rain stopping in 15 minutes.
And it's usually right within plus or minus a few minutes, you know.
Is there anything you see coming down the slope here, coming down the pipe that you're like, man, this is really going to be pretty cool or can't wait to see how this impacts us?
I'm excited to kind of see the stabilization of these models and what I think will be their kind of exit back behind the curtain, again, where machine learning usually lives.
Not that they're going to go away, but I think LLM-based agentic AI is very much going to kind of become a sidecar to workflows and tasks where once we've solved a lot of these guardrail issues, harnesses, task attention, staying on task, we're not going to be as interactive with these things.
I think that'll do a couple of things.
A, we start to move away from these metrics like number of tokens spent and get back to focusing on accomplishing actual tasks.
And B, I think it gets out of the way for whatever comes next.
And it's very hard to predict what that is.
We've seen...
This is even pre LLM, just regular old transformer based.
We've seen a lot of cool stuff come out of this space in terms of how it gets applied in medicine with like protein folding and drug discovery.
And so I think we might see something like that, which going a little bit back to what we were talking about earlier, but some transformative way of developing these models or representing knowledge that is not.
token-based, spitting out tokens.
I really think that's what's coming next, maybe in the next two years or so.
So you mentioned this earlier, and I do want to circle back to it, but so Anthropic announces Mythos and says, whoa, this is so scary.
We can't release it.
And then, you know, announces Glasswing and we're only going to release it to certain partners to play with it.
And I know at least anecdotally that the companies that have access to it.
The NDAs were strict to the point where you couldn't even really admit to your coworker that you had access to it.
And then we discovered that if you were on the right Discord server and you went to basically the right location on the web, you could find it.
Any thoughts on if it's that scary and that dangerous, shouldn't it have been harder to find?
Well, certainly a few things with that.
I initially go back to, I'm pretty sure we had the same perception.
Or OpenAI was doing the exact same thing for GPT-3 or maybe GPT-4, which was this model is so radically different and intelligent that we cannot release it to the public.
And then three weeks later, there it was.
And today we sit here and I would call GPT-3 trash compared to what else is out there.
And so this is a terrible analogy.
in terms of how it represents what I think of humanity.
But, you know, handing a child a gun for the first time without, you know, teaching them about safety, whatever else is always going to be a dangerous thing.
And so maybe that's why they kind of slow drip these models.
At the same time, we know that Anthropic, you know, is pouring billions of dollars into this stuff.
And this could be a really clever marketing play.
even, you know, this all came to be through a leaked press release that someone found buried in some code.
You know, we don't know if their product team put that there.
I kind of doubt that.
But I guess what I'm saying is that there's a million reasons that they could be kind of keeping this model underwrapped.
And it could very much simply have to do with capacity.
And they don't want the public knowing that we're a little short on GPUs right now.
and so we're going to tell everyone this is too dangerous um so it's hard i guess it's it's hard to speculate is what i'm getting at yeah i i think it's always wise to have some salt when you listen to some of these these releases and you know i think we always have to ask is there some other motivation behind this whether that's to you know pump up a stock price whether that's to to your point well we don't actually have enough capacity to let everybody play with this so We're just going to say it's too dangerous.
So we're just going to constrain that to our partners or trusted friends to go ahead and look at.
Yeah.
So I always think, you know, extraordinary, how does the phrase go?
Extraordinary claims require extraordinary evidence.
So we'll see.
We'll see.
Well, I'd like to wrap up, Chris, with the fact that there's so much that goes on in this space.
And, you know, one of the things that I love about my job is I get to pick your brain on a regular basis.
But how are you keeping up with?
all the changes in models and papers, are there any resources you recommend, anything that you would say, hey, if you really want to try to keep your fingers firmly on the pulse, here's how to do it?
We're in an age where that's a difficult question.
You very much fall into AI slop quite quickly, and not necessarily the content, but how it's presented to you.
I want to call it a legacy feature at this point, but on my Android phone, And I'm sure you can get to this through just the Google page too.
They send me a curated kind of stream of articles and stuff.
And they do a great job of finding recent papers and stuff that I would find interesting.
LinkedIn, but you have to make sure, you know, you're following trusted sources, people you trust.
And, you know, I've certainly seen...
I'm certainly guilty of it myself.
I've seen claims on LinkedIn that don't always hold up when you read the underlying paper.
So make sure you're following trusted people on LinkedIn, Reddit, Twitter.
We've always had this problem though, right?
This is media literacy.
Don't believe everything you see.
It's getting harder.
Absolutely.
Yeah.
Yeah.
What about you?
Where are your go-to sources?
Same thing, right?
I've kind of got this curated set of feeds that I follow, and that usually does a pretty good job of surfacing these things up as they occur.
You know, and I think that's kind of it, right, is you just sort of have to have those lines in the water and then react accordingly and then adjust.
But, you know, there are some very good people.
I do read a lot of Gary Marcus.
I've been following a lot of Ed Zitron as well, although Ed writes a lot.
You know, I mean, seemingly everything he puts out is, 12,000 words, 16,000 words.
I'm like, I really need the, the executive summary of this, you know, and, and, and it's great.
There's some amazing stuff in there, but it's like, all right, I gotta, I gotta, I gotta strap in like this.
This is going to be a chunk of time I have to devote to it.
But I think that's it.
I think the other part of it too, is, is just having these kinds of conversations.
You know, I was, I was at Arc of AI recently and.
just talking to other presenters and attendees and just kind of having this back and forth is really valuable and just sort of like, hey, what's working for you?
What's not working for you?
What are you struggling with?
Because I think we're going to, we have to work together to sort of figure this stuff out.
And, you know, we'll get there faster as a community than we will each of us trying to do this on our own.
And so I would encourage you to engage in these conversations and see where that leads us.
Yeah.
You know, that's a nice kind of conclusion to land with, which is I think AI companions still cannot replace good old human interaction.
100%.
100%.
I think that is the perfect message to end on, Chris.
And I want to thank you for hanging out with me, brother.
Pleasure as always.
And I want to thank all of you for hanging out with us as well.
I hope this was useful.
See you on the next one.
Cheers.
Bye.
