In this issue, June 30, 2026 View it in your browser.

Eve Framework, AI/PR Bottleneck, Workload Creds, Not DNS, FinOps Agent, Graviton5, HTML vs Markdown, Polyglot SDKs, Lucide 1.0, Swift 6.4, Tracking Service, Grab Palana, AI in SDLC, EU Cloud

QCon London 2027 (Apr 13-15): 15 provisional tracks announced.

The provisional tracks are live including Engineering AI Systems, Architecting for Agents, Resilience Engineering, Real World Platform Engineering, Staff+ Engineering Skills, and more. Early bird pricing ends July 14. Explore the tracks.

 

Sponsored by Harness

Engineering for the Agentic Era: How to Spec, Build, Test, and Operate AI-Powered Systems - Sponsored by Harness

Engineering for the Agentic Era: How to Spec, Build, Test, and Operate AI-Powered Systems

AI systems expose gaps in how teams define work, verify behavior, and operate software. This session covers Spec-Driven Development, agent architecture principles, and operational readiness — a practical framework for AI-native delivery. Live Webinar, July 16th, 2026 — Save Your Seat.

https://res.infoq.com/podcasts/empowers-developers-inside-linux-kernel/en/smallimage/the-infoq-podcast-logo-thumbnail-1781614035659.jpg

How eBPF Empowers Developers to Observe Inside the Linux Kernel in a Safe and Unintrusive Way

Daniel Finneran explores how eBPF has evolved far beyond its roots in packet filtering into a robust, safe way to extend the Linux kernel. He explains how the eBPF "verifier", the security guardrail, enables implementation of deep observability and networking without the risks of traditional kernel modules or the slow upstreaming process. (Podcast)

TOP AI, ML & Data Engineering NEWS HEADLINES

  1. Vercel Introduces Eve, an Open-Source Framework for Building AI Agents

  2. Google OpenRL is an Experimental Self-hosted API for LLM Post-Training Fine-Tuning

Understanding ML Model Poisoning: How It Happens and How to Detect It

In this article, the author explores data poisoning as a threat to machine learning systems, covering techniques such as label flipping, backdoors, clean-label poisoning, and gradient manipulation. The article reviews real-world incidents, discusses the challenges of detecting poisoned data, and presents practical defenses, tools, and operational practices for securing ML training pipelines. (Article)

AI Works, Pull Requests Don’t: How AI Is Breaking the SDLC and What To Do About It

Michael Webster discusses the rise of headless AI agents and their impact on software delivery pipelines. He shares how massive, AI-generated pull requests create a severe bottleneck for human reviewers and introduce persistent technical debt. Learn how engineering leaders can leverage test impact analysis and automated validation pipelines to verify agentic output without sacrificing stability. (Presentation with transcript included)

Rules for Understanding Language Models

Naomi Saphra discusses 5 rules governing language model behavior, breaking down why LLMs act like populations rather than individuals. She explains how tokenization creates strange semantic blind spots and highlights the mechanics of sycophancy, showing how models leverage subtle data associations to match user biases and demographics - even guessing political views based on favorite sports teams. (Presentation with transcript included)

Sponsored by Ably Realtime

Your Vercel AI SDK app is missing a session layer - Sponsored by Ably Realtime

Your Vercel AI SDK app is missing a session layer

Vercel AI SDK handles the interface. AI Transport handles the session. Drop it into your existing Next.js app, and your sessions survive everything your users throw at them. Discover Ably AI Transport →

TOP DevOps NEWS HEADLINES

  1. AWS Introduces Workload Credentials Provider for Automated Certificate and Secret Management

  2. Dapr 1.18 Introduces Verifiable Execution, Bringing Cryptographic Trust to AI Agents and Workflows

  3. Argo CD 3.5 Tightens Supply Chain Security with Internal mTLS and Source Integrity

  4. Microsoft Expands Azure Kubernetes Service with Bare Metal, Fleet Management and AI Infrastructure

The Time It Wasn't DNS

Sean Klein discusses why "human error" is a dangerous myth in complex systems. Sharing the inside story of Azure’s 2023 global WAN outage, he explains how modern incident analysis looks past the "Five Whys" to uncover systemic issues. Learn how engineering leaders can move away from blame, improve Standard Operating Procedures, and design resilient systems that actively protect their engineers. (Presentation with transcript included)

TOP Cloud NEWS HEADLINES

  1. AWS Previews FinOps Agent for Cost Analysis and Optimization

  2. How Cloudflare Solved a Congestion Bug in quiche

  3. Cloudflare Ships Agent Skills for Zero Trust Deployment and Migration

  4. Slack Outlines Four-Phase Journey to a Multi-Cloud AI Serving Platform

  5. AWS Graviton5 Reaches General Availability with 192 Cores and Formally Verified VM Isolation

AWS Launches Blocks, an Open-Source TypeScript Framework Designed for AI Agents to Build Backends

AWS released Blocks in public preview, an open-source TypeScript framework where each Block bundles application code, local mocks, and AWS infrastructure. Designed for AI agents to write correct backends from the start, it runs locally without an AWS account and deploys the same code to Lambda, DynamoDB, Aurora, and Bedrock with zero changes. (News)

TOP Development NEWS HEADLINES

  1. Anthropic Lead: HTML Increasingly Better Than Markdown at Keeping Humans Engaged in Agentic Loops

Rust at the Core - Accelerating Polyglot SDK Development

Spencer Judge discusses the architectural pattern of building a shared core in Rust with language-specific layers on top. Drawing from his work on Temporal's SDKs, he shares lessons on navigating FFI boundaries, bridging async concepts, and managing memory safely. He explains the limitations of native extensions and how emerging tech like WebAssembly can streamline cross-language architecture. (Presentation with transcript included)

Sponsored by Promptfoo

Understanding AI Agent Security - Sponsored by Promptfoo

Understanding AI Agent Security

AI agents extend LLMs with tools, APIs, and memory — expanding both capability and risk. This article explores agent architectures, common attack vectors such as prompt injection and agent hijacking, and practical controls for securing autonomous AI systems. Learn More.

Java News Roundup: Spring Tools, Helidon, Open Liberty, TomEE, JobRunr, Hibernate, Commonhaus

This week's Java roundup for June 15th, 2026, features news highlighting: point releases of Spring Tools, Helidon, JobRunr and Gradle; the June 2026 edition of Open Liberty; the first milestone release of Apache TomEE 11.0; the first beta release of Hibernate ORM 8.0; Quarkus emergency maintenance releases to address CVE-2026-50559; and four open-source projects join the Commonhaus Foundation. (News)

Lucide Releases Version 1.0, Removing Brand Icons and Cutting Bundle Size for Millions of Projects

Lucide has released version 1.0 of its open-source icon toolkit, marking its first stable major release. The update features over 1,600 icons and removes trademarked brand icons due to legal and design concerns. Significant performance improvements have also been made, reducing package size and adding context providers for various frameworks. Users upgrading should be aware of breaking changes. (News)

TOP Mobile and IoT NEWS HEADLINES

  1. Swift 6.4 Brings New Language Features and Swift Testing/XCTest Interop

Beyond CLEAN and MVP: Architecting an Offline-first Reactive Data Layer in Android

With the Reactive Data Layer Architecture (RDLA), you establish a clear boundary between public data APIs and private, framework-specific data-source implementations. Your presentation layer operates in a purely reactive manner, observing data changes rather than procedurally querying them. RDLA also simplifies testing by encouraging you to program to interfaces and use clean seeding patterns. (Article)

Challenging Google Analytics: Building a Scalable, Cost-Effective User Tracking Service

Alina Krasavina explains how Delivery Hero successfully deprecated Google Analytics and migrated to an internal user tracking platform. She discusses how a simplistic, highly scalable architecture allowed them to handle 10 times more load while capturing 97% of tracking data. (Presentation with transcript included)

TOP Architecture & Design NEWS HEADLINES

  1. Grab Builds Secure Agentic AI Workload Platform

AI Is Moving up the Software Lifecycle: from Code Review to PRD Governance

Technology companies are extending AI beyond code generation into earlier stages of the software lifecycle, including PRD validation, design inputs, and code review. Initiatives from Uber, DoorDash, and Cloudflare highlight a shift toward AI-driven governance layers that evaluate engineering artifacts before implementation while preserving human oversight across the development pipeline. (News)

Building a European Cloud Orchestration Platform within an Enterprise

Modern cloud deployments involve many tools with different lifecycles, creating a heavy burden on engineers. The Kubernetes ecosystem offers a unified Control Plane approach. Sharing best practices through tech talks and inner-source collaboration can create an engaged community and drive adoption. (News)

SPONSORED CONTENT

Latest Sponsored Resources

document AI-Native Software Delivery - Download the eBook (By O'Reilly)

document The Essential Guide to AI Tools for Jakarta EE Developers