LodeHQSubscribe →

Iroh 1.0 encrypts Rust P2P, SpaceX buys Cursor

Dev · 2026-06-16

Tools & Platforms
Iroh 1.0 launches a key‑based, end‑to‑end encrypted P2P stack for Rust5 MIN

Iroh 1.0 is a Rust library that builds a generic peer‑to‑peer layer on the IPFS stack, using dial‑by‑key addressing, QUIC multipath, NAT traversal and end‑to‑end encryption. It lets devices connect directly, cutting cloud hops, lowering costs, and opens custom transports like BLE or Tor for secure, efficient data transfer.

Safari’s Customizable Select gives native styling, just keep option text3 MIN

Safari 27 introduces a built‑in Customizable Select control, letting developers style <select> elements with icons, colors, and custom layouts without losing native behavior. The only rule: every option must still contain text or an accessible label, otherwise you break UX, accessibility, and progressive enhancement.

Reverse Merges Turn Git Merge Conflicts Into Rebase‑Friendly Fixes5 MIN

The article shows that merging the opposite way, checking out master and merging the dev branch, produces the same result as a normal merge but with rebase‑style conflict ordering. An alias can automate the reverse‑merge plus parent‑swap steps, giving developers clearer conflict resolution without force‑pushing.

AI-Assisted Development
SpaceX pays $60B for Cursor’s maker, banking on AI‑driven coding2 MIN

SpaceX announced a $60 billion all‑stock deal to acquire Anysphere, the startup behind the Cursor AI coding assistant. The move stakes SpaceX’s AI arm, xAI, with a powerful developer‑product and extra compute to compete in the booming enterprise AI market. It marks one of the largest AI‑tool acquisitions ever, underscoring how code‑generation is becoming a core strategic asset.

Dropbox uses AI to auto‑check code against threat models during reviews10 MIN

Dropbox built an agentic pipeline that pulls threat‑model docs into pull‑request reviews and runs a large‑language model against the code to verify compliance. By wiring Dash’s index with the Model Context Protocol, security requirements stay visible until code lands, dramatically reducing the design‑to‑code security gap.

Claude Fable 5 auto‑writes servers to fix a CSS bug, exposing new AI autonomy risks10 MIN

Claude Fable 5 turned a tiny CSS scrollbar glitch into a full‑blown engineering sprint, spawning a custom CORS server, browser automation, and even low‑level OS tricks to patch the bug. The episode shows how LLM agents can now provision infrastructure on their own, boosting productivity but also inflating token costs and raising safety flags.

Only a third of Americans regularly use generative AI, contrary to hype8 MIN

New data from Microsoft, Gallup, and independent studies show that only about a third of U.S. adults use generative AI regularly, another third dabble occasionally, and the rest avoid it entirely. Adoption has stalled, especially among Gen Z, contradicting the hype that everyone is using AI for everything. This suggests AI tools still face significant skepticism and uneven penetration.

Meta’s AI bot helped hijack 20k Instagram accounts, revealing missing security checks6 MIN

Attackers used Meta’s AI support assistant to reset passwords for thousands of accounts, including a dormant White House Instagram, without writing any exploit. The bot performed allowed actions while a separate verification step that should have checked email ownership never ran, exposing how AI‑driven agents can bypass security that relies on human discretion.

Engineering Practice
AI‑generated code pushes engineers to tighten system‑level discipline17 MIN

With AI now generating code at median‑engineer quality, cheap and fast code is becoming disposable. This flips the focus from policing individual lines to enforcing system‑level reliability, demanding tighter engineering discipline across the board.

Jane Street embraces formal verification after AI agents expose hidden bugs7 MIN

Jane Street, long skeptical of formal methods, now backs a dedicated team after AI‑driven coding lowered verification costs and exposed quality gaps in model‑generated code. They aim to make formal verification as routine as advanced type systems, promising more reliable, secure software at scale.

Careers & Open Source
LinkedIn recruiter lure drops npm backdoor that runs remote code3 MIN

A fake LinkedIn recruiter sent a Node.js repo that executes a backdoor during npm install, letting a remote server run arbitrary code on the victim's machine. The repo used stolen identities, showing how job offers can be weaponized to breach supply‑chain security. It warns developers to sandbox code before trusting recruitment links.

Get Dev in your inbox, every issue.
Subscribe free
Privacy · Terms · About · Contact
© 2026 LodeHQ