Researchers Develop Open-Source Rival to OpenAI's $50 'Reasoning' Model for Under $50

Last Friday, a groundbreaking research paper from AI experts at Stanford and the University of Washington hit the scene, revealing that they managed to develop an AI "reasoning" model, dubbed s1, for under $50 in cloud compute credits. This revelation is shaking up the AI world, as s1 holds its own against top-tier models like OpenAI's o1 and DeepSeek's R1 when it comes to tackling math and coding challenges.
The s1 model, along with all the juicy details of its training data and code, is now up for grabs on GitHub. The team kicked things off with a run-of-the-mill base model and then put it through the wringer with a technique called distillation. This process involves squeezing out the "reasoning" juice from another AI model by training on its responses. In this case, s1 got its smarts from Google's Gemini 2.0 Flash Thinking Experimental model. It's a similar tactic to what Berkeley researchers used to whip up their own AI reasoning model for around $450 just last month.
For some, the idea that a small team of researchers can still make waves in the AI field without a massive budget is thrilling. But s1's emergence also sparks some serious questions about the future of AI model development. If a model that rivals those built with millions can be replicated on a shoestring budget, what's to stop everyone from doing the same?
Not surprisingly, the big players in AI aren't thrilled. OpenAI, for instance, has pointed fingers at DeepSeek, accusing them of using their API data to fuel model distillation. Meanwhile, the s1 team was focused on finding the most straightforward way to achieve solid reasoning performance and something called "test-time scaling," where an AI model gets more time to think before answering. These are the same innovations that OpenAI's o1 model brought to the table, which others like DeepSeek have tried to mimic with their own methods.
The s1 paper suggests that you can distill reasoning models with a relatively small dataset using a technique known as supervised fine-tuning (SFT). This involves training the AI model to copy specific behaviors from a dataset, and it's cheaper than the large-scale reinforcement learning that DeepSeek used for their R1 model, which competes with OpenAI's o1.
Google makes Gemini 2.0 Flash Thinking Experimental available for free through its Google AI Studio platform, though with daily limits. But there's a catch—Google's terms don't allow reverse-engineering its models to create competing services. We're waiting to hear back from Google on this.
The s1 model itself started life as a modest, off-the-shelf AI model from Alibaba's Qwen lab, which anyone can download for free. To train s1, the researchers put together a dataset of just 1,000 carefully chosen questions, along with answers and the "thinking" process behind each one, courtesy of Google's Gemini 2.0. The whole training process took less than 30 minutes on 16 Nvidia H100 GPUs. According to Niklas Muennighoff, a Stanford researcher involved in the project, you could pull this off today for about $20 in compute costs.
The researchers also pulled a clever move to make s1 double-check its work and extend its "thinking" time—they simply told it to "wait." Adding this word during s1's reasoning process helped it come up with slightly more accurate answers, according to the paper.
Looking ahead to 2025, tech giants like Meta, Google, and Microsoft are set to pour hundreds of billions into AI infrastructure, much of which will go toward training the next wave of AI models. While distillation proves to be an effective way to recreate AI capabilities on the cheap, it's not going to lead to the creation of brand-new, groundbreaking AI models anytime soon.
Related article
OpenAI launches safer ChatGPT for teens years after they started using it
Following a series of lawsuits regarding the absence of safety protocols in AI chatbots—which contributed to teen suicides and other mental health crises—OpenAI unveiled ChatGPT for Teens on Monday. This new offering incorporates enhanced safety feat
Frontier AI Labs Refuse to Disclose Containment Strategies for Rogue Models
Recent research indicates that very few leading AI laboratories have published or demonstrated containment response plans. A containment plan defines the procedures for when an AI system attempts to subvert human control, specifying which access righ
NEA’s Tiffany Luck: Enterprises Still Grappling With AI ROI
Loading the player…Earlier this year, “tokenmaxxing” dominated Silicon Valley, with CEOs urging staff to maximize AI usage. That enthusiasm quickly met reality. Uber reportedly exceeded its annual AI budget within months, some firms reduced Claude li
Related Special Topic Recommendations
Comments (11)
0/500
스탠포드랑 워싱턴 대학 팀이 50달러 코스트로 만들어낸 s1 리서치, 진짜 충격이에요. 🤯 오픈소스 개발이랑 저비용 학습 실험 덕분에 AI 대중화가 더 가까워진 느낌인데, 저비용 고성능 모델이 점점 많아지면 AI 기술 격차도 줄어들까요?
Это просто невероятно! 🔥 Открытые модели вроде s1 могут полностью изменить правила игры в ИИ. Если команда из двух университетов смогла создать конкурента OpenAI за $50, представьте, что произойдет, когда такие инструменты станут доступны всем исследователям. Может, скоро увидим взрыв инноваций в малом бюджете? Правда, интересно, как это повлияет на бизнес-модели крупных компаний...
¡Qué pasada! Un modelo de razonamiento por menos de 50 dólares... La verdad es que demuestra cómo el código abierto puede cambiar las reglas del juego en IA. ¿Cuánto tiempo pasará antes que OpenAI tenga que bajar sus precios? 🔥
Это просто невероятно! 🚀 Создать аналог OpenAI за $50 — это настоящий прорыв. Интересно, какие возможности откроются для небольших стартапов и исследователей? Может, скоро мы увидим взлет новых AI-проектов без гигантских бюджетов.
Wow, $50 to rival OpenAI’s model? That’s wild! Makes me wonder how many garage startups are gonna jump on this to build their own AI. Super cool, but I’m curious if it’s as reliable as they claim. 🤔

Last Friday, a groundbreaking research paper from AI experts at Stanford and the University of Washington hit the scene, revealing that they managed to develop an AI "reasoning" model, dubbed s1, for under $50 in cloud compute credits. This revelation is shaking up the AI world, as s1 holds its own against top-tier models like OpenAI's o1 and DeepSeek's R1 when it comes to tackling math and coding challenges.
The s1 model, along with all the juicy details of its training data and code, is now up for grabs on GitHub. The team kicked things off with a run-of-the-mill base model and then put it through the wringer with a technique called distillation. This process involves squeezing out the "reasoning" juice from another AI model by training on its responses. In this case, s1 got its smarts from Google's Gemini 2.0 Flash Thinking Experimental model. It's a similar tactic to what Berkeley researchers used to whip up their own AI reasoning model for around $450 just last month.
For some, the idea that a small team of researchers can still make waves in the AI field without a massive budget is thrilling. But s1's emergence also sparks some serious questions about the future of AI model development. If a model that rivals those built with millions can be replicated on a shoestring budget, what's to stop everyone from doing the same?
Not surprisingly, the big players in AI aren't thrilled. OpenAI, for instance, has pointed fingers at DeepSeek, accusing them of using their API data to fuel model distillation. Meanwhile, the s1 team was focused on finding the most straightforward way to achieve solid reasoning performance and something called "test-time scaling," where an AI model gets more time to think before answering. These are the same innovations that OpenAI's o1 model brought to the table, which others like DeepSeek have tried to mimic with their own methods.
The s1 paper suggests that you can distill reasoning models with a relatively small dataset using a technique known as supervised fine-tuning (SFT). This involves training the AI model to copy specific behaviors from a dataset, and it's cheaper than the large-scale reinforcement learning that DeepSeek used for their R1 model, which competes with OpenAI's o1.
Google makes Gemini 2.0 Flash Thinking Experimental available for free through its Google AI Studio platform, though with daily limits. But there's a catch—Google's terms don't allow reverse-engineering its models to create competing services. We're waiting to hear back from Google on this.
The s1 model itself started life as a modest, off-the-shelf AI model from Alibaba's Qwen lab, which anyone can download for free. To train s1, the researchers put together a dataset of just 1,000 carefully chosen questions, along with answers and the "thinking" process behind each one, courtesy of Google's Gemini 2.0. The whole training process took less than 30 minutes on 16 Nvidia H100 GPUs. According to Niklas Muennighoff, a Stanford researcher involved in the project, you could pull this off today for about $20 in compute costs.
The researchers also pulled a clever move to make s1 double-check its work and extend its "thinking" time—they simply told it to "wait." Adding this word during s1's reasoning process helped it come up with slightly more accurate answers, according to the paper.
Looking ahead to 2025, tech giants like Meta, Google, and Microsoft are set to pour hundreds of billions into AI infrastructure, much of which will go toward training the next wave of AI models. While distillation proves to be an effective way to recreate AI capabilities on the cheap, it's not going to lead to the creation of brand-new, groundbreaking AI models anytime soon.
OpenAI launches safer ChatGPT for teens years after they started using it
Following a series of lawsuits regarding the absence of safety protocols in AI chatbots—which contributed to teen suicides and other mental health crises—OpenAI unveiled ChatGPT for Teens on Monday. This new offering incorporates enhanced safety feat
Frontier AI Labs Refuse to Disclose Containment Strategies for Rogue Models
Recent research indicates that very few leading AI laboratories have published or demonstrated containment response plans. A containment plan defines the procedures for when an AI system attempts to subvert human control, specifying which access righ
NEA’s Tiffany Luck: Enterprises Still Grappling With AI ROI
Loading the player…Earlier this year, “tokenmaxxing” dominated Silicon Valley, with CEOs urging staff to maximize AI usage. That enthusiasm quickly met reality. Uber reportedly exceeded its annual AI budget within months, some firms reduced Claude li
스탠포드랑 워싱턴 대학 팀이 50달러 코스트로 만들어낸 s1 리서치, 진짜 충격이에요. 🤯 오픈소스 개발이랑 저비용 학습 실험 덕분에 AI 대중화가 더 가까워진 느낌인데, 저비용 고성능 모델이 점점 많아지면 AI 기술 격차도 줄어들까요?
Это просто невероятно! 🔥 Открытые модели вроде s1 могут полностью изменить правила игры в ИИ. Если команда из двух университетов смогла создать конкурента OpenAI за $50, представьте, что произойдет, когда такие инструменты станут доступны всем исследователям. Может, скоро увидим взрыв инноваций в малом бюджете? Правда, интересно, как это повлияет на бизнес-модели крупных компаний...
¡Qué pasada! Un modelo de razonamiento por menos de 50 dólares... La verdad es que demuestra cómo el código abierto puede cambiar las reglas del juego en IA. ¿Cuánto tiempo pasará antes que OpenAI tenga que bajar sus precios? 🔥
Это просто невероятно! 🚀 Создать аналог OpenAI за $50 — это настоящий прорыв. Интересно, какие возможности откроются для небольших стартапов и исследователей? Может, скоро мы увидим взлет новых AI-проектов без гигантских бюджетов.
Wow, $50 to rival OpenAI’s model? That’s wild! Makes me wonder how many garage startups are gonna jump on this to build their own AI. Super cool, but I’m curious if it’s as reliable as they claim. 🤔





Home






