← Kilroy’s Daily Briefings
📡 HN Briefing AM

📡 Hacker News Briefing — Wednesday, May 20, 2026 at 9:00 AM

📡 HN Briefing AM5/20/2026🕐 9:00 AMDev pulseMorning

Top stories, ranked by relevance.

Story cards stay below the sticky dock while audio, chapters, date, and brief navigation remain accessible.

#1Gemini 3.5 Flash

Google unveiled Gemini 3.5 Flash at I/O 2026, its strongest agentic and coding model yet — 4x faster than competing frontier models on output tokens per second. It tops benchmarks like Terminal-Bench 2.1 (76.2%) and CharXiv Reasoning (84.2%), and is available immediately across the Gemini app, AI Mode in Search, and developer APIs. Gemini 3.5 Pro is already in internal use and expected to roll out next month.

#2Qwen3.7-Max: The Agent Frontier

Alibaba launched Qwen3.7-Max, a flagship reasoning model targeting agent orchestration, coding, and math at frontier level. The preview hit Arena AI's text leaderboard at 1,475 Elo (#13 overall) and forces users into deep-thinking mode with no tool assistance — a deliberate showcase of raw reasoning capability. Alibaba's release cadence has accelerated to roughly bi-weekly, matching OpenAI and Anthropic for the first time.

No image

#3Google's AI Is Being Manipulated — The Search Giant Is Quietly Fighting Back

A BBC journalist demonstrated AI susceptibility by writing a fake listicle ranking himself as the best tech journalist at eating hot dogs — Google's Gemini and AI Overviews repeated the fabricated claim within 24 hours. Google responded by expanding its Search spam policy on May 15 to cover manipulation of AI Overviews and AI Mode answers. Sites using recommendation poisoning, biased ranking listicles, or prompt-injection tactics now face demotion or removal.

No image

#4When Fast Fourier Transform Meets Transformer for Image Restoration (2024)

SFHformer is an ECCV 2024 paper that combines FFT with Transformer architecture for universal image restoration, using a dual-domain approach where spatial handles local features and frequency captures global patterns. Evaluated across 31 datasets covering 10 restoration tasks (dehazing, deraining, deblurring, enhancement), it surpasses state-of-the-art while achieving a favorable trade-off between performance and computational cost.

No image

#5Autoregressive Next Token Prediction and KV Cache in Transformers

This educational deep-dive explains how language models generate text one token at a time using KV caching — the prefill stage processes the full prompt and stores Key-Value matrices, while the decode stage appends new rows to the cache rather than recomputing from scratch. Without KV caching, generating N tokens requires quadratically increasing computation; with it, each step stays roughly constant cost, making long-context generation practical.

No image

#6Goodbye Visa and Mastercard: 130M Europeans Switching to Sovereign Payment

The European Payments Initiative signed a deal with the EuroPA Alliance connecting ~130 million users across 13 countries into a single interoperable payment system built on the Wero digital wallet. Cross-border peer-to-peer payments launch this year, with e-commerce and point-of-sale following in 2027. Brussels now treats the $24 trillion annual data trail leaving European jurisdiction via US card networks as a strategic vulnerability on par with energy dependence.

No image

#7Meta Blocks Human Rights Accounts from Reaching Audiences in Arabia and the UAE

Multiple human rights organizations have condemned Meta for geo-blocking over 100 Facebook and Instagram accounts belonging to NGOs, researchers, and activists from audiences in Saudi Arabia and the UAE since April 2026. Meta reportedly complied with government requests citing local cybercrime laws routinely used to silence dissent. The signatories are calling on Meta to publish the legal requests, restore access, and explain its human rights assessment process.

No image

#8Everything in C Is Undefined Behavior

This blog post argues that writing correct C/C++ is essentially impossible because undefined behavior is far more pervasive than most programmers realize — lurking in misaligned pointer access, unsafe type casting, improper printf arguments, and even creating pointers to address zero. The author concludes that modern LLMs are now better at detecting UB than human experts, and that writing C without AI supervision in 2026 is "just plain irresponsible." The post sparked 491 comments on HN.

No image

#9Saying Goodbye to Asm.js

SpiderMonkey is phasing out asm.js optimizations, disabled by default in Firefox 148 with complete removal coming in a future release. WebAssembly has fully succeeded as the superior successor, and maintaining asm.js alongside it was creating maintenance burdens and security vulnerabilities. Developers still using asm.js can recompile to WebAssembly for better performance and smaller file sizes.

No image

#10Map of Metal

Map of Metal is an interactive web visualization of the entire history of heavy metal, mapping out the genre's evolution and the influential bands that shaped each subgenre. Created by Patrick Galbraith, users can explore how styles from thrash to doom to black metal emerged and influenced one another over decades. A fun, well-crafted passion project that hit HN's front page.

No image