# Scaling Laws and Open Source in Programmable Biology

**Podcast:** Latent Space: The AI Engineer Podcast
**Published:** 2026-05-27

## Transcript

So ESMC is also approaching programmable biology, but I would say in a very different way.
It's approaching it from this kind of world modeling perspective, where the idea is basically you have a predictive model and, you know, you're going to search the world model to find protein molecules that satisfy kind of whatever design criteria that you have.
So we've been able to use this to actually now go and design mini protein binders.
I think sort of most excitingly, we've been able to...
use this to actually design antibodies, SCFVs.
Hello, welcome to the Latent Space AI for Science podcast.
I'm RJ Haneke, CTO of Muralomics.
Yeah, and I'm Brandon.
Today, it's a pleasure to have Alex Reeves, head of science at Biohub.
Yeah, would you like to interest yourself real quick?
Yeah, yeah.
Thank you for having me here.
It's great to be here.
I'm head of science at Biohub.
I'm a computer scientist and I work on AI for biology and a lot of my work has been on language models for biology.
By the time this podcast is released, you will have put out several new, exciting, interesting models.
Going over them, I couldn't help but have the kind of thought that you might be the most bitter lesson-pilled person in protein biology right now.
Can you give a little context about what that means for biology and, you know, why you're so committed and excited to this route?
Well, I'll take that.
I believe in scaling law.
So, you know, I guess I've been working on this for, you know, since the summer of 2018.
And so my team, when we were at Metafair, trained really the first transformer language model for protein biology.
And so I guess, you know, I've always...
thought that there would be kind of emergence of biological information as you train a model to predict the next token that evolution creates.
So our team has really explored that idea over a number of different years.
And we've really kind of, I think, seen the scaling curve and really seen as we have increased models by an order of magnitude kind of in each generation that, you know, there's this emergence of new capabilities.
Yeah, so you've been, you say, emergent capabilities, scaling over generations.
You've been working at this, as you said, for, I guess, would be eight years now or something like that.
It didn't always work that way, right?
Like, there was signs that scaling might work.
You know, we'll be getting to some new results where I think really you've kind of clearly demonstrated this hypothesis in a way that hasn't happened before.
You seem to have like a strong commitment to this in a way that I'm not necessarily sure I would have been so convicted that it would work in the same way.
I mean, proteins are not this protein language is not the same thing as natural language.
There are similarities.
If you start sampling a transformer, you know, a normal language transformer at a temperature, you're going to get gibberish.
You sample a protein language model at infinite temperature, you're going to get something which is a valid protein.
If not.
a not interesting protein.
Despite the fact that it is a different domain for a different reason, I'm not necessarily sure that I would a priori assume the natural language model insight would transfer over.
So what is specifically about proteins that you thought was special or, you know, that would make this also valid?
Yeah, I mean, it's a really interesting question, I think, kind of a deep question across AI right now more broadly.
And, you know, I think...
What's so interesting is AI right now is such an empirical science, and so we don't have theory that can always guide us in these things, but we have this really strong empirical evidence of scaling.
The thing that I was motivated by is if you think about evolution and you think about the data that we have around proteins, we have databases that have billions of protein sequences.
And those sequences contain...
And, you know, it had long been known, so, you know, this is going back, you know, decades kind of before, you know, we started working on this with language models, but that there are patterns, the sequences of protein families that come there because of the constraints that evolution is operating under.
So you can think about, you know, like a protein sequence that folds into a three-dimensional structure in space.
And you can, you know, imagine that there are two.
residues or amino acids that are in this sequence that might be in contact in that folded structure.
And so evolution isn't free to choose those independently from each other.
If it makes a choice at one position, it kind of has to make another choice that's going to be compatible at the next position.
So going back, you know, all the way to the beginning of gene sequencing when people first began to be able to look at this and kind of look at different related, you know, the same protein and related organisms, you could start to see these kind of patterns that are reflecting the fundamental underlying biology.
So the idea behind ESM, kind of the thinking behind ESM was, okay, what if you...
were to apply this principle across all of evolution, across kind of the vast diversity of proteins that have been generated across all of life, and, you know, basically have a language model kind of predict the amino acids that evolution will choose to place in proteins across all of those biological contexts.
So you can think that there's just this kind of like incredible amount of information in that total picture about the underlying biology of proteins.
And so that was really the idea that sparked this, is, you know, as a model is having to predict the next token, and actually we train these models with mass language modeling, so they're predicting kind of tokens that are massed out of various parts of the sequence, that it would have to learn something about those kind of underlying constraints that are shaping which tokens evolution can choose.
Yeah, so maybe for a bit of history, so, you know, you have...
You just released evolutionary scale modeling Cambrian, right?
Is that what it's called?
Yeah, and this is like the maybe fourth or fifth in a series of models.
I think maybe even more if you go back before they were called ESM.
They were called ESM from the start.
Yeah, we've had sort of various branches of the different models.
Yeah, so this one I would say is kind of a fourth generation model.
It's actually a model that we trained a little over a year ago.
Now that we're at Biohub, we're open sourcing this model fully under MIT license for the first time.
So we're really excited.
do that.
But kind of the big thing that is new here is that we've really kind of built a world model of protein biology.
So the foundation of that is ESMC.
But, you know, using the representations of ESMC, we've kind of now built a structure prediction model.
And this is the next generation ESM fold model.
And then we've also...
use the techniques of mechanistic interpretability and sparse coding to really start to look deeply into the representation space of the language model and kind of be able to pull out the underlying features that the model actually uses to represent protein biology.
So bringing all of this together, we're able to really make predictions for protein structure.
predictions about kind of the underlying features that proteins are made out of that allows us to build linkages across evolution, we're able to take this model and invert it to design proteins.
And we've used this to kind of create a comprehensive picture of protein biology.
So we put together kind of all the world's largest protein sequence databases.
And so that kind of amounts to...
6.8 billion non-redundant proteins.
And then we've resolved predicted structures for 1.1 billion of those.
And we've also computed features across all of those so that we can make these linkages basically all across evolution and protein biology.
6.8 billion of which you've resolved structure for 1.2?
1.1.
1.1.
Yeah.
What about the others?
Well, so basically what we did is we took that database and we clustered it at 70% sequence identity.
So it's really resolving structures for everything in the sense that for each cluster, we kind of have a cluster center.
We're predicting the structure there.
And then we can expect that the other proteins are going to have a similar template structure.
I see.
There'll be small variations, but they'll have the same fold.
1.2 billion or so.
Clusters.
That are kind of covering the 6.8 billion.
Okay, interesting.
And maybe since we're talking about scaling, how do you know that this is the right number?
How do you know that focusing on these 1.1 billion and that's the right resolution for this model?
Well, we've chosen them so that they really cover that entire space.
So I think what I can say about this database is it's really the most comprehensive picture of protein structure and function that's been created.
It's adding hundreds of millions of structures to our knowledge of kind of protein, the diversity of protein structure.
And it's also creating this.
feature space that allows us to find these linkages between proteins across evolution.
So we can see kind of really interesting themes emerging across evolution, you know, linking, for example, gene editing systems, which are very far apart in sequence, but, you know, they share some kind of underlying functional patterns, structural homology that the model's able to bring together and find those connections.
Now we're talking about the mechanistic interpretability part.
So you have, if I understand correctly, you use sparse autoencoders and other techniques maybe to understand, okay, what are the, when I activate the network using a protein, then what are the patterns of outputs that I'm seeing and how do they relate to each other?
If I understand correctly, is that you have these sequences that are unrelated or only partly related.
based on the actual sequence, but in terms of behavior, they have similar behavior and therefore they are activating similar networks.
Is that kind of the summary of what you just said?
Yeah.
So, I mean, basically what we've done is we've trained sparse auto encoders across.
all the different layers of the ESMC model family.
So there's actually three models in that family.
There's a 300 million parameter model, a 600 million parameter model, and a 6 billion parameter model.
And then we've looked really, we've done kind of a very deep analysis of the feature space of that 6 billion parameter model, which is really the state of the art protein language model.
And so what we find, what's really interesting is there's kind of this...
you know, this hierarchy of features that emerges.
What's really interesting about it is it really kind of corresponds to the reductive picture of biology that has been developed over, you know, many decades, a century of biological experiments.
But what's so cool is this is emerging, you know, without any prior knowledge.
It's been learned by the language model.
So the interesting thing about SAEs, right, is they're really just revealing the intrinsic structure of the representation space.
So this model's been trained on protein sequences.
It's been trained just to predict the amino acids that evolution will choose and then...
Somehow this is leading to the emergence of this very ordered feature space that has this hierarchical structure where you can really see everything from the basic biochemical properties and the basic structural building blocks of proteins to these very large functional themes, these abstract concepts that connect to the human picture of protein function.
What hypothesis or feel for why, if there are relationships between the sequences themselves, even if they're like shifted and cut up and recombined in different ways, like I can imagine that might work because you have these, you know, these proteins are kind of hierarchical in their nature as well.
So maybe the hierarchy moves around, but the same sequence, but the functional units, I guess those have related structures.
What is the hypothesis here?
I mean, it's a really interesting question, right?
I think I can speculate about it.
I don't think we kind of completely understand this, right?
But let me give a concrete example.
So, you know, the nucleophilic elbow is this kind of like core kind of functional motif that...
People have thought that, you know, maybe this actually has emerged independently in evolution, you know, different times in different protein families.
But it has this, you know, very, very clear structural motif that you can kind of see in a crystal structure.
You know, what we found basically is that the model has kind of a single feature for this nucleophilic elbow.
And it's activating across these like very evolutionarily diverse families, you know, really completely different structural topologies, proteins that probably evolve like entirely independently from each other.
But, you know, the model is kind of using this one feature to represent that.
So why does it do that?
I mean, I think it's a really interesting question.
I mean, I think one answer is sort of the idea of compression and the idea that, you know, the model needs to have some kind of underlying latent variables that it develops to help solve this kind of sequence prediction task.
Because the nucleophilic elbow, you know, it's going to be a function of what's so interesting, right, is the choice of any amino acid is kind of like completely entangled with the choice of all the other amino acids in the sequence.
So this is a very complex task to try to predict what amino acids should be where in a protein.
To really do this well, you know, the model would start to have to have these kind of hidden variables that are representing the biology that allow it to, you know, look at a protein and say, okay, what amino acids should be there in all these different contexts?
So, you know, that's sort of, I think, the intuition.
I mean, I would draw the parallel to language modeling, right?
And so I guess I was like very influenced by a paper by Zillick Harris.
It was called Distributional Structure from 1954.
And I think a paper that influenced a lot of people in the language modeling field as well, you know, but I think it has.
So it focuses on language and.
it really articulates this idea that the set of contexts in which a word appears are determined by the meaning of that word.
And so what Zelik Harris kind of imagined is that, you know, it would be, as you looked at the statistical patterns of, you know, what words appear in what context sets.
you would be able to derive the meaning of language.
You know, you would have this kind of statistical structure that would mirror the underlying meaning of language.
For me, at least, that's one of the most convincing explanations for why, you know, a language model that's trained on the text of the internet is going to learn something about meaning.
It's going to learn something deeper and more fundamental.
And so I think, you know, you can think about the same thing in biology, where the contexts in which an amino acid can occur are really determined by, you know, the structure, the function of the protein, its biological roles, you know, these, I mean, very complex phenomenon, both the intrinsic biology of the protein and its relation to all of the other proteins and the function and evolution.
And so...
But those are what determine the context sets.
And so you would imagine that then those statistical patterns in the use of amino acids, they directly reflect those underlying hidden variables.
And so the model is going to learn something about those hidden variables.
I definitely buy that.
seems plausible.
Maybe just, I mean, in fact, I want to clear, I actually do really believe in this direction, but there are a lot of like ways I think about this where maybe I could say, maybe I would imagine maybe it wouldn't work.
And one of them is like data availability, right?
Like what type of data do we normally have?
What type of sequence data do we normally get?
I think that ESMC in particular has some new data sources compared to like previous models, which might be helpful, but oftentimes.
the type of sequences we have available have like a very strong bias towards certain specific needs for medicine or, you know, human biology or disease biology, right?
So it's not necessarily that if you take just a naive data set, you're going to necessarily get an interesting scaling law.
So I'm curious about like what in particular was the sort of breakthrough in ESMC?
So maybe we can go back a bit and talk about some of the other ESM, you know.
predecessors, which got here before ESMC and how like, you know, they were, you know, their strengths, but also maybe some of the limitations that ESMC overcame and like what the developments there were.
Yeah.
Well, I'll admit that I am, I am better or less in film.
I am scaling film.
And so I do think that, I mean, you know, just, just kind of increasing the data and increasing the parameters and having that compression is going to just lead to more powerful models.
But, you know, it is also true.
And I think you're absolutely right.
The underlying kind of structure and distribution of the data is really critical.
And so some data sets will be far more valuable for kind of learning these general principles than others.
But I think it goes against a lot of biological intuitions about collecting data, I guess is what I'd say.
Because normally when you think about what data do you want, you're trying to answer a very specific scientific hypothesis.
you know, a very well-controlled experiment.
You know, you really want multiple replicas.
You know, it's something that's very focused, you know, is the way that I would put it.
So I think the change in the way of thinking is to think, okay, what you really want, if you want to learn a general representation of proteins, is you want to see amino acids in as many evolutionary contexts as possible.
That's really what you want.
That's really kind of how...
I think about data.
And I think if you, what changed between ESM2, which was kind of the previous generation model, and ESMC, which is this new generation model, because they're both at the approximately the same scale.
Sorry, same scale of compute.
Same scale and parameters.
Yeah.
ESM2 got a lot of compute, but ESMC got even more compute.
But it's not just the compute.
The data was really the critical thing here, actually.
When we trained ESM2, we observed two things.
The first was that as we increased the number of parameters and compute, we saw improvements.
So we had a model kind of at the billion parameter scale.
We had a model at the 10 billion parameter scale.
You know, the larger scale model is better than the smaller scale model.
But if you kind of look at a plot of parameter scale, you know, sort of a log plot of parameter scale versus capability.
And so for capability, you know, we're looking at kind of the representational fidelity.
How well does it capture protein structure?
You can see that there's kind of diminishing returns in ESM2.
ESM2 is trained on uniref.
And for ESMC, we added metagenomics.
So we added billions more sequences to the training data.
Could you explain what UNRFREF and metagenomics mean?
Yeah, yeah.
So UNRFREF is, I'd say, sort of the gold standard data set of sequence biology.
It's kind of, you know, taking sequences from across.
a wide variety of different sequencing resources.
It's clustering them, you know, to kind of remove some of this redundancy that you were mentioning.
And so it kind of creates a definitive coverage of protein biology.
What has happened in parallel to the classical gene sequencing is this idea of metagenomic sequencing, where people go out into all kinds of different biomes and environments and collect samples from the world to just kind of sequence the natural diversity that's present there.
So proteins from a hydrothermal vent or proteins from a frigid environment near the South Pole or the deep ocean or soil or the human gut, all kinds of different environments.
very different way of collecting data.
Instead of you are trying to understand a specific genome of a specific organism or trying to understand a specific protein, you just collect a bunch of stuff, mix it up in a pot, get the sequences out.
You have no idea what organisms these are from.
You don't necessarily even know if a given sequence is a protein, but you can guess based upon certain contexts.
And you say, okay, we throw this together.
These are likely protein sequences we find.
we're not assigning them to an organism.
We're not assigning them to like a larger context.
We're just saying, this is probably a protein.
Let's train on it.
That is right.
Yeah.
And you don't even get the full genomes.
You just get these kind of contigs that often are broken and have even partial proteins.
So the data is really noisy.
One more like little nerdy question that I have here is that if I understand correctly, you're not actually looking at.
using a device that sequences proteins.
You're sequencing the DNA that would manufacture those proteins.
So you're finding DNA and then looking for markers that indicate the beginning and end of a protein sequence.
Is that kind of...
Yeah, that's exactly right.
Yeah, basically sequencing genetic sequences and then you translate the proteins from those sequences.
And so you're digging up like...
sewers and not youth.
I mean, personally, there are scientists who are doing this.
Like probably many thousands of people.
The New York City subway, all kinds of things.
Yeah.
So the natural question to me is, so you built this model and you think that you've kind of deduplicated it so that you have a good representational set without a lot of redundancy in it.
How much more is there?
Like if we had...
an order of magnitude more resources, do you think that there is an order of magnitude more proteins to discover?
I think so.
I'm not entirely sure, but there are a lot of proteins.
And I think we've barely scratched the surface of measuring Earth's biodiversity.
So there are core proteins that are conserved across all of life.
So we, I think...
know that, right?
But as you go into these different environments, they're just new genes and new proteins constantly being created by evolution.
And this is a lot of, my understanding is a lot of this is viruses and bacteria and other microorganisms.
And so those, and these guys are in this basically long running conflict with each other that causes them to recombine their DNA.
in ways that help them to survive in these extreme or whatever environment.
And so that's what's causing this incredible diversity of proteins.
That's right.
Yeah.
And just 4 billion years of life running experiments in parallel all across the earth and all kinds of different ecological niches.
And we just, we see the outcome of all of that.
And so the combinatorial, that's why you believe that, yeah, there's going, although that maybe from a macros, perspective, when we look at it, there's maybe not even nearly as much diversity as there will be at the microscopic scale because you have this incredible combinatorial effect.
Yeah, I mean, there's just, I think, tremendous, tremendous diversity there.
So, kind of going back into ESMC.
Yeah, no, it's great, right?
And I think it's really, I mean, we could also talk about...
and building models of the cell and kind of really going from the molecular level to higher levels of biological complexity, but to complete the description of ESMC.
So that's really the big change was kind of adding these metagenomic sequences.
And then, you know, what we saw basically is there are no longer diminishing returns to scale.
So that's really saying that ESM2 was kind of data limited rather than compute limited.
For ESMC, there's a really beautiful scaling law that we can plot where we can look at, we can train models, you know, to make the larger models.
We basically train models at the smaller scale.
And we can really look at...
the best representational fidelity that they can achieve for a given compute budget and just draw a line of extrapolation out that kind of beautifully predicts what the larger scale models will be able to achieve in their representational fidelity.
So there's this really beautiful scaling and, you know, the really the only, I mean, there's some changes to TSMC just to make it a more efficient model for training.
But, you know, I think the data is really, you know, the really big thing there that's driving that.
So it still is basically just a standard vanilla turn-to-transformer, a few tricks.
Everyone has a few tricks at this point.
Yeah, that's incredible.
A mass language model and just a lot of data.
So, I mean, this is very much in contrast to something like AlphaFold, right?
Where you have a lot of inductive bias built into the model in order to be able to predict protein structure.
That's right.
And the idea here is, you know, really, can we just learn the right structure?
Don't give any priors, just allow, you know, allow machine learning to figure out what that structure is.
So you also had your own detour into priors with ESM3, right?
Or maybe not priors, but using more intuition or more human design.
Do you think ESM3 was a detour?
Do you think there was...
I mean, did you just end up saying like, okay, let's make C bigger and then suddenly it worked and now you learned that actually we don't need priors anymore?
Is that like kind of a key insight or do you still think there's room for priors?
I think we need both.
I mean, I think there's a place for both of them.
So the goal for ESM3 was to really make biology programmable.
And so we're trying to think, okay, what is the programming language, right?
How are you going to be able to allow biologists to prompt a model and design structure and design function and all these things?
And so we really thought it needed the right tracks.
But I would say that ESM3 was very consistent with...
the philosophy of ESM because, you know, what we did is we basically predicted structures for this vast array of evolutionarily diverse proteins, and we're using that as the training data.
So the models now just, it's learning from sequence patterns, learning from structural patterns, learning from functional patterns.
But I think that same kind of...
synthesis that the model is learning on sequences, you can imagine that bringing in more multidimensional information would build an even better representation space.
If you are a coder, or if you're building language models and then building coding agents, you start with free training on everything, and then you go to doing the programming part by some sort of post-training, probably RL.
I mean, have you thought about post-training ESMC?
to try to give you the same abilities for programmability.
Do you think you could get programmability without doing all of the inductive biases, which involves like an atlas of structures and, you know, which mostly just some sort of interesting distillation?
But I guess maybe that is in some sense kind of frustrating of a different model.
Yeah.
Yeah.
I mean, I think it's a really.
Interesting question, kind of to what degree can you interconvert these models?
I don't think kind of that's fully understood yet, but I think that's a very kind of promising direction to think about doing that and what are the right ways to do that.
So ESMC is also approaching programmable biology, but I would say in a very different way.
It's approaching it from this kind of world modeling perspective, where the idea is basically you have a predictive model and, you know, you're going to search the world model to find...
protein molecules that satisfy kind of whatever design criteria that you have.
So we've been able to use this to actually now go and design mini protein binders.
But I think sort of most excitingly, we've been able to use this to actually design antibodies, SCFVs.
And we're seeing really, I think, exciting success rates in a small number of files now.
Yeah.
So can you explain what those SCFVCs are?
Yeah, yeah.
So an SCFV is basically, it's a single chain antibody.
So it's a kind of therapeutic modality that basically has, so an antibody has a heavy chain and a light chain.
And then it basically has a pair of, you know, one heavy chain, one light chain, another heavy chain, and one light chain that come together to recognize a target.
So there's different variations of these kind of modalities that are used therapeutically.
And so what's interesting about the SCFE is it has one heavy chain and one light chain, so it is able to kind of form these very complex binding interfaces where, you know, you can kind of have two different subunits coming together to engage a target.
These are kind of important therapeutic modality.
Something like...
I think a quarter of new drugs are antibodies.
So it's really, I think, one of the critical modalities for medicine.
And basically what we're able to see is that you can search ESMC and you can actually find antibodies that are reaching the level of affinity, I should say, or really at the level of affinity that is needed for therapeutic function and activity.
Protein design space has kind of exploded in the last five years.
You know, everyone is doing protein design.
Many people are excited about protein design.
My kind of high-level, naive understanding of the field is that things like mini-binders are quite doable.
People have done that quite routinely, successfully.
By the time you get to nanobodies and SCFEs, they're a little bit...
harder to design.
And then antibodies are still actually quite out of reach oftentimes.
One of the common reasons, you know, for this is if you're in the alpha fold paradigm, you don't have MSAs, right?
The evolutionary pressure for antibodies is actually the opposite in many ways of what the evolutionary pressure is for everything else.
They go for diversity rather than trying to be, go evolve along a very like constrained path.
So I'm curious, did you try larger structures?
And is that something that you've seen success on?
Or is this something that you still think for some reason it might be hard to do?
We can actually take the SCFVs and reformat them as antibodies.
So I think that would be kind of the quickest approach to do that.
We've not tried full IgGs.
I don't see any reason why that wouldn't.
work actually is something we haven't yet.
We've decided we're basically kind of releasing this now because we feel like it's kind of reached a point where we're seeing, I think, a really...
a significant step above kind of what's been possible in the past.
And so we just, we wanted to get it out there, but, you know, I think there's a lot more progress that's possible.
So we're, you know, we have a lot of collaborations to kind of look at some of the other applications here.
You know, the thing about it, right, is it's a general model.
So I think to me, that's the most exciting thing about it is just, you know, a general model for protein sequence structure and function.
You can search it and, you know, therapeutic design basically emerges.
from that search.
Yeah.
I mean, to me, you mentioned that you're not using MSAs, multi-stimulus alignments, which was one of the, or maybe the critical insight that allowed AlphaFold to work really well.
And the fact that you didn't need that in order to make it work basically as well as AlphaFold 3 is really exciting to me because that means that your thesis of let's cover the space of possible proteins and as well as we can and see what the emergent behaviors are.
So that if this is an emergent behavior that we're kind of able to replicate what happens with multi-sequence alignment, when we have used multi-sequence alignment, what are the other things that maybe we don't have data for, but that we are able to also do in an emergent way?
I would say actually, you know, we're doing significantly better on antibodies.
So I think that's one of the things that's really cool.
That's one of the theses that we had is antibodies are not going to benefit from evolutionary information probably in the same way that kind of predicting the structural topology of a molecule will.
So I think you kind of see that now where the representation space is containing something that's really interesting about antibodies here.
Talk about, because you mentioned something very interesting to me, which was talking about virtual cell and how this maybe interfaces or did this work here.
I'm really interested to know, were you able to find other things in your mechanistic interpretability?
What were some interesting things that weren't just validating biology, but there's a pattern that was unexpected?
Did you find anything like that?
It's complicated.
So because we have to now actually go and validate some of these things, right?
So I think what we saw are like interesting connections, right?
So, you know, what we can see, for example, is that kind of distantly evolutionarily related gene editing systems clustered together in this space in ways that are consistent with and kind of reflect our knowledge of the origin of those gene editing systems.
So that's really exciting.
But kind of the thing is, right, there's a number of proteins that are in that map that are kind of brought together in different ways where we just we don't know what they are right now.
We don't know what they do.
One hypothesis there is, well, these are kind of novel gene editing systems.
I think in this atlas, you know, there's going to be some really interesting basis for scientific discovery there.
And if you think about kind of how people go out and look for new gene editing systems, for example, they're typically mining the large genetic sequence databases, and they're looking for kind of different sequence patterns or structural patterns that are linked to that.
Actually, the first version of the ESM Atlas was used by Fang Zhang's group to find a new gene editing system.
So I think there's just a lot of biology out there that we don't understand that's waiting to be discovered and kind of being able to connect the dots between proteins so that we can go from, you know, what it is that we know today to kind of make those inferences about the unknown.
So that's what I'm excited about.
And I think, you know, there...
proteins for so many applications that nature has probably invented.
You think about the thermostable polymerase, which enables PCR, which came from a bacteria living in a thermal hot pool.
You know, you have, there may be the solution to climate change, you know, somewhere in protein biology.
There are probably all kinds of building blocks for completely green chemistry infrastructure out there.
There's probably new medicines and therapies, you know, but the question is, how do you find those?
And so I think, you know, kind of being able to connect the dots is really one way to start to be able to open up that space of protein biology to discovery.
I'm curious, you've, one of the advancements of ESMC is an improvement in multimer, so basically protein-protein interactions, that structure predict, the ability to predict the way two proteins interact, I think you now claim to do better than anyone else, right?
If I'm correct me wrong?
Yeah, I mean, I think we're state of the art for open models.
Okay.
One thing which I know some people would find very useful for a virtual cell is just an entire mapping of every single pair of proteins inside the human transcriptome.
Have you thought about doing this in terms of like kind of a beginning to a virtual cell, like create that map?
So I think something like that would be really valuable.
I think, you know, fast.
So the other thing about...
ESM told too, is a really fast model because it doesn't require the multiple sequence alignment.
So, you know, you can do inference kind of, you know, directly from the sequence.
It takes seconds.
You know, you can get an atomic resolution prediction.
So, yeah, that's, I think, one really interesting application.
At Biohub, I mean, the other thing that we're thinking about is can we actually experimentally resolve this?
And so one of the things that we are building is cryo-electron tomography, and we're really building systems that can greatly increase the contrast when you're looking at the cell at the atomic level.
And so I think one thing that I hope to see is actually structurally, empirically resolved interactome at some point in the future.
And I think there are some pretty big...
technical hurdles and technologies that have to be developed to overcome that.
But I think that's something that's going to be possible.
So we can use computational methods to start to get the proxy of that.
And I think, you know, that's going to be really powerful.
But I think a lot of the future of structured prediction is going to turn into structured determination, actually, you know, really bringing together these kind of...
tools that we have for modeling proteins and bringing them together with experimental data so that we can start to, you know, develop this picture that's, you know, informed by empirical biology, by what we can observe.
So is that the vision here, if I'm understanding correctly, is that you have maybe lab in the loop kind of thing where you have an agent that is talking to your, you know, C7 and whatever, and then it...
predicts a property that you're interested in, it sequences the genome, or it creates the genome, it creates the protein from the genome, then it observes it with some version of this microscope.
What did you call the microscope again?
It's a cryo-electron tomography.
Okay, and then you do whatever experiments, or you observe it, and then you use this as a lab in the loop.
Oh, okay, this...
folds this way, therefore I want to check the next one that I want to check is actually a different one and use the active learning system.
Is that sort of the vision that you're articulating here?
Well, I think there are going to be a few fundamental principles for the next era of biology.
I think it's such an interesting time right now because I think we're at the beginning of a new scientific paradigm.
It's really...
just the beginning of it.
And so what is, you know, what is defining in that paradigm, right?
And so I think there are a few principles.
You know, one is scaled data generation.
I think that's going to be really critical.
The second is computational, you know, predictive digital representations of biology.
And we can kind of talk about, you know, you can think of ESM as being, you know, first generation, alpha fold as being a first generation of those kinds of approaches.
And so you can...
kind of start to think about what does that look like as we can model more and more biological complexity in that way.
And then you have the principle of feedback.
And you have the principle of, you know, we have intelligence now that's scalable and so can be applied to every unit of a biological problem.
What would it mean for all of that to come together?
So I think we're going to have increasingly capable and accurate digital representations.
of molecules, genomes, cells, ultimately physiology.
That's where you want to get.
We're going to have to go up that complexity scale, the levels of biological complexity.
That requires traversing a data barrier.
There's, I think, data that does not exist that needs to be generated to achieve that level of predictive fidelity.
And then we're going to have reasoning.
And I think...
You know, what that will mean is that we can reason over thousands, millions, hundreds of millions of scientific hypotheses in parallel digitally using predictive oracles which can, you know, actually predict the outcome of an experiment.
So the scale that we can ask questions and the kinds of questions that we can ask will just fundamentally change through that.
Feedback is going to be critical.
You know, the models are going to need to, there's going to be sort of a scaling dimension of this, which is, you know, building the data to have those accurate representations, and then a feedback dimension where the models can learn from biology, can reason digitally, can reduce that to a small number of experimental hypotheses, examine the outcome of each of those experiments, update their understanding, and build knowledge in that way.
So I think that's what it's going to look like.
And we kind of have to build each of those components.
What Biohub is really trying to do is to kind of bring together the experimental and the technology layer that will actually allow us to have these AI models interact with the biology and do experiments.
And I think it's, you know, it's Amdl's law.
You know, we see incredible, incredible advance in areas where we can get feedback.
computationally, so in closed domains.
But of course, you know, experimental biology is completely open-ended.
And so the feedback principle there is going to be very different.
But, you know, there's going to be something like RLVR, you know, with experiments where we can, you know, have models that are just really building knowledge and learning from that knowledge and being able to develop more and more accurate representations.
You're the head of science science at Biohub.
Maybe fun fact for those who don't know, the science section of latent space was basically launched after or in response to Mark Zuckerberg and Priscilla Chan on this podcast about six months ago.
It's actually very exciting to have you here and kind of come full circle.
And Mark laid out quite an ambitious vision for what Biohub wants to accomplish.
And I think you just laid out a very natural successor to that.
I think you had just joined it like you were like.
They're two weeks.
I joined, yeah, yeah, at the very end of October.
We launched at the beginning of November.
Yeah, yeah.
One thing I'm curious about is, in your eyes, you know, where is Biohub now?
Like, what do you want to, you know, accomplish?
What are your goals, big picture goals for listeners who haven't watched that episode with, you know, Mark and Priscilla?
We recommend, of course, that they go watch it.
Link in the description.
And then have you learned anything even in just the short time of six months you've been here?
And like, has the vision evolved?
And, you know, where do you see this going?
I think we can, you know, how does ESMC fit into this?
How does, you know, the virtual biology initiative that you recently announced fit into this?
And then I think there's like several other things that you're working on that we haven't even touched on.
Yeah, well, I'm learning things every single day.
But the way I think about it.
We're building a scientific institution for this new paradigm.
And, you know, to do that, you know, it's an institution that's going to be powered by frontier experimental biology, frontier technology for measurement, for observation.
And it's going to be powered by frontier artificial intelligence.
And this is all open source, right?
It's a philanthropy.
So our goal is to accelerate science.
Our mission is to cure.
or prevent disease.
And so to do that, you know, our belief is that there's a fundamental gap in our understanding, and we need to accelerate science to traverse that gap.
And so we're really thinking about every layer of biological understanding that goes from the most basic, you know, level, like the, you know, the atoms of a protein in a cell, all the way to systems of cells.
in physiology and disease, and how can we create models that can capture that complexity, can allow us to understand that complexity.
And I think, you know, if you think, what is, you know, what is the cure to disease look like, right?
It's not a pill, right?
It's not a medicine in the conventional sense.
You know, it's going to have to be a system that is capable of modeling and understanding, you know, the underlying...
physiology of disease in a way that's differentiated for every single human being, for every single different genome.
And it's going to have to be able to link events all the way at the molecular scale to the manifestation of disease in physiology.
So it's an incredibly complex, incredibly hard...
problem.
And for us, you know, we're trying to ladder up those layers of complexity, and we're trying to build kind of the foundational tools that scientists can use to, you know, answer the fundamental questions there.
And so we're creating atomic level imaging, we're creating light sheet microscopy that allows us to observe, you know, how all the cells move and develop in a developing organism.
We're creating spatially and temporally resolved maps of inflammation.
We're creating cellular programming and immune cell reprogramming to be able to actually design completely programmable therapies.
And we're creating these digital representations at each of these layers so that we can accelerate the science, simulate what's happening, make biological matter and make...
proteins and cells and genomes programmable.
And I think all of that has to come together.
And I think if you have the focus and you build the biology and the computational layers...
together so that they're tightly integrated, you know, that's how we're going to make the fastest progress.
For the last 10 years, I think we've been one of the big champions of open science.
You know, we're an organization that does, we both fund and we build.
And in our funding, we've always supported open science.
And in our building, you know, we've always done open science.
So that's something that's going to continue.
It's just really fundamental.
We're not a drug development company.
We're not trying to generate therapies.
We're trying to trying to build the technology that moves science forward.
So I think Mark had this concept about if you provide the right tools, then the entire scientific community can leverage them.
Yeah, so obviously you believe strongly in protein language modeling as a tool.
What is the next most important tool for advancing a general improvement in our ability to tackle human disease?
Yeah, so I think the next level of complexity that we have to address is the complexity of the cell.
And, I mean, this is going to be tremendously hard.
There are billions of proteins.
I know that you say it's tremendously hard.
If you come and say it's going to be easy peasy, I think we would just...
Well, I think it's a worthy challenge.
But, yeah, I mean, it requires technology that doesn't exist today.
It requires...
new, you know, modeling approaches and probably architectures and ideas and machine learning that probably don't yet exist.
So there's, I think, deep and fundamental problems to solve.
But again, I think, you know, you take it step by step.
And so, you know, we kind of started the molecular layer and we know that that is really fundamental and we can begin to link that to, you know, observables and cellular biology.
I'm really curious because this has been the question that's been on my mind for a long time about we have virtual cell models, we have molecular scale models, and there's been a few, I've seen a few papers about trying to link them, but what are you guys doing?
Because it sounds like this is becoming top of mind for you.
So maybe to make the analogy with protein biology, what I think makes our digital representations of proteins powerful and useful.
is that they generalize.
They're able to make predictions for proteins that are entirely unlike the proteins in their training data.
You know, they're able to generalize so that you can design, you know, fundamentally new folds, new binding interfaces, new structures.
So there's this degree of, yeah, what we call generalization or generality.
In short, they can predict the outcome of an experiment that we haven't already made, that they haven't already been trained on.
So for digital representations to be valuable, you know, they've got to be able to be used to answer a new question.
So I think that's the critical thing.
So we're not there with cells.
I think with, you know, kind of the current generation of models that are being called virtual cells, they are good representations of the underlying data, but, you know, they have a very limited ability to predict what will happen when you make a novel intervention.
in a novel, unobserved context.
But to be able to answer the fundamental scientific questions about cellular biology, we need a model that can do that.
So kind of, you know, our thinking about this starts with that idea.
What's it going to take to get there?
Going back to the protein-protein interaction, the human interactome of the...
If you had that, just, you know, predicting static structures, static structures are, in some sense, not...
enough for a lot of understanding biology.
Dynamics are probably, for most people, a much more useful tool to have.
You can start with static.
It can give you some insight, but it's very rarely the full answer.
So you have a model which is capable of predicting a lot of different proteins.
We probably have almost all.
We have many of these resolved in the PDB.
Some of them we don't.
Given the dynamics and interactions are more important, how do you bridge that gap?
Because to me, that seems like maybe one of the key steps in going from like a really microscopic model of things to going to something which is closer to a virtual cell.
You actually have to be able to model local interactions of local proteins or RNA or DNA or lipids or, you know, whatever else is floating in the cell.
Is that sort of like a goal that you would try to bridge?
Or maybe I'm misunderstanding.
Is there like another way you would imagine bridging these two?
I mean, one day it will probably be possible to have a computer that can kind of simulate the cell from first principles.
But we're very far from that, right?
I think that's far beyond reach of current computational technology.
I mean, kind of even simulating the physics of the folding of a single protein molecule.
Basically, we could do it for a fast folding.
A few fascinating words.
That's about it.
Yeah.
So there's kind of this dual view of biology, this dual complementary view of biology.
One view is kind of that kind of first principles reduction, you know, where kind of all of biology is explainable in, you know, more basic terms, in basic physical, chemical, biochemical terms.
And I think historically...
There's a long line of research that's really sought to understand biological phenomena and simulate biological phenomena in that way.
And I mean, historically, you know, the field had believed that the solution to the protein folding problem or the protein structure prediction problem would come from, you know, this kind of first principle simulation.
It really kind of came out of nowhere that, you know, this could be solved using essentially pattern recognition or, you know, this type of machine learning.
So I think historically it has been productive to understand biology through information theory, through information.
And, you know, you can think about the cell as a computer, as an information processing machine.
It's in informational terms, there are...
You know, these very basic principles that link the information encoded in the genome to the genes that are transcribed to the phenotypes of the cell that will result.
And so, you know, if we could model and understand the cell at the level of its underlying programs, you know, that sort of gives, I think, the right abstraction.
What do I mean by the right abstraction?
Well, I think I mean the abstraction that is possible today because we're in the era of information.
theory at scale.
You know, we're in the, Claude Shannon, you know, had this idea of kind of the ideal predictor of the next character.
And he had this really beautiful paper where he tried to compute the entropy of the English language and imagine basically, you know, taking an infinite context and then, you know, what is the entropy of the next character?
And at that time, I mean, it was unimaginable to, I'd say it took a great leap of imagination to imagine that ideal.
predictor, but today we get closer and closer to being able to build that, and we can do that for text.
And so, you know, what would that predictor be for biology?
And that's kind of the idea of ESM.
It would learn kind of the underlying structure of all biological phenomena.
So if you think about that from the standpoint of the cell, if we can collect enough...
outputs of cellular biology that we can observe to reveal the underlying programs, patterns, and structure, you know, then we could create kind of the information theoretic description of the cell.
And I think that would be sufficient to understanding disease.
This reminds me of a lot of the work that happens in signaling pathways right now, right, where you have protein in a cascade of different.
protein-protein interactions that eventually cause a phenotypic change in the cell in some way.
How do you translate that into something that can be sort of scaled into, or maybe it's something else, but how do you, for example, that?
Yeah, going back to the better lesson.
Yeah, going back.
Let's just get back to the better lesson.
We need data.
I mean, I think, you know, why have these advances in protein biology been possible?
They've been possible because of...
you know, decades, I mean, for protein structure, half a century of work to experimentally determine the structure of proteins and, you know, and the effort across, you know, the scientific world to, you know, sequence genomes and metagenomes.
And so that's created, you know, this data set that...
you can really train a scale on and really learn these deeper principles.
Those two different data sets are actually in many ways quite different.
Like PDB, a bunch of very painstakingly constructed protein structures, many of which were an individual PhD thesis, and then maybe the follow similar ones came later, which might have been 10 of them for a PhD thesis.
Then this, people, I estimate it's like $13 billion to create the PDB, some like very large number.
The reason people created the PDB was because each individual protein was independently useful.
Like people didn't create it with the sake of we're solving protein structure.
They saw that like, oh, this protein we believe is involved in this D's pathway.
Let's understand this protein so we can target it and so on.
Of course, there's some caveats here, but at a high level, a lot of this genomic data was...
especially for humans or viruses or bacteria, you know, was sequenced for a very specific reason as well.
Right.
Well, it's great that these are useful after the fact, but I wonder if now going forward, especially since, you know, with the virtual biology initiative, Biohub's virtual biology initiative is like half a billion dollars, I think.
And I'm sure there will be more large initiatives coming from Biohub in the future.
You know, you have the chance to...
be very specific, deliberate, and now collect data for the sake of solving a problem with ML rather than depending on a data set which was curated, created for some other purpose.
So given that new opportunity, how do you do things differently?
How do you think about data collection to enable science broadly when you have the option of doing basically anything from first principles?
A little bit of context.
We announced a few weeks ago, the virtual biology initiative, we basically said, you know, we're going to invest $400 million internally in data creation and development of technology to scale data generation to be able to increase the number of modalities that we can measure simultaneously.
We also announced that we're going to commit $100 million to catalyzing efforts outside of Biohub to generate data.
And so, you know, we think that's, you know, a fraction of what's actually needed to do this, right?
But, you know, the hope basically is that by making this initial commitment, kind of giving starting funds to some of the groups that are really thinking about this, you know, working to build different core areas of the data that's going to be needed, that, you know, that's going to be a catalyst that's going to galvanize other groups to come in and contribute to this.
So that's what we really hope to see.
You know, the idea is that, you know, this is a broad-based effort, so it's not just us.
So, you know, I can say kind of what my perspective is on what data needs to be generated here or what can be generated.
But, you know, we also want to approach this really collaboratively with the scientific community.
And so part of this is also kind of hearing from scientists what they want.
So from my view, you know, there are a few key principles here.
The first is speed, okay?
So, you know, it took decades to build the data for proteins.
we can't wait decades.
You know, this is, we need to figure out how to do this in a couple of years.
And you look at the rate that general AI is developing, and it's just, you know, the limitation in biology, we're going to be fundamentally limited by experimental science and data.
And so we really need to, you know, work to address that gap as quickly as possible.
So I think that's one key thing is looking at what are the technologies that we can scale up today to begin to, you know, give this.
picture of the information architecture of the cell.
So there's speed.
And then there's also the idea of generalization.
So kind of going back to what I was saying before, you know, we want models that can serve as oracles for the biology.
They can predict an experiment that you haven't done.
And so how are we going to be able to do that?
We're going to need to look at...
a multitude of different interventions in a multitude of different contexts.
And so it's kind of similar to the principle of training a language model on the internet or training a protein language model across all of evolutionary diversity.
What does that look like for cellular biology?
And so we have to scale interventional biology.
So that looks like things like perturbation biology, perturb-seek, measurements where we can look at combined.
transcription, imaging, other layers of the cellular information hierarchy.
And there are a number of groups, our teams are working on this, there are a number of groups across the scientific world that are working on problems like this that are ready, I think, to scale.
The second is spatial biology.
I think that's going to be really important.
And so that's going to help us to really understand the cell and context.
And I think, you know, understanding...
the cell in isolation is really not what we need.
It's not the goal, right?
The cell is part of an incredibly complex system in the body.
And, you know, to be able to understand disease, we have to understand how cells interact, the systems that they form, the circuits that they form.
So we need to see that.
So spatial biology, I think, is undergoing rapid progress and, you know, is an area that's really ready to scale up.
That's kind of what can scale now, I think.
Biohub has actually, over the last 10 years, really, I think, made kind of pioneering funding commitments in those areas.
And so we've funded efforts like the Human Cell Atlas, and we've built Tabula Sapiens, which looked at large cell atlases, and we've built Cell by Gene, which is kind of a database of single-cell transcriptomics.
And so we're really looking to kind of build on that.
And I don't know how many cells there are in...
kind of the largest efforts were probably around like a billion cells or something like that today.
So that we've got to go, you know, multiple orders of magnitude from that.
So, you know, that involves scaling the technologies that we have now, but it also involves, you know, a new, the next generation of technology.
So we're also funding and supporting efforts in that area.
And there, you know, we really want to look more at cross modality.
You know, can you simultaneously see the phenotype, observe the transcriptional layer?
understand what's happening proteomically, link that to the genome.
You know, we'd like to, in the epigenetic state, you know, we'd like to be able to see all of that.
And so really pushing technology to be developed faster that can reveal more of those connections and more of that biology and do that in a more scalable way.
It's interesting because when I hear most of those ideas, they're oftentimes the things that people already think about in terms of scaling biology.
What is the next technology that is going to allow for, like, enabling data collection technology?
Going to be back to the theme of bitter lesson for biology, you don't have just scaling laws on, you know, compute and parameters.
But now the scaling law is probably in data collection in some meaningful sense.
Where are the next big opportunities there?
So you're talking about developing new technology as part of the...
this initiative.
Yeah.
So, I mean, I think it was basically the same things that I'm saying is scaling what we have now, kind of being able to expand the number of interventions that we can look at, expand the number of parameters that we can measure.
So really kind of more and more multidimensional measurement.
and drive down the cost and all of that.
So better gene sequencing, kind of better ways of encapsulating cells and being able to measure what's happening, not just the transcriptome, but other layers simultaneously.
There's an interesting Pareto frontier there about...
if you have a fixed budget, how much time do you spend on improving your assay versus how much do you spend on actually scaling it?
You know, where do you went out there?
Yeah, we have to do both of those things, right?
Because I think with current technology, you know, we can definitely kind of get data 10x to 100x where it is today with like relatively reasonable investments, you know, but then to get another 10x or more in there, that's going to require.
require a lot more technology development.
But the other really big principle is going to be feedback.
And so I think that's going to be really critical.
And I think you can see that as a layer of technology development that's going to need to occur.
And I think there's a lot of great things happening right now, kind of automation, flexible robotics is going to accelerate where that can go.
And the experimental design as well.
So we typically...
ask our guests, what is a bottleneck that you would remove that would sort of unlock things?
But we just spent a long time talking about that.
Yeah, I think I answered that question.
But I want to ask it, but I'm going to give it a spin, which is like, so maybe a little bit outside of your domain, like so language modeling or supply chain, something that is a bottleneck that is maybe non-obvious and not directly something that you are working on, but that maybe has impact on.
on the work of biology or Biohub in particular?
I mean, it's a hard question to answer is there's just so many bottlenecks.
I mean, the one that, you know, that I always think about is compute, but I think that's a pretty obvious one.
It's the bottleneck for all of AI in many ways right now.
But, you know, especially because we're training these large scale models, you know, we're always focused on compute.
And I think we're kind of limited both by the data and compute.
I think we're in a position where I think we have incredible compute resources for a team working in biology.
But I think like all teams working in AI right now, really the limit is just how much compute power.
So if you could 100x your compute, you think that ESMC would be way better?
I mean, it would definitely be way better.
We also need to scale data.
So both of those things would have to happen in tandem.
Have you basically exhausted what's available right now?
I don't think so, no.
Okay.
No, I don't think so.
Large data sets out there, or you could...
Well, there's more compute and more parameters.
So we trained ESM-C up to 6 billion parameters.
Oh, but I'm saying in terms of data available, like, have you exhausted most of what's publicly available in terms of, like...
No, no, not yet.
And, you know, the Atlas that we just built actually has more sequences and structures than ESM-C was trained on.
So definitely have a little room to go.
So is that an order of magnitude jump or twice as much?
How does that work?
Yeah, I mean, I think ESMC is trained on, you know, let's say order a billion sequences.
So there's definitely probably order a hundred billion sequences.
This is, a lot of them are largely redundant.
A hundred billion.
Yeah.
Oh, okay.
To get that billion, you whittle down from six.
billion, 6.8 billion, right?
So of those 100 billion, if you were to similarly cluster and find unique ones, what do you think, where do you think it would land?
The sequences aren't actually redundant, right?
It really depends on what you mean by redundancy, because there's, I think, a tremendous amount that you can learn from small genetic variations, right?
Because these are really revealing of, you know, kind of the very basic determinants of protein structure and function at a very fine level.
So I think that, you know, as we think about protein space, you know, having a vast diversity of sequences across a wide range of protein families is really critical for the emergence of this kind of structure prediction capability.
Because I think kind of large diversity is what trains the model to understand, to develop a representation of structure.
But I actually think that to develop a representation of function, it's these very small variations that are important.
And so I do think that there is probably a lot more, you know, it's like the models haven't yet been trained at that level of kind of just like really deep understanding of these very small but critical patterns and sequence.
I mean, a single mutation is enough to destroy the function of a protein.
So you could conceivably actually...
take all 6.8 billion of those, retrain, everything's the same.
Yeah, you could train on more than that.
I mean, that's kind of clustered down.
Maybe the question is how far?
When do you hit the law of diminishing returns here?
I mean, it sounds like you have plans for an ESM4 or an ESMD or whatever you want to call it.
We're always developing.
Yeah, but I'm just wondering, at some point, is this actually something that you could exhaust?
People talk about exhausting the pre-training data.
Yeah, I mean, at some point.
Yeah, yeah.
At some point.
But it's actually something you could conceivably imagine doing in the next few years.
Or even if you don't exhaust it, you hit a lot of diminishing returns for the applications that you're trying to predict here, where maybe your resources are better spent somewhere else.
I mean, it's basically, it's an empirical question, right?
It's truly an empirical question.
And so we just don't know.
I mean, with ESM2, we weren't sure because there were some diminishing returns.
With ESMC, now there aren't, right?
So you're going to kind of look at that, extrapolate from the scaling law there, and there is enough data to train that next model.
And the other question that we usually ask is any call to action or what do you want?
people to go take action on?
If the listeners want to get involved, get hired, build things, what would you ask people to do?
Well, we just announced, or I should say we are going at the time that this podcast comes out, we will have announced ESMC and this world model for protein biology.
It's going to be open source.
It's going to be MIT licensed.
And we want people to use it.
You know, we want this to be a tool that can unlock science.
We're excited to collaborate.
We have a team that works on that.
And we want to hear from people and understand, you know, what we can build that can help to accelerate their science.
Yeah, we might have a demo slash paper club of some sort on this channel.
So stay tuned.
Yeah, stay tuned for that.
We'll invite you and your team, whoever can make it.
feature this paper once it's in final preprint form and spend some time on it for an hour on the late in space paper club.
Yeah.
Thanks for chatting with us.
Awesome.
Yeah.
Great to meet you guys.
