In this issue, August 26, 2025 View it in your browser.

Claude Sonnet 4, AI Gateways, KubriX, Container Use, AWS Budgets, Amazon Kiro, Rust, JDK 25 and JDK 26, .NET 10 Preview 7, Zod v4, Supply Chain Security, Distributed Systems, Engineering Productivity

Announcing QCon AI New York 2025 Keynote by Shuman Ghosemajumder, Co-Founder & CEO @Reken.

Cybercriminals are already weaponizing generative AI. How will you protect your products and users from the flood of sophisticated fake content?
Join us at QCon AI New York 2025 on December 16-17 for this essential keynote, and get actionable strategies for combating this urgent threat.
Register early to secure your spot. Early bird pricing ends September 9.

 

Sponsored by ScyllaDB

Designing Data Intensive Applications (By O’Reilly) - Sponsored by ScyllaDB

Designing Data Intensive Applications (By O’Reilly)

In this comprehensive guide, Martin Kleppmann helps you navigate the diverse and fast-changing landscape of approaches to processing and storing data for data-intensive applications. Understand the distributed systems research upon which modern databases are built, learn from the data architectures of major online services, and more. Download Now.

https://res.infoq.com/podcasts/finding-engineering-bottleneck-hierarchy/en/smallimage/engineering-culture-podcast-thumbnail-1755175199637.jpg

Finding Your Engineering Bottleneck: The Hierarchy of Engineering Needs

In this podcast, Shane Hastie, Lead Editor for Culture & Methods, spoke to Myles Henaghan about the open-sourced "Hierarchy of Engineering Needs" - a systematic framework inspired by Maslow's hierarchy that helps engineering leaders identify and prioritize the most impactful constraints limiting their software delivery systems among competing improvement initiatives. (Podcast)

https://res.infoq.com/podcasts/webassembly-secure-efficient-alternative/en/smallimage/the-infoq-podcast-logo-thumbnail-1754395696493.jpg

Is WebAssembly the Secure, Efficient Alternative Everybody was Waiting for?

Laurent Doguin and Geoffroy Couprie discuss their pioneering work with Wasm on the infrastructure side. They walk us through the benefits and challenges of building a platform over WebAssembly and why it’s the safer alternative to containers. (Podcast)

TOP AI, ML & Data Engineering NEWS HEADLINES

  1. Claude Sonnet 4 Expands to 1 Million Token Context Window

  2. Claude Code Subagents Enable Modular AI Workflows with Isolated Context

  3. DeepMind Launches Genie 3, a Text-to-3D Interactive World Model

  4. Gemini 2.5 Deep Think Parallelizes Creative Problem-Solving

The Missing Layer in AI Infrastructure: Aggregating Agentic Traffic

In this article, author Eyal Solomon discusses AI Gateways, the outbound proxy servers that intercept and manage AI-agent-initiated traffic in real time to enforce policies and provide central management. (Article)

Making AI Agents Work for You (and Your Team)

Hannah Foxwell discusses the design and implementation of AI agent teams, providing a practical example of a multi-agent system for prioritizing vulnerabilities. She argues that instead of using AI for a "20% productivity boost," engineering should use it to automate "toil" and reshape organizational structures, empowering humans to focus on creative, high-value work that drives business growth. (Presentation with transcript included)

Sponsored by Talentica

Is Your Data Ready for AI? Real World Lessons and Successes - Sponsored by Talentica

Is Your Data Ready for GenAI? Most Businesses Aren’t.

AI projects rarely fail from lack of data, but from lack of AI-ready data. 42% of enterprises report stalled initiatives, and Gartner predicts 60% of projects without AI-ready data will be abandoned by 2026. Learn how to assess and upgrade your data foundation with a 7-point checklist, case studies, and a roadmap to future-proof ML, GenAI, and Agentic AI. Live Webinar, September 10th, 2025 — Save Your Seat.

TOP DevOps NEWS HEADLINES

  1. KubriX Launches as "Out of the Box" Internal Developer Platform

  2. HCP Terraform Now Offers Hold Your Own Key (HYOK) Option for Artifact Encryption

Container Use: a New Tool for Isolated, Parallel Coding Agents

The Dagger team has released Container Use, an open-source tool designed to streamline how AI-based coding agents operate by giving each one its own containerized sandbox and Git worktree, enabling parallel, conflict-free workflows. (News)

TOP Cloud NEWS HEADLINES

  1. AWS Lambda Adds Support for GitHub Actions

  2. AWS Budgets Improves Cross-Account Cost Visibility

  3. AWS CCAPI MCP Server: Natural Language Infra

  4. OpenAI's GPT-5 Now Generally Available on Microsoft Azure AI Foundry

Zero-Downtime Critical Cloud Infrastructure Upgrades at Scale

Engineers can avoid common pitfalls in large-scale infrastructure upgrades by studying others' experiences. The article provides lessons learned from big firms like eBay and Snowflake, offering solutions for legacy systems, performance validation, and rollback planning. It emphasizes systematic preparation and clear communication to handle challenges and ensure zero-downtime upgrades at scale. (Article)

TOP Development NEWS HEADLINES

  1. Beyond Vibe Coding: Amazon Introduces Kiro, the Spec-Driven Agentic AI IDE

Fearless Programming with Rust

Senyo Simpson discusses how Rust's core values lead to "fearless programming." He shares front-line experience with Rust, including its application in a high-performance proxy. He explores the language's strengths in predictability and correctness, while also acknowledging its complexities and providing guidance on when to choose Rust for long-term projects. (Presentation with transcript included)

TOP Java NEWS HEADLINES

  1. JDK 25 and JDK 26: What We Know So Far

Java News Roundup: Spring Framework, Spring Data, Open Liberty, Hibernate Reactive, Quarkus, Gradle

This week's Java roundup for August 11th, 2025, features news highlighting: the eighth milestone release of Spring Framework 7.0; the fifth milestone release of Spring Data 2025.1.0; the August 2025 edition of Open Liberty; Hibernate Reactive 4.1; and the first release candidates of Quarkus 3.26 and Gradle 9.1. (News)

TOP .NET NEWS HEADLINES

  1. .NET 10 Preview 7 Accelerates .NET MAUI with XAML Source Generator

  2. MCP C# SDK Aligns with New Protocol Specification, Bringing Security and Tooling Updates

.NET 10 Preview 7 Delivers ASP.NET Core, Blazor, and MAUI Enhancements, with C# 14 Feature Complete

Microsoft's .NET 10 Preview 7 showcases significant enhancements across ASP.NET Core, C#, .NET MAUI, and Windows Forms. Key updates include easier exception handling, improved cookie and passkey authentication, and a clearer local development experience with .localhost support. C# 14 reaches feature completeness, while .NET MAUI optimizes build performance. (News)

TOP Web Development NEWS HEADLINES

  1. Zod v4 Available with Major Performance Improvements and Introduction of Zod Mini

Oxlint v1.0 Stable Released: a Rust-Based JavaScript Linter

Introducing Oxlint v1.0: a groundbreaking Rust-based linter for JavaScript and TypeScript, boasting 520+ rules and 50-100x faster performance than ESLint. With zero-config setup, multi-file analysis, and seamless migration tools, it’s ideal for both open-source projects and enterprises. Experience rapid linting and minimal setup. (News)

TOP Architecture & Design NEWS HEADLINES

  1. Supply Chain Security: Provenance Tools Becoming Standard in Developer Platforms

Timeouts, Retries and Idempotency In Distributed Systems

Sam Newman discusses the three golden rules of distributed computing and how they necessitate robust handling of timeouts, retries, and idempotency. He provides practical, data-driven strategies for implementing these principles, including using request IDs and server-side fingerprinting to create safe, resilient distributed systems. (Presentation with transcript included)

Building an Internal Developer Portal that Empowers Developers

Travis Gosselin discusses how an internal developer portal (IDP) can combat the developer experience crisis. He explains how to empower engineering teams by building a business case for a developer portal, considering architectural choices, and balancing standardization with flexibility for effective adoption. He highlights the importance of reducing friction and improving fulfillment. (Presentation with transcript included)

TOP Culture & Methods NEWS HEADLINES

  1. Levelling Yourself up as a Software Engineer While Climbing through the Ranks

Supporting Engineering Productivity for All

Emerson Murphy-Hill explains how to prioritize investments in engineering productivity using data from Google, National Instruments, and ABB. He discusses a ranked list of productivity drivers, the impact of biases in code reviews and documentation, and the practices of exceptionally diverse and inclusive engineering teams. (Presentation with transcript included)

InfoQ Culture & Methods Trends in 2025

The InfoQ team shares insights on navigating AI hype, improving code quality, and fostering high-performing teams. The discussion covers the critical role of psychological safety, effective engineering metrics, and FinOps, offering concrete strategies to build future-proof teams and make informed technical investments. (Trends Report with video and transcript included)

InfoQ Call for Contributors

Write for InfoQ: Share knowledge, connect with the global software development community, and grow your career

Are you an experienced senior software engineer or technical leader that is passionate about innovation, adoption of technologies, and the learning and sharing of knowledge with your peers?

InfoQ content is written exclusively by software practitioners like yourself, with the goal of sharing inspiring content from real-world use cases, best practices used by innovator and early adopter companies, and news on emerging trends.

Join the InfoQ Writing Team

SPONSORED CONTENT

Latest Sponsored Resources

document Act One: From Chatbots to AI Agents