HN Top 10 β July 31, 2026
Todayβs Top 10 on Hacker News
1. The session you cannot take with you
β 401 π¬ 99 π€ apitman π Discuss on HN
An exploration of session portability challenges in modern computing, examining why user sessions β the ephemeral state that connects identity, context, and computation β resist being moved between devices, environments, or clouds. The post argues that session immobility is one of the last major unsolved problems in distributed systems.
2. Google fixed more Chrome bugs in June than over the past two years, thanks to AI
β 121 π¬ 124 π€ Garbage π Discuss on HN
Google reports that AI-assisted code analysis and fix generation led to a dramatic increase in Chrome vulnerability patches during June 2026, surpassing the total number of security fixes shipped over the previous two years combined. The post covers how automated systems now handle initial triage and patch drafting for Chrome bugs.
3. JEP 401: Value Objects (Preview) merged to OpenJDK master
β 131 π¬ 59 π€ mfiguiere π Discuss on HN
The first preview of JEP 401 (Value Objects), part of the Project Valhalla initiative, has been merged into OpenJDK master. This massive PR includes 2,934 commits implementing value types in the Java language, JVM, and standard library, along with JEP 539 for strict field initialization. The feature enables truly immutable, identity-less objects that can be stored inline.
4. DeepSeek-V4-Flash Update
β 329 π¬ 160 π€ dnhkng π Discuss on HN
DeepSeek has released an update to its V4-Flash model with improved performance and capabilities. The announcement details new features, performance improvements, and API changes for the fast, cost-effective variant of the DeepSeek V4 family, which has been gaining traction as a competitive alternative to larger reasoning models.
5. DeepSeek V4 Flash 0731 Intelligence, Performance and Price Analysis
β 32 π¬ 6 π€ theanonymousone π Discuss on HN
Artificial Analysis benchmarks the July 31 version of DeepSeek V4 Flash across reasoning, coding, and general intelligence tasks, comparing it against other frontier models. The analysis covers accuracy, speed, and cost-per-token to position DeepSeek V4 Flash in the competitive landscape of fast, affordable LLMs.
6. Show HN: Gander, an Android file viewer that asks for no permissions at all
β 82 π¬ 36 π€ mokshablr π Discuss on HN
Gander is a tiny (15 MB), fully offline Android file viewer built in Kotlin that opens PDF, Word, Excel, PowerPoint, photos, video, audio, Markdown, text and code files. It requires zero permissions β no internet access, no storage permission beyond granted folders β and contains no ads or tracking. All rendering happens on-device.
7. Stacked PRs are now live on GitHub
β 668 π¬ 231 π€ tomzorz π Discuss on HN
GitHub has launched public preview of stacked pull requests, a feature long requested by developers working on complex multi-step changes. Stacked PRs allow creators to chain dependent pull requests together natively in GitHubβs UI, making it easier to review, discuss, and merge incremental changes as a cohesive series without relying on third-party tools.
8. I flagged two research papers for fake authors and both were accepted as orals
β 217 π¬ 95 π€ volumes94 π Discuss on HN
A researcher submitted two papers to peer-reviewed venues with fabricated author names and AI-generated content. Despite the obvious issues, both were accepted as oral presentations β highlighting systemic weaknesses in the academic review process where reviewers and program committees failed to detect basic fabrication, raising questions about the reliability of conference review systems.
9. Gemini Robotics 2 brings whole body intelligence to robots
β 568 π¬ 451 π€ ai2027 π Discuss on HN
DeepMind introduces Gemini Robotics 2, an AI system designed for whole-body robotic control that coordinates arms, legs, torso, and balance simultaneously rather than treating each body part independently. The model enables robots to perform complex physical tasks that require coordinated full-body movement, representing a step toward more capable general-purpose robots.
10. Show HN: What should the GUI for AI agents look like?
β 69 π¬ 39 π€ akbabu π Discuss on HN
A design exploration for what the user interface of AI agents should look like, presented as an interactive demo. The project questions current approaches to agent-human interaction and proposes alternative interfaces that could make AI agents more intuitive, transparent, and user-friendly in everyday computing tasks.