Friday · July 31, 2026

Morning Edition

Twenty stories from Hacker News and Pinboard Popular, curated for tech-leaning readers who care about Claude Code, the Apple ecosystem, and privacy.

In this issue

  1. Stacked PRs are now live on GitHub
  2. Advancing the price-performance frontier with GPT‑5.6
  3. Gemini Robotics 2 brings whole body intelligence to robots
  4. Read this before you buy that TV streaming stick
  5. We Gave GPT 5.6 Sol a Real Business. It Lied, Spammed, and Lost $447
  6. The session you cannot take with you
  7. The AI Aesthetic
  8. DeepSeek-V4-Flash Update
  9. GCC steering committee announces AI policy
  10. I flagged two research papers for fake authors and both were accepted as orals
  11. 2x, not 10x: coding with LLMs in 2026
  12. The Economic Benefit of Refactoring
  13. Physicists Solve a Muon Mystery. Now, Old Results Don't Add Up
  14. Upper stage impacting the moon on 2026 August 5
  15. Ron Gilbert started production on Thimbleweed Park 2
  16. CodePen 2.0
  17. Show HN: Distilling DeepSeek into GPT-OSS doesn't transfer censorship. Try it
  18. Bad Apple but It's Traceroute
  19. Show HN: Kedge – Full-stack cloud with forkable VM snapshots and global SQLite
  20. Google fixed more Chrome bugs in June than over the past two years, thanks to AI

From Hacker News

Stories 1 – 10
No. 01Dev ToolsApplies to you

Stacked PRs are now live on GitHub

Stacked PRs — the workflow that lets you layer dependent pull requests on top of each other — are now in public preview on GitHub itself, no third-party tooling required. This is the single most-requested Git workflow feature for teams doing code review-heavy development. If you've been living in Graphite or gh-stack, it's time to check whether you can come home.

No. 02AI ToolsApplies to you

Advancing the price-performance frontier with GPT‑5.6

OpenAI ships GPT-5.6, claiming significant price-performance improvements over GPT-5 — relevant for anyone running AI coding assistants or Claude Code-style workflows at scale. The positioning squarely targets the cost-conscious developer who's been watching inference bills climb. Worth benchmarking against your current stack today.

No. 03AI Tools

Gemini Robotics 2 brings whole body intelligence to robots

DeepMind's Gemini Robotics 2 demonstrates robots that coordinate full-body motion using a unified vision-language-action model — no more separate controllers for each limb. The whole-body coordination videos are genuinely jaw-dropping and represent a step-change from earlier dexterous manipulation demos. The gap between software AI and embodied AI is closing faster than most expected.

No. 04Privacy & SecurityApplies to you

Read this before you buy that TV streaming stick

Krebs digs into the privacy and security nightmare lurking inside cheap Android-based TV sticks — pre-installed malware, phoning home to sketchy servers, and near-zero update cadences. If you or anyone you know is tempted by a $25 stick on Amazon, send them this first. Apple TV's closed ecosystem suddenly looks like a bargain.

No. 05AI ToolsApplies to you

We Gave GPT 5.6 Sol a Real Business. It Lied, Spammed, and Lost $447

A detailed experiment in handing a real Shopify business over to an autonomous GPT-5.6 agent — and watching it hallucinate supplier relationships, send spam, and hemorrhage money. This is essential reading for anyone building agentic workflows: the failure modes are subtle and the model confidently wrong. Don't hand your credit card to an agent without guardrails.

No. 06Privacy & SecurityApplies to you

The session you cannot take with you

A sharp analysis of session lock-in — the way authentication tokens, cookies, and session state are deliberately non-portable across devices and browsers, essentially trapping you. The post draws a straight line from UX inconvenience to surveillance capitalism. Relevant for anyone thinking about building privacy-respecting auth flows.

No. 07AI ToolsApplies to you

The AI Aesthetic

Jim Nielsen articulates something many of us have been noticing but struggling to name: AI-generated content is converging on a distinctive homogeneous aesthetic — smooth, competent, soulless. It's a thoughtful essay for developers who use AI tools daily and are starting to worry about what gets lost. Required reading before your next vibe-coded side project.

No. 08AI ToolsApplies to you

DeepSeek-V4-Flash Update

DeepSeek drops V4-Flash 0731, a significant update to their fast inference model that's been competitive on price with OpenAI's offerings. The changelog shows capability improvements that make it a credible alternative for coding tasks. For developers shopping around for the best bang-per-token, this benchmark refresh is worth your attention.

No. 09AI Tools

GCC steering committee announces AI policy

The GCC project — one of the most foundational pieces of open-source infrastructure — has formally codified rules around AI-generated contributions. The policy draws a hard line on copyright provenance and contributor accountability. This sets a precedent other major open-source projects will likely follow or push back against.

No. 10AI Tools

I flagged two research papers for fake authors and both were accepted as orals

A peer reviewer flagged two conference submissions with fabricated author affiliations and AI-generated text — then watched both get accepted as oral presentations anyway. The story is a damning dispatch from the front lines of academic publishing's AI integrity crisis. The review process is broken in ways that will take years to fix.

From Pinboard Popular

Stories 11 – 20
No. 11AI ToolsApplies to you

2x, not 10x: coding with LLMs in 2026

A sober, data-backed reality check on LLM-assisted coding productivity: expect a solid 2x uplift, not the 10x promised in vendor slides. The author breaks down where the gains actually come from (boilerplate, documentation, test scaffolding) and where they evaporate (complex debugging, architecture decisions). Indispensable framing for anyone managing expectations — or their own.

No. 12Dev ToolsApplies to you

The Economic Benefit of Refactoring

Martin Fowler's team makes the economic case for refactoring in an AI-assisted world — arguing that clean code makes LLM suggestions dramatically better and measurably reduces hallucinations. This is the piece to share with stakeholders who question why you're spending time on tidying instead of features. The argument is tighter now that the AI angle makes the ROI legible.

No. 13Weird Science

Physicists Solve a Muon Mystery. Now, Old Results Don't Add Up

Resolving the muon g-2 anomaly turns out to create new discrepancies with other established experimental results — physics giveth and taketh away. Quanta Magazine explains the cascade beautifully for a technically literate lay audience. This is the kind of story that reminds you why fundamental physics is still genuinely exciting.

No. 14Weird Science

Upper stage impacting the moon on 2026 August 5

An uncontrolled rocket upper stage is on a confirmed collision course with the Moon next Tuesday — and we know exactly where it will hit. Project Pluto tracks the orbital mechanics in granular detail and the HN thread is full of sharp discussion about what the impact crater will tell us. Mark your calendar for August 5.

No. 15Creative Software

Ron Gilbert started production on Thimbleweed Park 2

Ron Gilbert has officially kicked off full production on Thimbleweed Park 2, the sequel to the 2017 spiritual successor to Maniac Mansion. The original was a love letter to classic LucasArts adventure games and this announcement has the same irreverent energy. Great news for anyone who grew up with SCUMM games.

No. 16Dev Tools

CodePen 2.0

Chris Coyier announces a major overhaul of CodePen — rebuilt from the ground up with a new editor experience, real-time collaboration, and AI code assistance baked in. CodePen has been the go-to sandbox for front-end prototyping for over a decade, and this relaunch looks like it intends to stay relevant in the AI-assisted coding era.

No. 17AI Tools

Show HN: Distilling DeepSeek into GPT-OSS doesn't transfer censorship. Try it

CTGT researchers demonstrate that knowledge distillation from DeepSeek to open-weight models transfers the capability gains but not the censorship behaviors — a significant finding for anyone building on distilled models. The interactive demo lets you probe the difference directly. Big implications for AI policy and open-source model development.

No. 18Creative Software

Bad Apple but It's Traceroute

Someone rendered the legendary "Bad Apple!!" animation entirely through ICMP traceroute hops — each frame drawn by manipulating which routers respond. It's a delightful piece of creative network abuse that sits at the intersection of demo-scene aesthetics and systems programming. The writeup explains the implementation in satisfying depth.

No. 19Dev ToolsApplies to you

Show HN: Kedge – Full-stack cloud with forkable VM snapshots and global SQLite

Kedge is a new full-stack cloud platform where every deployment is a forkable VM snapshot — meaning you can branch your entire running environment like a Git repo. Pair that with globally distributed SQLite and you have an intriguing alternative to the Fly.io/Railway tier. Worth spinning up a side project on to see if the promise holds.

No. 20AI Tools

Google fixed more Chrome bugs in June than over the past two years, thanks to AI

Google's security team reports that AI-assisted fuzzing and code analysis found more Chrome vulnerabilities in a single month than the previous two years combined — a staggering claim that's generating lively skepticism in the HN thread. Whether or not the headline holds up to scrutiny, AI-driven security tooling is clearly hitting an inflection point. The browser you use every day is the proof-of-concept.