LodeHQSubscribe →

ShadowRealm, Genkit, Antigravity debut

Dev · 2026-05-27

Languages & Frameworks
ShadowRealm API promises true JavaScript isolation for safer web apps13 MIN

TC39’s upcoming ShadowRealm API lets developers run JavaScript in a separate, fully‑isolated realm, preventing global object leaks and prototype‑pollution attacks. Unlike workers, ShadowRealms keep code in the same thread while offering strict sandboxing, opening new possibilities for safely loading third‑party scripts.

Tools & Platforms
Google adds Genkit middleware for retries, fallbacks, and human‑in‑the‑loop AI apps4 MIN

Google’s open‑source Genkit now offers a middleware layer that lets developers intercept generation calls to add retries, model fallbacks, and human‑in‑the‑loop safeguards. The hooks work at generate, model, and tool stages, with pre‑built components for exponential backoff, alternative model selection, and tool approval. Middleware is available in TypeScript, Go, and Dart, with Python coming soon.

Google debuts Antigravity CLI, succeeding Gemini CLI for multi‑agent terminal workflows2 MIN

Google is consolidating its AI terminal tools by replacing Gemini CLI with Antigravity CLI, a Go‑based, agent‑first platform designed for multi‑agent workflows. The new CLI retains core Gemini features like agent skills and plugins while offering a unified backend for broader development scenarios.

Rosalind: Rust‑based Genomics Engine for Low‑Memory Whole‑Genome Pipelines4 MIN

Rosalind is a deterministic, low‑memory genomics toolkit written in Rust that performs read alignment and variant calling directly on commodity hardware, even a laptop. It streams analysis with bounded memory, offers a library, CLI and Python bindings, and ensures reproducible, bit‑for‑bit identical output.

AI-Assisted Development
Structured Prompt‑Driven Development Turns LLM Prompts into Version‑Controlled Artifacts47 MIN

Martin Fowler describes Structured Prompt‑Driven Development (SPDD), a workflow that treats LLM prompts as first‑class, version‑controlled deliverables. By structuring prompts with the REASONS canvas, teams can make AI‑generated code more governable, reviewable, and reusable, scaling assistant benefits from individual speed to organization‑wide quality.

Static analysis sensors let AI coding agents preserve code maintainability20 MIN

Martin Fowler details how adding static analysis tools, type checking, ESLint, Semgrep, dependency‑cruiser, and test coverage, acts as real‑time sensors for AI coding agents. These sensors help the agents detect maintainability risks early, keeping codebases easier to change and reducing bugs introduced by AI-generated changes.

AWS launches MCP Server for secure AI agent access to all services6 MIN

AWS announced the general availability of the MCP Server, a managed service that lets AI agents and coding assistants securely call any AWS API using existing IAM credentials. It provides up‑to‑date documentation lookup, a sandboxed run_script tool, and fine‑grained IAM context keys, enabling production‑ready infrastructure automation.

ClickHouse Shares Lessons from a Year Using AI Coding Agents5 MIN

ClickHouse reports a year of experimenting with AI coding agents, detailing three assistance levels, from simple copy‑paste to autonomous multi‑agent loops. The team found agents especially effective for repetitive boilerplate, build‑system tweaks, and automated merge‑conflict resolutions, boosting reliability and speed.

Google launches A2UI v0.9, a framework-agnostic standard for AI-generated UI widgets4 MIN

Google’s A2UI v0.9 defines a language-agnostic spec that lets AI agents produce real-time UI components using existing design systems. The release includes a Python SDK and web-core library to integrate generative UI into any front-end, paving the way for production-grade AI-driven interfaces.

ING Uses AI ‘Vibe Coding’ to Build Trading Systems in Hours4 MIN

ING’s electronic trading team is using “vibe coding,” prompting large language models (Anthropic’s Claude) to generate code, allowing it to build FX and credit trading infrastructure in hours instead of weeks. The approach cuts development time, boosts trade volumes, and signals a shift toward AI‑driven production code in banking.

Eight Failure Modes and Pillars for Building Reliable Coding Agent Harnesses20 MIN

The post details eight common failure modes of AI coding agents, lack of context, provenance, capability, workflow, restraint, verification, visual interface, and coordination, and proposes a matching harness pillar for each. It describes how Nimbalyst implemented these pillars around Claude Code and Codex to make agents safe, trustworthy, and productive.

Engineering Practice
Building a Resilient Google Drive Sync Engine for Chrome MV33 MIN

The post details how the author re‑engineered a Chrome extension’s Google Drive sync engine to survive Manifest V3’s strict service‑worker lifecycle. By shifting all state to chrome.storage.local, merging offline changes manually, and replacing the Google SDK with lightweight fetch calls, the extension stays responsive and avoids data loss.

Stack Overflow Questions Plunge Amid AI‑Driven Learning Shift9 MIN

A sharp decline in Stack Overflow questions, from over 200k monthly in 2014 to under 3k in 2026, reflects stricter moderation and the rise of AI assistants. The article argues this trend signals a broader industry shift away from asking peers toward relying on generative AI for problem‑solving.

Colorado, California Exempt Open‑Source Projects from Age‑Attestation Laws3 MIN

Legislators in Colorado and California have carved out an exemption for open‑source software, code repositories, and container registries from new age‑verification requirements. The change protects privacy by recognizing that open‑source projects typically don’t collect personal data or target children, marking a win for the community.

Curl team swamped by AI-generated security reports, says Daniel Stenberg1 MIN

Daniel Stenberg warns that curl’s security team now receives 4‑5 times more AI‑assisted vulnerability reports than in 2024, often detailed but low‑severity. The surge is straining workloads and work‑life balance, highlighting the pressure open‑source projects face from AI‑driven bug hunting.

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