In this issue, August 25, 2026 View it in your browser.

Causal AI, SafeChat, Docker Virtualization, Sync Engine, Azure MCP GA, DRAM Bypass, JEP 540, Aspire 13.5, .NET 11 P7, Next.js 16.3, Vite+ Beta, WhatsApp ML, Cascade Fail, Disposable Code, Influence

InfoQ AI-Assisted Engineering cohort (online, Sep 18): Who checks what the coding agent wrote?

Coding agents produce more change than anyone can review line by line. Over five weeks you work out how to verify what they write, so checks run before a human opens the pull request. Zichuan Xiong and Premanand Chandrasekaran run the sessions with engineers from other companies. Explore the cohort.

 

Sponsored by Tiger Data

AI's Physical Constraints - Sponsored by Tiger Data

AI's Physical Constraints

AI is rewriting the data center. GPU scarcity, memory limits, extreme heat, power delays, and facility redesigns are reshaping AI infrastructure. Discover how these challenges connect—and what the next generation of AI data centers will require. Learn More.

https://res.infoq.com/minibooks/architect-sociotechnical-craft/en/smallimage/thumb-1787566215701.jpg

Architecture as a Socio-Technical Craft

Architecture is not a fixed choice made once; fitness is a moving target driven by changing regulations, tech, and markets. Even a sound design can silently stop fitting over time without bad calls. Spanning seven articles on context stores, gateways, and topologies, this collection treats architecture as an evolving sociotechnical craft where teams deliberately shape friction, fitness, and flow. (eMag)

https://res.infoq.com/podcasts/agentic-ai-sorcerers-apprentice/en/smallimage/infoq-podcast-500-1787058367301.jpg

Will Agentic AI Bring Fantasia’s Sorcerer's Apprentice to Life?: A Conversation with Tracy Bannon

In this podcast, Michael Stiefel spoke to Tracy Bannon about the role of artificial intelligence in software and the attendant risks in the areas of security, software development, and society at large. While it might be reasonable to assume a certain amount of trust within a software ecosystem, the risks escalate when the boundary between two software ecosystems is crossed. (Podcast)

TOP AI, ML & Data Engineering NEWS HEADLINES

  1. AI Code Review at Scale: LinkedIn's Multi-Agent Approach

  2. Harper Argues against the Multi-System Stack and Releases 5.2

  3. The Open-Sourcing of DeepSeek Harness Opens the Door to Modular, Unbundled AI Agent Infrastructure

  4. Netflix Open-Sources Agentic Workflow for Causal Inference

  5. SpaceXAI Launches Grok Bot for Autonomous AI Agents

SafeChat: Building AI-Powered Safety Systems at Scale in a Real-Time Marketplace

Bruna Pereira explains how DoorDash built a content-agnostic AI moderation platform. She covers replacing costly LLM-only pipelines with a hybrid pattern: using fast internal models to filter obvious cases, LLM multi-axis scoring for nuanced decisions, and no-code workflows with backtesting. Discover how this architectural pattern cut safety incidents while scaling to millions of daily messages. (Presentation with transcript included)

From Fab To Token - The State Of The Market

Jordan Nanos discusses how semiconductor constraints, data center expansion, and networking bottlenecks impact AI software architecture. Drawing from SemiAnalysis research, he shares insights on benchmark performance, GPU scaling, and tokenomics from chip fab to model inference. (Presentation with transcript included)

From Thousands to One: Building LLM-Powered Selection Systems

Jendrik Jördening shares practical engineering strategies for integrating LLMs into production pipelines. He discusses overcoming non-determinism, restricting schemas, separating semantic text extraction from deterministic code, and validating choices using discriminator models. Learn how to structure LLMs with an MVC approach to ensure database integrity, observability, and system reliability. (Presentation with transcript included)

TOP DevOps NEWS HEADLINES

  1. Cloudflare Turns Engineering Standards Into an AI-Enforced Control System

  2. Flux Mirror Uses Gitless GitOps to Keep Software Supply Chain under Control

  3. Docker Launches Fully Rebuilt Virtualization Layer to Boost Performance and Improve Dev Experience

  4. Multi Agent Collaboration Gets Persistent Compute in Bedrock AgentCore

  5. GitHub Brings Stacked Pull Requests to Public Preview

Enchant Your AI and APIs with eBPF Magic 🪄

Dan Finneran discusses the risks of unowned AI-generated code in production and demonstrates how eBPF can intercept and control AI API traffic in Kubernetes. He explains how kernel-level socket hooks enable transparent prompt filtering, model swapping, token limits, and syscall restrictions to secure AI agents without modifying application source code or restarting containers. (Presentation with transcript included)

Why Fetch When You Can Sync? Building Local-First Apps on a Sync Engine Architecture

James Arthur shares why sync is the next frontier in frontend architecture. He explains how extending reactivity to the server with Electric and TanStack DB replaces imperative fetching with declarative data bindings. Learn how query-driven sync and local optimistic updates enable engineering leaders to build insanely fast, collaborative, and agentic applications using their existing stack. (Presentation with transcript included)

TOP Cloud NEWS HEADLINES

  1. OVHcloud Raises Prices as AI Memory Demand Reprices Non-AI Infrastructure

  2. AWS Releases Aws-Bench to Evaluate Agents on Cloud Tasks

  3. Azure DevOps Remote MCP Server Reaches GA, Without Support for Claude, ChatGPT, or Cursor

  4. Cloudflare WriteGuard Brings Fine-Grained Security Controls for MCP Servers

Cloudflare Announces Kitesurf, a Browser Engine for Agents

Cloudflare recently introduced Kitesurf, a lightweight browser built for automated workloads. Kitesurf runs browser components in isolated WebAssembly/Rust environments on Cloudflare Workers and supports the Chrome DevTools Protocol, allowing tools such as Playwright and Puppeteer to drive it with lower resource overhead than a full Chromium browser. (News)

TOP Development NEWS HEADLINES

  1. DRAM Controller Register Manipulation Breaks CPU Memory Isolation

  2. Major Frontier Model Providers Adopt Watermarking Tech to Comply with EU Regulation

  3. Grafana's gcx and MCP Server Reach GA for Telemetry-Driven Agent Development

  4. S3 Compatibility Doesn't Guarantee S3-Level Security

Cloudflare Turns CI Pipelines into TypeScript Workflows

Cloudflare has released cloudflare/ci, a CI SDK that defines pipelines in TypeScript on top of Cloudflare Workflows, giving each step durable retries and replay, concurrent steps by default and Sandbox snapshot caching. It targets the Workers runtime and depends on Artifacts, still in private beta, so the transferable lesson is the durable-step model rather than a drop-in CI replacement. (News)

TOP Java NEWS HEADLINES

  1. JEP 540 Proposed to Target JDK 28 with a Simple JSON API

Java News Roundup: Simple JSON API, GlassFish, Jakarta EE, JNoSQL, Open Liberty, LangChain4j

This week's Java roundup for August 10th, 2026, features news highlighting: Simple JSON API proposed to target for JDK 28; an update on Jakarta EE 12; the August 2026 edition of Open Liberty; a point release of LangChain4j; maintenance releases of Eclipse JNoSQL and GraalVM Native Build tools; the third milestone release of GlassFish 9.0; and the second beta release of Groovy 6.0. (News)

TOP .NET NEWS HEADLINES

  1. Microsoft Releases Aspire 13.5 with a Refreshed Dashboard and Workflow Improvements

  2. .NET 11 MAUI Preview 7 Adds Passkeys, Incremental XAML Hot Reload, and Shell Route Templates to MAUI

.NET 11 Preview 7 Brings Updates across C#, ASP.NET Core, EF Core, and Windows Forms

Last week Microsoft released .NET 11 Preview 7, with updates across C#, ASP.NET Core, .NET MAUI, Entity Framework Core, Windows Forms, and F#. C# adds labeled break and continue. ASP.NET Core brings Blazor circuit pausing, CacheView, and built-in validation localization. Windows Forms gains an opt-in modern rendering pipeline, and EF Core adds Half type support on SQLite. (News)

TOP Web Development NEWS HEADLINES

  1. VoidZero Releases Vite+ Beta: A Unified Web Toolchain Behind a Single Command

  2. React Router v8: a Deliberately Boring Release with ESM-Only Builds and Default Middleware

  3. shadcn Brings Conversational Primitives to shadcn/ui with New Chat Components

Next.js 16.3: Instant Navigations, up to 90% Less Dev Memory and Faster Builds

Vercel has released Next.js 16.3, featuring significant updates since version 16.0. Enhancements include reduced memory usage during development, accelerated build times, and improved type checking. Instant Navigations introduces faster, client-like responses while maintaining server-rendered architecture. Developers are advised to gradually adopt new features due to noted caveats. (News)

TOP Architecture & Design NEWS HEADLINES

  1. Cloudflare Cuts Astro GitHub Issues by 85% with AI Agents

  2. Whatsapp Tests on Device ML for Scam Detection with Privacy Preserving Analytics

  3. Grab Cuts Mechanical Analytics Work from 44% to 30% with AI Agents

Agentic Fitness Functions: Extending Evolutionary Architecture Beyond Deterministic Rules

Deterministic rules safeguard hard metrics, but what about architectural intent? Discover how agentic fitness functions combine AI agents and versioned rubrics to evaluate complex, judgment-heavy concerns—such as boundary fidelity, semantic contract drift, and stale ADR assumptions. Elevate evolutionary architecture governance with continuous, calibrated feedback loops. (Article)

Understanding Progressive Collapse: How To Avoid A Cascading Failure

Sam Newman discusses the concept of progressive collapse in civil engineering and how it applies to distributed systems. Using real-world examples - from the 1968 Ronan Point tower failure to AWS outages - he shares crucial resilience engineering strategies for software leaders. Learn how to strengthen components, isolate failures, and reduce interconnections to prevent catastrophic cascades. (Presentation with transcript included)

TOP Culture & Methods NEWS HEADLINES

  1. How Code in the Age of Artificial Intelligence Becomes Write-Only and Disposable

Turning Outward: Growing From Code to Influence

Brad Grantham discusses how software engineers and architects can transition from individual contributors to influential technical leaders. Brad shares actionable insights on expanding skills into business and legal domains, adapting communication styles for non-technical stakeholders, moving past ego to empower teams, and navigating complex organizational dynamics to maximize engineering impact. (Presentation with transcript included)

SPONSORED CONTENT

Latest Sponsored Resources

document AI Playbook for Engineering Leaders: From AI Experiments to Production Systems

document The Practical Agentic Coding Playbook