About Olivier Pomel
Olivier Pomel, co-founder and CEO of Datadog, discussed the company's growth and strategic focus during several public appearances in mid-2026. At the Guilds Summit, he described Datadog's experience navigating a COVID-fueled acceleration, a subsequent deceleration, and a reacceleration driven by AI, noting that the company had slowed hiring during the downturn and that rebuilding that growth took time. He stated that AI has most transformed Datadog's software engineering, describing a shift for its 3,000 engineers from mostly writing code to mostly not writing code. At the RAISE Summit, Pomel said the company's strategy is to add products in adjacent categories and solve the "whole problem end-to-end," moving beyond observation into automation. He also noted that customers across industries are adopting AI and seeing costs rise, but often lack understanding of their spending and outcomes.
On Datadog's Q1 2026 earnings call, Pomel stated that digital transformation, cloud migration, and AI are long-term secular growth drivers for the business. He said the company is investing in deploying into more geographies and in its "bring your own cloud" products to run on customer infrastructure, seeing this as a potential growth lever. Pomel also noted that training workloads are becoming a market for Datadog, with hyperscalers using the platform to monitor their super intelligence labs. Regarding the impact of AI agents on the business, he said Datadog's usage-based model means it does not matter whether usage comes from humans or agents.
Source: AI-verified profile updated from Olivier Pomel's recent appearances.
Browse all interviews →
Transcript (94 segments)
O
Olivier Pomel0:00
All right. Thank you. And I'm very pleased to have with me Clément Delangue from Hugging Face. Clément, you go by Clem, right?
C
Clément Delangue0:06
Clem. Clem is perfect. Yeah. I've been in the US for 15 years now. So I've heard any versions of the pronunciation of my name, as you know, as a fellow French person. So Clem is usually the easiest.
O
Olivier Pomel0:19
Yes. And I apologize, you know, this is the part of the day where you get stuck in front of two guys who speak with a French accent. So, Clem, I mean, I think everybody probably knows Hugging Face in the room, but can you give us a quick intro? Mostly I think the founding story is pretty interesting and how you got to where you are with the twists and turns.
C
Clément Delangue0:43
It's pretty original.
O
Olivier Pomel0:44
Yeah. And you've had kind of like a front row seat to that as being one of our earliest angel investors and supporters.
C
Clément Delangue0:51
We started really out of a passion, out of an excitement for AI now almost 10 years ago. At the time it wasn't really called AI, right? People were talking more about computer vision, about machine learning, about deep learning. It wasn't as hot and sexy as it is today. And we really started with something completely different than what we do now. We started with conversational AI, kind of like a ChatGPT before ChatGPT, which obviously wasn't working at all with the technologies of the time. And after three or four years, came out a model from Google called BERT, and one of my co-founders Thomas was like, okay, BERT is cool but it's in TensorFlow. I want to spend the weekend putting it to PyTorch for the community. And we did that. When we released it a few days later, it blew up online. And that's when we realized that we can not only be conversational AI but be more of a platform for people and companies to use open source models.
O
Olivier Pomel2:00
Cool. Could you give us a sense of the scale of the company and the user base, your place in the ecosystem?
C
Clément Delangue2:07
Yeah, so we're now the biggest platform for AI builders to use open source models, open data sets. We have 15 million AI builders using the platform today. They're creating a new repository on Hugging Face — so a repository is a model or a data set — every 7 seconds now. And there's like 3 million open public models on the platform, over a million open data sets. So it became really the central place for people and companies to build their own models, especially when they don't want to use APIs.
O
Olivier Pomel2:51
Cool. And people can run the models also on your platform?
C
Clément Delangue2:54
Yeah. Usually either using our compute or integrated with other platforms and other partners. We really have the open source philosophy that our platform is built in a way that it integrates with the whole ecosystem and also with your internal systems and internal stack. So if you want to use part of the Hugging Face platform, connect it to your internal stack or to someone else's stack, it's quite easy to do.
O
Olivier Pomel3:25
Cool. So I very distinctly remember the first time we met. I think it was at a data meetup in New York, in late 2019 or early 2020. And you made that super convincing pitch around the fact that language was solved and that absolutely everything would be disrupted by AI and AI was taking over. And to put that in perspective, it was before ChatGPT. It was even before GPT-3. I think it was after GPT-2.
C
Clément Delangue4:02
Yeah.
O
Olivier Pomel4:02
So of course since then pretty much everything you said at the time came true. So what are you seeing now? What is going to come true in the future? Can you educate us a little bit? The billion dollar question, right, for the next steps.
C
Clément Delangue4:20
What we're seeing on the Hugging Face platform, which is sometimes kind of like a sample of the future because we have the most expert and most nerdy AI builders using our platform, is a lot of traction and interest for everything except text now. We see a lot of usage on biology, chemistry, time series, robotics. So I think we see AI starting to permeate really all the other parts of the economy. I'm super excited about it because thinking about AI for biology and how AI can help on drug design, on DNA analysis. We released a model two weeks ago that allows you to analyze your DNA on device, on your laptop. So these are the things we're going to talk about much more in the next few months. The second thing we're seeing, which is a bit counterintuitive, is more and more smaller, more customized, specialized models. Everyone talks about the gigantic models behind APIs, but I think we're going to see in the next few months that sometimes using smaller, more specialized models is a better option.
O
Olivier Pomel5:54
Cool. I think we can come back to some of that. I think there's a lot of questions around how each of us should be thinking about those models, whether we should adopt the big ones, the small ones, build a smaller one, and what the path from here to there can be. So if we switch gears a little bit, you run one of the largest open source platforms basically. I mean there's GitHub for code and there's Hugging Face for AI, that's more or less the split. And there's a lot of look about what it means to be open source for AI. There's open weights, there's open code, there's open data sets. Is there a right way or wrong way to think about it? How do you like to think about it?
C
Clément Delangue6:37
No, I like to think about it as a gradient. You have kind of like pure closed source, black box APIs where you send an input, you get an output. You don't really know anything that's happening in between. Could even be a human interacting in the middle. You have no idea. And you have the pure open source where you have open source data sets, open weights, the scripts to create the models, train the models, run the models being open. Most of the workloads happen in between. And the more we can push the gradient towards openness, the easier it gets for everyone to participate in the creation of AI and not just a few companies. The more it creates transparency for everyone to understand what's happening, why it's happening, and the more control you give to every company, every individual, every type of organization — not just big corporations but also little tech, nonprofits, academia of course. So this is a gradient and hopefully as a society, as an economy, the more we push towards open, hopefully the better the outcomes.
O
Olivier Pomel8:08
And you do push towards open, right? So you have a research team, you build models, you publish models, and you publish the whole thing — the data sets, the training, and everything else, right?
C
Clément Delangue8:18
Yeah, yeah. We did for example something called SmolLM, which is very competitive on the Pareto curve of small language models, where we published not only the weights as you mentioned but also the data sets and the full training scripts so that anyone can basically retrain these models from scratch if they want to.
O
Olivier Pomel8:44
And what do you see the rest of the industry doing there? There's been a lot of debate over the past few years around the big labs not publishing anymore. Whether that's OpenAI, Anthropic, Google — word on the street is if it's published it means it's not interesting anymore, like the good stuff they keep for themselves for competitive reasons. Do you see that?
C
Clément Delangue9:12
We see that. When we started Hugging Face, the whole field in the US was very open with open research, open source weights, and that's very much what propelled the sector in the US. If you think of ChatGPT, the T in ChatGPT is actually Transformers, which was an open source contribution by Google. So this kind of emulation and collaboration of the whole field, in my opinion, is what created the American leadership for the past few years. It kind of stopped or regressed with a lot of these organizations being more closed source, being more secret, focusing more on monetization than open sharing. We've seen the opposite in China where they've started to be more open, share more of the research, share more of the models, which led to this kind of weird point in history today where a lot of the best open source models are actually coming from China and getting a lot of usage in the US.
O
Olivier Pomel10:16
So we see a lot of companies including enterprises now using open weights models from China in the US. And on your platform, you see the most reuse and forking and downloads for Chinese models basically.
C
Clément Delangue10:30
Yeah. End of last year, for the first time, the volume of downloads of Chinese open weight models has been higher than the volume of downloads for American open weights models.
O
Olivier Pomel10:42
And do you see a turn there? There's a few new labs, whether that's in Europe or in the US, that are at least planning to release open models.
C
Clément Delangue10:55
Yeah, I hope so. We have an administration in the US now that is really in favor of open weights, open data sets. The AI Action Act from I think it was a year ago — the open data sets and open weights was the third priority of the White House guidelines. And you see some organizations doing more. OpenAI released some open weights a year ago. You have NVIDIA that is now the biggest contributor to open source in the US pushing the field. We announced actually today a collaboration with a company called AI2, which is a smaller AI lab sharing open weight models. So I think the US could get back to their roots and get back their leadership. It's going to take some time, but I think it's possible and it's something we should fight for and help because that would be a great thing for the US and for the world.
O
Olivier Pomel12:00
Yeah. And I think for everybody in the room who got to a point where they tried to customize their own models, a few years ago you would start from Llama. And today you mostly you're going to start from Qwen or one of...
C
Clément Delangue12:13
Yeah. You see tons of examples like Cursor, right? They announced I think three months ago that they were post-training their own models. And a company like Cursor, a darling of Silicon Valley, funded in the US — you would think that they would use American open base, but they disclosed that they were actually basing it on Chinese open source. And I see not even dozens, hundreds of these examples. When I talk to people they usually don't disclose it because it might not become the most popular thing to disclose in the US. But the volume of usage of Chinese open weights in the US is really surprising, not only in companies but also in academia. Now if you go to Stanford, to Harvard, the only way to study the state-of-the-art in AI is to look at Chinese open weights, which is kind of weird, but that is where we are today.
O
Olivier Pomel13:20
And some labs, I know DeepSeek is publishing a lot also, so there's a lot of information that comes out there. Great. So this gets us to the idea of building with AI, not just consuming it. And I've heard you convey the message that it's important for all companies to be builders and consumers of AI.
C
Clément Delangue13:42
Yeah.
O
Olivier Pomel13:43
Can you tell us a bit more on that? Like what does that mean? Can everyone build?
C
Clément Delangue13:48
Yeah. So I think the way to approach AI and to look at AI is kind of like as the new way to build software. It's this analogy from Karpathy of software 2.0. And I think what we've learned with software is that if you're a company trying to play a role in technology, you have to build the capabilities to write software yourself. You can't outsource all your software to someone else. And I think the same goes for AI in the sense that if you're using only an API, sending your data, sending your queries to an API provider and actually not building anything yourself, long term, I really think you're going to be at a disadvantage. First, this provider is going to try to take advantage of you and milk you as much as possible with their margins, sometimes by building themselves competing products to what you actually build and pricing it to a level where it's impossible for you to compete. And second, you're going to end up with a model where it's way too costly, way too slow, and it's just going to be a struggle for you to actually build your competitive advantage.
O
Olivier Pomel15:14
Well, that's uplifting. So everybody should build, otherwise we'll be trapped forever. No, but seriously, I think you make a great point. I think what everybody needs to realize, it's an investment because mostly initially it's not going to pay off immediately.
C
Clément Delangue15:29
Yeah.
O
Olivier Pomel15:30
It takes time to get those technologies to work. And by the time you customize the model, a new commercial one comes out, so it doesn't look like you've moved much. But you're in touch with the market and then you can learn and improve.
C
Clément Delangue15:47
Basically similar to software, right? If you weren't writing software before, the transition to software wasn't always easy. At the beginning maybe people thought, okay, I'm not a software company, I don't need to write software myself. But they learned, they built the capabilities and progressively they saw the value in it. It's the same thing for AI in my opinion.
O
Olivier Pomel16:10
Right. So another thing you have a great viewpoint into is the various trends in adoption. And in particular, it's very interesting to see right now how various parts of the world react to the rise of AI. We've all seen those polls that say that AI is extremely unpopular in the US, even more unpopular in parts of Europe, actually quite popular in Brazil and very popular in China. What do you see in terms of the adoption on your platform? Where are people downloading the models the most and building the most?
C
Clément Delangue16:45
In terms of builders, obviously the US has a great culture of building with AI, so that's where we see the most usage. Obviously a lot of usage in China, even if we're banned from China as an American company, but we still see a lot of usage from there. But we definitely also see this trend of people being scared about AI, having negative opinions about AI. To be honest, I think part of the problem comes from the AI leadership that sometimes talks and emphasizes too much the wrong issues. Don't talk enough about how AI can create jobs, how AI can solve new challenges, how AI can change the distribution of power and wealth. And instead tend to talk about catastrophic scenarios for AI, like Robocop, where AI is going to take over the world, how AI could destroy every single job that ever existed. And so that created this weird perception in the public.
O
Olivier Pomel18:02
But you see the builders are still fairly insulated from that.
C
Clément Delangue18:06
Basically. And I even see the correlation meaning that if you give people more tools to build themselves, I think they're going to see AI for what it is, which is the new way of building software, a new tool that they can use to solve their problems. And I actually think that it's going to help on their perception. And we see the divide a little bit. In the US a lot of AI is closed source, bad perception of AI. In China a lot of it is open source and actually you have a better perception. It's obviously not only correlated to that, there are a lot of other factors, but I think it plays a role.
O
Olivier Pomel18:40
I see. So talking about Robocop scenarios, so you're getting into robotics too, but in a good way, right?
C
Clément Delangue18:46
Yeah, not a Robocop kind of thing. It's not going to kill you, it's not a giant humanoid robot that is going to do a force movement and kick a kid in the stomach. I don't know if you've seen this video online.
O
Olivier Pomel19:00
I haven't seen that one, but it sounds pretty horrible.
C
Clément Delangue19:02
Yeah. It kind of looks funny at the same time, but if I were the parents of the kid, I wouldn't be happy about it. I mean a year and a half ago, we started to see more and more people talking to us and being like, okay, I'm an AI builder, I'm building with robotics, but I don't really have the hardware to experiment with it, because it's very expensive. And so we acquired a company back in France called Pollen Robotics that had been doing robots for seven years when we acquired them. And now we built this little robot called Reachy Mini, which is super cute, that only costs $500 and it's kind of like an open source platform for robotics, meaning that you can program it yourself. It's fully open source. So a lot of people use it to experiment with robotics. And it opens a window into new tasks, new use cases, new capabilities. Like people put it on their kitchen counter to help them cook. Some people give it as an interface to their kid, without the kicking in the stomach, for them to interact with AI without having to look at the screen, and to learn a new language, new topic, things like that. So yeah, it's a fun extension of the use cases and it's an example of what I was saying, meaning that AI is really permeating from only being a text assistant to really now getting into robotics, into the real world, into industry, into biology, chemistry, and all these other domains.
O
Olivier Pomel20:46
And that's really exciting. We've in a way we live in science fiction now, we talk to the computer, the computer answers. And we live in a world where more and more people start experimenting with robotics. I mean when I was growing up it was really not like that. So despite all the doom and gloom that we can read, I think that part is pretty exciting.
C
Clément Delangue21:08
My dream is that in the next few years you have a hundred million AI builders being able to really build for their own problems, for their own challenges. And I think that would be a really great world if we can enable and empower more people to be AI builders, because it means that we won't outsource that to just a couple of labs in Silicon Valley. I think the world where you only have a few companies in Silicon Valley building AI for the rest of us is kind of scary when it comes to concentration of power, concentration of wealth, concentration of capabilities. And so if you can change that with open source and make more people become AI builders, I think we'll be in a way better world than without it.
O
Olivier Pomel22:04
Thanks. Sounds like it's a popular idea. Have you thought of running for office maybe?
C
Clément Delangue22:10
No, no, no. An AI would be better than me at running some countries.
O
Olivier Pomel22:15
Well, maybe in a few years, give it time. Okay, so you see everything that's changing in AI, things are changing so fast. I literally spend 45 minutes every day catching up with what happened since the last day. What do you see — are there big changes that you didn't anticipate like one or two years ago?
C
Clément Delangue22:38
Yeah. One thing that we're seeing quite clearly is really a multi-model paradigm for companies. It's not about just using one model for everything. You're going to use one big reasoning model for some tasks, you're going to use a medium model that maybe you post-train and optimize yourself for other tasks, and then you're going to use a small customized specialized model for other tasks. So really the multi-model approach seems to be the winning one, especially with costs going crazy now. People realize that just using a big model for everything is like using a Formula 1 car to go to work. It just doesn't make sense. There's this study that was released a few months ago from Stanford that shows that 71% of the daily queries of an AI assistant like ChatGPT, 71% of them could be accurately answered by a local model, by a small model that runs on your laptop for free. And what a lot of people used to be doing is sending 71% of the queries to these gigantic models and then they're surprised their AI budget, their token budget is crazy. Of course, if you send every simple query to the biggest, most expensive model, your bill is going to explode. So we're seeing that completely change, especially in the past few months.
O
Olivier Pomel24:28
Yeah. I like your metaphor with the Formula 1 to go to work. I have a similar one which is that right now we just invented flight and every time we want to send a postcard we buy a business class seat for it.
C
Clément Delangue24:39
Yeah, that's true, good one.
O
Olivier Pomel24:40
And hopefully at some point we'll get some more differentiation on what we can do and also we'll be able to ship other things than postcards. Cool. So what about — you brought the question of running models locally. Do you see that growing on Hugging Face? How important is that today?
C
Clément Delangue25:03
Yeah, we see that growing. We acquired a company earlier this year called llama.cpp, which is the most popular inference runtime for local models. And we see that really as an answer to the rising costs. Because obviously if you're running the model on your laptop or on the hardware that you already own as a company, it can run at a fraction of the cost of what it would be to send it to the cloud, especially if you send it to a frontier model. We see it also as a way to solve some privacy challenges. There was the WWDC from Apple, I think it was yesterday. Obviously they're leaning on this idea that if you run some of these AI models on your laptop or on your phone, it's much more private by default, by design, because you don't send your data anywhere. And as soon as you send your data anywhere, you don't know where it's going to end up. So I'm quite excited about it. It's never going to be 100% of the workloads, but if it can end up being 10%, 20% of the total AI workloads, first you reduce your macroeconomic need for energy and compute, and second, you build a system that is more private and cheaper, more affordable for everyone to use.
O
Olivier Pomel26:41
Yeah. And I have to say I downloaded the four billion parameter model on my phone and actually it works really well.
C
Clément Delangue26:50
Yeah. People now are starting to think more about these ratios of intelligence per dollar spent, and intelligence per watt consumed. And I think it's a great sign that the AI industry is maturing and starting to have a more nuanced view on what it means to not only do AI but make AI useful and sustainable.
O
Olivier Pomel27:22
Yes. And speaking of efficiency per watt and things like that, there's a huge crunch in compute right now.
C
Clément Delangue27:31
Yeah, it's true. We read it in the news all the time about the AI labs having to build data centers and buy data centers at a very high price.
C
Clément Delangue27:42
And we also see it in the clouds. The clouds are much less elastic than they've been in the past. It's more difficult to get GPUs. It's more difficult to get access to all that compute.
O
Olivier Pomel27:58
Do you see that change the behaviors of the builders and the model makers?
C
Clément Delangue28:01
Yeah, definitely. I think that's what's leading some of these conversations about smaller, more efficient models. The interesting thing is that we talked about US versus China. You see this problem a little bit less in China, which is more open because they share their models more and so in a way they mutualize their compute much more. Versus in the US it feels like every single frontier lab is redoing the same training runs in silos and replicating capabilities that could be shared with more openness and transparency. But yeah, we're seeing really that as a trend for people to think about and look at smaller, more efficient models.
O
Olivier Pomel28:48
And you do let your customers or your users run models on your platform. Do you have to fight for capacity too to run those models?
C
Clément Delangue28:55
Yes, a little bit. Everyone does. But what's pretty useful for us is coming from the background we're coming from for smaller, more efficient models. I think we worked a lot over the years on efficiency. So for example, we're seeing a lot of traction on Hugging Face from companies storing not only their public models and data sets but also their private models and data sets, a huge volume. I think last week we added three petabytes of private models and data sets to Hugging Face from companies using us as kind of like their AWS S3 alternative. But because we've worked a lot on efficiency, we have this technology called Ziz that is basically doing the deduplicating of models and data sets. So for example, when you have two data sets that share 20% of the same data, we cut that. And so it leads us to be able to do the same storage as AWS but three times more efficiently, three times cheaper.
O
Olivier Pomel30:10
I see.
C
Clément Delangue30:10
And same goes for compute. So we can run more efficient compute, more efficient storage. And so hopefully the fight to get more capacity is not as significant as for other players.
O
Olivier Pomel30:27
Yes. Because as you know, when you see, oh, there's a new 400 billion parameter model and you think, cool, I'm going to download it, and then you realize it's actually big.
C
Clément Delangue30:38
Yeah, very big.
O
Olivier Pomel30:38
So let's switch gears a little bit and look more at how you're building and how you're organizing the company and what might be transferable to some of the people in the room that are starting to build with AI.
C
Clément Delangue30:52
Yeah.
O
Olivier Pomel30:53
So you run both a research and a development team.
C
Clément Delangue30:56
Yeah.
O
Olivier Pomel30:57
Should everyone in the room run a research team or does that just apply to you and a few other companies? What do you think about it?
C
Clément Delangue31:04
Depends how you define a research team. I think every company in the world now should have a team that is learning how to run their own models, fine-tune their own models, post-train their own models. It's become really easy to do with open source basis. You don't need billions of dollars of compute to do that. Just with a few thousand dollars, you can take an open source base and post-train it, fine-tune it on your specific task, your specific industry, your specific domain. Even more so with agents now. It's becoming much easier to leverage agents that are going to help you post-train, fine-tune your own models. So yeah, I think every single company in the world should have teams that are able to train, fine-tune, optimize, run their own models. Otherwise, as I was saying, you're at the mercy of the big API providers not only controlling everything but also raising the prices on you, which puts you in a very dangerous situation.
O
Olivier Pomel32:13
Are there any good starting points for people in the room to start doing that?
C
Clément Delangue32:18
Oh, Hugging Face. Of course, you can really quickly find a model in your domain. Like if you're in banking, if you're in legal, you can look for a base model or a small model that is already customized for that. And then really quickly use some of our tools or other tools to train that very easily.
O
Olivier Pomel32:42
Are you using coding agents internally?
C
Clément Delangue32:44
Yeah.
O
Olivier Pomel32:45
How heavily are you using them? Is the whole team on them? You started before coding agents actually became a thing.
C
Clément Delangue32:54
Yeah.
O
Olivier Pomel32:55
I think most people in the room, maybe there's a handful of companies that were completely post coding agents. How's that going, the transformation? What does it look like for you?
C
Clément Delangue33:01
It's going well. I mean we're using obviously off-the-shelf APIs and agents, but for us we've really started to see a peak of productivity when we customized them to fit our needs more. So we have our own internal agent called Moonbot, which not only serves as a coding assistant and an assistant for the team, but also as a collaborative assistant, which is something that I think not a lot of companies are doing yet. Meaning that for example in our Slack, whenever anyone asks a question or starts a discussion, the first one to contribute is actually our agent. And that acts as some sort of knowledge mediator between team members. Because something we realized at the early stage of this process of using these tools is that at some point the productivity bottleneck switched from writing code and building product to actually people talking to each other. So you had the human bottleneck, and I'm sure a lot of people are seeing that, where the bottleneck is not so much building stuff but people asking questions that they could have answered differently on Slack and creating distractions, or building something completely out of your roadmap because they can and then creating these distractions for companies. So now even internal communication is somehow mediated with agents, which is pretty cool.
O
Olivier Pomel34:47
Do you structure teams differently with agents?
C
Clément Delangue34:51
Not so much. We're already very tiny independent teams with a lot of freedom and a lot of agency. So I think that played out well in the agentic world. So it stayed quite similar.
O
Olivier Pomel35:09
And two almost religious questions about coding agents. The first one is do you still have to read the code in the end? And the second one is do you type or do you speak to the agent?
C
Clément Delangue35:22
We mostly type, just because we're a very distributed company and so we have a written culture that is quite strong. So even when the input is voice, we always go through the step of speech-to-text in between. And no, of course not always — sometimes if your code is well written, it can be reviewed by agents directly without human in the loop. Depends on the criticality of the projects. We have the full range of projects, where for the very experimental topics we can be quite extreme in the way we work and the way we let agents have agency. But then on the core of our platform, obviously with 15 million users, you don't want to risk an agent going rogue and breaking something. So you have to have more human oversight for the core of our platform.
O
Olivier Pomel36:30
And do you see — so you talk to most of the companies that are building AI. Do you see a lot of variability in the patterns that are being adopted? Like how companies are building, how much of the agents they're using, or do you feel like it's kind of all the same right now?
C
Clément Delangue36:48
It's kind of all the same, because I think people don't — I don't know if they don't think too much but it's an early complicated trend. And in these technology cycles, I think people just adopt what everyone else is adopting, which is kind of why Frontier Lab APIs became so popular. It's almost like you don't get fired for using a Frontier Lab API. So it's the easy early choice. But I see that progressively changing with people maturing and feeling more confident about doing and building what they think is right and not just what everyone is doing. So now I see more variability in what people are using and how they're using it. We have 50% of the Fortune 500 that has verified organizations on Hugging Face, probably even more than that, using Hugging Face with a verified enterprise account. And the types of models that companies are using is quite large — the long tail is quite long.
O
Olivier Pomel38:06
So now about the way you run Hugging Face. You run both an open source platform and a product company.
C
Clément Delangue38:12
Yeah.
O
Olivier Pomel38:13
How do you marry the two? Is it the same people doing both sides or can you fit both into the same head, or do you have to separate a little bit?
C
Clément Delangue38:22
Yeah. It's usually the same teams. Especially with agents, I think now you can go more full stack than you used to. And you see that with the Frontier Labs. If you think of OpenAI doing consumer B2C chatbots and an API — I mean 10 years ago an investor would tell you it's crazy, you're either an API B2B business or a consumer product, you can never do both. But I think now it's become more common and so most of the teams try to do both when it makes sense and it works quite well. One peculiar way we've organized the company is people being more generalists. Being able to do more things rather than specialists, and it kind of served us well in the past few years.
O
Olivier Pomel39:16
Okay. Well, is there anything you want to leave the audience with? Something that they can act upon, or it's your chance also to really shock the audience if you want to become a meme.
C
Clément Delangue39:29
Well, I won't do the — usually the thing I become a meme for is doing the Hugging Face emoji face like that. But I think now people have seen it too much for it to become a meme. No, my only advice is to try different kinds of models. Experiment with open source models, with smaller models. Build the internal capabilities for yourself to be AI builders and not just outsource to APIs. That's kind of my biggest shift and the biggest trend that I've seen in enterprise in the past few quarters.
O
Olivier Pomel40:10
Well, Clem, thank you very much. I have to say it's super impressive to see the growth and the impact of Hugging Face. And also I'm personally very happy to see that the ecosystem in AI has a shot at being a very healthy ecosystem with a lot of large commercial vendors, open source vendors, technology that comes from various parts of the world. So thank you for playing a part in that and thank you again.
C
Clément Delangue40:36
Thank you. Thanks everyone.