LodeHQSubscribe →

Anthropic Managed Agents + OpenAI buys Ona

Dev · 2026-07-02

Tools & Platforms
ZeroFS lets S3 act like a POSIX filesystem4 MIN

ZeroFS mounts any S3‑compatible bucket as a POSIX filesystem via NFS, 9P, FUSE or NBD. Its log‑structured engine writes immutable objects, compresses and encrypts data, and compacts deletions, while a local cache gives microsecond reads. It passes xfstests, Jepsen failover and kernel‑build stress suites, proving production‑grade reliability.

Anthropic’s Managed Agents Let Claude Run Forever Without Infrastructure Headaches10 MIN

Anthropic launched Managed Agents, a hosted service that runs long‑horizon Claude agents via stable, interchangeable components, session logs, harness loops, and sandboxes. By abstracting these layers, the platform avoids pet‑style containers and lets agents survive model upgrades and failures, cutting engineering overhead for autonomous AI workflows.

Chrome’s <usermedia> Element Cuts Boilerplate and Boosts Permission Recovery5 MIN

Chrome 151 ships the declarative <usermedia> element, letting sites request camera and microphone via HTML instead of getUserMedia scripts. It trims code, hardens security, and helps users reclaim denied access, with early trials showing permission recovery rates jump from 10% to over 65% and error reductions for Zoom and Google Meet.

AI-Assisted Development
OpenAI buys Ona to give Codex agents persistent, secure cloud sandboxes2 MIN

OpenAI is buying Ona, the cloud dev‑environment startup behind Gitpod, to give its Codex agents persistent, secure sandboxes. This moves AI‑assisted work from short, on‑device tasks to multi‑day, production‑grade workflows, letting organizations keep data and execution under their own control.

AI can write functions, but only language design can give it global insight18 MIN

Current AI models excel at generating isolated code snippets, yet they falter when a solution demands a global view of the program, leading to over‑cautious checks and state explosion. The post argues that programming‑language features that enable reliable local reasoning could give developers the missing global guarantees, a direction worth exploring as AI matures.

Stay a Code Partner, Not a Passive Reviewer, as AI Coders Advance1 MIN

At AIE World’s Fair 2026 Geoffrey Litt argued that developers must maintain deep, up‑to‑date understanding of their codebases, or risk becoming passive reviewers to increasingly autonomous AI coding agents. The "understand to participate" framing warns that losing this insight creates cognitive debt and hampers effective collaboration.

Claude Sonnet 5 expands context to 1 M tokens, but costs more per word1 MIN

Claude Sonnet 5 doubles the context window to 1 million tokens and ups the max output to 128 k, but its new tokenizer inflates token counts by ~30% for English, raising effective cost. Adaptive thinking is now on by default and older sampling knobs are gone, streamlining prompts for developers.

Fable Beats Most LLMs at Untangling a LangGraph God Node48 MIN

The author pits Fable against ten other LLMs to refactor a sprawling LangGraph "god node", a 350‑line monolith that blocks debugging and testing. By having models propose rewrites and then critique each other's suggestions, the study reveals which models excel as generators versus evaluators, giving concrete guidance for AI‑assisted code cleanup.

Senior SWE-Bench forces AI agents to prove senior‑engineer competence2 MIN

Snorkel’s Senior SWE-Bench shifts AI code‑agent evaluation from junior‑level tasks to realistic senior‑engineer challenges, featuring under‑specified feature specs and runtime‑heavy bug fixes. Early results show even top‑tier models miss senior‑grade correctness more than three‑quarters of the time, setting a new performance target for LLM‑driven development.

Engineering Practice
Meta’s Tiered Caching Overhaul Boosts GPU Utilization and AI Research Velocity12 MIN

Meta rewrote its storage stack, adding a tiered caching layer and rebuilding metadata to cut GPU stalls on massive AI models. The new BLOB‑storage architecture runs on top of its Tectonic fabric, delivering faster data ingest and cross‑region access, which slashes training costs and speeds up research cycles.

Client‑Side Load Balancer Powers Over 1 M RPS, Slashing Latency and Costs30 MIN

Zalando’s team rewrote internal routing for its Product Read API with a pure client‑side load balancer that now sustains over a million requests per second. By pulling routing decisions out of Skipper and adding N‑ring fade‑in, occupancy‑based load limits and AZ‑aware latency health, they cut latency, lowered cost and hardened the service against infrastructure failures.

Rewrites rarely add value, they erase hidden fixes and serve engineer ego5 MIN

A developer rewrote a production CakePHP app in Laravel just because it felt better, without any business benefit. The piece shows how rewrites erase hidden bug‑fix history, force teams to re‑encounter old issues, and often serve engineer vanity over real value. Skip the rewrite unless the code truly blocks progress.

GitHub cleared 20k+ secret scans in nine months with a concrete remediation playbook9 MIN

GitHub faced over 20,000 secret‑scanning alerts across 15,000 repos and reduced them to zero in nine months by triaging noise, focusing on active credentials, and building cross‑team remediation workflows that spanned code, tickets, and bug‑bounty reports. The playbook offers concrete steps any org can adopt to tame secret‑leakage.

Why AI Agents Need Throwaway Sandboxes to Safeguard Your Data18 MIN

As AI agents gain the ability to run code autonomously, they can inadvertently expose private files, fetch malicious content, and exfiltrate data. Sandboxing gives each agent a disposable, isolated environment with strict resource limits, ensuring any code it generates runs safely and disappears afterward.

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