Urgent.News

the world's headlines, one feed

Editions

Tech

Sony Reportedly Launching A Cheaper WH-1000XM4 Variant Soon

This year, Sony expanded its lineup of audio products with the 1000X The Collexion and the recently unveiled Olive Grey edition of the WH-1000XM6. Now, recent rumours suggest that the brand will be launching another pair of headphones, although it won’t be exactly new. Apparently, the company is planning to bring back the WH-1000XM4 in […] The post Sony Reportedly Launching A Cheaper WH-1000XM4…

Sony Reportedly Launching A Cheaper WH-1000XM4 Variant Soon

Sony is reportedly preparing to release a more affordable version of its highly-rated WH-1000XM4 headphones. This comes from a series of recent leaks, primarily from two sources: Roland Quandt on Bluesky and Billbil-kun. The successor to the discontinued WH-1000XM4 is expected to be labeled as the WH-1000XM4C, a codename that hints at a "lite, neo, eco, or unknown" iteration of the original.

The new variant is anticipated to be launched under the name WH-1000XM4C, and it will be available in a trio of colour choices: Platinum Silver, Black, and Lavender. The pricing is also expected to be lower, with an estimated GBP219.99 (~RM1,214) in the UK and EUR249.99 (~RM1,178) in Europe. In Malaysia, the original WH-1000XM4 priced at RM1,599.

The new headphones will retain nearly all the specifications of the original, featuring a foldable design, 40mm drivers, and the QN1 noise-cancelling processor. However, the new model is expected to have a reduced battery life of 34 hours when noise cancellation is disabled, compared to the original's 38 hours. The most significant difference between the two models will be the price, with the cheaper variant set to be offered at GBP219.99 (~RM1,214).

These details have been reported by two prominent leakers, Roland Quandt and Billbil-kun. The launch of the WH-1000XM4C is scheduled for September 7, 2026. However, these rumors have not been confirmed by Sony, so they should be treated with caution.

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

Read the original at lowyat.net →

More in Tech

React Mastery Series – Day 31: Advanced React Architecture – Designing Large-Scale Applications

Welcome back to the React Mastery Series ! We've completed the first 30 days of our React journey. So far, we've covered: React Fundamentals Components & Props Hooks Context API Redux Toolkit API…

  • High cohesion: Group related features in a domain (e.g., Payments)
  • Low coupling: Features communicate through public APIs, not direct dependencies
  • Scalability: Organize around business domains, use layered architecture, clean architecture

Build, Buy, or Call an API: How We Actually Decide

Clients ask me why we don't just build our own model. It's a fair question, and most of the time the honest answer is that building our own would be the slowest and priciest route to a result slightly…

  • Shanti Infosoft avoids building AI models to save time and cost.
  • They opt for APIs on commodity capabilities like text generation or translation.
  • Building only makes sense for unique selling propositions or proprietary data influence.

Designing MCP tools an agent won't misuse

The first article in this series made a pair of claims. One: an AI-native product is an MCP server that lets an agent do things, not a chat widget that talks about them.

  • Well-typed calls can still go wrong despite schema validation.
  • Design MCP surface to prevent misuse by constraining input space.
  • Use closed types like enums and provide clear tool descriptions.