Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
    • Help
    • Submit feedback
    • Contribute to GitLab
  • Sign in
1
132
  • Project
    • Project
    • Details
    • Activity
    • Cycle Analytics
  • Issues 1
    • Issues 1
    • List
    • Board
    • Labels
    • Milestones
  • Merge Requests 0
    • Merge Requests 0
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Create a new issue
  • Jobs
  • Issue Boards
  • Debbie Armit
  • 132
  • Issues
  • #1

You need to sign in or sign up before continuing.
Closed
Open
Opened Feb 11, 2025 by Debbie Armit@debbiearmit797
  • Report abuse
  • New issue
Report abuse New issue

Applied aI Tools


AI keeps getting less expensive with every passing day!

Just a couple of weeks back we had the DeepSeek V3 model pushing NVIDIA's stock into a down spiral. Well, today we have this brand-new expense reliable design launched. At this rate of development, I am thinking about selling NVIDIA stocks lol.

Developed by scientists at Stanford and the University of Washington, their S1 AI design was trained for mere $50.

Yes - just $50.

This more challenges the supremacy of multi-million-dollar models like OpenAI's o1, DeepSeek's R1, and others.

This advancement highlights how innovation in AI no longer needs enormous spending plans, wolvesbaneuo.com potentially democratizing access to advanced reasoning abilities.

Below, we explore s1's development, benefits, and implications for the AI engineering industry.

Here's the original paper for your recommendation - s1: Simple test-time scaling

How s1 was built: Breaking down the method

It is extremely intriguing to learn how scientists across the world are optimizing with limited resources to reduce expenses. And these efforts are working too.

I have actually tried to keep it easy and jargon-free to make it simple to understand, keep reading!

Knowledge distillation: The secret sauce

The s1 design utilizes a strategy called knowledge distillation.

Here, a smaller sized AI model simulates the thinking procedures of a bigger, more advanced one.

Researchers trained s1 utilizing outputs from Google's Gemini 2.0 Flash Thinking Experimental, a reasoning-focused design available through Google AI Studio. The group prevented resource-heavy strategies like reinforcement learning. They utilized supervised fine-tuning (SFT) on a dataset of simply 1,000 curated questions. These questions were paired with Gemini's responses and detailed reasoning.

What is supervised fine-tuning (SFT)?

Supervised Fine-Tuning (SFT) is an artificial intelligence technique. It is utilized to adapt a pre-trained Large Language Model (LLM) to a particular job. For this process, it uses identified data, where each data point is labeled with the appropriate output.

Adopting specificity in training has numerous advantages:

- SFT can boost a model's performance on particular jobs
- Improves data performance
- Saves resources compared to training from scratch
- Enables customization
- Improve a design's ability to handle edge cases and control its behavior.
This method allowed s1 to replicate Gemini's problem-solving methods at a portion of the cost. For comparison, DeepSeek's R1 design, created to rival OpenAI's o1, supposedly needed expensive reinforcement learning pipelines.

Cost and compute efficiency

Training s1 took under 30 minutes utilizing 16 NVIDIA H100 GPUs. This cost scientists approximately $20-$ 50 in cloud compute credits!

By contrast, OpenAI's o1 and similar models demand countless dollars in compute resources. The base model for s1 was an off-the-shelf AI from Alibaba's Qwen, easily available on GitHub.

Here are some major factors to think about that aided with attaining this expense performance:

Low-cost training: The s1 model attained remarkable results with less than $50 in cloud computing credits! Niklas Muennighoff is a Stanford researcher included in the job. He approximated that the required compute power might be easily rented for around $20. This showcases the job's extraordinary price and availability.
Minimal Resources: The group used an off-the-shelf base model. They fine-tuned it through distillation. They extracted thinking abilities from Google's Gemini 2.0 Flash Thinking Experimental.
Small Dataset: The s1 model was trained using a little dataset of just 1,000 curated questions and answers. It included the reasoning behind each response from Google's Gemini 2.0.
Quick Training Time: The model was trained in less than 30 minutes using 16 Nvidia H100 GPUs.
Ablation Experiments: The low cost allowed researchers to run many ablation experiments. They made little variations in setup to find out what works best. For instance, they measured whether the design ought to use 'Wait' and not 'Hmm'.
Availability: The development of s1 offers an alternative to high-cost AI models like OpenAI's o1. This advancement brings the capacity for effective thinking models to a more comprehensive audience. The code, information, and training are available on GitHub.
These elements challenge the idea that massive financial investment is always required for developing capable AI models. They democratize AI development, making it possible for smaller teams with restricted resources to attain considerable outcomes.

The 'Wait' Trick

A clever innovation in s1's design includes adding the word "wait" during its thinking procedure.

This easy timely extension requires the model to stop briefly and verify its answers, improving accuracy without additional training.

The 'Wait' Trick is an example of how careful prompt engineering can substantially enhance AI model efficiency. This improvement does not rely exclusively on increasing model size or training data.

Find out more about composing timely - Why Structuring or Formatting Is Crucial In Prompt Engineering?

Advantages of s1 over industry leading AI designs

Let's understand why this advancement is necessary for the AI engineering industry:

1. Cost availability

OpenAI, Google, and Meta invest billions in AI facilities. However, s1 proves that high-performance thinking models can be developed with minimal resources.

For instance:

OpenAI's o1: Developed utilizing proprietary techniques and costly compute.
DeepSeek's R1: Counted on massive support knowing.
s1: Attained equivalent results for under $50 utilizing distillation and SFT.
2. Open-source transparency

s1's code, training information, and are openly available on GitHub, unlike closed-source models like o1 or Claude. This transparency cultivates community collaboration and scope of audits.

3. Performance on benchmarks

In tests determining mathematical problem-solving and coding tasks, s1 matched the efficiency of leading designs like o1. It likewise neared the performance of R1. For instance:

- The s1 model exceeded OpenAI's o1-preview by up to 27% on competitors mathematics concerns from MATH and AIME24 datasets
- GSM8K (mathematics thinking): s1 scored within 5% of o1.
- HumanEval (coding): s1 attained ~ 70% precision, equivalent to R1.
- An essential function of S1 is its use of test-time scaling, which enhances its precision beyond preliminary abilities. For example, it increased from 50% to 57% on AIME24 problems using this method.
s1 does not exceed GPT-4 or Claude-v1 in raw capability. These models master specialized domains like clinical oncology.

While distillation methods can reproduce existing models, some experts note they may not result in development advancements in AI performance

Still, its cost-to-performance ratio is unequaled!

s1 is challenging the status quo

What does the development of s1 mean for the world?

Commoditization of AI Models

s1's success raises existential concerns for AI giants.

If a small team can replicate advanced reasoning for $50, what distinguishes a $100 million model? This threatens the "moat" of proprietary AI systems, pushing business to innovate beyond distillation.

Legal and ethical issues

OpenAI has earlier implicated rivals like DeepSeek of improperly collecting information by means of API calls. But, s1 avoids this problem by utilizing Google's Gemini 2.0 within its terms of service, which permits non-commercial research study.

Shifting power characteristics

s1 exemplifies the "democratization of AI", allowing startups and researchers to compete with tech giants. Projects like Meta's LLaMA (which needs pricey fine-tuning) now face pressure from more affordable, purpose-built options.

The constraints of s1 design and future instructions in AI engineering

Not all is finest with s1 for now, and it is not best to anticipate so with restricted resources. Here's the s1 model constraints you need to understand before embracing:

Scope of Reasoning

s1 excels in tasks with clear detailed reasoning (e.g., mathematics issues) but deals with open-ended creativity or nuanced context. This mirrors constraints seen in models like LLaMA and PaLM 2.

Dependency on moms and dad designs

As a distilled model, s1's capabilities are naturally bounded by Gemini 2.0's understanding. It can not surpass the original model's reasoning, unlike OpenAI's o1, which was trained from scratch.

Scalability concerns

While s1 shows "test-time scaling" (extending its reasoning actions), true innovation-like GPT-4's leap over GPT-3.5-still requires huge compute spending plans.

What next from here?

The s1 experiment highlights 2 essential patterns:

Distillation is equalizing AI: Small groups can now reproduce high-end abilities!
The worth shift: Future competitors might focus on information quality and special architectures, not just compute scale.
Meta, Google, and Microsoft are investing over $100 billion in AI facilities. Open-source tasks like s1 could force a rebalancing. This change would permit development to thrive at both the grassroots and corporate levels.

s1 isn't a replacement for industry-leading models, however it's a wake-up call.

By slashing expenses and opening gain access to, it challenges the AI environment to prioritize effectiveness and inclusivity.

Whether this leads to a wave of low-cost rivals or tighter constraints from tech giants remains to be seen. Something is clear: the age of "larger is much better" in AI is being redefined.

Have you attempted the s1 design?

The world is moving fast with AI engineering developments - and this is now a matter of days, not months.

I will keep covering the current AI designs for you all to try. One must learn the optimizations made to minimize costs or innovate. This is genuinely an interesting area which I am enjoying to blog about.

If there is any problem, correction, or doubt, please comment. I would more than happy to repair it or clear any doubt you have.

At Applied AI Tools, we wish to make finding out available. You can find how to use the many available AI software for your personal and professional usage. If you have any questions - email to content@merrative.com and we will cover them in our guides and blog sites.

Discover more about AI ideas:

- 2 crucial insights on the future of software advancement - Transforming Software Design with AI Agents
- Explore AI Agents - What is OpenAI o3-mini
- Learn what is tree of thoughts triggering approach
- Make the mos of Google Gemini - 6 latest Generative AI tools by Google to enhance office performance
- Learn what influencers and experts think of AI's effect on future of work - 15+ Generative AI prices estimate on future of work, impact on jobs and workforce productivity
You can register for our newsletter to get alerted when we publish new guides!

Type your email ...

Subscribe

This article is written utilizing resources of Merrative. We are a publishing talent marketplace that helps you develop publications and content libraries.

Get in touch if you would like to produce a content library like ours. We specialize in the specific niche of Applied AI, Technology, Artificial Intelligence, or Data Science.

Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
No due date
0
Labels
None
Assign labels
  • View project labels
Reference: debbiearmit797/132#1