Urgent.News

the world's headlines, one feed

Editions

Tech

ByteDance Is Training a 10-Trillion-Parameter Model To Chase the Frontier

ByteDance is reportedly training an AI model with roughly 10 trillion parameters as it tries to close the gap with leading frontier systems such as Anthropic's Mythos. The model is still in early pre-training, and its eventual performance will depend on more than scale alone, but the project underscores how aggressively Chinese firms are pushing frontier AI despite limits on access to advanced…

Abstract editorial illustration

ByteDance is reportedly in the process of training an AI model with an estimated 10 trillion parameters. This ambitious project is undertaken with the aim of narrowing the gap between ByteDance and leading AI systems such as Anthropic's Mythos. Although the model is currently in the early stages of pre-training, its future performance will be influenced by factors beyond just its sheer scale.

This endeavor highlights the intense competition among Chinese firms in the pursuit of frontier AI despite limitations on access to advanced chips. The size of the model itself is seen as a statement, as it is more than three times larger than Moonshot's Kimi K3, one of the biggest Chinese models currently available at approximately 2.8 trillion parameters.

While parameter count is not the sole determinant of a model's quality, the industry recognizes that aspects like data quality, training techniques, and efficiency can be equally important as raw scale. Nonetheless, investing the computational resources to train a model of this magnitude sends a clear message that ByteDance is determined to compete at the highest level, rather than merely offering a competent contender in the market.

Written by urgent.news from Slashdot's reporting — not their text. Machine-written — it may contain errors, so check the original before relying on it.

Read the original at slashdot.org →

More in Tech

Mercedes-Benz Korea Faces Collective Dispute Over EV Battery Information

The controversy surrounding Mercedes-Benz Korea’s disclosure of electric vehicle battery cell manufacturers is escalating into a consumer compensation dispute.

  • Mercedes-Benz Korea faces consumer dispute over EV battery information.
  • Five Mercedes-Benz electric models involved in the dispute.
  • FTC fined Mercedes-Benz for misleading battery manufacturer claims.

Why Is My SQL Query Slow Only in Production? (The Parameter Sniffing Trap)

It’s every developer's favorite Friday afternoon nightmare: A user complains that a feature in the app is hanging. You take the exact SQL query executed by the application, paste it into SQL Server…

  • Parameter sniffing causes slow SQL queries in production only
  • SQL Server compiles execution plan based on initial parameter values
  • Detect problematic plans using dynamic management view (DMV)