In this issue, November 18, 2025 View it in your browser.

Salesforce AIOps, RAG in Banking, Crossplane Graduates, Reverse Proxies, AWS US-EAST-1 Outage, Go Green Tea GC, Java on iOS, .NET 10, Resilient Platforms, Sociotechnical Design, Productivity

AI, Data, FinTech, and Staff+ Engineering: Explore 15 Tracks at QCon London 2026 (Mar 16-19).

Join senior software leaders to solve complex challenges. Dive deep into AI Engineering, Debugging Distributed Systems, Staff+ Engineering, Modern Data Architectures, WASM, FinTech, Software Security, Performance, Resilience, APIs, Frontend, and more.
Early bird ends Dec 9. Save your spot and explore the tracks.

 

Sponsored by Chainguard

Engineering Reality Check 2026: Using Data to Unblock Innovation - Sponsored by Chainguard

Engineering Reality Check 2026: Using Data to Unblock Innovation

Engineers spend only 16% of time on new features, held back by maintenance, security, and tooling. This session uncovers system-level bottlenecks and shows how metrics, automation, and platform practices help teams reclaim focus and accelerate innovation. Live Webinar, December 11th, 2025 — Save Your Seat.

https://res.infoq.com/podcasts/architecture-should-model-world/en/smallimage/the-infoq-podcast-logo-thumbnail-1762179877549.jpg

Architecture Should Model the World as It Really Is: A Conversation with Randy Shoup

In this podcast, Michael Stiefel spoke with Randy Shoup about how to evolve your software after a software failure, and how to improve the resilience of your software by modeling transient states using events and workflows. Software failure is inevitable, but learning from failure, including making the necessary changes to organizational culture can make your software more resilient. (Podcast)

https://res.infoq.com/podcasts/team-strengths-weaknesses-software-development/en/smallimage/engineering-culture-podcast-thumbnail-1762852847366.jpg

AI Amplifies Team Strengths and Weaknesses in Software Development

In this podcast, Shane Hastie, Lead Editor for Culture & Methods, spoke to Jon Kern and Anita Zbieg about how AI amplifies both delivery efficiency and weaknesses in development teams, the importance of fundamental collaboration practices, and maintaining holistic system thinking. (Podcast)

TOP AI, ML & Data Engineering NEWS HEADLINES

  1. Google Unveils Project Suncatcher, Envisioning AI Models Running in Space

  2. KubeCon NA 2025 - Salesforce’s Approach to Self-Healing Using AIOps and Agentic AI

  3. New Claude Haiku 4.5 Model Promises Faster Performance at One-Third the Cost

  4. Anthropic Finds LLMs Can Be Poisoned Using Small Number of Documents

  5. CodeClash Benchmarks LLMs through Multi-Round Coding Competitions

Reducing False Positives in Retrieval-Augmented Generation (RAG) Semantic Caching: A Banking Case Study

In this article, author Elakkiya Daivam discusses why Retrieval Augmented Generation (RAG) and semantic caching techniques are powerful levers for reducing false positives in AI powered applications. She shares the insights from a production-grade evaluation with 1,000 query variations tested across seven bi-encoder models. (Article)

Growing and Cultivating Strong Machine Learning Engineers

Vivek Gupta shares best practices for managing and mentoring ML engineers, from early-career development to senior leadership growth. He breaks down the crucial, distinct skills for Production Machine Learning, including data/model management, building training pipelines, LLM prompt evaluation, privacy/security, and integrating human-in-the-loop processes for reliable, scalable AI systems. (Presentation with transcript included)

Sponsored by Boomi

How AI Is Transforming Connector Architecture - Sponsored by Boomi

How AI Is Transforming Connector Architecture

As API ecosystems grow, keeping connectors aligned with changing schemas, auth models, and integration patterns is a challenge. This session explores how GenAI is automating schema interpretation, generating ingestion templates, and speeding integration across REST APIs. Live Webinar, Dec 4th, 2025 — Save Your Seat.

TOP DevOps NEWS HEADLINES

  1. GitHub Rolls Out Post-Quantum SSH Security to Protect Code from Future Threats

  2. Crossplane Reaches Production Maturity by Graduating CNCF

  3. HashiCorp’s New Guide Offers Practical Advice on Writing and Rightsizing Terraform Modules

  4. Google Cloud Introduces Chaos Engineering Framework and Recipes for Distributed Systems

When Reverse Proxies Surprise You: Hard Lessons from Operating at Scale

Operating massive reverse proxy fleets reveals hard lessons: optimizations that work on smaller systems fail at scale; mundane oversights like missing commas cause major outages; and abstractions meant to simplify become hidden fragility points. Success requires profiling on target hardware, relentlessly monitoring boring details, keeping hot paths lean, and trusting instrumentation over theory. (Article)

Sponsored by Super Tokens

OAuth Demystified: Making Sense of Modern Authorization - Sponsored by Super Tokens

OAuth Demystified: Making Sense of Modern Authorization

Too many developers copy OAuth snippets without understanding them—leading to insecure flows. This guide breaks down what OAuth is, how it enables secure login and API access, and when to use each grant type for SSO, mobile apps, and integrations. Learn More.

TOP Cloud NEWS HEADLINES

  1. Microsoft Addresses Data Residency with Private Cloud Expansion

Race Condition in DynamoDB DNS System: Analyzing the AWS US-EAST-1 Outage

On October 19th and 20th, AWS experienced an extended outage triggered by a failure in Amazon DynamoDB that affected most services in its most popular region, Northern Virginia. The cloud provider released an analysis of the incident, sparking discussions in the community about redundancy on AWS, moving out of public cloud, and multi-region approaches. (News)

TOP Development NEWS HEADLINES

  1. Go's New Green Tea Garbage Collector May Improve Performance up to 40%

  2. Cloudflare Proposes Merkle Tree Certificates to Solve Post-Quantum TLS Performance Issue

  3. Anthropic Adds Sandboxing and Web Access to Claude Code for Safer AI-Powered Coding

Developing Meta's Orion AR Glasses

Jinsong Yu shares deep architectural insights into the Orion AR glasses, detailing the use of 11 custom microcontrollers for thermal dissipation, the SLAM/VIO needed for world-locked rendering, and input fusion (EMG, eye/hand tracking). He concludes with critical lessons for technical leaders on setting direction, managing complexity through testing, and strategic hardware-software co-design. (Presentation with transcript included)

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.

TOP Java NEWS HEADLINES

  1. Running Java on iOS: Gluon Introduces OpenJDK Mobile Resources and Automated Build Pipelines

  2. Java News Roundup: New Jakarta AI Specification, GlassFish, Spring RCs, Infinispan 16, Open Liberty

OpenJDK News Roundup: Vector API, Ahead-of-Time Object Caching, Prepare to Make Final Mean Final

There was a flurry of activity in the OpenJDK ecosystem during the week of November 3, 2025, highlighting three JEPs elevated from Proposed to Target to Targeted and three JEPs elevated from Candidate to Proposed to Target for JDK 26. The proposed release schedule has also been finalized. (News)

Sponsored by Akka

Principles and Patterns for Distributed Application Architecture (By O’Reilly) - Sponsored by Akka

Principles and Patterns for Distributed Application Architecture (By O’Reilly)

As Agentic AI systems—autonomous, context‑aware agents—become part of modern software delivery, distributed architectures must evolve to handle their scale, complexity, and real‑time decision‑making. This guide explores principles, patterns, and best practices—elasticity, latency, failure recovery, consistency, and consensus—for building high‑availability systems ready for the AI‑driven future. Download Now.

TOP .NET NEWS HEADLINES

  1. .NET 10 Officially Released with Major Performance, AI, and Developer Experience Improvements

  2. Dev Proxy v1.3.0: HAR File Generation, LLM Usage Tracking, and Enhanced API Testing Feature

Microsoft Patches Critical ASP.NET Core Vulnerability with 9.9 Severity Score

Microsoft recently released a security advisory and patched a critical vulnerability in ASP.NET Core that allows an attacker to bypass a security feature over a network due to an inconsistent interpretation of HTTP requests. With a CVSS score of 9.9 out of 10, CVE-2025-55315 is the highest-rated Microsoft vulnerability. (News)

TOP Architecture & Design NEWS HEADLINES

  1. Monzo’s Real-Time Fraud Detection Architecture with BigQuery and Microservices

Building Resilient Platforms: Insights from Over Twenty Years in Mission-Critical Infrastructure

Building resilient platforms requires understanding the art and science of creating infrastructure that others depend on for critical applications. This perspective applies to anyone who builds software consumed by others at scale. Whether developing infrastructure platforms, software development platforms, or messaging systems, principles address how to build software that others consume at scale (Article)

Sponsored by Signadot

How Brex Scaled Developer Velocity with Signadot - Sponsored by Signadot

How Brex Scaled Developer Velocity with Signadot

As teams scale, staging becomes a bottleneck. Brex unlocked their developer velocity with on-demand sandboxes, helping 100s of engineers ship faster.
Find out how.

TOP Culture & Methods NEWS HEADLINES

  1. How to Do Sociotechnical Design Using Domain-Driven Design and Change Smuggling

Productivity Is Messing Around and Having Fun

Holly Cummins & Trisha Gee explain how to achieve the "Double Win" - boosting both developer joy and productivity. They expose the flaws of traditional metrics, identify sources of developer toil (slow builds, flaky tests), and share methods and techniques (like boredom and play) for engineering leaders and architects to unlock creativity and a 31% boost in positive-brain productivity. (Presentation with 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