1% better

How Open Source Became AI's Backbone | Inferact with a16z

For any AI feature you build, define the operational requirements before choosing a model: required response speed, cost ceiling, data-retention rules, reliability target, and guardrails. Then test both proprietary APIs and open-weight options against that checklist. The episode’s central lesson is

46m
A16Z

Key Takeaway

For any AI feature you build, define the operational requirements before choosing a model: required response speed, cost ceiling, data-retention rules, reliability target, and guardrails. Then test both proprietary APIs and open-weight options against that checklist. The episode’s central lesson is that model quality alone is not enough—ownership and tunability of the serving stack can determine whether an AI workflow is fast, reliable, compliant, and useful in production.

Episode Overview

Simon Mo, co-founder of Inferact and a lead maintainer of vLLM, joins a16z’s Matt Bornstein to explain why open-weight models and open-source inference have become critical AI infrastructure. They discuss vLLM’s role in turning GPUs into reliable model endpoints, the trade-offs between closed APIs and self-controlled deployments, sustainable economics for open models, and why training environments—not just raw data or distillation—may drive the next wave of model progress.

Key Insights

Choose AI infrastructure based on control, not headline model quality

Open-weight models let teams tune speed, cost, data retention, security, and model behavior for their specific workload. Closed APIs can be convenient, but they limit control over performance profiles, uptime dependencies, and guardrails.

Inference is a product problem, not merely a compute problem

Serving LLMs requires managing variable input lengths, unpredictable output lengths, batching, scheduling, and accelerator utilization. The practical user experience depends heavily on whether the system can return responses quickly and consistently.

Open source becomes essential when customization creates the advantage

According to Matt Bornstein, application companies seeking differentiation increasingly need their own mid-training, post-training, inference, and deployment techniques. Those capabilities require access that proprietary API vendors generally do not provide.

Speed should be configured to match the job

Open-weight deployments can offer many performance tiers instead of a simple regular-versus-fast toggle. For interactive workflows such as coding or voice agents, higher throughput can improve focus and user experience; for non-urgent workloads, slower modes can reduce cost.

The next competitive edge is the learning environment

Simon argues that model progress increasingly comes from building strong environments where models can act, observe results, and iteratively improve. Data and compute matter, but evaluation loops, task environments, and algorithmic choices determine how effectively a model learns.

Frameworks or Models

Day Zero Model Release

1. Coordinate among the model lab, inference-engine team, hardware vendors, model hub, and release partners before launch. 2. Validate that the model runs efficiently across target hardware and deployment environments. 3. Release the model alongside working inference support so users can run it successfully immediately rather than receiving only raw model files.

Environment-Driven Model Improvement Loop

1. Build a realistic environment for a target task, such as front-end coding. 2. Let the model act in that environment and observe concrete results, such as rendered output. 3. Iterate on the model’s output using those results. 4. Improve the environment, optimization choices, and training process to strengthen performance over time.

Action Items

  • 1
    Create an AI deployment scorecard

    For one current or planned AI workflow, write down target latency, expected token volume, monthly budget, uptime requirement, data-retention policy, compliance needs, and acceptable guardrail behavior. Use the scorecard to compare a proprietary API with at least one open-weight deployment option.

  • 2
    Measure the user-facing cost of latency

    Identify an interactive workflow such as coding support, research, or customer service. Time how long users wait for a useful response, then test whether a faster inference setting produces enough productivity gain to justify its added cost.

  • 3
    Build a small task-specific evaluation environment

    Choose 20-50 real tasks your AI system must perform, define what good output looks like, and evaluate models against those tasks regularly. Include feedback loops where the model can act, inspect results, and revise its work when appropriate.

  • 4
    Audit dependency and guardrail risk

    List the AI providers embedded in critical workflows and document what happens if an API is unavailable, changes its policy, or blocks legitimate requests. For high-risk workflows, investigate an open-weight fallback that gives your team more operational control.

Full Transcript

Transcript of How Open Source Became AI's Backbone | Inferact with a16z from A16Z. Auto-generated from episode audio; may contain minor errors.

The fun thought experiment is if GPUs dropped in price by 99%. Then do we get back to a real open source world? If moderation is never solved, in the future people will go to open weight by default because that is where you know for sure you can control your guardrail for trusted use cases. Can you talk about where vLLM sits in that stack? that stack? that stack? vLLM is a inference engine. It is kind of like databases and operating system and other critical software to power AGI.

Nvidia, AMD, Google, their newest chip will make sure vLLM can run on them. And then a lot of cases they use vLLM as a benchmark. We're bridging almost a 10x gap. For proprietary model there is a regular mode and fast mode. But for open weight every provider can offer potentially even 10 different levels of speed. Five years from now, open source AI models, have they closed the gap with frontier models? frontier models? frontier models? Hippobility-wise, I don't really see a big gap. Not even today because Today we're here with Simon Moe, co-founder of InfraAct and a lead maintainer of vLLM, the open source inference engine now running on half a million GPUs at any moment.

We're also joined by Matt Bornstein, an a16z general partner. Simon, Matt, thank you so much for joining us. I think first we should start with open source AI and kind of the more recent history of open source AI. So, vLLM actually has its origins kind of back in 2022 pre-ChatGPT. And your team set out to make a slow open source demo faster and instead just found this pile of unsolved problems. So, can you talk about what made serving an LLM so fundamentally different from the ML workloads everyone already knew how to run?

Yep. Good to be here. So, So, So, serving large language model is a fundamentally different problem. Because serving it requires to run it on accelerators like GPUs or TPUs. And it it is a computationally intensive process that will require a lot of engineering and ensuring that for each request user can see the LLM's response quickly and efficiently. So this typically means we need to handle differences in input distribution, how long each request is, output distribution which is non-deterministic, and batching and scheduling a lot more in the as a core of the inference engine.

engine. engine. Yeah. Yeah. Yeah. Um and Um and Um and I So so the team, the project has been around for about 4 years now. Um but the company is a little bit more recent. So I want to throw this out to either of you. Matt, I know you've [snorts] known the team and have observed the team for a very long time. So at what point did you see this sort of transitioning from being, you know, a much beloved open source project to critical infrastructure and then a company?

Yeah, I mean I I think you have to go back a little bit, right? Open source was was the norm for AI models early on, right? I mean we literally had this company called OpenAI, which you know, it's become a little bit of a joke. It's not as open as it once was or not nearly as open as it once was. But early on all the frontier AI work was being open source or or at least released into open weights, which is a little bit different than true open source.

Um source. Um source. Um And and people could mostly run these models sort of on hardware or computers that they already had. Um I'm I'm curious, Sany, like maybe you remember like what was like the first model that like you actually needed to go out and get special software and like a you know, a special set of computers to be able to run? Probably BERT. And before that it was like ResNet for computation like like images computer vision classification. So ResNet already need to run on Nvidia K80, which is kind of one of the first GPU on AWS and other places.

And and but way over but even at this point ResNet you can still kind of run on a commodity even CPU devices. It's just very slow. But for BERT where running at it is like wow, you have to run it on GPU to make it anything faster and efficient for anything translation or any task. So that was like before 2020 even. Yeah. It's so funny thinking about this. I I'm like all the memories are flooding in. Hugging Face had like a thousand BERT variants on it.

You have to go find like the right BERT variant for your particular task. And yeah, and you're right. You had to Some people I guess had their own GPUs and could run it. But but yeah, a lot of people had to go, you know, provision cloud services stuff like that. That's really funny. And so yeah, so so look, I mean um you know, BERT was an early language model model model that you know, newer models are much bigger, much more sophisticated, take up a lot more memory, a lot more compute and and and you know, so VLMs really from the early days, right, was about running these you know, more powerful models that you know, that that that you couldn't just sort of do it, you know, figure it out on your own.

Yeah. Yeah. Yeah. Um and I I think like to get us to to this present day, you know, I I I think it would be good to to talk about kind of at what point it really became critical infrastructure for these, you know, even larger open source models and when did we even start to see these larger open source models kind of come into the field? Well, we really see the criticality of of of the software stack is um it is always about bringing open frontier intelligence.

This is open Frontier Intelligence is a catch catchphrase for the K3 model release this time. And it's also about VRM's mission about influencing infrastructure. So, if you look at it, when do they start being critical is when people are relying on it for their application, for their day-to-day productivity. So, maybe 2023 when GitHub Copilot and ChatGPT are where it is something that people just cannot live out with anymore. Uh so, and that point open weight model is already backing and become a cornerstone of the how people are living every day.

Yeah. Yeah. Yeah. And at that point, we will need the accelerator running open weight model and open weight software to open source software to make sure it works well yeah, and have all flexibility and control over it. Yeah, it's sort of interesting from a startup standpoint. Um Um Um uh you know, like like you mentioned sort of GPT-3 or like early ChatGPT, um those closed source solutions were starting to become critical to like a small group of people around that time. And open source existed, but it was a little bit of a curiosity or sort of an enthusiast thing.

Um as the frontier has expanded, you know, particularly with closed source models, more and more open source has been dragged in as kind of like critical behind it like if that makes sense. Like it like at any given point in time including now, I think models from OpenAI and Anthropic are are kind of more more more widely used and more critical kind of in general than than open source models, but I do think we passed a threshold in like like like I want to say about a year ago Yeah.

Yeah. Yeah. where a bunch of smaller companies or like new application companies as they were trying to figure out, how do I really build an AI without just being a wrapper on top of OpenAI, the answer to that question turned out to be open source. I mean, this is what Cursor did. This is what sort of Decagon and Harvey are are in the process of doing now and a and a bunch of other like really really strong application level startups sort of made the determination we can't build just on closed source.

We need to do our own mid training, our own post training, our own sort of inference and deployment tricks and all of that means it must be built on top of open source like you know that the closed source vendors won't won't give you the access to do this. So my read is like kind of a year issue ago open source became really central in a way that's not always visible because it's it's deeply embedded in some of these products but you know some of the most innovative products and applications now you know really depend on this very deeply.

Yeah. Yeah, and can you talk about where VL LM sits in that stack where where we do have these larger enterprise companies that are choosing to use open source models like where where does VL LM sit in the stack for them? Yeah, I mean you should just about everybody uses VL LM. You should describe it. Just about everybody uses VL LM. Is a inference engine. That means its job is to turn available GPUs into a running and point for intelligence. So that means it is kind of like databases and operating system and other critical software to power this economy or power the AGI that everybody really uses today to ensure they can have cost effectiveness, efficiency, reliability and also always stay on the frontier because for VL LM we support more than 1,000 model architecture active today and a lot of those are proprietary but also a lot of those are open weight, right?

And a lot of those model architecture when they're becoming transitioning from a research prototype to world accessible open weight model architecture they are live on VL LM immediately. So there's what a process we call day zero model release. And additionally VL LM also work closely with all the hardware vendors so that means across like Nvidia, AMD, Google and Amazon, Intel and a lot more. Their newest chip will make sure VION can run on them. And in a lot of cases, they use VION as a benchmark to make sure it runs well on them.

So, [snorts] this kind of fusion of where models run and where hardware where it can meet gets to meet the hardware is where the magic happen. And this where VION meets. And you've told me some of the behind-the-scenes stories. Like, it's actually not easy these days where a model releases. It's like a lot of human drama in addition to like technical work. I guess are there any stories there that you think are okay to share? Oh, it's actually a very fun co-design process because from model labs point of view, right?

These are brilliant researchers who have built this model. Now, their biggest question becomes, how do we get this out of the world and make sure everybody's able to use it and run it well? And we have worked with model labs that are very just because they just use VION already in production or in their research process, they will just dump everything for you. Cuz this is a moment when we go to them and say, like, "Hi, we're the VION team we would like to have support your open-source model.

We would like to offer in a way that's kind of open-source but wide loss service to get your model running well on architecture." And then you return and look at the model labs like, "Oh, we got it working already because we're running it for the RL process. Here you go, just review our code and merge our pull request." And then on the other end, we really have model labs that just don't know how this can work. So, Because systems is not like their core. Yeah, cuz systems is not their core and they have been training or maybe they have their internal inference engine that just don't know how it will adapt to the open way ecosystem.

And by the way, this is also a very much a multi-party kind of involvement process. Every model release typically involves the the model lab, involves a primary or secondary hardware vendors, involves us, involves Hugging Face who are the model format and like model hub vendors. And then, depending on the appetite of the model lab involves 10 or 20 different kinds of release partners. These could be inference clouds, these could be public hyperscalers, whoever is going to run this model, and you want to them to ensure success of the model are running successfully.

Right? So, even up to today, if you look at the case three model release, it's a whole partnership and a drive to make sure that the model is Once the model is released, because it's just a few terabytes of files sitting on the internet, that people are actually going to be using it really, really well. Even from the beginning of 2023, 2024, if you remember when Mistral dropped their first model, they just dropped a torrent link for PGT, and then everybody's like struggling and trying to get it up and running.

And then, we're working behind the scene with Mistral team trying to get the inference engines to work working in VR. This was the most probably early on exciting weekend that we are able to spend on this. And then, and after the weekend, when everybody's trying to really analyze what's going on, and Monday, Tuesday, well, Mistral and us just announced, "Here, you can run it on VR and successfully here." And everybody will able to easily reuse a lot of work and be start building on top of it.

of it. of it. That was sort of a fun time where like enthusiasts like me could just like scramble to like download the model and like get it running somewhere. Yeah, yeah. Yeah, yeah. Yeah, yeah. I'm glad the profession is taking over, because it never worked like very well. But, it was It was like a fun moment in time. Yeah. Yeah. Yeah. So, so to bring things, you know, forward to the present, I think open-source models and also, you know, distillation have have been in the news recently.

Infra Act signed the NVIDIA Open Weights and American AI Leadership Letter that that was signed by also A16Z, Meta, Amazon, dozens of other companies. Can you just talk about you know, your decision to sign that and and sort of what what you were really kind of responding to in the market and and kind of in the news. news. news. Yeah, so for us, what we really want to stand behind is open way absolutely matters in the ecosystem. The world cannot just be controlled by proprietary APIs and where open way open development and research of these models are blocked or banned, right?

Uh the pledge that Infra agrees enough for is we want to help and foster this ecosystem where we are typically in little bit downstream of this ecosystem, right? Inference engine are not part of the pre-training process, nor the RL process, but where where the model actually meets the world. And from what we're seeing, people are just really using their imagination and ability to materialize this imagination of open way model. They're able to leverage this open way model so much effectively. There's almost two pieces to this, right?

There's like the the cost thing where it's like the closed models are too expensive, and then there's sort of the control thing where I I I want to sort of be in control of my infrastructure and and and in control of the model, right? If I need to extend it or or put on my own guardrails or anything. I I'm just curious, have you heard from heard from heard from from customers like are are both those things important to them or or like are they kind of willing to pay as long as they have the control or or maybe they're different use cases?

I think like it fluctuate over time. So, control matters a lot over the last few years, and then cost just start to matter over the last few months. So, cost really matters starting from people trying to migrate off, right? Their expensive coding plan and like every skyrocketing token maxing spend, but control has always been on in the background of this is they want to even you know, wait to control the cost, right? But also is about controlling the system performance against what they're paying for. So, there are for example for a voice agent company, they want to control their own model so that they can make sure the model actually respond by their required time.

So, the customer when they're on the phone, they can ensure the agent is responding according to a SLA. And this sometimes is only you can do with your control intelligence because you know the whole hardware you're running and the whole system you're monitoring. Versus signing up for relying on your critical infrastructure with a proprietary API where they might go down anytime or have violation of the contract anytime. contract anytime. contract anytime. Yeah. Simon, you also to to go back to the cost point, you actually make the point in an essay you recently wrote about the release of Gemini K3 that actually the economics is besides the point and it's actually you know in in the case of these you know just really really great open weight models that are on the frontier that were designed by really brilliant researchers like like these models are in some cases just as expensive as you know the closed source models.

So, in those cases kind of what is the point of running them and kind of what do we learn architecturally in the in the course of running them? Yeah, so first on cost, it's not necessarily they are as expensive as a proprietary model but rather first the cost cost discourse has been discussed over and over again with even Gemini 1.5 a few months back. So, open weight model are sometimes definitely a lot cheaper. And but for this model, there's a big sort of step change where we're bridging almost a 10x gap but strike somewhere in the middle.

Where Gemini K3 is not as expensive as Claude or GPT sole but it is a lot more expensive than Geo and 5.2. Why is that? And I do believe this is the point of where pricing intelligence with the market correctly and understanding where it is and and and but then the majority part of the discourse should be focusing on wow, this model is bringing a Opus 4.8 level model to our own infrastructure that I can use, I can run, I can fine-tune, I can be able to understand exactly how many tokens do I need, understand the exact performance profile.

The reason here, for example, is for proprietary model, there is a regular mode and fast mode. And that's only the two switch here. But for open weight, when you are running it, every provider can offer potentially even 10 different levels of speed going from like the slowest mode, which can be a lot cheaper, to um 400 tokens per second uh almost up to 500 in many cases that for some workloads. And this is uh typically 2x or 3x faster than the fast mode out there today.

So, this kind of level control even in terms of performance, and then let alone control over how customer interacting with the model, control over data retention. Keep in mind, Fable doesn't have the zero data data retention policy and at least the a lot of data need to be staying there. And let it control security and compliance and lot more. Um yeah, this is why I'm particularly excited about case three not just from the cost perspective, but a lot more on bringing this level intelligence to something people can own.

In terms of, you know, calibrating things like speed, calibrating other things just sort of on the back end, what needs to happen and and kind of what are you seeing your users do and like like who who is being really clever about this? about this? about this? So, we do see users are able to get the maximum benefit out of this model when they enable fast mode. I like what I'm talking about here, of course, is Vion's own fast mode getting up to 400 and 500 tokens per second because it is really a big step change from like that especially when developer interacting with the model, they can see, "Oh, I can really just get my task done faster here." And the model are not no longer stuck in sinking, rather it is just executing, executing, and interacting with the environment.

So, for premium developer block and focus with task, we're seeing is very benefiting. But also case three are just be able to have the ability for people to modify it and fine-tune on top of it allow them to make it better for their own workload. And this is definitely happening today as well. as well. as well. Can you just explain what the um licensing term is for the most recent open source models compared to the past and and and like why you think they're doing that?

doing that? doing that? Oh, yeah. So, historically the um the open way model are just like Apache 2 like our software, which is like take it, modify it, do it whatever you want with it. Here is a gift to the world. And then recently the model lab are trying to understand a way to economically fund their own model development after all model training and researcher. And the data are very very expensive. So, we have been starting to see uh terms even to the Llama days for for when Meta it was releasing Llama, they do have a term of if your daily active user or like annual recurring revenue exceeds some threshold, please enter into a commercial agreement with Meta specifically, right?

remember that the numbers were like specifically chosen at that time that you could go find it was like two companies in the world that like fit the definition that they had excluded from their license. their license. their license. Yeah, exactly. But like people have taken a hint from that, especially now the labs are trying to figure out a way to economically fund it, especially when they open source the model, everybody can just take it of themselves, whereas nobody will use your API anymore in many cases, while their API currently still taking up shape, right?

And now we're seeing a very healthy ecosystem development starting from even MiniMax recently had when they're releasing their M2.7 model, they have a term specifically focusing on usage. And Kimi initially also has like if you have derivative derivative works, like this is kind of big news back then with fireworks and curvature about how they build on top of Kimi model. Yeah. And and it's if I if I if I like I just expand on that a little like I don't think it's greed, at least what I've seen from open source model labs, right?

right? right? Open source models, really what we're talking about are open weights, right? And and it's just not software, right? Like a an AI model is not software at the end of the day. Um Um Um And so open source software used to be supported by people donating their time or big companies kind of authorizing their employees to donate their time. So it was sort of like a bulk in kind, you know, donation of people's time. It really doesn't work in AI, right? Like like I can't just like go home at night and like train a frontier open source model with friends for fun.

Like we need millions or billions of dollars of computing resources in order to do it. So So I think it does support your point that like obviously there need to be economic incentives and there need to be funding mechanisms in place. Frankly, I think even more so with with Chinese models than than with domestically produced models, right? If if if there's no source of economic if there's no source of funding for for Moonshot to continue to train models, like we know where the funding will come from instead, and it's not like something we right, you know, it's it's government and and things that like are actually worse for us, I think.

So like I I I think I think you raise sort of an interesting point that that this is an important economic structure and like I I I think this means we'll see more of this in the future. Would you agree with that? that? that? Yeah, it's really about sustainability and then is about how do you make sure that all this initial capex almost to train the model, fail again and again and train the model again. Like how do you really pay it back and how do you make sure that there's enough confidence and funding and funding and funding from everybody involved to go to do the next one, right?

And I [clears throat] recently heard someone I recently heard someone making analogy to this to the pharmaceutical industry. It's almost like how do you make sure that the R&D process of new drugs are properly funded and there's proper sustainable sustainable sustainable method to making sure that people are willing to take big risk, big bet to go to do research for new drugs and then later because they know there's a economic incentive in the end when the new drug release to the market, a portion of those of course like besides the just distribution channels, right?

A portion of those revenue will flow back to continue to fund the next R&D effort. And this is what we're kind of seeing similar to the model development now, yeah. yeah. yeah. That's a really interesting analogy cuz it's like it's like it's like what what once a once a drug, a molecule is released, you have the strongest possible control which is nobody else can manufacture it at all, right? It's like the close most closed possible source, right? Like it's like a secret. Um Um Um Uh but but yeah, like in the case of models, especially open source models, you know, once it's out there anybody can take it, use it, extend it, etc.

So So having yeah, so having some economics attached to it probably does make sense. Yeah. Yeah. Yeah. Well, actually that that raises a question for me too which Matt, you were alluding to this earlier about how different open source models are from the dynamics of open source software maintenance. When it comes to open source AI, what actually needs to be maintained? Is it the infrastructure around it? Do the models themselves need maintenance at all? Just kind of what what are those dynamics because I think even the the developer behavior around it is is pretty different.

Yeah, I mean Simon sort of said this already, but maybe maybe I'll just expand it a bit which is um you know, you you see the results of of a big training run, you know, we're training now mean it's pre-training and then and then, you know, RL kind of um I know mid-training or sort of post-training on these thing or you know, know, know, pre-training SFT or RL right like it's a very complicated pipeline. We see only the result the result the result Yeah. Yeah. Yeah.

of this at the end and the numbers are big like, oh, you know, this was a hundred million dollar training run, but what you often forget is like there may have been five failed training run you know, large-scale failed training runs before you even get to that point. a lot of sweat and tears Yeah, yeah. Yeah, yeah. Yeah, yeah. Yeah, exactly. What one of my favorite artifacts, maybe we could even track down the link is one of the early Llama models. models. models. Yeah. Yeah. Yeah.

They published the whole like conversation log between the or between the people who are baby sitting the training clusters like while the models were training. were training. were training. Yeah. Yeah. Yeah. And it's it's so funny. It's just like, oh no, everything's gone wrong like chaos like panic. And then like then the next comment is like, okay, we solved it. Everything's okay. You know, clusters up, losses going down. So there's there's a lot a lot a lot that goes in behind the scenes before these models get released.

You know, once once they're out there, I guess it's a little bit more in your in your zone, you know, to to kind of make sure it's like operationalized. operationalized. operationalized. Oh, yeah. But but this is also a very interesting point once it's out there is a whole community effort trying to optimize in this model because the model is trained on a given type of hardware on given type of architecture and but when it's out in the wild, everybody has different cluster topology and use cases and it's about how do you turn like a use case of one now to a use case of almost infinity.

Now you have people trying to adapt it to the edge devices and people trying to run it at largest scale ever. scale ever. scale ever. Adapt it and making sure it runs for voice agent but also for coding agent which are entirely different kind of use cases. So, this is a whole community effort trying to further optimize, specialize, and making sure the running of it is reliable and continue to be able to optimize against it. So, that's a whole village later throughout the open source to make sure it's improved.

it's improved. it's improved. Yeah, and that's cool cuz that really is like open source software. I mean, and this is what you do, but you know, like this is like anybody can contribute and and like make these better. Um My the fun thought experiment is if GPUs, you know, dropped in price by 99% right? Like like if if if GPU-based compute actually became, you know, kind of cheap and widely available like then do we get back to a kind of a real open source world where, you know, one person sitting in their basement or 100 people working in their free time can like come up with something new, try many of these sort of model training paths that, you know, that like are in the queue somewhere at one of the big companies but and you know, kind of kind of see, you know, really expand and advance the field collectively.

field collectively. field collectively. Yeah. Yeah, well, I mean, this relates to what you were talking about at the beginning. It's like, you know, at the beginning the amount of compute you needed to be at the quote-unquote frontier was negligible and now it's just like it's it's enormous and how do you get that, you know, back you how do you get that, you know, back to consumer parity again? I've I've said this on the podcast before but I'll keep saying it. AlexNet first, you know, kind of like neural network to run on on GPUs that we care about ran on two GPUs.

And that's not that's not like there are no missing decimal points or commas in there. Literally two. Literally two. Literally two. Yeah. How that would get you literally nowhere. literally nowhere. literally nowhere. Yeah. Yeah. Um so, I guess this this relates to to another question that we've had which is which is inference has gotten harder over the past 18 months months months because of this combination of scale and diversity in the kinds of models that we have and of course like agents that are doing increasingly long-running tasks.

So, So, So, what makes what makes what makes open source in this world and in this scenario not just like nice and nice thing to have but absolutely necessary. Yeah, so scale comes from a few points. It comes from whether or not you can run this gigantic model on a data center rack. And but also it comes from can you optimize it to the extreme point to the speed of light so that you are getting the most value out of it. But also you need a whole community and collaboration and partners of effort to validate it and making sure that there's no last remaining bugs that appear like 0.0001% of the time.

So this is where scale scaling up the deployment and then making sure more people are running it at scale at scale at scale like largest footprint possible will ensure everybody's experience of running this model is better. And this is where kind of this is why open-source inference is a current leading way right now instead of closed-source inference engine. engine. engine. And frankly right all the a lot of the open I'm sorry. A lot of the inference cloud and API as a service today do use and leverage open-source inference engine under the hood.

And the reason to do that is just there's just so much battle tested and learned recipes and things that they can build on top of. And this is where open-source is the current leading way to run models. Something that I find kind of funny and like looking back at not just the history of LM and Infract but also company like Open Router or even Ollama all of these different teams kind of got started around 2022 and 2023. Some of them even before ChatGPT in your case case case built around open models.

And what kind of special thing do you think was happening at that time just like in the world of research and in the world of AI where we see these companies now when we look at them and you think of Y L M is mission-critical or open router is mission-critical. mission-critical. mission-critical. Um, and what do you What do you think was going on at that time where even before we had, you know, a big consumer use case, we had, you know, teams like yours that were were building out these things and and kind of how did you guys know, I guess, is is the question.

I think there's two parts to this. Our team always have a open source kind of angle where you find UC Berkeley a long tradition of open source software and our system research principles. Um, but also just curiosity overall. Everybody was so curious about how are these AI models going benefit the humanity and how can we use it better? And this is where open source is where you meet the most mission-aligned people together. Like right, open router, Ollama as you mentioned, they're all great partners and friends in the ecosystem because we're there to understand how everybody else can leverage leverage leverage AI model better and making sure they have a good use of it.

And speaking of, you know, leveraging open we open source models really well, so I think another thing that was in the news really recently, um, was Hugging Face using a Chinese open source model to help contain a cyber attack uh carried out by a rogue unsandboxed open AI model that was being tested. Um, so like what can we take away from something like that? And can you just first, I mean, walk us through your impressions and understanding of what happened and then kind of what what you think the the takeaways there are.

Yeah, like this kind of goes back to our previous point about controls. So for the Hugging Face incident, they break it down pretty down pretty down pretty pretty pretty well on their website and blogs. So really thank for their transparency there. transparency there. transparency there. In the end is about all of the closed proprietary model APIs, their guardrails are a little bit arbitrary, but also very difficult to enforce. That means they have so much false positive in the guardrails that will have legitimate use cases just being blocked.

And this is like a evergreen problem even in the social media days. Like how do you design content filters correctly and like be able to do the moderation correctly? So if moderation is never solved, which is going to be very very hard, then there's always a place where you have a model where you know and trust that you are publishing to and be able to use from. So Hugging Face, they have to use open way model. But in the future also see for the trusted use case, people will go to open way by default because that is where you know for sure that the guardrail is lessened or you can control your guardrail for trusted use cases.

Even for us, like this is actually applied to us today where a lot of the Anthropic model do are banning Frontier AI research and then when we're studying GPU kernels even as a invalid memory access error, we are triggering the the red line. And so a lot of our developer within Inflection for VLAM and are like retreating from using Fable 5 because you have a 2-hour job and you trigger the the red line, which is false positive, and then you have to lose all of your work and so a lot of our developer are using like Kimi case for today even just making sure because it's a similar quality and it has a has a has a guardrail that makes sense to us.

Zero goes while using it. I think your social media analogy is a really apt one. Yeah. Yeah. Yeah. Cuz like in both in both cases what's kind of happened is you've taken like distributed human activity and kind of centralized in in place. Like like before social media, people talked to each other and published articles and like messaged each other and had message boards. But then you centralize it all under one kind of like profit-seeking enterprise, and all of a sudden the incentives change like a lot, right?

And we we have a specific carve-out for social media, which is you're not responsible for what people say on your platform. And that allowed the moderation problem to be tractable, I think, right? It's like, "Okay, we're going to do our best to eliminate obviously illegal things, um you know, like things that are just going to degrade experience on the site, you know, you know, in in in in really bad ways. But like, you know, if it's on the edge, you know, it's something that's maybe out of fashion to say, but not illegal.

illegal. illegal. Yeah. Yeah. Yeah. Like we're just we we we just can't police everything. We can't be the world police of like all human communications. I think something similar is sort of happening in AI, right? Where a lot of work, not just talking, but work, is kind of being consolidated in in one place. If I need to write code or create a spreadsheet or get advice, you know, health advice or like like anything, it's all happening in like one or two sites. Yeah. Yeah. Yeah. And they don't have that carve-out, right?

Like they don't have that exemption of of like, "Hey, we're not responsible for what actually happens on the site." And like some of them, especially, you know, Anthropic, like is is kind of going further than even what would be sort of like legally required, and they're sort of taking ethical stances on these things, which may be right or may be wrong, right? That's sort of their their decisions. And how do you actually do this, right? Like the problem is actually bigger than just communication, cuz it's like actual work in action, and you don't have this exemption, and you have this sort of layer of like ethical stuff on top.

So I I yeah, I'm I'm just totally It's I'm just totally with you. It's like and and it seems like some of these com- you know, companies have gone like erred on the side of caution, which is which is probably a reasonable thing to do, but very very frustrating as as a user, right? Like I you know, I saw online some translation attempts are blocked because they think the particular combination of like language and content is somehow like triggering like politically sensitive topics and you know things like this.

Um Simon, we're we're nearing the close of the conversation and I just wanted to take a step back a bit and ask just about Infract and you know running the company and I know that Ion Stoica of Databricks is an advisor and a co-founder of Infract and I'm just curious what you've learned from him in terms of taking open-source project like Llama 2 LM and building a company. Yeah, Ion as the co-founder he has always been thinking about open-source and where how do you support open-source better?

And then now with experience from Databricks and Anyscale at and even Arena which is a public platform and now at Infract his focus really stem from how do we build such a you know world where this software is being used by so so so many people on such a critical project. How do you make sure they're getting the best quality and where does the value come from? Right? If the open-source movement and open-source inference engine is a starting point, then what are the gaps that we can fill as Infract and then what are the gaps that we should absolutely put in?

Ion has always been open-source first. So for whatever we need to build, we would like to build them in open-source and then for whatever value we can deliver we want to really close the last mile and making sure that customer and partners are getting the best out of it. Just I guess to close this out 5 years from now, from now, from now, do you think open weight open-source AI models have they closed the gap with frontier models completely? Are frontier models always one step ahead?

Kind of how how do you see that shaking out? 5 years 5 years 5 years All right. All right. 1 year. One year. You got five years wrong. Who knows? Who knows? Who knows? Or you know, we're all going to be like just floating around in our Wall-E pods and our spaceships. So yeah. Exactly. Exactly. Exactly. Progress, right? Progress, right? Progress, right? Yeah. Yeah. Yeah. Uh for for me really at this point there's kind of a point we haven't talked too much about is what really differentiate opens open way model from closed way model, right?

In the end there's not much differentiation. It's a more about the distribution strategy and go-to-market strategy. And the capability-wise, I don't really see a big gap, not even today, because today, because today, because for how these model are coming to be, they're really starting from the first principle, right? You have a computer cluster, you have training data, and you have brilliant researchers uh that group together and really to build this amazing artifact that is this model pre-trained model and then later are old uh post-trained model and that's a world can use.

But if you look at the ingredients, right? The one of the most important part is the data. It's about who gets what data and then what are the environment you are building to that's a model improve on itself and make better, right? One of the very useful uh benchmark that we have on Arena for uh for for case three has been front-end coding, right? That means for Moonshot, they have built some of the best environment for front-end coding, right? They have published amazing demo on the ability for this model to code and then see what the rendered is and then kind of continue looping on this iterative process.

Now, this is about their environment to improve the model. It's not about just source data, it's not about where they get the data from, rather is who can build the best environment and who can make the most sort of sort of sort of uh optimization and algorithmic choices to leverage all those learning from this environment. So, the next year is all going to be about that. It's about how open we model labs are differentiating and really getting the model to meet the real world and have this kind of what people are popular today like recursive self-improvement almost to really improve the model overall.

overall. overall. And so, really project out a year, there's not going to be any difference. Yeah. Yeah. Yeah. Yeah. And and you've used this term brilliant researchers a few times. Um there are brilliant researchers everywhere in the world, clearly. Um what why do you think you know, in the US all the smart researchers are working on closed models and in and in China all the smart researchers are working on open models? I mean, from my point of view, they are attracted to interesting problems, not necessarily on the open or closed stance.

But rather but however, open way model does give people a really, really good boost on the impact of such models. So, that is like a plus. Mhm. Mhm. Mhm. And I think all the brilliant researchers are attracted to how to improve the model overall, right? I actually one interesting point about this um this um this um maybe fairly technical for for this Kimi case three model is they removed a rotary positional embedding. So, Rope has always been there for a lot of the Transformers model. Transformers model.

Transformers model. And guess who removed it? Is the inventor of Rope, who are Oh, that's cool. like the the Jenning, he he wrote the first paper introducing Rope as a concept. And then he now also wrote the explanation of why you don't need it as part of the technical report in this Kimi case three model. So, like when we read it, it's like really come full circle is you have all these brilliant, uh uh uh researchers that are able to really study how this work and really study the secret of training and pre-training and share it across the whole world and recognizing and iterating on their past, right?

So, really a a miracle, I would say, for this model to come alive. It's so It's so interesting like you know, AI is in this funny zone where empirically it works incredibly well. Yeah. Yeah. Yeah. But then you go ask the theorists and they have like no idea what's going on. Right. It's so like You have these kind of iterative things where when you go read the, you know, primer on transformers, Yeah. Yeah. Yeah. you read about positional embeddings and why are all positional codings and why it's so important because otherwise you can't sort of like understand meaning, Yeah.

Yeah. Yeah. And then it turns out once you understand one level deeper because we've been doing this for a few years and you have all these smart people like, "Oh, actually you don't need Exactly. Exactly. Yeah. simpler actually is better. Um We We didn't um We didn't talk about distillation much so far in this conversation, but I think it's very relevant to this like Yeah. Yeah. Yeah. I I I have just one question which is like I'm I'm not going to ask like is distillation happening?

I think this is kind of speculation on the part of everybody, you know, in the world, but like like like you work a lot with these Chinese labs. Do you think distillation like is a critical component of what they they do or or or like are they kind of just doing good work and and you know distillation if if it's done is sort of an incidental part of it? I I will lean to the latter part specifically, as I mentioned previously, environment matters so much today.

So, these are our own environments, right? These cannot be distilled. Like you don't have other people's environment to really distill a copy from. It's about constructing it, understanding also understanding the learning process. You cannot distill how the model learns with the environment. A lot of these are just not doable today. Um there are things potentially you can do with rewriting the data sets, right? Making better pre-training data, but again, you can do it with any models. Any models are are going to follow instructions, are going to be useful in terms of utility there.

So, I really don't think from currently what we're seeing, this is a big cornerstone of what's powering the progress today. In the end, what's powering the progress is still just just just really smart people with very interesting algorithms, data environment, and they will produce, of course, compute. They will produce the models. models. models. I think it has really interesting policy implications. I I tend to agree with you, by the way, that that, you know, we have smart people everywhere working on a bunch of smart things, and it's not about, you know, distilling data from any one place.

Um it has really interesting policy implications, right? Because it doesn't, you know, it's almost tempting if you're if you're sort of, you know, in the White House to say, "Oh, sure, we'll just we'll just turn off distillation, all our problems will be solved." But like, you know, I think it's more the case that they're just, you know, smart people doing interesting things. And so, it's so it's like, how do we kind of like adapt adapt do we how do we kind of like adapt adapt to that?

I think it's Yeah, and creative innovation. Straight, like one part in my essay will kind of mention that open source and open way really helps innovation because it set out this racetrack where everybody can learn from each other and see where each person, like, every each player is in this racetrack, and then you're able to improve and stand on shoulder of each other kind of to improve yourself. So, uh it's that is where everybody can move forward faster. forward faster. forward faster. Yeah, and one thing we're looking for a lot from an investment standpoint is um is people doing more open source model training all all over the world, not just in China, you know, not just in the United States, but all over the Right, because you know, you get that sort of magic of collaboration when everybody's doing it.

And achieve global harmony and all all the Well, I think that's a good note to end on. on. on. Um Matt, Simon, thank you so much for joining us. Thanks for tuning in. Thanks so much, Cole. Thanks, Shen.