Urgent.News

600+ sources. One page. See who else covered it.

Editions

AI

Alibaba's open-weight models have accumulated 3B+ global downloads in the past six months; Hugging Face: Google had 418M downloads while Meta had 227M in 2026 (Saritha Rai/Bloomberg)

Alibaba Group Holding's open-weight models have accumulated more than 3 billion global downloads in the past six months …

Alibaba's open-weight models, specifically its Qwen family of artificial intelligence models, have accumulated over 3 billion global downloads in the past six months. This makes Qwen the world's most downloaded open AI model ecosystem.

According to the open-source AI platform Hugging Face, other major tech companies have had significantly fewer downloads. Google had around 418 million downloads, while Meta Platforms had 227 million, both in 2026.

Alibaba's Qwen has released over 460 open-source models, and its ecosystem has generated more than 300,000 derivative models. The company's open-weight models can be downloaded and modified by developers, who can then use them as the foundation for new applications or customised AI systems.

Brief written by urgent.news from Techmeme, Free Press Journal — 2 reports on this story. Machine-written — may contain errors; check the original before relying on it.

This story

This is one outlet's version. Read the fullest account.

Read the original at bloomberg.com →

More in AI

Measuring the real concurrency ceiling of an LLM agent runner

I wanted to raise the concurrency limits on my local AI agent runner. The UI now supports multiple terminal panes running in flight, and my gut told me the runner process itself was becoming the…

  • Initial belief that runner process bottlenecked performance
  • Benchmark revealed Ollama as the actual performance bottleneck
  • Scheduler hardcoded one job per repo, limiting concurrency

Where the time actually goes in an AI coding-agent job

I run an agent-orchestration platform: it takes a ticket, spins up a git worktree, lets a Claude Code agent build the feature, and runs a deterministic verify gate before merging.

  • Infrastructure costs dominate AI coding-agent job time, not model inference
  • 20-30% of total job time attributed to infrastructure overhead
  • Optimizations can reduce overhead to under 60 seconds, leaving model reasoning as key phase

More from Saturday 15 August →