close
In this issue, July 21, 2026 View it in your browser.
BERJAYA

Pinecone Nexus, Postgres AI, CloudFormation, Uber OpenSearch, Apps Gateway, AWS API, AT Protocol, Rust, Micro-Frontends, SwiftData, Stripe AI, Context Store, Platform Wants, Compliance, Schemaboi

QCon AI New York 2026 (Dec 15-16): Production AI from the teams who've already shipped it.

Two days on what senior engineers have learned about taking AI past the demo and into reliable production. Chaired by Eder Ignatowicz, Senior Principal Software Engineer and Architect @Red Hat. Dec 15-16 at The Westin Jersey City Newport. Explore the conference.

BERJAYA
 

Sponsored by Datadog

Building AI Agent Evals for High-Stakes Incident Response - Sponsored by Datadog

Building AI Agent Evals for High-Stakes Incident Response

AI agents are transforming incident response, but their non-deterministic behavior makes quality hard to measure. Learn how Datadog built an eval platform to assess reasoning, tool use, and outcomes in production for high-stakes agents at scale. Live Webinar, Aug 6th, 2026 — Save Your Seat.

https://res.infoq.com/podcasts/governance-age-ai/en/smallimage/the-infoq-podcast-logo-thumbnail-1783430790261.jpg

Governance in the Age of AI: A Conversation with Sarah Wells

In this podcast, Michael Stiefel spoke to Sarah Wells about the relationship of governance to software architecture. Governance enables teams to work effectively by establishing procedures that minimize system complexity, improve security, and reduce repetitive tasks. Targeted checklists help engineers by reducing the stress over these procedures. (Podcast)

TOP AI, ML & Data Engineering NEWS HEADLINES

  1. Pinecone Introduces Nexus Engine for Compiling Business Context into Structured Data for AI Agents

  2. Version Controlled SQL Database Dolt Releases 2.0 with Automatic Storage Cleanup and Compression

  3. QCon AI Boston: Production AI Moves Beyond Prompts to Platforms, Harnesses, and Evals

  4. Meta's Noninvasive Brain–Computer Interface Brain2Qwerty Achieves 61% Accuracy

  5. The Path to Sovereign Data: Challenges and Priorities in Local-First Computing

BERJAYA

From OTEL to SLMs: Distilling Frontier Model Behaviour from Production Telemetry

Ben O'Mahony discusses building custom AI-powered Language Server Protocols (LSPs) that go beyond standard rule-based checkers. He explains how to instrument AI agents natively with OpenTelemetry to track concrete user actions (accepting, dismissing, or regenerating code fixes) as implicit labels, creating a continuous data flywheel to distill frontier capabilities into cheaper, local SLMs. (Presentation with transcript included)

BERJAYA

Postgres for Production Agents: Your Relational Foundation for Enterprise AI

Gwen Shapira shares how teams are scaling AI features using PostgreSQL for mission-critical apps. She explains how to leverage Postgres's multi-modal capabilities - including JSONB parsing and high-recall HNSW vector indexing - to deliver deterministic and semantic context to LLMs. She also discusses vector quantization to speed up queries by 4x and strategies for managing agentic memory. (Presentation with transcript included)

Sponsored by NeuBird AI

Alert Fatigue Is Costing You: The State of Production Reliability and AI Adoption - Sponsored by NeuBird AI

Alert Fatigue Is Costing You: The State of Production Reliability and AI Adoption

New data from 1,000+ SRE and DevOps pros exposes a broken status quo: 78% had incidents customers found first, 40% of engineering time lost to triage instead of driving the roadmap, and a stark divide on AI adoption. Key findings also highlight early tool-sprawl in observability, a critical lack of operational context, and a clear preference for trusted human oversight. Discover how to move from reactive firefighting to a prevention posture. Explore the findings.

TOP DevOps NEWS HEADLINES

  1. AWS Introduces CloudFormation Express Mode for Faster Infrastructure Deployments

  2. Cloud Native Infrastructure Emerges as the Foundation for Trustworthy Agentic AI

  3. Linkerd 2.20 Delivers Smarter Traffic Management and Dramatic Efficiency Gains

How Uber Builds Zone-Failure-Resilient OpenSearch Clusters

Uber explained how it keeps its OpenSearch deployments running during a zone outage. It does this by using OpenSearch's built-in shard allocation and its own isolation-group system, which relies on the Odin container orchestration platform. This way, it maintains both query and ingestion capabilities. (News)

Sponsored by Akka

How Manulife Is Bringing Agentic AI into Production - Sponsored by Akka

How Manulife Is Bringing Agentic AI into Production

What does it take to run agentic AI in production? Manulife selected Akka to support scalable, resilient, and governed AI systems designed for enterprise workloads. Explore the cost and governance benefits of placing Akka at the heart of their agentic architecture. Explore the Case Study.

TOP Cloud NEWS HEADLINES

  1. AWS Continuum to Enable Agentic Code Security for Enterprises

  2. AI Agents with Cloud Credentials Are Outrunning Billing Guardrails Built for Human-Speed Mistakes

  3. AWS Ships Claude Apps Gateway as Self-Hosted Control Plane for Claude Code and Claude Desktop

  4. Google Cloud Workbench Notebooks Extension Connects VS Code to Google Cloud's Jupyter Notebooks

  5. Google's Genkit Ships Agents API with Detached Turns and Human-in-the-Loop for TypeScript and Go

BERJAYA

Removing a Hidden Round Trip from a Multi-Region AWS API

When a series of regional outages forced a rethink of a multi-region AWS API, the team discovered that an obstacle to global failover was hiding in plain sight: a pre-flight discovery call baked into every client session years earlier as the only available option. This article describes what it took to remove it, and what the rollout actually cost. (Article)

TOP Development NEWS HEADLINES

  1. How to Build More Resilient Local-First Applications with AT Protocol Infrastructure

BERJAYA

The Rust High Performance Talk You Did Not Expect

Ruth Linehan explains how migrating high-performance caching services from Kotlin to Rust shattered internal preconceptions around delivery velocity and engineering overhead. She discusses the ergonomics of the Rust borrow checker, shares how compile-time safety shortens the developer feedback loop, and profiles how tools like Criterion and flamegraphs optimize concurrent code paths. (Presentation with transcript included)

Java News Roundup: TornadoVM 5, JHipster, Google ADK, OmniFish Build of Payara, Introducing Vidocq

This week's Java roundup for July 6th, 2026, features news highlighting: the GA release of TornadoVM 5.0; point releases of JHipster, Keycloak and Google ADK; maintenance releases of GraalVM Native Build Tools and Micronaut; the OmniFish Build of Payara and introducing Vidocq, a new implementation of the Jakarta EE 11 Core Profile and MicroProfile 7.1. (News)

BERJAYA

Lessons Learned in Migrating to Micro-Frontends

Luca Mezzalira shares proven learnings from guiding hundreds of teams through the migration from monolithic web applications to distributed frontend architectures. He explains the core architectural difference between components and micro-frontends, outlines a 6-step decision framework spanning client vs. server rendering, and discusses how to utilize edge compute for safe, iterative rollouts. (Presentation with transcript included)

SwiftData Enhances Queries, Adds Support for External Types and Data Store Observation

The 2027 release of SwiftData introduces support for persisting custom and third-party types via Codable, along with the ability to organize data into SwiftUI list sections. It also adds new capabilities for observing data store changes through ResultsObserver and HistoryObserver. (News)

TOP Architecture & Design NEWS HEADLINES

  1. Stripe Benchmark Shows AI Agents Build Integrations but Struggle with Validation

  2. Google and Industry Partners Announce Agentic Resource Discovery Specification for AI Agents

  3. How DoorDash Built an AI Shopping Assistant That Doesn’t Rely on the LLM Alone

BERJAYA

Comprehension at AI Speed: Building a Context Store for Evolutionary Architecture

AI makes the first 80% of development feel fast, but hides architectural complexity until it's too late. To prevent system instability, engineering leaders must shift from raw throughput to systemic comprehension. By unifying spec-anchored SDD, TDD, and automated fitness functions into a repo-bound "Context Store," teams can ensure AI agents and human reviewers evolve code safely. (Article)

TOP Culture & Methods NEWS HEADLINES

  1. Developing and Deploying a Platform that the Business Understands and Developers Actually Want

BERJAYA

Road to Compliance: Will Your Internal Users Hate Your Platform Team?

Davide de Paolis discusses the realities of rolling out cloud infrastructure compliance without fracturing developer relations. Drawing from a real-world platform team reboot at Sevdesk, he explains how to implement "minimum viable governance" on AWS, utilize event-driven Slack alerting to automate policy feedback, and shift from rigid enforcement to high-empathy, data-driven collaboration. (Presentation with transcript included)

Evolutionary Data through Schemaboi: Achieving Forward, Backwards, and Sideways Compatibility

Drawing from the enduring adaptability of HTML and HTTP, Seph Gentle proposes embedding self-contained schemas directly into file headers, ensuring data remains readable without external definitions. His experimental format prioritises forward, backwards, and sideways compatibility, enabling data format evolution without central coordination or data loss (News)

SPONSORED CONTENT

Latest Sponsored Resources

document From Log Noise to Incident Intelligence: A Maturity Model for AI-Assisted Observability

document How Agentic AI Works in Ops