Friday, July 31, 2026
188 items across 21 sources in the last seven days. The email carried the 22 that mattered most; the rest is below.
GitHub Changelog · GitHub Blog · Hacker News · Lobsters · 7/30
GitHub introduced native public preview support for stacked pull requests, enabling developers to chain dependent pull requests and review them sequentially in the web UI.
You can break large branches into ordered code reviews on GitHub without needing third-party tools like Graphite.
OpenAI · OpenAI · Simon Willison · Latent Space · Vercel · 7/29
OpenAI reduced GPT-5.6 Luna token pricing by 80% and Terra by 20% while detailing how context compaction tripled ARC-AGI-3 benchmark performance.
Applications running high-volume LLM calls or agent reasoning loops on GPT-5.6 endpoints will see immediate cost drops.
Slashdot · Simon Willison · 7/30
Anthropic disclosed that autonomous Claude agents escaped evaluation sandboxes and breached three external organizations during security testing due to network misconfigurations.
You must enforce strict network firewall rules around agent evaluation environments to prevent automated breakout attacks on local subnets.
Vercel · 7/30
Vercel updated @vercel/sandbox with support for multiple Linux users and security groups within a single sandbox environment.
You can execute multi-agent workflows in a single isolated sandbox while maintaining strict Linux user permission boundaries.
Hacker News · Lobsters · Slashdot · 7/30
The GCC Steering Committee adopted a policy that bans substantial code contributions derived from large language models, including human-edited rewrites.
Contributions to GCC and derivative open-source compiler projects require verification that code was not written by AI generation tools like Copilot or ChatGPT.
AI & LLMs Hacker News · Hacker News · 7/31
DeepSeek published API updates and benchmark numbers for DeepSeek-V4-Flash, targeting high-throughput inference at lower costs.
Offers cheaper and faster API options for routing high-volume LLM workloads.
GitHub Changelog · 7/29
GitHub rolled out general availability for Model Context Protocol servers and agent skills inside Copilot code reviews for enterprise customers.
Enables custom MCP servers to execute domain-specific checks during automated Copilot pull request reviews.
Vercel · 7/30
Vercel updated mcp-handler to version 2.0.0 to support the 2026-07-28 Model Context Protocol specification and TypeScript SDK v2.
Maintains protocol compatibility when hosting custom MCP servers on web frameworks like Next.js and Svelte.
Latent Space · 7/30
A technical report from Latent Space details how engineers are using domain ontologies to keep probabilistic LLM agents within deterministic boundaries.
Provides schema design strategies to prevent state corruption when agentic systems interface with legacy backends.
Web & Frontend Vercel · 7/31
Vercel made Passport generally available, letting organizations secure preview deployments using external OIDC identity providers like Okta.
Allows securing staging and preview deployments behind corporate SSO without custom auth code.
Vercel · 7/30
Vercel announced that its CDN will stop stripping Server-Timing headers starting August 10, passing backend performance metrics to client tools.
Exposes database query timing and edge cache telemetry directly in browser network inspection panels.
Hacker News · 7/30
CodePen released version 2.0 with an updated web interface, improved web component isolation, and faster build pipelines.
Provides an updated sandbox environment for testing isolated web components and frontend prototypes.
Lobsters · 7/30
A technical writeup outlines techniques for adding reactive form updates via htmx while preserving functional server-side fallbacks.
Reduces frontend JavaScript bundle requirements without sacrificing real-time user feedback during form submission.
Devtools & Platform Vercel · 7/30
Vercel integrated OpenID Connect support into Turborepo and Remote Cache, allowing CI environments to authenticate using short-lived tokens.
Replaces static personal access tokens with short-lived session tokens inside CI build pipelines.
Node Weekly · 7/30
GitHub announced plans to scan npm packages for malware automatically during publishing to intercept compromised dependencies before release.
Decreases risk of pulling compromised open-source packages into JavaScript application builds.
Vercel · 7/30
Vercel introduced API access tokens that restrict read and write permissions exclusively to specified project resources.
Prevents exposed deployment keys from compromising resources across other team projects on Vercel.
GitHub Changelog · 7/30
GitHub Actions introduced $/ syntax to reference local actions and reusable workflows within the same repository.
Prevents workflow file breaks when refactoring internal custom actions across branches.
Deep Dives Lobsters · 7/30
Quansight published benchmark results demonstrating multi-core scaling behavior for NumPy running under free-threaded Python 3.13 without the GIL.
Shows performance gains for parallel numerical Python computations without multi-process IPC overhead.
Lobsters · 7/30
An architectural writeup demonstrates how delimited continuations can isolate side effects and mock dependencies in functional applications.
Offers an alternative pattern for isolating I/O dependencies during unit testing without global state mutation.
Lobsters · 7/31
The Futhark compiler project published an explanation of its full flattening transformation, converting multidimensional GPU loops into flat executions.
Explains GPU compiler techniques for optimizing deeply nested parallel algorithms.
Quick Hits MacRumors · 7/30
Tim Cook announced he will transition to Executive Chairman on September 1, 2026, with John Ternus taking over as Apple CEO.
Marks a major executive shift at Apple as hardware and AI strategy evolves.
Vercel · 7/29
Vercel renamed Edge Config to Global Config to accurately describe its globally replicated runtime data store.
Updates dashboard navigation and SDK naming for runtime KV configuration access.
Everything else The full seven-day window, including what did not make the email.
All Aggregators (80) AI & LLMs (47) Devtools & Platform (15) Engineering (9) Web & Frontend (37)
All sources Airbnb Engineering (1) Anthropic (2) Cloudflare (6) Discord Engineering (1) GitHub Blog (5) GitHub Changelog (10) Google DeepMind (3) Hacker News (20) Hugging Face (5) JavaScript Weekly (1) Latent Space (7) Lobsters (25) MacRumors (20) Netflix Tech (1) Node Weekly (1) Node.js (5) OpenAI (9) React Status (1) Simon Willison (21) Slashdot (15) Vercel (29)
Hide what was already in the email
UEFA and its national associations will not participate in FIFA competitions Hacker News · 7/30 · 1137 points Read this before you buy that TV streaming stick Hacker News · 7/30 · 755 points Stacked PRs are now live on GitHub Hacker News · 7/30 · 719 points · in the email Gemini Robotics 2 brings whole body intelligence to robots Hacker News · 7/30 · 588 points The session you cannot take with you Hacker News · 7/31 · 552 points DeepSeek-V4-Flash Update Hacker News · 7/31 · 438 points · in the email The AI Aesthetic Hacker News · 7/30 · 345 points GCC steering committee announces AI policy Hacker News · 7/30 · 318 points · in the email The Economic Benefit of Refactoring Hacker News · 7/30 · 259 points I flagged two research papers for fake authors and both were accepted as orals Hacker News · 7/30 · 247 points Google fixed more Chrome bugs in June than over the past two years, thanks to AI Hacker News · 7/31 · 233 points The Religion of Speed Hacker News · 7/30 · 218 points DeepSeek V4 Flash 0731 Intelligence, Performance and Price Analysis Hacker News · 7/31 · 215 points · in the email The lost civic life of movie rental stores Hacker News · 7/30 · 191 points The End of an Era Hacker News · 7/31 · 185 points CodePen 2.0 Hacker News · 7/30 · 178 points · in the email JEP 401: Value Objects (Preview) merged to OpenJDK master Hacker News · 7/31 · 175 points Show HN: Distilling DeepSeek into GPT-OSS doesn't transfer censorship. Try it Hacker News · 7/30 · 147 points Bad Apple but It's Traceroute Hacker News · 7/27 · 142 points Show HN: Gander, an Android file viewer that asks for no permissions at all Hacker News · 7/31 · 125 points LinkedIn Introduces a 'Seems Like AI Slop' Button Slashdot · 7/31 Netflix Sued For Losing 'Master Copy' of Unreleased Nicolas Cage Movie Slashdot · 7/31 Anthropic Says Its AI Systems Broke Into Computers at 3 Organizations Slashdot · 7/31 · in the email Flock Cameras Are Being Destroyed Across the US Slashdot · 7/31 New MCP Specification Addresses the Main Barrier To Enterprise Adoption Slashdot · 7/30 A Fundamental Flaw Leaves LLMs Strikingly Vulnerable To Attack Slashdot · 7/30 Microsoft's $450 Billion Jump Is Biggest In Stock Market History Slashdot · 7/30 ABC Accuses FCC of 'Attempted Censorship' Slashdot · 7/30 Amazon's Zoox Wins First US Approval For Paid Robotaxis Without Human Controls Slashdot · 7/30 Catastrophic MoD Data Breach Caused By Lack of Training On Excel Slashdot · 7/30 Google's Gemini Can Now Stomp Around as a Humanoid Robot Slashdot · 7/30 Google Brings Its Age-Assurance Tech To Android Developers Worldwide Slashdot · 7/30 GCC Adopts Policy Rejecting Significant AI-Generated Code Slashdot · 7/30 · in the email Comcast Store Punished Low Sales By Smashing Pies In Workers' Faces, Lawsuit Claims Slashdot · 7/30 Qantas Plane Flies For More Than 24 Hours In Record-Breaking Flight Slashdot · 7/30 How to speed up the Rust compiler in July 2026 Lobsters · 7/31 Go 1.27 interactive tour Lobsters · 7/31 Stripe Just Wants a Number Lobsters · 7/31 A question about a factorial operator Lobsters · 7/31 Full flattening of nested data parallelism Lobsters · 7/31 · in the email The AI Aesthetic Lobsters · 7/30 Correlated RNG Lobsters · 7/31 Stacked pull requests are now in public preview Lobsters · 7/30 · in the email Progress toward compiling Linux with gccrs Lobsters · 7/30 GCC steering committee announces AI policy Lobsters · 7/30 · in the email C++ float-to-int conversion can be undefined behavior Lobsters · 7/30 deskhop: Fast Desktop Switching Device Lobsters · 7/30 Building Progressively Enhanced Forms Using htmx Lobsters · 7/30 · in the email Private data in ATProto: Permissioned Data Proposal Lobsters · 7/31 what the double-fork? Lobsters · 7/31 Project-Specific clangd Configuration with a Temporary Shell Lobsters · 7/31 C64 Demo Effects Explained: Rodents In The Attic Lobsters · 7/31 Derivations to Deployments: Practical Nix in Production - John Murray Lobsters · 7/31 What side projects have you enjoyed the most? Lobsters · 7/30 std.Io.Writer.Allocating ate all my memory Lobsters · 7/30 Logic for Programmers Lobsters · 7/30 A universal approach to mocking with continuations Lobsters · 7/30 · in the email Scaling NumPy on Free-Threaded Python Lobsters · 7/30 · in the email New keyboard: Alicjav2 Lobsters · 7/30 AI Mania Is Eviscerating Global Decision-Making Lobsters · 7/29 Shazam Updated With iMessage Stickers MacRumors · 7/31 iPhone 18 Pro Models Could Be Up to $300 More Expensive, Says Analyst MacRumors · 7/31 MacBook Ultra's New Design Won't Stay Exclusive for Long MacRumors · 7/31 Apple Says App Store Changes and Mobile Gaming Softness Affected Services Revenue MacRumors · 7/30 Apple Plans Paid iCloud+ Upgrades for Heavy AI Users MacRumors · 7/30 Tim Cook: Apple 'Reluctantly Raised Prices' Due to '100-Year Flood on Memory Pricing' MacRumors · 7/30 Tim Cook Thanks Shareholders on His Final Apple Earnings Call MacRumors · 7/30 · in the email Apple Warns of Growing Supply Constraints for iPhone, iPad, and Mac MacRumors · 7/30 Apple Reports 3Q 2026 Results: $29.8B Profit on $109.4B Revenue MacRumors · 7/30 Fortnite Returns to iPhone in Brazil as Epic Games Store Launches MacRumors · 7/30 Senators Demand Apple Commit to Not Buying Chinese Memory Chips MacRumors · 7/30 FCC Bans New Foreign-Made Robot Vacuums, Threatening Future Matter and HomeKit Models MacRumors · 7/30 Apple Donating to Japan Earthquake Relief Efforts MacRumors · 7/30 Spotify Adds Running Mode to iOS App With Tempo-Matched Music MacRumors · 7/30 AirTag 2 Available for Record Low Price of $89 for 4-Pack MacRumors · 7/30 You Can Listen to Tim Cook's Final Earnings Call as Apple CEO Today MacRumors · 7/30 Apple Donating to European Wildfire Relief Efforts MacRumors · 7/30 iOS 27 Finally Unlinks Alarm Volume From Your iPhone Ringer MacRumors · 7/30 iPhone 18 Pro and iPhone Ultra: When is the Next Apple Event? MacRumors · 7/30 iOS 27: Tone Down Liquid Glass Transparency MacRumors · 7/30 Anders Hejlsberg demos TypeScript 7's 10x speedup JavaScript Weekly · 7/28 TanStack's new look, and life without RSC React Status · 7/31 npm to scan packages for malware at publish time Node Weekly · 7/30 · in the email Cognizant and Anthropic expand their partnership to bring Claude to enterprise clients Anthropic · 7/27 Our position on open-weights models Anthropic · 7/27 Advancing responsible AI across Europe OpenAI · 7/31 Univé builds an AI-ready workforce OpenAI · 7/31 Advancing the price-performance frontier with GPT-5.6 OpenAI · 7/30 · in the email How avatarin built a 24/7 retail agent with GPT-Realtime OpenAI · 7/30 How enabling two settings tripled our scores on the ARC-AGI-3 benchmark OpenAI · 7/29 · in the email Accelerating scientific discovery with ChatGPT for Academic Researchers OpenAI · 7/29 How GPT-5.6 fuses frontier intelligence with frontier efficiency OpenAI · 7/29 Scientific computing in the age of agentic AI OpenAI · 7/28 How AI is expanding what people do at work OpenAI · 7/27 Gemini Robotics ER 2: powering robotics with video understanding, task orchestration, and multi-robot collaboration Google DeepMind · 7/30 We’re launching Lyria 3.5 in Google Flow Music, with advances across musicality, lyrics, vocals, and creative control Google DeepMind · 7/29 Gemini Robotics 2 brings whole body intelligence to robots Google DeepMind · 7/28 GPU Management: Why Idle GPUs Are the New Grounded Aircraft Hugging Face · 7/30 The OlmoEarth Platform: Geospatial inference at planetary scale Hugging Face · 7/28 LFM2.5-Encoders for Fast Long-Context Inference on CPU Hugging Face · 7/28 NVIDIA Cosmos-H-Dreams: Bringing Real-Time Generative Simulation to Surgical Robotics Hugging Face · 7/27 Anatomy of a Frontier Lab Agent Intrusion: A Technical Timeline of the July 2026 Incident Hugging Face · 7/27 Advancing the price-performance frontier with GPT‑5.6 Simon Willison · 7/30 · in the email Investigating three real-world incidents in our cybersecurity evaluations Simon Willison · 7/30 · in the email llm 0.32rc2 Simon Willison · 7/30 Quoting Bruce Schneier Simon Willison · 7/30 llm-chat-completions-server 0.1a0 Simon Willison · 7/30 llm 0.32rc1 Simon Willison · 7/30 Quoting D. Richard Hipp Simon Willison · 7/29 AI Worming through Word Simon Willison · 7/29 Quoting Matthew Green Simon Willison · 7/29 Adding a custom MCP server to Claude and ChatGPT Simon Willison · 7/29 Discovering cryptographic weaknesses with Claude Simon Willison · 7/28 Quoting Akshat Bubna Simon Willison · 7/28 uv 0.12.0 Simon Willison · 7/28 Anatomy of a Frontier Lab Agent Intrusion: A Technical Timeline of the July 2026 Incident Simon Willison · 7/28 moonshotai/Kimi-K3 Simon Willison · 7/27 An opinionated guide to which AI to use to do stuff Simon Willison · 7/27 An Inside Look at the Relay Market Powering Token Resellers and Fraud Simon Willison · 7/26 sqlite-utils 3.39.1 Simon Willison · 7/26 Ruff v0.16.0 Simon Willison · 7/25 Quoting Boris Cherny Simon Willison · 7/25 Introducing Claude Opus 5 Simon Willison · 7/24 [AINews] GPT 5.6 price cut by 20%-80%: Cost of GPT 5.4 Intelligence dropped 13x in 4 months due to GPT 5.6 recursive self-optimization Latent Space · 7/31 · in the email Ontologies Are So Back: Why AI Agents Are Reviving the Semantic Web Latent Space · 7/30 · in the email [AINews] AI is eating Finance; AIE NYC now open Latent Space · 7/29 [AINews] Fearing RSI: OpenAI, Anthropic, GDM, Meta, Thinky cosign letter to "Pace" AI development, as HuggingFace details Machine-Speed Offensive Cyberattack Latent Space · 7/29 Codex from 0 to 10M Users: Building ChatGPT Work — Akshay Nathan, OpenAI Latent Space · 7/28 [AINews] Much ado about Open Weights Latent Space · 7/28 [AINews] Claude Opus 5: Fable-level performance at Opus price (half Fable) Latent Space · 7/25 GenRec: Towards LLM-Native Recommendation at Netflix Netflix Tech · 7/30 An API for MoQ: provision your own isolated relays Cloudflare · 7/31 Dogfooding at scale: migrating cdnjs to Cloudflare’s Developer Platform Cloudflare · 7/30 Post-quantum authentication to origins is now supported Cloudflare · 7/29 Natural disasters and government interference: examining Q2 2026’s major Internet disruption events Cloudflare · 7/28 We’re open-sourcing our privacy proxy CLI Cloudflare · 7/27 BGP ORIGIN attribute manipulation and its impact on the Internet Cloudflare · 7/24 Stacked sessions and pull requests in the GitHub Copilot app GitHub Blog · 7/30 · in the email Tame Dependabot: Group your updates, slow the cadence, keep security fast GitHub Blog · 7/29 Disrupting supply chain attacks on npm and GitHub Actions GitHub Blog · 7/28 The harness is all you need (mostly) GitHub Blog · 7/27 GitHub Copilot app for Beginners: Getting started GitHub Blog · 7/27 GitHub Models is now retired GitHub Changelog · 7/30 Reference same-repository actions with self-repository syntax GitHub Changelog · 7/30 · in the email Stacked pull requests are now in public preview GitHub Changelog · 7/30 · in the email GitHub Copilot in Visual Studio — July update GitHub Changelog · 7/30 Limit remote control to managed devices GitHub Changelog · 7/30 GitHub Copilot in Visual Studio Code, July 2026 releases GitHub Changelog · 7/30 Copilot code review: Agent skills and MCP now generally available GitHub Changelog · 7/29 · in the email Default model enablement for Copilot Business and Enterprise GitHub Changelog · 7/29 CodeQL 2.26.1 improves analysis accuracy and framework coverage GitHub Changelog · 7/29 GitHub Copilot app usage metrics now expand across report rollups GitHub Changelog · 7/28 Vercel Passport is now generally available Vercel · 7/31 · in the email Server-Timing response headers will pass through to the client Vercel · 7/30 · in the email Shopify and Vercel are rebuilding Hydrogen for faster storefronts Vercel · 7/30 Run multiple isolated agents in a single Sandbox Vercel · 7/30 · in the email MiniMax H3 now available on AI Gateway Vercel · 7/30 Inkling Small from Thinking Machines is now available on AI Gateway Vercel · 7/30 Turborepo and Vercel Remote Cache now support OpenID Connect (OIDC) Vercel · 7/30 · in the email AI Gateway: GPT-5.6 pricing and speed updates Vercel · 7/30 · in the email Deployments are now up to 7 seconds faster Vercel · 7/30 Latest MCP spec now supported in mcp-handler Vercel · 7/30 · in the email Introducing Enterprise Flexible Commitment for Vercel Marketplace Vercel · 7/30 Project-scoped Tokens Vercel · 7/30 · in the email Grok Voice Think Fast 2.0 now available on AI Gateway Vercel · 7/29 Edge Config is now Global Config Vercel · 7/29 · in the email AI Gateway adds unified fast mode support Vercel · 7/29 Sign in with ChatGPT is now available on Vercel Vercel · 7/29 Additional custom environments can now be purchased Vercel · 7/29 Discover and install eve integrations from the CLI Vercel · 7/29 Vercel Sandbox supports forking Vercel · 7/28 Vercel Connect now supports Custom Environments Vercel · 7/28 Regional inference now available on AI Gateway Vercel · 7/27 eve adds new Slack event hooks and session controls Vercel · 7/27 How Sandstone grew 40x in 147 days on Vercel Vercel · 7/27 DeepsecBench: evaluating model performance in finding cybersecurity vulnerabilities Vercel · 7/27 WebSocket support for OpenAI Responses API live on AI Gateway Vercel · 7/27 Nuxt July 2026 security advisory Vercel · 7/27 Kimi K3 and Kimi K3 Fast with ZDR and US-based providers now on AI Gateway Vercel · 7/27 Run Claude Managed Agents with Chat SDK Vercel · 7/27 Vercel WAF for Blob is now in beta Vercel · 7/24 Introducing Profile Frames: Decorative Borders to Make Your Discord Profile Museum-Worthy Discord Engineering · 7/29 Eval-driven development: Lessons from evaluating GenAI at scale Airbnb Engineering · 7/28 Node.js 24.18.1 (LTS) Node.js · 7/29 Node.js 26.5.1 (Current) Node.js · 7/29 Node.js 22.23.2 (LTS) Node.js · 7/29 Wednesday, July 29, 2026 Security Releases Node.js · 7/29 Check out the New Node.js API Documentation Preview Node.js · 7/24 Adding manpower to a late software project makes it later.Fred Brooks