From Hacker News
Stories 1 – 10
No. 01Dev ToolsApplies to you
by tomzorz · 657 points · 230 comments
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
by tedsanders · 576 points · 380 comments
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
by ai2027 · 562 points · 448 comments
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
by speckx · 721 points · 436 comments
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
by Areibman · 366 points · 214 comments
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
by apitman · 375 points · 88 comments
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
by montroser · 310 points · 137 comments
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
by dnhkng · 308 points · 140 comments
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
by arto · 300 points · 328 comments
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
by volumes94 · 204 points · 92 comments
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
by tnisonoff · 263 points · 209 comments
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
by javaeeeee · 244 points · 104 comments
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
by ibobev · 218 points · 143 comments
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
by ryannevius · 206 points · 65 comments
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
by alberto-m · 242 points · 113 comments
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
by robin_reala · 169 points · 49 comments
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
by cgorlla · 129 points · 64 comments
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
by jssfr · 120 points · 38 comments
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
by wgjordan · 113 points · 20 comments
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
by Garbage · 95 points · 102 comments
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.