
Google's Gemma AI models surpass 150M downloads
In Brief
Google's openly available Gemma collection of AI models has reached a milestone: over 150 million downloads. Omar Sanseviero, a developer relations engineer at Google DeepMind, announced the figure on X over the weekend, also revealing that developers have created more than 70,000 variants of Gemma on the AI dev platform Hugging Face.
Gemma just passed 150 million downloads and over 70k variants on Hugging Face🚀🚀🚀
What would you like to see in the next Gemma versions? — Omar Sanseviero (@osanseviero) May 11, 2025
Google launched Gemma in February 2024, aiming to compete with other 'open' model families like Meta's Llama. The latest Gemma releases are multimodal, meaning that they can work with images as well as text, and support over 100 languages. Google has also created versions of Gemma fine-tuned for particular applications, like drug discovery.
While 140 million downloads in roughly a year is a head-turning metric, Gemma trails far behind Llama, perhaps its chief rival, which surpassed 1.2 billion downloads in late April.
Worth noting is that Gemma, as well as Llama, has been criticized for custom, non-standard licensing terms, which some devs say have made using the models commercially a risky proposition.
Hashtags

Try Our AI Features
Explore what Daily8 AI can do for you:
Comments
No comments yet...
Related Articles


CNBC
an hour ago
- CNBC
Nvidia CEO says this is the decade of robotics and autonomous vehicles
Autonomous vehicles and robotics are going to take off in a big way in the years ahead, according to Nvidia CEO Jensen Huang. "This is going to be the decade of AV [autonomous vehicles], robotics, autonomous machines," Huang told CNBC's Arjun Kharpal Thursday at the Viva Tech conference in Paris. Nvidia plays a significant role in the rollout of driverless vehicles as the U.S. chipmaking giant sells both hardware and software solutions for AVs. Self-driving cars are being spotted more frequently in the U.S., where Google-owned Waymo is operating robotaxi services in parts of San Francisco, Phoenix, and Los Angeles. Meanwhile, a number of Chinese companies including Baidu and are also running their own respective robotaxi fleets. Europe, on the other hand, is yet to see significant AV adoption — primarily because the regulations are not yet clear enough for self-driving technology companies to get their services off the ground. However, the technology is beginning to gain more traction. In the U.K., legislation called the Autonomous Vehicles Act has been passed into law, paving the way for self-driving vehicles to arrive on roads by 2026. Uber on Tuesday announced a partnership with British self-driving car technology firm Wayve to launch trials of fully autonomous rides in the U.K., starting in spring 2026.


WIRED
an hour ago
- WIRED
Vibe Coding Is Coming for Engineering Jobs
Jun 12, 2025 6:30 AM Engineering was once the most stable and lucrative job in tech. Then AI learned to code. Photo-Illustration:On a 5K screen in Kirkland, Washington, four terminals blur with activity as artificial intelligence generates thousands of lines of code. Steve Yegge, a veteran software engineer who previously worked at Google and AWS, sits back to watch. 'This one is running some tests, that one is coming up with a plan. I am now coding on four different projects at once, although really I'm just burning tokens,' Yegge says, referring to the cost of generating chunks of text with a large language model (LLM). Learning to code has long been seen as the ticket to a lucrative, secure career in tech. Now, the release of advanced coding models from firms like OpenAI, Anthropic, and Google threatens to upend that notion entirely. X and Bluesky are brimming with talk of companies downsizing their developer teams—or even eliminating them altogether. When ChatGPT debuted in late 2022, AI models were capable of autocompleting small portions of code—a helpful, if modest step forward that served to speed up software development. As models advanced and gained 'agentic' skills that allow them to use software programs, manipulate files, and access online services, engineers and non-engineers alike started using the tools to build entire apps and websites. Andrej Karpathy, a prominent AI researcher, coined the term 'vibe coding' in February, to describe the process of developing software by prompting an AI model with text. The rapid progress has led to speculation—and even panic—among developers, who fear that most development work could soon be automated away, in what would amount to a job apocalypse for engineers. 'We are not far from a world—I think we'll be there in three to six months—where AI is writing 90 percent of the code,' Dario Amodei, CEO of Anthropic, said at a Council on Foreign Relations event in March. 'And then in 12 months, we may be in a world where AI is writing essentially all of the code,' he added. But many experts warn that even the best models have a way to go before they can reliably automate a lot of coding work. While future advancements might unleash AI that can code just as well as a human, until then relying too much on AI could result in a glut of buggy and hackable code, as well as a shortage of developers with the knowledge and skills needed to write good software. David Autor, an economist at MIT who studies how AI affects employment, says it's possible that software development work will be automated—similar to how transcription and translation jobs are quickly being replaced by AI. He notes, however, that advanced software engineering is much more complex and will be harder to automate than routine coding. Autor adds that the picture may be complicated by the 'elasticity' of demand for software engineering—the extent to which the market might accommodate additional engineering jobs. 'If demand for software were like demand for colonoscopies, no improvement in speed or reduction in costs would create a mad rush for the proctologist's office,' Autor says. 'But if demand for software is like demand for taxi services, then we may see an Uber effect on coding: more people writing more code at lower prices, and lower wages.' Yegge's experience shows that perspectives are evolving. A prolific blogger as well as coder, Yegge was previously doubtful that AI would help produce much code. Today, he has been vibe-pilled, writing a book called Vibe Coding with another experienced developer, Gene Kim, that lays out the potential and the pitfalls of the approach. Yegge became convinced that AI would revolutionize software development last December, and he has led a push to develop AI coding tools at his company, Sourcegraph. 'This is how all programming will be conducted by the end of this year,' Yegge predicts. 'And if you're not doing it, you're just walking in a race.' The Vibe-Coding Divide Today, coding message boards are full of examples of mobile apps, commercial websites, and even multiplayer games all apparently vibe-coded into being. Experienced coders, like Yegge, can give AI tools instructions and then watch AI bring complex ideas to life. Several AI-coding startups, including Cursor and Windsurf have ridden a wave of interest in the approach. (OpenAI is widely rumored to be in talks to acquire Windsurf). At the same time, the obvious limitations of generative AI, including the way models confabulate and become confused, has led many seasoned programmers to see AI-assisted coding—and especially gung-ho, no-hands vibe coding—as a potentially dangerous new fad. Martin Casado, a computer scientist and general partner at Andreessen Horowitz who sits on the board of Cursor, says the idea that AI will replace human coders is overstated. 'AI is great at doing dazzling things, but not good at doing specific things,' he said. Still, Casado has been stunned by the pace of recent progress. 'I had no idea it would get this good this quick,' he says. 'This is the most dramatic shift in the art of computer science since assembly was supplanted by higher-level languages.' Ken Thompson, vice president of engineering at Anaconda, a company that provides open source code for software development, says AI adoption tends to follow a generational divide, with younger developers diving in and older ones showing more caution. For all the hype, he says many developers still do not trust AI tools because their output is unpredictable, and will vary from one day to the next, even when given the same prompt. 'The nondeterministic nature of AI is too risky, too dangerous,' he explains. Both Casado and Thompson see the vibe-coding shift as less about replacement than abstraction, mimicking the way that new languages like Python build on top of lower-level languages like C, making it easier and faster to write code. New languages have typically broadened the appeal of programming and increased the number of practitioners. AI could similarly increase the number of people capable of producing working code. Bad Vibes Paradoxically, the vibe-coding boom suggests that a solid grasp of coding remains as important as ever. Those dabbling in the field often report running into problems, including introducing unforeseen security issues, creating features that only simulate real functionality, accidentally running up high bills using AI tools, and ending up with broken code and no idea how to fix it. 'AI [tools] will do everything for you—including fuck up,' Yegge says. 'You need to watch them carefully, like toddlers.' The fact that AI can produce results that range from remarkably impressive to shockingly problematic may explain why developers seem so divided about the technology. WIRED surveyed programmers in March to ask how they felt about AI coding, and found that the proportion who were enthusiastic about AI tools (36 percent) was mirrored by the portion who felt skeptical (38 percent). 'Undoubtedly AI will change the way code is produced,' says Daniel Jackson, a computer scientist at MIT who is currently exploring how to integrate AI into large-scale software development. 'But it wouldn't surprise me if we were in for disappointment—that the hype will pass.' Jackson cautions that AI models are fundamentally different from the compilers that turn code written in a high-level language into a lower-level language that is more efficient for machines to use, because they don't always follow instructions. Sometimes an AI model may take an instruction and execute better than the developer—other times it might do the task much worse. Jackson adds that vibe coding falls down when anyone is building serious software. 'There are almost no applications in which 'mostly works' is good enough,' he says. 'As soon as you care about a piece of software, you care that it works right.' Many software projects are complex, and changes to one section of code can cause problems elsewhere in the system. Experienced programmers are good at understanding the bigger picture, Jackson says, but 'large language models can't reason their way around those kinds of dependencies.' Jackson believes that software development might evolve with more modular codebases and fewer dependencies to accommodate AI blind spots. He expects that AI may replace some developers but will also force many more to rethink their approach and focus more on project design. Too much reliance on AI may be 'a bit of an impending disaster,' Jackson adds, because 'not only will we have masses of broken code, full of security vulnerabilities, but we'll have a new generation of programmers incapable of dealing with those vulnerabilities.' Learn to Code Even firms that have already integrated coding tools into their software development process say the technology remains far too unreliable for wider use. Christine Yen, CEO at Honeycomb, a company that provides technology for monitoring the performance of large software systems, says that projects that are simple or formulaic, like building component libraries, are more amenable to using AI. Even so, she says the developers at her company who use AI in their work have only increased their productivity by about 50 percent. Yen adds that for anything requiring good judgement, where performance is important, or where the resulting code touches sensitive systems or data, 'AI just frankly isn't good enough yet to be additive.' 'The hard part about building software systems isn't just writing a lot of code,' she says. 'Engineers are still going to be necessary, at least today, for owning that curation, judgment, guidance and direction.' Others suggest that a shift in the workforce is coming. 'We are not seeing less demand for developers,' says Liad Elidan, CEO of Milestone, a company that helps firms measure the impact of generative AI projects. 'We are seeing less demand for average or low-performing developers.' 'If I'm building a product, I could have needed 50 engineers and now maybe I only need 20 or 30,' says Naveen Rao, VP of AI at Databricks, a company that helps large businesses build their own AI systems. 'That is absolutely real.' Rao says, however, that learning to code should remain a valuable skill for some time. 'It's like saying 'Don't teach your kid to learn math,'' he says. Understanding how to get the most out of computers is likely to remain extremely valuable, he adds. Yegge and Kim, the veteran coders, believe that most developers can adapt to the coming wave. In their book on vibe coding, the pair recommend new strategies for software development including modular code bases, constant testing, and plenty of experimentation. Yegge says that using AI to write software is evolving into its own—slightly risky—art form. 'It's about how to do this without destroying your hard disk and draining your bank account,' he says.


CNN
an hour ago
- CNN
Wall Street is making some seriously weird trades
Wall Street traders hunting for profits might find that the most lucrative investments are in the peculiar market for precious metals. Gold, silver and platinum prices have surged this year as investors have piled into precious metals in search of places to hide from trade war uncertainty. President Donald Trump's chaotic tariff plan has rocked markets, and investors have tried to minimize risk by putting some money in safe haven assets. While gold is historically considered a haven, demand for havens has spilled over into its wonky cousins like silver and platinum. The metals craze is reflected in the numbers: Precious metals are trouncing the US stock market this year. Gold has soared 27.5%, silver is up 24% and platinum has surged a whopping 36%. Meanwhile, after rising by 23% last year and 24% in 2023, the S&P 500 is up less than 3% so far this year; there is an unusual amount of jitters in the normally staid bond market; and the US dollar has broadly weakened after rising 7% last year. As bonds have been volatile and the dollar has weakened amid tariff turmoil, weird investments like silver and platinum have emerged as a way to hedge against the tremendous uncertainty. 'These dynamics have further incentivized investors to diversify away from traditional financial instruments and toward tangible assets,' Ole Hansen, head of commodity strategy at Saxo Bank, said in a Friday note. 'Gold continues to be the primary haven,' Hansen added, 'but with bullion demand showing signs of stalling as investors look for a fresh trigger to propel prices higher, we have instead in recent weeks seen heightened interest in silver (and) platinum.' Silver and platinum prices have surged higher in recent weeks as investors have sought ways to diversify their portfolios. Supply constraints have also pushed prices higher, Hansen said, and the metals increasingly look like a 'rational hedge against political and financial instability.' 'These commodities are viewed as politically neutral; unlike sovereign bonds or foreign currencies, they carry no counterparty risk and are not tied to any nation's credit rating,' Hansen said. 'While we remain cautious about predicting an imminent surge to new all-time highs, the macroeconomic backdrop is increasingly supportive of precious metals.' Precious metal prices have also pushed higher as investors have picked up on budding rallies, building a momentum-driven trend, according to Steve Sosnick, chief strategist at Interactive Brokers. Bank of America's survey of global fund managers in May showed that gold was the most crowded trade for the second month in a row. That snapped the Magnificent Seven tech stocks' 24-month streak as the most crowded trade. During the first quarter of the year, gold posted its strongest quarterly return since 1986. The yellow metal is up 27.5% this year, following its 27% surge from last year. Gold surged higher this year as investors fretted over the uncertain outlook for tariffs. Spot gold prices in April briefly rose above a record high of $3,500 a troy ounce. Gold traded around $3,350 a troy ounce as of Wednesday. Gold is considered a resilient investment and a hedge against inflation, with investors betting it will retain its value when prices rise. While Wall Street has gold fever, the price of gold has also been boosted by central banks around the world, including in India and China, buying bullion to add to their reserves. Gold demand from central banks was a key driver of its price surge in 2024, according to the World Gold Council, a trade group. Another factor driving gold prices higher has been a weaker US dollar, Sosnick said. When the dollar weakens, commodities like gold tend to perform well as it becomes cheaper for foreign investors to buy bullion. The US dollar index, which measures the dollar's strength against six major foreign currencies, is down almost 9% this year. 'Gold continues to consolidate above $3,300, underpinned by persistent geopolitical risks, uncertainty on trade and a soft dollar,' said Peter A. Grant, vice president and senior metals strategist at Zaner Metals, in a Tuesday note. As gold has soared higher, silver has started to catch up. Spot silver prices have surged 24% this year after soaring 21% in 2024. Silver this week crossed $36 a troy ounce and hit its highest level since 2012. Michael DiRienzo, president and CEO at the industry group Silver Institute, told CNN that silver prices have surged higher due to industrial demand and heightened economic uncertainty. 'There's just a lot of concern about the global economy, and when that happens, people turn to hard assets like silver,' DiRienzo said. 'Silver tends to follow gold upwards,' he added. Silver is widely used for industrial purposes, including data centers, solar panels and smartphones, and uncertainty about tariffs has caused demand for silver to surge, DiRienzo said. 'It's really reverting back to its dual use as an industrial metal and as a precious metal,' he said. 'And both sides of the ledger are kind of coming together to push this price forward.' Sustained demand for silver, driven by investors and industry, could push the metal to record highs, according to commodities research firm CPM Group. 'Silver offers an attractive entry point for investors seeking alternatives to high-priced gold, bolstered by its extensive industrial applications,' analysts at CPM Group said in a May note. People can invest in silver or gold in the form of bars and coins, or in the form of exchange-traded funds. The iShares Silver Trust ETF has surged 25% this year alongside the price of silver. The SPDR Gold Trust ETF has surged 27% this year. Sosnick at Interactive Brokers said he also thinks silver's rise has been momentum-driven as traders have tried to join in on the rally. Platinum has also surged alongside silver as a less costly investment than gold. Platinum has gained a whopping 36% this year after falling almost 10% across 2024. Spot platinum prices this week rose above $1,200 a troy ounce and hit their highest level since 2021. 'While gold has dominated the performance of the metals complex over the last year, we are starting to see the laggards like platinum … emerge from bases to catch-up a bit,' said Jonathan Krinsky, chief markets technician at global financial services firm BTIG, in a recent note. The precious metal, which is used in industries including automotive and jewelry, has rallied largely due to demand exceeding supply. Platinum has surged higher in recent weeks after the World Platinum Investment Council, a trade group, projected a deficit for the third year in a row. 'This anticipated shortfall, which will draw down existing above-ground inventories, is being driven by demand from the automotive sector and, notably, a surge in Chinese interest in jewelry, bars and coins,' Saxo Bank's Hansen said. 'Jewelers are the second-biggest platinum buyer after the auto industry,' analysts at Bank of America said in a Friday note. 'After years of declining demand, there is anecdotal evidence that interest in platinum jewelry is now bouncing back in China.' 'Rising gold prices are incentivizing jewelers to diversify, in what represents a change to historical patterns,' the analysts noted.