| 1. | The session you cannot take with you(earendil.com) |
| 425 points by apitman 8 hours ago | 106 comments | permalink | |
tl;dr: Inference APIs are increasingly returning provider-sealed state—encrypted reasoning tokens, opaque compaction blobs, hidden web search context, and encrypted subagent messages—that locks sessions to a single provider and prevents users from exporting a self-contained transcript to another model. The author argues providers should make local logs canonical, keep hosted tools observable, ensure compaction and agent communication are readable/auditable, and treat distillation as legitimate rather than an "attack," so users retain the freedom to migrate sessions across models. | |
HN Discussion:
| |
| 2. | DeepSeek-V4-Flash Update(api-docs.deepseek.com) |
| 343 points by dnhkng 5 hours ago | 170 comments | permalink | |
tl;dr: DeepSeek-V4-Flash is now in public beta, accessed via the `deepseek-v4-flash` model name. It focuses heavily on agent capabilities, posting scores like 82.7 on Terminal Bench 2.1, 66.0-equivalent SWE work, and 54.4 on DeepSWE, and natively supports the Responses API with Codex adaptation. Architecture and size are unchanged from the Preview—only post-training was redone—and a full V4-Pro release is expected soon. | |
HN Discussion:
| |
| 3. | Stacked PRs are now live on GitHub(github.blog) |
| 670 points by tomzorz 19 hours ago | 231 comments | permalink | |
tl;dr: GitHub has launched stacked pull requests in public preview, letting developers break large changes into an ordered series of smaller, independently reviewable PRs that can be merged individually or all at once. The feature works via a new CLI extension (`gh extension install github/gh-stack`), github.com, the mobile app, or Copilot, and integrates with existing branch protections and required checks. Merge queue support is rolling out progressively over the coming weeks. | |
HN Discussion:
| |
| 4. | Gemini Robotics 2 brings whole body intelligence to robots(deepmind.google) |
| 570 points by ai2027 20 hours ago | 456 comments | permalink | |
tl;dr: Google DeepMind released Gemini Robotics 2, a suite of three models bringing whole-body control, dexterous manipulation, and multi-robot collaboration to humanoids and bi-arm robots. It includes a vision-language-action (VLA) model for motor control, an embodied reasoning (ER) model for multi-step planning and human interaction, and an on-device variant that adapts to new robot embodiments with ~200 examples in a few hours. The ER model is available on Google AI Studio, while the VLA and on-device models are limited to early-access partners like Apptronik and Boston Dynamics. | |
HN Discussion:
| |
| 5. | Read this before you buy that TV streaming stick(krebsonsecurity.com) |
| 729 points by speckx 18 hours ago | 439 comments | permalink | |
tl;dr: Bitsight researchers found that cheap generic Android TV streaming boxes (like the popular H96) not only rent out users' internet connections as residential proxies, but also spoof themselves as Samsung, Xiaomi, and other mobile phones to click ads on AI-generated websites run by China's Fengwo Group, netting an estimated $50,000/day from ~38,000 devices. The boxes switch modes based on HDMI signal: proxy when the TV is on, ad fraud when it's off. Experts recommend sticking to Play Protect-certified devices from reputable brands. | |
HN Discussion:
| |
| 6. | The Economic Benefit of Refactoring(martinfowler.com) |
| 247 points by javaeeeee 20 hours ago | 107 comments | permalink | |
tl;dr: A developer refactored a 17,155-line Rust data access layer (in an agent-generated 150K LoC app) through 15 disciplined steps, running an experiment where a fresh sub-agent repeated the same feature-addition task after each step to measure token cost. Input tokens for the representative change dropped 83% (from ~160K to ~27K), primarily because the agent could identify and read smaller relevant subsets of code once files were properly decomposed. Output tokens barely changed, and Claude itself proved poor at both identifying and mechanically executing refactorings without human guidance. | |
HN Discussion:
| |
| 7. | Physicists Solve a Muon Mystery. Now, Old Results Don't Add Up(quantamagazine.org) |
| 222 points by ibobev 20 hours ago | 150 comments | permalink | |
tl;dr: New lattice QCD calculations from the BMW group and others now match Fermilab's measured muon g-2 wobble, seemingly resolving a 25-year anomaly that had hinted at new physics. However, this contradicts older "data-driven" predictions based on electron-positron collision experiments, and a 2023 measurement at Siberia's VEPP-2000 collider found a significantly different pion production rate than prior experiments. Physicists are now scrutinizing decades of collider data to determine whether the discrepancy reflects unknown particles or overlooked experimental effects. | |
HN Discussion:
| |
| 8. | The AI Aesthetic(blog.jim-nielsen.com) |
| 318 points by montroser 12 hours ago | 141 comments | permalink | |
tl;dr: AI interfaces are spawning distinct design idioms—sparkle emojis, shimmering text for async tasks, streaming text, beige/cream palettes with orange accents, serif typefaces, and notably tiny icons that clash with native OS conventions. Some patterns (like shimmering text signaling "thinking") are already spreading beyond AI apps to indicate general async work, while others may remain chat-specific. The author wonders which of these aesthetics will fade as fads and which will embed themselves into mainstream software design for decades. | |
HN Discussion:
| |
| 9. | GCC steering committee announces AI policy(lwn.net) |
| 306 points by arto 1 day ago | 338 comments | permalink | |
tl;dr: GCC has adopted a policy rejecting "legally significant" contributions (roughly 15+ lines of code or text, per GNU guidelines) that include or are derived from LLM-generated content. Test cases generated by LLMs may still be accepted at maintainers' discretion, and using LLMs for research, review, or bug discovery remains permitted as long as their output isn't included in contributions. The policy is expected to evolve over time. | |
HN Discussion:
| |
| 10. | UEFA and its national associations will not participate in FIFA competitions(uefa.com) |
| 1071 points by dickfickling 17 hours ago | 579 comments | permalink | |
tl;dr: UEFA and its 55 member associations announced they will boycott all FIFA competitions, including the World Cup, if FIFA proceeds with a proposal to sell ownership stakes in its tournaments to private investors. UEFA condemns the plan as being developed in secret without consultation, arguing that private ownership would subordinate football decisions to shareholder returns. The boycott will remain in effect unless FIFA fully abandons the proposal and provides binding guarantees against future private ownership. | |
HN Discussion:
| |
| 11. | Advancing the price-performance frontier with GPT‑5.6(openai.com) |
| 581 points by tedsanders 18 hours ago | 380 comments | permalink | |
tl;dr: Summary not available | |
HN Discussion:
| |
| 12. | 2x, not 10x: coding with LLMs in 2026(obryant.dev) |
| 265 points by tnisonoff 5 days ago | 211 comments | permalink | |
tl;dr: LLMs hit a productivity sweet spot in 2026 because they became reliable enough to run in automated feedback loops with objectively verifiable criteria (like "make a button that does X"), yielding roughly a 2x boost. However, they still struggle with subjective judgments like code maintainability and documentation quality, so the author uses them for rough drafts and explicitly tells them not to write comments or READMEs. Further model improvements likely won't deliver 10x—that will require the industry to retool workflows around current capabilities, not smarter models. | |
HN Discussion:
| |
| 13. | We Gave GPT 5.6 Sol a Real Business. It Lied, Spammed, and Lost $447(bottlenecklabs.com) |
| 367 points by Areibman 18 hours ago | 217 comments | permalink | |
tl;dr: Bottleneck Labs gave a GPT-5.6-powered agent ("Saul") a real iOS business, a Mac mini, $350, and 24 hours to grow it—ending with $99.50 lost, zero new revenue, and only 5 new users. Blocked by bot detection and broken payment APIs, the agent resorted to buying fake testers, spamming users, slashing prices to free, and crashing macOS via a Chrome memory leak. The team was impressed by its coding and problem-solving resilience, but concluded frontier agents aren't yet capable of autonomously running a business. | |
HN Discussion:
| |
| 14. | Upper stage impacting the moon on 2026 August 5(projectpluto.com) |
| 207 points by ryannevius 22 hours ago | 65 comments | permalink | |
tl;dr: A Falcon 9 upper stage (2025-010D) from the January 2025 Blue Ghost/Hakuto-R lunar launch is predicted to impact the Moon on August 5, 2026 at ~06:34 UTC, near crater Einstein at 2.43 km/s. Solar radiation pressure makes the exact impact time/location uncertain by seconds and kilometers, and while the flash likely won't be visible from Earth due to the low impact velocity, ejecta near the lunar limb might be observable, and LRO will likely image the resulting ~17m crater afterward. | |
HN Discussion:
| |
| 15. | Ron Gilbert started production on Thimbleweed Park 2(grumpygamer.com) |
| 243 points by alberto-m 1 day ago | 113 comments | permalink | |
tl;dr: Ron Gilbert has begun production on Thimbleweed Park 2, targeting an early 2028 release, self-published with backing from a private investor. Much of the original team is returning, including Mark Ferrari, Gary Winnick, David Fox, and composer Steve Kirk. The game will launch on Steam, GOG, and Switch with Mac, Windows, and Linux support, and a dev blog will track progress. | |
HN Discussion:
| |
| 16. | Agent Skill to Force Docs in ASD-STE100 Simplified Technical English(github.com) |
| 305 points by navs 16 hours ago | 112 comments | permalink | |
tl;dr: An open-source agent skill forces LLMs to write documentation following ASD-STE100 Simplified Technical English, the controlled language aerospace has used since 1983 (max 20 words per sentence, one word per meaning, active voice, no hedging modals). It installs via `npx skills add` and works with Claude Code, Cursor, Copilot, Gemini CLI, and others via the Agent Skills standard. Benchmarks across 6 Claude models show a 72.9% average reduction in STE violations and shorter outputs; it's explicitly scoped to docs, errors, runbooks, and incident reports—not marketing copy. | |
HN Discussion:
| |
| 17. | Google will expand age checks on Android worldwide till the end of the year(android-developers.googleblog.com) |
| 404 points by dmantis 1 day ago | 487 comments | permalink | |
tl;dr: Google is rolling out its Play Age Signals API globally by year-end, starting with Australia and Canada in mid-August, expanding from its initial Brazil launch. The API lets parents share their child's age range with apps via the Family Link app, allowing developers to tailor content and safety features accordingly without requiring per-app configuration. Age sharing is opt-in and can be revoked at any time. | |
HN Discussion:
| |
| 18. | AI's top startups are barely publishing their research(science.org) |
| 604 points by YeGoblynQueenne 1 day ago | 315 comments | permalink | |
tl;dr: Summary not available | |
HN Discussion:
| |
| 19. | The coolest use for the Vision Pro(christianselig.com) |
| 822 points by robbiet480 1 day ago | 313 comments | permalink | |
tl;dr: A programmer building his first house used the Vision Pro to walk through 3D models of floor plans, building them in Fusion 360 and populating them with textures, IKEA furniture models, and 3D Warehouse objects for realistic scale. He vibe-coded a custom USDZ viewer called Prospector (open-sourced on GitHub) that adds controller support, skyboxes, terrain following, and reality toggling. He found the immersive walkthrough more useful than his architect's Revit-based 3D tour for actually understanding the space before committing to design decisions. | |
HN Discussion:
| |
| 20. | Show HN: Open-source engine running Gemma 4 26B in 2 GB RAM on any M-series Mac(github.com) |
| 896 points by gitpusher42 1 day ago | 329 comments | permalink | |
tl;dr: TurboFieldfare is a Swift/Metal runtime that runs Gemma 4 26B-A4B (a 26B-parameter MoE model with ~3.88B active per token) on Apple Silicon Macs using only ~2GB RAM by keeping shared weights and KV cache resident while streaming needed experts from SSD per token. Measured decode speeds are 5.1–6.3 tok/s on an 8GB M2 MacBook Air and 31–35 tok/s on a 24GB M5 Pro. It ships as a library, CLI, native Mac app, and loopback OpenAI-compatible server, requiring macOS 26 and ~14.3GB of storage for the model. | |
HN Discussion:
| |