In this issue, July 28, 2026 View it in your browser.

Yelp ML, SecOps AI, GitHub Leak, Platform Eng, AWS Billing, AWS Loom, PixelSmash, Bijou64, LangChain4j, React Rust, Jotai v2.20, Quail 2, Mobile AI, Claude Contains, DB Workflows, Compliance

QCon San Francisco 2026 (Nov 16-18): The three keynotes are set.

Plum Ertz, Senior Director, Engineering @Ro, on why 10x-ing in a week fails and 10x-ing in a year works. Laura Savino Software Engineer @Adobe Photoshop, on learning out loud under pressure. Charlotte de Jong Schouwenburg, Co-founder of @Bravely, on building teams that execute. See the keynotes.

 

Sponsored by Tacnode

Below the Framework: Why Agent Context Is an Infrastructure Problem - Sponsored by Tacnode

Below the Framework: Why Agent Context Is an Infrastructure Problem

Most AI teams treat context as an application problem, optimizing retrieval pipelines, vector indexes, and prompts. But the real bottleneck may be the data layer. Learn why fragmented context stacks create latency and consistency challenges, and explore the principles of an agent-ready infrastructure for production AI systems. Live Webinar, August 27th, 2026 — Save Your Seat.

https://res.infoq.com/podcasts/strands-agents/en/smallimage/the-infoq-podcast-logo-thumbnail-1784037070015.jpg

Strands Agents with Clare Liguori

Thomas Betts talks with Clare Liguori, the technical lead on the open source Strands Agents SDK. The conversation covers how Strands Agents has grown from a Python SDK to a full agent harness running in production. Clare shares some lessons learned from building agents at scale, shifting to a model-driven architecture, and what comes next as the LLMs that underpin agents continue to improve. (Podcast)

TOP AI, ML & Data Engineering NEWS HEADLINES

  1. Yelp Unifies ML Model Training with Training Orchestrator

Multi-Agent AI for Production Security Operations: An A2A and MCP Architecture in a 5G Core

The bottleneck in a mature SOC is rarely analyst triage; rather, it is the detection-engineering team's ability to keep the rule base aligned with a threat landscape that evolves faster than rules can be written. Learn how multi-agent system for production security operations has reduced mean times to detect and to respond by 40% and compressed the human work required by 12x. (Article)

Autonomous Data Products for the Autonomous Era: Rethinking Data Architecture for GenAI

Jörg Schad explains how to tame the complex "data management hairball" to build scalable, safe architectures for AI. He shares how autonomous data products act like containers for data, encapsulating pipelines, schemas, and metadata. Discover how progressive tool discovery via protocols like MCP limits context rot, enforces governance policies, and ensures reliable, multi-modal access. (Presentation with transcript included)

From Copy-Paste to Composition: Building Agents Like Real Software

Jake Mannix discusses moving AI agents past chaotic "1970s BASIC" architectures. He shares how implementing an intermediate protocol layer allows engineering leaders to build versioned, encapsulated "virtual tools." This design enables interface mapping, dynamic schema projection, and runtime taint tracking to proactively eliminate data exfiltration risks without slowing velocity. (Presentation with transcript included)

Sponsored by Datadog

Can You Trust Your AI Incident Response Agent? - Sponsored by Datadog

Can You Trust Your AI Incident Response Agent?

When AI agents handle production incidents, "mostly right" isn't good enough. Discover how Datadog built an evaluation platform that measures reasoning, tool use, and outcomes—helping high-stakes AI agents perform reliably in production. Live Webinar, August 6, 2026 — Reserve your spot.

TOP DevOps NEWS HEADLINES

  1. Amazon EKS Adds Kubernetes Version Rollback Within 7 Days of an Upgrade

  2. AI Root Cause Analysis Shifts from Model Reasoning to Context Engineering

  3. Indirect Prompt Injection Exploits GitHub's AI Agent to Leak Private Repository Data

  4. GKE Security Blueprint Joins Growing List of Cloud AI Frameworks

  5. GitLab Brings Carbon Awareness to CI/CD to Measure the Environmental Cost of Software Delivery

Platform Engineering for Everyone - Success Can’t Be Coded

Max Korbacher explains why successful internal development platforms cannot be built on tech alone. He discusses the pitfalls of infrastructure-first thinking, the importance of a clear product mindset, and how to measure real value using DevEx and SPACE metrics. Learn how to align your team, manage tech debt, and foster a thriving community to ensure lasting platform adoption. (Presentation with transcript included)

Sponsored by Eon

NETGEAR Cut Cloud Storage Costs 35% and Made Recovery 88% Faster - What's Your Number? - Sponsored by Eon

NETGEAR Cut Cloud Storage Costs 35% and Made Recovery 88% Faster - What's Your Number?

87% of companies pay to protect data they'll never touch again. 68% of Cloud Leaders spend $1M+ a year on cloud storage and don't understand why. Get the cloud cost reduction guide →

TOP Cloud NEWS HEADLINES

  1. Airbus Makes Protection from Extraterritorial Law a Scored Criterion in Its Cloud Tender

  2. AWS Releases Loom, an Open-Source Reference Platform for Governing AI Agents at Enterprise Scale

AWS Billing Bug Shows Customers Trillion-Dollar Estimates While Its Own Cost Alarms Fail to Act

A configuration change in AWS's bill computation system showed customers estimated bills in the billions and trillions of dollars for over 24 hours. AWS's own alarms detected the anomalies but failed to halt bill generation or page engineers; customer escalations alerted the company 4.5 hours later. Budget and cost anomaly alerts were disabled platform-wide during mitigation. (News)

TOP Development NEWS HEADLINES

  1. AI-Enabled Security Researchers Discover How a Crafted Video Can Provide Attackers Access to Your PC

  2. GitLab 19.2 Puts AI Agents to Work on the Security Backlog

Ink & Switch Introduces Bijou64: Canonical Variable-Length Integer Encoding for Safe Parsing

Ink & Switch published bijou64, a variable-length integer encoding where every number has exactly one byte representation, closing the canonicality bug class behind attacks on PKCS#1, JWT libraries, and Bitcoin. The design also decodes two to ten times faster than LEB128. Community ports to Elixir, Go, Perl, and Java followed, while HN commenters debated SIMD performance and residual range checks. (News)

TOP Java NEWS HEADLINES

  1. Java News Roundup: Value Objects, WildFly 41, TornadoVM, LangChain4j, Oracle AI Agent Studio

The Self-Building Agent: A LangChain4j Experiment

The article discusses an experiment where a code assistant had to design an agentic system using LangChain4j documentation. The assistant created a coding framework capable of writing, testing, and debugging code autonomously. Results showed that two architectural patterns—supervisor and workflow—offered different trade-offs between flexibility and execution speed during debugging tasks. (Article)

TOP Web Development NEWS HEADLINES

  1. Jotai v2.20: Rework Store Building Blocks for High-Throughput Performance and Sets the Stage for v3

  2. RSPack 2.0: Performance Gains, Leaner Dependencies and ESM Core

Meta Ports React Compiler to Rust for Faster Builds and Tighter Toolchain Integration

Meta's React library has integrated a Rust version of the React Compiler into its main repository, aimed at enhancing build speed and compatibility with the Rust-based JavaScript toolchain. This port, which memoizes components automatically, demonstrates significant performance improvements, boasting up to 50% faster compilation. The public API remains unchanged to facilitate easy upgrades. (News)

TOP Mobile and IoT NEWS HEADLINES

  1. Android Studio Quail 2 Redesigns Agent Mode, Streamlines AI-Assisted Coding

Engineering AI for Creativity and Curiosity on Mobile

Bhavuk Jain discusses translating foundational AI into scalable mobile products. He shares the engineering challenges behind AI Wallpapers and Circle to Search, detailing how to implement robust runtime guardrails, fine-tuning, and seamless OS integration. For engineering leaders, he explains balancing UX constraints with model latency and infrastructure cost to deliver safe, reliable AI. (Presentation with transcript included)

TOP Architecture & Design NEWS HEADLINES

  1. How Zalando Built an In-Process Client-Side Load Balancer for One Million Requests per Second

  2. Expedia Uses AI-Driven Service Telemetry Analyzer to Accelerate Incident Investigation

  3. GitHub Increased Instant Navigation from 4% to 22% by Rethinking Client Side Architecture

  4. Anthropic Details How it Contains Claude across Web, Code, and Cowork

  5. DoorDash Uses Envoy and Valkey for a 1.5M RPS Proxy Cache with 99.99999% Availability

Compiling Workflows into Databases: The Architecture That Shouldn't Work (But Does)

Jeremy Edberg & Qian Li discuss why external orchestrators decrease reliability and how to use your existing database for durable execution. They share how DBOS Transact uses standard tables, SKIP LOCKED queues, and unique primary keys to manage complex, fault-tolerant AI workflows with minimal latency, all without the operational overhead of separate distributed systems. (Presentation with transcript included)

Achieving Compliance as a Platform Engineering Team by Helping Developers

When a new platform team set out to implement their roadmap through forced workflows with poor documentation, developer experience declined. Success came from simplifying governance, prioritizing what mattered, and rolling out compliance incrementally through prevention, detection, and communication. Empathy, focus, and shared purpose drove successful adoption. (News)

SPONSORED CONTENT

Latest Sponsored Resources

document Stop Drowning in Logs: An Architecture Guide to Scalable Log Strategy

document How Agentic AI Works in Ops