| 1. | The session you cannot take with you(earendil.com) |
| 760 points by apitman 45 days ago | 218 comments | permalink | |
tl;dr: Inference APIs are increasingly returning provider-sealed state—encrypted reasoning tokens, opaque compaction blobs, hidden search results, and encrypted subagent messages—that turns local transcripts into partial views of sessions whose real state lives on provider servers. This breaks session portability, auditability, and user control, locking users into ecosystems even when they nominally "own" their data. The author argues providers should make storage optional, ensure every opaque artifact has a readable handoff representation, and stop treating outside distillation as illegitimate while practicing it internally. | |
HN Discussion:
| |
| 2. | DeepSeek-V4-Flash Update(api-docs.deepseek.com) |
| 737 points by dnhkng 45 days ago | 345 comments | permalink | |
tl;dr: DeepSeek-V4-Flash is now in public beta, accessible via the `deepseek-v4-flash` model name, with the same architecture as the Preview but re-post-trained for significantly stronger agent capabilities (e.g., Terminal Bench 2.1: 82.7, SWE-related benchmarks well above V4-Pro-Preview). It natively supports the Responses API format and is specifically adapted for Codex. The V4-Pro API and app/web models are unchanged, with an official V4-Pro release coming soon. | |
HN Discussion:
| |
| 3. | Stacked PRs are now live on GitHub(github.blog) |
| 772 points by tomzorz 45 days ago | 294 comments | permalink | |
tl;dr: GitHub is rolling out 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 `gh-stack` CLI extension, github.com, the mobile app, or Copilot, and integrates with existing branch protections and required checks. Merge queue support is coming in the following weeks. | |
HN Discussion:
| |
| 4. | Gemini Robotics 2 brings whole body intelligence to robots(deepmind.google) |
| 609 points by ai2027 45 days ago | 515 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) |
| 793 points by speckx 45 days ago | 527 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) |
| 278 points by javaeeeee 45 days ago | 120 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) |
| 233 points by ibobev 45 days ago | 171 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) |
| 364 points by montroser 45 days ago | 175 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) |
| 346 points by arto 46 days ago | 417 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) |
| 1202 points by dickfickling 45 days ago | 658 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) |
| 599 points by tedsanders 45 days ago | 394 comments | permalink | |
tl;dr: Summary not available | |
HN Discussion:
| |
| 12. | 2x, not 10x: coding with LLMs in 2026(obryant.dev) |
| 277 points by tnisonoff 51 days ago | 239 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) |
| 392 points by Areibman 45 days ago | 233 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) |
| 213 points by ryannevius 46 days ago | 79 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) |
| 260 points by alberto-m 46 days ago | 118 comments | permalink | |
tl;dr: Ron Gilbert has begun production on Thimbleweed Park 2, targeting an early 2028 release, self-published with help from a private investor. Much of the original team is returning, including Mark Ferrari, Gary Winnick, David Fox, Octavi Navarro, and composer Steve Kirk. The game will launch on Windows, Mac, Linux, Switch, Steam, and GOG, with a dev blog to follow progress. | |
HN Discussion:
| |
| 16. | Agent Skill to Force Docs in ASD-STE100 Simplified Technical English(github.com) |
| 323 points by navs 45 days ago | 118 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) |
| 414 points by dmantis 46 days ago | 508 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) |
| 610 points by YeGoblynQueenne 46 days ago | 316 comments | permalink | |
tl;dr: Summary not available | |
HN Discussion:
| |
| 19. | The coolest use for the Vision Pro(christianselig.com) |
| 831 points by robbiet480 46 days ago | 314 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) |
| 901 points by gitpusher42 46 days ago | 336 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:
| |