Wi-Fi 8 ditches the speed race and bets on reliability
The next generation of the wireless standard keeps the same maximum rate as Wi-Fi 7 and focuses on reducing latency, packet loss and interference, something that matters for those working with IoT and edge in Brazil.

For more than a decade, every new generation of Wi-Fi sold the same promise: more speed, more bandwidth, more range. According to a report from XDA, Wi-Fi 8 breaks that pattern. The IEEE named the next version "Ultra High Reliability," and the name already reveals the shift in focus: instead of chasing throughput numbers on paper, the focus becomes the network's behavior under real-world conditions.
The maximum speed stays practically the same
Since Wi-Fi 4 (the IEEE 802.11n standard, from 2009), the theoretical maximum rate has grown with each generation, sometimes dramatically: Wi-Fi 5 multiplied that number by more than tenfold. Wi-Fi 7 reached 23 Gbit/s per band, a figure that already far exceeds the internet speed the vast majority of users subscribe to.
Wi-Fi 8, still under development, keeps almost everything that defined Wi-Fi 7's ceiling: approximately the same maximum data rate, the same number of spatial streams, the same 4096-QAM modulation, the same bands and the same 320 MHz channel width. In other words: on paper, the peak spec sheet doesn't change.
What changes are the targets. The standard pursues three 25% gains: a 25% increase in throughput at different SINR levels (signal-to-interference-plus-noise ratio), a 25% reduction in latency in 95th-percentile scenarios (the worst case that still affects the experience), and a 25% drop in MAC protocol data unit (MPDU) loss. These are connection-quality metrics, not raw speed metrics.
Who Wi-Fi 8 is targeting
The standard's official introduction positions Wi-Fi 8 directly against cellular networks, especially 6G. The timeline explains the rivalry: Wi-Fi 8 is expected to be finalized in 2028, while 6G is expected in the early 2030s. Cellular networks are notoriously good at handling a huge number of devices connected at the same time, and that's exactly the ground on which Wi-Fi 8 wants to compete: keeping the experience stable when many devices are fighting for the same space.
What's technically new
Since the goal is effective throughput (what the network actually delivers) rather than the theoretical one, Wi-Fi 8 introduces or improves features aimed at difficult scenarios:
- DRUs (Distributed-tone Resource Units): allow a device to spread its transmission across a wider band, increasing transmission power without violating per-segment spectral power regulatory limits. In practice, devices with weak transmission, such as sensors and smart home devices with small antennas, get a more reliable connection.
- Interference mitigation pilots: help withstand unexpected interference, especially in unlicensed bands.
- Unequal modulations: each spatial stream can have its modulation individually adjusted according to that stream's SINR, in addition to new modulation and coding schemes (MCS) to squeeze out more throughput.
- P-EDCA: speeds up channel access for prioritized devices, minimizing the impact on non-prioritized ones.
- Use of non-primary channels: a device can transmit exclusively on non-primary channels even when the primary one is busy, reducing wasted bandwidth.
- Seamless roaming: transitions between access points should happen with near-zero downtime, plus better coordination when multiple access points operate simultaneously.
Why this matters for Brazilian developers
The reliability angle speaks directly to those who build and operate software outside the datacenter. In IoT and automation, the bottleneck is rarely bandwidth: sensors, smart bulbs and cameras exchange few bytes, but their mere presence degrades the more demanding connections on the same network. The DRU features and the MPDU loss-reduction targets tackle exactly this scenario of many low-power devices coexisting with heavy traffic.
For edge computing and environments with multiple access points, such as warehouses, factories and offices, the promise of near-zero-downtime roaming and better coordination among APs is relevant for latency-sensitive applications, where a failed handoff between access points can mean a lost packet or a timeout. The target of cutting 95th-percentile latency is the metric network engineers actually feel: it's not the good average, it's the bad tail that breaks the experience.
It's worth remembering that, in Brazil, the adoption of Wi-Fi standards also depends on certification by Anatel, Brazil's telecoms regulator, and on the availability of the 6 GHz band, since Wi-Fi 8 operates in the same bands as Wi-Fi 7. In other words, the real-world benefit runs into both the pace of hardware arrival and local spectrum regulation.
The timeline: none of this is for now
The Wi-Fi 8 specification is expected to be finalized in May 2028, and the first devices with initial support should appear that same year. According to XDA, for anyone thinking about upgrading their home network now, it may make more sense to wait for this new wave of devices than to invest in Wi-Fi 7, since Wi-Fi 7's throughput gains tend to go unnoticed without multigigabit internet.
What remains open is the usual thing with standards still in draft form: the 25% figures are working-group targets, not results measured in a final product, and real-world performance will depend on manufacturer implementation, the ecosystem of compatible clients and, in Brazil's case, on the timing of certification and spectrum release.
Translated from the Brazilian Portuguese original · Read the original
Perplexity swaps DynamoDB for in-house database and cuts latency by 5x
The company behind the AI-powered search engine migrated its serving layer to CobbleDB, an internal database written in Rust, and cut batch read latency by up to 5x while saving at least 20% on storage.