No Priors: Artificial Intelligence | Technology | Startups - Why Diffusion Will Win AI Inference with Inception Co-Founder and CEO Stefano Ermon
Episode Date: September 18, 2026As generative AI hits hardware and latency bottlenecks, Stanford professor, diffusion pioneer, and Inception co-founder and CEO Stefano Ermon is betting on a radical new architecture. Stefano joins Sa...rah Guo to talk about Inception, and how his team is applying diffusion architecture beyond images and video into discrete text and code generation. Stefano explains the limitations of autoregressive LLMs, as well as why parallel token generation in diffusion models offers superior inference scaling and hardware utilization on standard GPUs. He also shares details about Inception’s Mercury models, real-world voice agent applications, the software stack required to serve diffusion-based models at scale, academia’s role at the frontier of AI innovations, and why the next era of AI competition will be defined by efficiency. Sign up for new podcasts every week. Email feedback to show@no-priors.com Follow us on Twitter: @NoPriorsPod | @Saranormous | @EladGil | @StefanoErmon | @_inception_ai Chapters: 00:00 – Stefano Ermon Introduction 00:35 – Research Background 02:54 – Starting Inception 05:59 – Why Diffusion Beats Autoregressive 11:10 – Discrete vs. Continuous Modalities 13:19 – Inception Today 16:45 – Where Speed Wins 17:31 – Inception Customer Base 18:49 – Interaction with Hardware Landscape 19:34 – Inception and the Broader Industry 21:41 – Data Compression and Structure 24:45 – Controllability of Diffusion Modeles 27:25 – Emergent Capabilities at Scale 29:02 – Future Workload Split Between Diffusion vs. Traditional 30:03 – Adoption Challenges 31:44 – Hiring and Team Organization 32:50 – Recursive Self Improvement 34:02 – Resource Allocation 35:10 – Impact of Academia 38:13 – Conclusion
Transcript
Discussion (0)
Hi, listeners. Welcome back to No Priors. Today, I'm here with Stefno Erman, who is a longtime
Stanford professor and now co-founder and CEO of Inception. Stepno has an extraordinarily broad
body of work around generative modeling, but is especially well known as one of the fathers of
diffusion. We talk about his company, challenging the large labs, and why speed and efficiency
are going to be the name of the game in AI over the next few years. Welcome, Stefno.
Stephno, thanks so much for being here.
Great to be here.
I would love for us to just start with a little bit of your research background and how you ended up starting your company.
For sure.
Yeah.
I've been doing research in generative models for like basically my entire career.
I started at Stanford in 2014 as an assistant professor and I was working on building generative models.
Back then, the research area was not particularly hot.
you know, the models were not quite working well.
We were still like building little generative models over Amnest.
And it was like a big success if you could generate this grainy images of digits.
And, you know, it was even hard to publish papers back then on that topic.
And you had to kind of like justify training a generative model as a way to learn features from unlabel data that then could maybe help you do better at supervised learning because that was the thing that everybody cared about.
But then, you know, the things took over, of course.
And so it was like a, it was at the right place, at the right time, working on the right thing.
And so I've been doing research in that space since the beginning, basically.
Did you have like a, besides curiosity in the area, a personal hope for what the models would do back in 2014 and 15?
Yeah, I mean, I always felt like that was going to be the, that that was the right way to think about,
kind of like learning from unlabeled data that like building a generative model is really the right way to make sure you understand the structure in the data.
that was kind of like the way I was getting at.
I was not even dreaming about the kind of capabilities
that this LLAMS that we have today could do that.
But I was thinking more from, I think, world models perspective.
Like I was working a lot on images.
And so thinking about, okay, like, I have a world model.
I can imagine what's going to happen.
If I were to stand up and walk out the door,
like I can kind of like picture that in my mind.
And that's important to make decisions
and kind of like model predictive control.
and having this kind of model of the world requires some generative capabilities.
And so I always felt like, okay, that's the right direction to work on.
I felt like this is going to be very hard as a problem.
So it's going to keep me busy for my whole career.
And so it's a good problem to work on.
And then, of course, I was very wrong.
And things evolved much faster than I was expecting.
Yeah, I think that's kind of universally true, though.
And sort of walk me through the state of your research and how that led you to start the company.
Yeah, so I was working on generative models of images,
initially working on auto-aggressive models, which were very slow and kind of like very blurry,
and then VAEs and then GANS took over.
Yes.
And back then, we were very unhappy with the state of generative models for images.
Like the GANS were, they worked, but they were very unstable to train, very hard to reproduce results.
And so we were trying to say, is there a way to build something that is as good as a GAN,
but it's more principled.
And so we started working on score-based,
the generative models,
which are basically what eventually became diffusion models
back in 2019 with my PhD student Young-Song.
And so we kind of like came up with this idea of,
let's train an neural network to denoise images.
And if you can denoise an image,
then you really are understanding enough about the structure
of the image that it should be possible
to build like a generative procedure based on these denoizers.
And that basically became the kind of like underlying technology of modern diffusion models,
where instead of generating images left to right one pixel at a time, you kind of like start
from pure noise and then you gradually refine the object until you get like a clean picture at the end.
And that started back in 2019 in my lab and then it kind of like took over the space.
And even today, the best models for image generation, video generation, music to some extent,
a lot of the protein stuff, they are based on diffusion.
And so my group has worked a lot on various kinds of diffusion models,
technique for accelerating them to generate samples very quickly,
to improve the quality of these models.
And so since we were able to get them to work on images,
I started thinking about how do we get diffusion models to work on text or code generation
and discrete objects.
Like is there a way to move beyond outer aggressive models to something that it's more
parallel more with built-in error correction.
And so I'd been doing a bunch of research at Stanford
on getting distribution models to work on text and code generation.
We had a breakthrough in 2024.
We published a paper basically showing that for the first time,
it was possible to match the quality of an auto-aggressive model at the GPT2
scale.
So less than a billion parameters, still fairly academic.
But we were able to train basically still a transformer
model as a diffusion model on the same data, we were able to match the quality, like the
same perplexity.
You were fitting the data just as well as an auto-aggressive model with the same number
of parameters, but the diffusion model was significantly faster.
Because it's diffusion, because you're outputting many tokens at the same time, we were able to
generate text like 10x faster compared to the auto-aggressive model.
And so that felt very, very exciting.
And I really wanted to see what happens if you scale up, if you train bigger models.
And so I started Inception, a company to basically scale up with technology and try to build commercial scale diffusion-based language models.
Everyone has now seen the outputs of diffusion models in particular images.
Yeah.
And I would argue that it's like increasingly a dominant form of like generated short form video from diffusion models is like a dominant form of entertainment in other parts of the world and it will likely become so here.
It's kind of unbelievable, at least to me, even having followed the field for, you know, the last decade plus the quality that is possible today.
So I think that is kind of obvious, right?
And it's such a big use case in images and video generation that folks are even creating, you know, hardware to support better performance here.
it's not intuitive that would work for other fields or that, you know, this is a interesting,
competitive direction to the current, you know, full transformer focus like AGI labs.
Can you offer some intuition on that?
Yeah.
So it's a very interesting kind of like state of the world right now from a researcher perspective
because like there is like two main paradigms, two ways of building generative models.
there is auto-aggressive where you kind of like have a model that predicts the next token or the next pixel,
and then you generate left to right one token at a time.
And then there's diffusion, which is a course-to-find generation, kind of like iterative denoising kind of generation.
And as you said, like we have continuous modalities where diffusion dominate,
there is discrete modalities, text and code, where primarily all the big labs are kind of like bedding on the same architecture,
ultra-aggressive models.
And as we move towards more and more like multimodal models
and kind of like there is this idea that maybe we'll have a model
that can handle all modalities
and we'll know everything about the world,
what architecture will that be?
Like, will it be an auto-aggressive model?
Will it be a diffusion model?
Nobody knows, I think, that I think the jury is still out there.
At inception, we're betting on diffusion models
because we believe that what matters eventually
will be inference time scaling.
And there are fundamental reasons for why diffusion models are better than ultra-aggressive models at inference time.
So even if you think about the story of auto-aggressive models, there was an inflection point in 2017 when people switched from RNNs to transformers.
Right. And what was that?
The problem was that RNNs had to essentially process tokens sequentially one at a time.
And training was very slow.
And so people came up with this idea of let's have an architecture that allows you to process.
process many tokens at the same time in parallel.
And that was a transformer.
And that was the thing that scaled better for training
and that enabled a lot of the successes behind LLMs.
But if you think about inference, now not training,
inference generation.
Outer aggressive models are still sequential.
The computation is one left to right one token at a time.
You cannot generate the 10th token until you've generated
everything that comes before it.
That kind of workload does not map well to GPUs.
That kind of workload is extremely memory bound.
You're spending most of your time moving around weights
across the memory hierarchy, and you're doing very little arithmetic.
And that's a fundamental problem of auto-aggressive models.
And so what's the equivalent if you think?
Iron-Ns, transformers, auto-regressive models,
the equivalent at inference time is a diffusion base.
It's a diffusion model.
Because a diffusion model is built to have at inference time,
a workload where you process many tokens at the same time.
And so the workload that we have at inference time
in a diffusion model, it's basically very, very similar
to the workload you have for training,
where you're processing many tokens at the same time in parallel.
And so it's built to essentially have an inference workload
that maps really, really well to map malls.
But the kind of things you'd be used.
do really, really well. And so we bet on trying to build the architecture and try to build
the kind of models that will scale best at inference time because, you know, economics are
dominated by, you know, the kind of intelligence per watt, the intelligence per dollar that you're
able to get from the models. If you think about a lot of the advances, with reasoning models,
a lot of it is scaling test and compute, right? And so being able to scale better along that
axis will also matter. And even if you think about RL,
post-training, a lot of the bottleneck is generating rollouts, like letting the model explore,
you know, and then scoring the trajectories and then improving the model based on the kind of things
it finds. And so inference is again a key bottleneck for our RL post-training. And so if you have
a model that scales better at inference time, then automatically you're going to get better
scaling during RL post-training. And so that's why we decided to bet on a diffusion-based LLM
because it's inherently more parallel.
And the bitter lesson is that the more parallel solution
is the one that is eventually going to win.
How did you think about applicability
or what experiments did you run
in terms of cracking the nut on discrete versus continuous modalities
because I think people have also shaped the existing,
you know, dominant paradigm through new tokenization efforts
or methods to make video and voice work, for example.
it's you know this is you're not in the same token oriented paradigm how do you make it work here yeah so
there was a lot of research that that went into figuring out how to apply a technology that was
inherently very tied to kind of like continuous structure in the data so if you think about a diffusion
model it's learning how to denoise images and it kind of like makes sense for continuous data because
if you think about even two pixel colors you can
kind of like interprolet between them and it will still make sense.
But if you think about two words, there is not necessarily something in between them, right?
It's all discrete.
And so it required a lot of R&D and a new science that have to be developed to figure out
how to how to extend those kind of ideas to discrete spaces.
What can you claim about how well it works today?
We think it works really well.
So we've been able to train diffusion-based elements that are comparable in quality
with the speed-optimized models for Frontier Labs.
So our Mercury models are on par with the Haiku models,
flash models, mini-nanom models from Open AI,
if you look at benchmarks, while being significantly faster.
So we've crossed, I think, we went from pure research prototypes
to things that are actually used.
Like, we are serving these models in production today.
We did all the work of figuring out how to even just build a serving engine.
You cannot run this diffusion-based LLMs on VLM or SGLang.
We have to build our own serving engine, and we can handle a lot of the complexity of
like real production workloads.
And we've solved all these challenges and we can deliver this kind of new experience
end to end to real customers today.
Actually, a great time to just talk about where Inception is as a company, like how many people,
what are you guys actually serving, sort of state of research?
Yeah.
Yeah.
Yeah, so we are about two years old, around 50 people, spending a lot of time still on R&D,
kind of like figuring out what's the right way to train these models, how to accelerate
inference.
Like, it's not obvious how you, even if you think about an outer aggressive model, it's pretty
clear.
There is not a lot of things you can do there in terms of like, okay, you generate one token
at a time and that's it.
In a diffusion-based model, we know that there is a lot of different possibilities for
trading compute for quality at inference time.
Like even if you think about image diffusion models or video diffusion models,
there's a lot of techniques that you can use to kind of like accelerate sampling.
Distillation or like fancy differential equations solving techniques that allow you to
sample very, very quickly from these models. And so there is a lot of research on the training,
on the inference, and then engineering, like just like thinking about data mixes,
evals, RL post-training infrastructure. Like there is a lot of work that needs to have
happen to figure out how to build recipes that work for this new model. And we try to leverage
existing things as much as possible. For example, it's still a transformer-based model. So you don't
have to throw away a lot of the work that has been done on good architectures. We still use
attention. We still use a lot of the public data sets that people have created and evils and benchmarks.
So we're a startup. We're trying to be scrappy. We're trying to use existing things as much as possible
and kind of like focus on the aspects where we can have the highest impact
and then where we can be the most differentiated.
And right now it's speed.
In the future, who knows?
Like it's possible that a diffusion-based language model will be maybe significantly
more intelligent than an auto-aggressive one.
Like nobody knows.
That's why I think this is very exciting because we're developing these really powerful
AI systems, but it's all very fresh.
It's all very new.
I doubt we've discovered the best way of building this system.
there's got to be alternative.
There's got to be other ways of building these models.
And eventually, yeah, efficiency would be very important.
Like if you think about the AI factory, like how is that going to work?
I think nobody really knows.
And just being able to play in that space and thinking about alternative ways of creating
intelligence, I think it's exciting.
Absolutely.
And I also think that in a increasingly like fundamentally compute and supply constrained environment,
the, you know, for some, I wouldn't say that there wasn't very focused research on
efficiency of models, but it was a second order sort of consideration for many of the
industrial research efforts versus like pure capability scaling on what we've got, right?
And new methods in that.
But I just think if you fundamentally believe that we can use all of the power we have,
and there will be economic reasons to do so,
then I think the focus on efficiency
is going to go dramatically up, right?
You know, I think many people will now argue,
like, one of the most important decisions
for a company in the AI space is, like,
how do we use the power we have between, you know,
training and the most valuable use cases for any watt.
On that topic, like here in, you know,
September of 26, where does speed win?
Like, where do people care enough about this already?
Yeah, it's basically applications
where latency matters.
I mean, generally speaking,
I think everyone cares about speed
in the sense that if you can give me the same quality,
but faster,
people will always pick the faster solution.
And we're seeing it with this like faster versions
of even the models from Frontier Labs,
people are willing to pay more
to get access to faster models, right?
And I think once you get used to a fast model,
it's hard to go back.
It's kind of like broadband, right?
and then get faster and faster, and if you were able to try, you know, people cannot go back
once you get the fast model.
Are there customers that you can talk about publicly that, you know, care about this today?
There are a few that we can mention, like in the voice space, for example, open call is an example.
They are building like voice agents.
They, you know, speed, of course.
The pipeline is like you have an ASR model, you have an LLM, that it's kind of like doing all the
tool calls and figuring out what to say next.
It has to be a reasoning LLM typically to have the highest level of quality.
And then there is a text to speech component at the end.
Speed matters a lot to them.
They were previously using serving their LLAMs on cerebrus.
So they were using custom chips to get to the kind of speed that they need
to deliver the best experience to their customers.
And then they switched over to our diffusion-based LLAMs
because they can essentially get the same speed as what you would get.
if you were to run an auto-aggressive model on custom hardware,
if you have a diffusion-based LLM that it's built to be parallel,
it's accelerating at the software level,
then you can get the same speed on Nvidia GPUs,
which means much more availability.
I mean, GPUs are scarce, but there's more of that than custom chips
and lower costs, higher quality.
So that's an example in the voice space.
Yeah, I was actually going to ask you how you think this interacts
with the hardware landscape as well, given we've seen enough now demand from use cases
who are like, yes, I want a big expensive chip with a lot of SRAM, and people will pay for
the outputs of that.
Yeah, in coding and other use cases.
Yeah, for sure, for sure.
And I think hardware is one way to accelerate things.
And the good thing about...
And software might be better if we can use the existing hardware.
Exactly.
And especially they are complementary.
That's the exciting piece, is that to some extent, the gains that you get from the software,
they are multiplicative with the gains you get from the hardware.
And maybe someday people develop a system, you know, hardware that fits even better
than models that you're building.
For sure, for sure.
Yeah, yeah.
If we just like zoom out to the, you know, at inception in the broader industry, I think there is a vein of
concern, and correct me if I'm wrong, that it's very hard to invest in new architectures today
because some, you know, if there are advances in architecture or methods, it will simply be absorbed by large players with the resources to scale compute.
Talk to me about how you think about going and competing as David in this situation.
Yeah, it's a very valid point and something that it's also like top of mind for us.
I think initially for us, for sure, like the moat is sort of like the IP, the trade secrets, like the ideas that we and our researchers have to build this model.
and make them better.
As we mature as a company,
and one of the reasons we're not just doing pure research,
we're also like, you know, we've developed a product
and we have real customers and we are getting feedback
on the models from the real world,
is that by doing that, we are also, like,
developing components that are also very important
to deploy these models, for example, like a serving engine.
You know, if you don't have the serving engine,
you can't really serve this model,
can't really serve these models in production.
And so by forcing ourselves from the very beginning to go out and deploy something end-to-end,
we're learning a lot about how to serve these models and how to build software that it's
kind of needed to run these models.
And that, again, becomes IP.
Like even if you train the diffusion-based LLM, if you don't have the serving engine,
if you don't have the VLLM equivalent to serve it, you're still stuck and you still cannot use it.
on the same lines, we are working with real customers and we're getting feedback on the models.
We figure out what works, what doesn't.
We collect data sometimes from them.
We create evils based on what they're seeing.
And so that, again, becomes part of the technical mode because, of course, those things are a little bit harder to replicate.
You can tell me if this doesn't make sense as a question to ask technically.
But one of the things that diffusion models benefit from structurally in images or video generation is, you know, you're replicating something where there should be some consistent structure in the world, voice as well, right?
It is whatever is really possible and most likely.
There are like some of the fields where AI has been most valuable to date.
I'd say like, you know, a lot of the input data you use to train like code data, for example.
It's very messy, right?
And, you know, one could argue that a lot of it doesn't actually have the, like,
correct real structure you're looking for.
How do you think about that when it's like a human generated input data versus, you know,
images, video voice?
Yeah, it's a good question.
And fundamentally, if you think about whenever you train a generative model,
what you're doing is whether it's an auto-aggressive model or to some extent,
even a diffusion model is you are trying to identify structure in the data to by essentially
building a compression scheme.
That might not be obvious, but whenever you train these models, you are effectively trying
to identify common structure by trying to find an efficient way of compressing the data.
And so the more you can compress the data, the more structure, the more patterns you're identifying,
and that's how these models work, which is the amazing thing.
It's just like by predicting the next word, you are.
are learning something about the structure of the data.
And that's the same, whether you're using a diffusion model
or you're using an auto-aggressive model,
both methods are essentially trying to learn a compression scheme.
And when I mentioned the original 2024 paper,
when we showed that we are achieving parity
with auto-aggressive models,
the metric that we're using is basically perplexity,
which is a notion of how much structure have you identified in the data.
And so even though it might not,
seem obvious, we were actually able to identify at the GP2 scale the same amount of structure
as an auto-aggressive model.
Yes, I think like that empirical results is there, but the intuition would be like,
well, this, you know, code is not, the data set that you are working on is not like grounded
in physics, right?
There's a lot of noise in there, and it sounds like that is, you believe that's a manageable
problem.
Yeah, there is noise in everything.
And so to the extent, you know, the numbers don't lie, to the extent, you know, the numbers don't
lie to the extent that you are able to drive the perplexity down, then it means that you can
actually build like a compression scheme and that that will get to that sort of like level of
compression. And so the structure must be there and the model must have been able to uncover
it. And then it's more a question of an inductive bias. Like, you know, is a transformer a better
way of identifying those patterns or something else? Is next token prediction the right
modeling framework or is it more like denoising? And that's a new thing. And that's a lot.
That's very much an empirical question that I think at the moment we don't have tools even to understand.
Can I ask a question just because you used a voice customer as the example here?
One of the benefits that some people building these AI products have identified of having an LM in the middle of this voice pipeline is they understand how to do alignment a little bit better there or controllability.
I imagine that has to look different for a diffusion-based model.
Can you talk about that?
Yes, that's a key value proposition.
And one of the things that they always look into is, you know, yeah, to what extent
a lot of the value they provide is like the harness and making sure that the models indeed
are doing the right thing.
And the interesting thing about a diffusion-based Dallam is that we've built everything
to be backwards compatible.
So it's still like the API is the same.
It's still opening eye compatible, texting, text out.
And it so happens that the models we've trained are.
are good at following instructions.
They're good at outputting, you know, if you're using JSON's, like structure outputs,
they can handle all of those things.
And it was good enough.
It was better, in fact, that the models they were using before.
And so they are still able to provide the kind of like level of service to their customers
by using Mercury.
Well, very simple if the interfaces are the same and you could just use your same stack.
But it could be that.
That I think that's actually a very interesting point is that we know that diffusion models
are typically easier to control compared to ultra-aggressive models.
And the reason is that if you think about an auto-aggressive model,
you kind of have to wait until you've generated the full object
to know whether or not it satisfies, let's say a constraint
or whether or not it's aligned or whatever, you know,
it's on brand, whatever it is that the objective function that you care about.
Maybe you're generating a molecule and you care about solubility.
And then you kind of have to wait until you have the full object
to be able to score it with some reward function.
But a diffusion model, it's more course-to-find generation.
So from the very-
Progressively do it.
From the very beginning, you know,
kind of like, is this object the kind of thing I want or not?
And you can steer the generation in the direction provided by an external reward function
or some set of constraints.
And so there is a lot of evidence in the academic literature, at least, that diffusion
models are easier to control and there are different ways of steering them that are just not
possible without our aggressive models.
So that would be a different,
interface for the model that maybe might not be even available for auto-aggressive models.
I think that's something that we've been thinking a lot about, like, what would be the right,
what's the right product experience that we can build around the new capabilities that are
just not provided by outer-aggressive models.
Are there capabilities that you imagine Inception's models having at scale that today's models
don't have beyond performance?
Yeah, that's the thing. We don't know. It's emergent. It's emergent. Yes, yes. Like right now, the wedge is speed. We know they are much faster. That was the initial bat because that was easier to test. It's also like easy to measure and it's obviously valuable. But as we, that's why I find it so exciting is that as we learn more about how to train these models, you know, we don't know what we're going to find. And there is,
a decent amount of evidence in the academic literature, for example, that diffusion-based
models are more data efficient compared to ultra-aggressive models. And the intuition is just
like, if you think about training a diffusion model, you're learning by denoising. You start with an
image, you unnoise and then you learn how to remove the noise. And so it's effectively doing
data augmentation in the sense that the same image is augmented by many noisy views.
Okay.
Yeah.
And so they tend to be a little bit more data efficient.
And so if that's, you know, holds up at scale and then you believe that maybe we'll get into.
Tass where we have less data.
Yeah.
Where data becomes the bottleneck, then it becomes more interesting, right?
And so we'll see.
That's why it's so exciting because things are changing.
And then this technology is so important and so valuable that having something differentiated, I think will create.
value. If we project out, you know, five years, that's actually way too long in AI
world. If we project out two years, like, what do you think is the workload split between
diffusion and traditional models? I think we're still, we're not at the frontier level of
intelligence. And I think a lot of the workloads do require frontier level intelligence.
But my estimates, like even if you just go to, you know, open router has this very nice way of kind of like looking at all the different use cases.
And you can kind of see, you know, the research and conversational and coding and software engineering and law processing.
Like they have like a nice high taxonomy basically of tasks.
And I was doing some estimates.
And I think there is like between 20 and 30 percent where latency is really, really important.
And so at the very least, as a lower bound, I think it could be.
addressable by models that are within a given latency budget, they would give you the highest
possible quality. And then just, you know, all technology approaches have tradeoffs. What are,
what are the challenges of working with diffusion models? Yeah, it's a different stack. And so one of the
challenges that we have to build are a lot of things in-house and there is not a mature sort of
like ecosystem of, like, anything about the serving engine or like kernels,
Like a lot of the things had to be developed in-house.
And so there is not really anything open source or there are some open source models,
but they're not particularly good.
And so that makes it a little bit more difficult to deploy, to get customers to try things.
They're not used to it.
So that's been one of the challenges.
I imagine that also reflects externally, right?
you know, in a landscape where folks at some sophistication where they would care about cost
and performance, and though you might, for certain use cases, you will care about cost
and performance for the beginning, there is an increasing amount of interest in post-training,
right? And so I imagine in a new architecture that's even more challenging.
So we had to build our own stack for doing SFT, for doing our LHF, doing REL.
I mean, that becomes IP to some extent.
So it's one of the reasons we decided not to open source everything was really to keep
the IP a little bit closer to us and not opening it.
But then there are downsides.
Like there is less, less an opportunity for the community to contribute.
It's harder to adopt.
It's hard to do on-prem kind of like deployments.
And so there's pros and cons with the two choices.
Can you talk about, you know, scale of your own training?
and then, like, current or aspirational, and then at 50 people, I'm sure you're continuing to hire,
like, why researchers or engineers or others should consider, you know, investing in this direction
or working at inception?
Yeah, so we're not able to share much about the training, the size of the models or the flops
or all of that.
It's kind of like a trade secret, but we are continuing to push the frontier.
And Inception is a great place to be if you want to be, have an opportunity to be.
have an opportunity to shape the direction of the field.
Like it's still a relatively small field.
There is a lot to be invented.
And so a lot of the people that decided to come to inception
instead of joining one of the other labs
is really that they want to have ownership
and they like to invent new things.
They like to be in a space
where there's more of a green field
and more opportunities to try things.
There is less that it's known or available out there.
it's a little bit more open-ended. And so we tend to attract those kind of people.
I think one thing that is both exciting and causes some despair amongst research friends
is, you know, the ability to use models for recursive self-improvement in the research field
itself. Given you're working on a very different direction, what is your view on this?
Yeah, I mean, it's something that we...
I mean, explicitly, it sounds like you still feel there's work for you and your team to do.
Oh, yeah, yeah. I think we're not...
there yet. Maybe we don't have access to the models that other folks have, but I feel like
there is still, we use models a lot, of course, and it has accelerated the speed at which we can
iterate, try ideas, and we use models from Frontier Labs, and it's been great. It has accelerated
our development process a lot. At the same time, I think, at least that right now, I don't know what
It's going to be in six months or a year, but right now the human ingenuity is still like super
important and the ability to come up with the right ideas and kind of like prune the space
and kind of like identified directions that are more promising has been really important to us.
50 people is not that many people for, let's say like a full stack, you know, research serving product
company or however you would think about describing it.
how, you know, how do you organize and then how do you think about how you allocate your resources here?
It's a small team, but everyone is very talented and they work very hard and we have access
to agents that are making us a lot more productive. And so I think the numbers are, you know,
are sufficient to do to do a lot. And in fact, often the, I feel like the, the, the, the
is more compute than than people.
But yeah, the team is organized.
Like there is a product team effectively
that is handling the platform and working with customers
to make them successful with our models.
And then so there is basically a team
that it's serving the current best version of the model.
And then there is a team that it's building
the next version of the model.
And that includes training, RL, inference.
And so that's more
research.
Stephanie, one last question for you.
You know, the 24 paper was a super interesting result, made a big splash.
You've been working in this field for a long time.
A lot of folks would say that would claim that, you know, academic AI research is very
challenged in this era of, you know, being able to scale resource a great deal.
Like, this is certainly true to some degree, given you started a commercial company around
it as well.
But how does you get confidence in the directions that you were working in having impact or
being promising before you really had those 24 results.
Yeah, and I think it was like a collection of results that I had been working on in my lab,
not necessarily like, of course there is like the early diffusion work that we did in the lab.
We showed at the kind of scale of models that we could train on academically.
We were able to kind of like beat GANS.
And so and then will be much more stable.
and then the whole thing took over
and then became stable diffusion,
mid-journey,
all of that started from ideas
that were developed in academia in my lab,
but that's not the only one.
Like I was 3,000 co-advisors,
so I worked on flash attention, for example.
That's another thing that came out from academia
that then eventually had a huge impact in industry, right?
Or another example is DPO.
That was another project.
It started out as a rotation,
a project in my group.
It's an algorithm that is used to align, you know,
LLMs and diffusion models and everywhere.
And that's, again, something that was developed entirely in academia.
And it was just like based on a clever insight, like some interesting mathematical structure
that you have in that problem that allows you to come up with a very different and more
efficient way of post-training and aligning these models.
Right.
So there are gems.
There are lots of opportunities for finding new and better ways.
of solving important problems.
One of the nice things about academia
is that it allows you to take this contrarian bets.
As you said, I mean, there is the challenge
that maybe we don't have enough resources
and there's never enough resources
and if we had more compute,
we could be more efficient.
But, you know, you have access to amazing students
and everyone is kind of like trying to develop the new thing.
People are not scared about taking bets.
And that's why academia has been so,
impactful, I think, or even in the AI space, a lot of the important ideas have roots or even
were created in academia.
Awesome.
Super inspirational.
Thanks so much for being here, Stefna.
Thank you so much for having me.
Find us on Twitter at No Prior's Pod.
Subscribe to our YouTube channel.
If you want to see our faces, follow the show on Apple Podcasts, Spotify, or wherever you
listen.
That way you get a new episode every week.
And sign up for emails or find transcripts for every episode at no dash priors.com.
Thank you.
