Close Menu
TechTost
  • AI
  • Apps
  • Crypto
  • Fintech
  • Hardware
  • Media & Entertainment
  • Security
  • Startups
  • Transportation
  • Venture
  • Recommended Essentials
What's Hot

SOND, a sleep tech startup from former Bose sleep chief, exits stealth with $7 million

FAA orders SpaceX to investigate Starship V3 booster failure

ClickHouse triples annual revenue to $250 million, charting a path to an IPO

Facebook X (Twitter) Instagram
  • About Us
  • Contact Us
  • Privacy Policy
  • Terms and Conditions
  • Disclaimer
Facebook X (Twitter) Instagram
TechTost
Subscribe Now
  • AI

    ElevenLabs’ new music generation model can switch genres mid-track

    27 May 2026

    DuckDuckGo Installs Up 30% as Users Reject Google’s AI Search to ‘Force-Feed’ Them

    27 May 2026

    The Pope’s encyclical on artificial intelligence is not really about artificial intelligence

    25 May 2026

    Everyone is navigating real-time AI security — even Google

    25 May 2026

    I’ve tried Amazon’s Bee wearable and I’m a bit intrigued

    24 May 2026
  • Apps

    Spotify now lets you “clip” moments from your favorite podcast

    27 May 2026

    Truecaller is entering the eSIM business to diversify its revenue streams

    27 May 2026

    Universal Music Group and TikTok renew agreement to combat unauthorized AI music

    26 May 2026

    Google is pitching an ecosystem of AI agents to consumers who might not buy it

    26 May 2026

    Founded by Tony Robbins and Calm alums, The Path hopes to offer safer treatment with artificial intelligence

    25 May 2026
  • Crypto

    Startup Battlefield 200 applications close today

    27 May 2026

    5 days left: Save up to $410 on Disrupt 2026 passes

    25 May 2026

    As crypto cools, a16z crypto raises $2.2 billion in capital

    6 May 2026

    Coinbase to lay off 14% of staff as part of broader restructuring

    5 May 2026

    British cryptographer Adam Back denies NYT report that he is Bitcoin creator Satoshi Nakamoto

    9 April 2026
  • Fintech

    Disrupt 2026 Early Bird ticket savings expire in 3 days

    27 May 2026

    Disrupt 2026 Early Bird ticket prices end May 29

    26 May 2026

    Startup Battlefield 200 applications close before May 27 | TechCrunch

    26 May 2026

    General Catalyst just led a $63 million bet in India’s travel payments market

    21 May 2026

    Startup Battlefield 200 applications close on May 27

    21 May 2026
  • Hardware

    The Dreamie alarm clock made me stop using my phone in bed

    26 May 2026

    6 kitchen gadgets that make adult life easier

    25 May 2026

    Xreal, Google’s smart glasses partner, believes it has finally conquered this extremely difficult industry

    25 May 2026

    We tested Google’s AI glasses and they’re almost there

    23 May 2026

    Finnish phone maker HMD ropes Indian AI chatbot into new smartphone to reach local market

    22 May 2026
  • Media & Entertainment

    Spotify now lets you view narrated magazine articles as well

    26 May 2026

    Spotify launches an audiobook creation tool powered by ElevenLabs

    22 May 2026

    New York City Mayor Zohran Mamdani Takes To Twitch To Chat With New Yorkers

    21 May 2026

    Clouted wants to take the guesswork out of making short videos go viral

    21 May 2026

    ‘Ask YouTube’ Brings AI Chat Search to Video, Adds Gemini Omni to Shorts

    20 May 2026
  • Security

    UK Visa portal leaked thousands of applicant passports and selfies online – and hasn’t fixed the leak

    27 May 2026

    Ghost hackers: the unsolved cybersecurity mystery

    26 May 2026

    Scammers abuse an internal Microsoft account to send spam links

    22 May 2026

    Law enforcement shuts down VPN service used by two dozen ransomware gangs

    21 May 2026

    GitHub says hackers stole data from thousands of internal repositories

    21 May 2026
  • Startups

    SOND, a sleep tech startup from former Bose sleep chief, exits stealth with $7 million

    27 May 2026

    What we’re looking for in Startup Battlefield 2026 and how to apply in time for the May 27 deadline

    27 May 2026

    What ClickUp’s mass layoff tells us about the future of work

    25 May 2026

    SolarSquare in talks to raise up to $60M as India’s rooftop solar market draws big VC interest

    24 May 2026

    This startup raised $43 million to create a hive mind for ships

    22 May 2026
  • Transportation

    FAA orders SpaceX to investigate Starship V3 booster failure

    27 May 2026

    The Trump administration is allowing Volvo to continue selling connected cars in the US

    27 May 2026

    Ferrari’s first EV is not for you

    26 May 2026

    Global EV market becomes K-shaped as US falls behind

    25 May 2026

    Tesla’s Full Self-Driving software is creeping into Europe

    25 May 2026
  • Venture

    ClickHouse triples annual revenue to $250 million, charting a path to an IPO

    27 May 2026

    The pitch trick that helped an eSports startup raise $20 million when VCs only wanted AI

    25 May 2026

    Peec, one of Berlin’s up-and-coming startups, more than doubled annual revenue in months to $10 million, sources say

    23 May 2026

    Convective Capital Raises $85M Fund to Build Disaster Resilience

    22 May 2026

    Sam Altman does a ‘mic drop’ pitch to every Y Combinator startup

    21 May 2026
  • Recommended Essentials
TechTost
You are at:Home»AI»StarCoder 2 is an AI that generates code that runs on most GPUs
AI

StarCoder 2 is an AI that generates code that runs on most GPUs

techtost.comBy techtost.com28 February 202407 Mins Read
Share Facebook Twitter Pinterest LinkedIn Tumblr Email
Starcoder 2 Is An Ai That Generates Code That Runs
Share
Facebook Twitter LinkedIn Pinterest Email

Developers are adopting AI-powered code generators—services like GitHub Copilot and Amazon CodeWhisperer, along with open access models like Meta’s CodeLlama—in surprising price. But the tools are far from perfect. Many are not free. Others are, but only with licenses that exclude their use in common commercial contexts.

Sensing the demand for alternatives, startup Hugging Face several years ago teamed up with workflow automation platform ServiceNow to create StarCoder, an open source code generator with a less restrictive license than some of the others out there. The original was released online early last year, and work has since begun on a sequel, StarCoder 2.

StarCoder 2 is not a single code generation model, but rather a family. Released today, it comes in three variants, the first two of which can run on most modern consumer GPUs:

  • A 3 billion parameter (3B) model trained by ServiceNow
  • A 7 billion parameter (7B) model trained by Hugging Face
  • A 15 billion parameter (15B) model trained by Nvidia, the newest supporter of the StarCoder project.

(Note that “parameters” are the parts of a model that are learned from training data and essentially determine the model’s ability at a problem, in this case code generation.)

Like most other code generators, StarCoder 2 can suggest ways to fill in incomplete lines of code, as well as summarize and retrieve code snippets when prompted in natural language. Trained with 4x more data than the original StarCoder, StarCoder 2 offers what Hugging Face, ServiceNow and Nvidia describe as “significantly” improved performance with lower running costs.

StarCoder 2 can be fine-tuned “in hours” using a GPU like the Nvidia A100 on first- or third-party data to build apps like chatbots and personal coding assistants. And, because it was trained on a larger and more diverse dataset than the original StarCoder (~619 programming languages), StarCoder 2 can make more accurate context-aware predictions — at least hypothetically.

“StarCoder 2 was built specifically for developers who need to build apps quickly,” Harm de Vries, head of ServiceNow’s StarCoder 2 development team, told TechCrunch. “With StarCoder2, developers can use its capabilities to make coding more efficient without sacrificing speed or quality.”

Now, I would venture to say that not every developer would agree with De Vries on the speed and quality points. Code generators promise to streamline some coding tasks — but at a cost.

A recent Stanford study found that engineers who use code generation systems are more likely to introduce security vulnerabilities into the applications they develop. Elsewhere, a voting by Sonatype, the cybersecurity company, shows that the majority of developers are concerned about a lack of knowledge about how code generators produce code, and “code sprawl” from generators that produce too much code to manage.

StarCoder 2’s license may also prove to be an obstacle for some.

StarCoder 2 is licensed under Hugging Face’s RAIL-M, which aims to promote responsible use by imposing “light touch” restrictions on both model licensees and downstream users. Although less restrictive than many other licenses, RAIL-M is not truly “open” in the sense that it is not permission developers to use StarCoder 2 each potential application (medical advice applications are strictly off-limits, for example). Some commentators say that RAIL-M’s requirements may be too vague to comply with in every case — and that RAIL-M could conflict with AI-related regulations such as the EU’s Artificial Intelligence.

Putting all that aside for a moment, is StarCoder 2 really superior to the other code generators out there — free or paid?

Depending on the benchmark, it seems to be more efficient than one of the CodeLlama versions, CodeLlama 33B. Hugging Face says the StarCoder 2 15B matches the CodeLlama 33B on a subset of code completion tasks at twice the speed. It is not clear which tasks. Hugging Face did not elaborate.

StarCoder 2, as an open-source collection of models, also has the advantage of being able to develop locally and “learn” a developer’s source code or code base – an attractive prospect for developers and companies wary of exposing code to AI that hosted in the cloud. In 2023 overview from Portal26 and CensusWide, 85% of businesses said they were wary of adopting GenAI-style code generators because of privacy and security risks — such as employees sharing sensitive information or salespeople being trained on proprietary data.

Hugging Face, ServiceNow and Nvidia also argue that StarCoder 2 is more ethical – and less legally fraught – than its rivals.

All GenAI models are scrambled – in other words, they spit out a copy of the data they were trained on. It doesn’t take an active imagination to see why this could get a developer into trouble. With code producers trained in copyrighted code, it is entirely possible, even with filters and additional safeguards, that producers may inadvertently suggest copyrighted code and not mark it as such.

Some vendors, including GitHub, Microsoft (GitHub’s parent company), and Amazon, have committed to providing legal coverage in cases where a code-generating customer is accused of copyright infringement. But coverage varies from vendor to vendor and is generally limited to enterprise customers.

Unlike code producers trained using copyrighted code (GitHub Copilot, among others), StarCoder 2 was trained only on data licensed from Software Heritage, the non-profit organization that provides archiving services for code. Prior to the StarCoder 2 training, BigCode, the organizing team behind much of the StarCoder 2 roadmap, gave code holders the opportunity to opt out of the training set if they wished.

As with the original StarCoder, StarCoder 2’s training data is available for developers to split, replicate, or control as they wish.

Leandro von Werra, machine learning engineer at Hugging Face and co-head of BigCode, pointed out that while there has been a proliferation of open source generators recently, few have been accompanied by information about the data used to train them and, indeed, how they were trained.

“From a scientific point of view, one issue is that the training is not reproducible, but also as a data producer (i.e. someone who uploads their code to GitHub), you don’t know if and how your data was used,” Von Werra said in a interview. “StarCoder 2 addresses this issue by being completely transparent throughout the entire training pipeline from pre-training data scraping to training itself.”

StarCoder 2 isn’t perfect, he said. Like other code generators, it is prone to bias. De Vries notes that it can create code with elements that reflect gender and race stereotypes. And because StarCoder 2 was trained on mostly English comments, Python and Java code, it performs weaker on languages ​​other than English and on “low-resource” code like Fortran and Haksell.

However, Von Werra claims it’s a step in the right direction.

“We strongly believe that building trust and accountability with AI models requires transparency and control over the full model pipeline, including the training data and training recipe,” he said. “StarCoder 2 [showcases] how fully open models can deliver competitive performance.”

You might be wondering—as is this writer—what motivation Hugging Face, ServiceNow, and Nvidia have for investing in a project like StarCoder 2. They are businesses, after all—and training models don’t come cheap.

As far as I can tell, it’s a tried and true strategy: building goodwill and building paid services over open source versions.

ServiceNow has already used StarCoder to build Now LLM, a code generation product optimized for ServiceNow workflow patterns, use cases and processes. Hugging Face, which offers consulting model implementation plans, provides hosted versions of StarCoder 2 models on its platform. So does Nvidia, which makes StarCoder 2 available through an API and web front-end.

For developers specifically interested in the no-cost offline experience, StarCoder 2 — the models, source code, and more — can be downloaded from the project’s GitHub page.

All included code Embraced face genAI generates Generative AI GPUs nvidia runs ServiceNow StarCoder
Share. Facebook Twitter Pinterest LinkedIn Tumblr Email
Previous ArticleNewsmast brings curated “communities” to the open source Twitter/X alternative Mastodon
Next Article Coverdash brings together the largest insurance carriers so small and medium businesses can get coverage in minutes
bhanuprakash.cg
techtost.com
  • Website

Related Posts

ElevenLabs’ new music generation model can switch genres mid-track

27 May 2026

DuckDuckGo Installs Up 30% as Users Reject Google’s AI Search to ‘Force-Feed’ Them

27 May 2026

The Pope’s encyclical on artificial intelligence is not really about artificial intelligence

25 May 2026
Add A Comment

Leave A Reply Cancel Reply

Don't Miss

SOND, a sleep tech startup from former Bose sleep chief, exits stealth with $7 million

27 May 2026

FAA orders SpaceX to investigate Starship V3 booster failure

27 May 2026

ClickHouse triples annual revenue to $250 million, charting a path to an IPO

27 May 2026
Stay In Touch
  • Facebook
  • YouTube
  • TikTok
  • WhatsApp
  • Twitter
  • Instagram
Fintech

Disrupt 2026 Early Bird ticket savings expire in 3 days

27 May 2026

Disrupt 2026 Early Bird ticket prices end May 29

26 May 2026

Startup Battlefield 200 applications close before May 27 | TechCrunch

26 May 2026
Startups

SOND, a sleep tech startup from former Bose sleep chief, exits stealth with $7 million

What we’re looking for in Startup Battlefield 2026 and how to apply in time for the May 27 deadline

What ClickUp’s mass layoff tells us about the future of work

© 2026 TechTost. All Rights Reserved
  • About Us
  • Contact Us
  • Privacy Policy
  • Terms and Conditions
  • Disclaimer

Type above and press Enter to search. Press Esc to cancel.