Operations | Monitoring | ITSM | DevOps | Cloud

Top tips: How to be an essentialist at work

Top tips is a weekly column where we highlight what’s trending in the tech world and share ways to stay ahead. This week, let's look at a few ways you can become an essentialist at work. It's easy to fill up our calendar with tasks that may not be impactful, but we end up feeling falsely accomplished. This happens to us more often than we realize, and the antidote to this is to be an essentialist.

AI writes code in seconds, but delivery still takes days

The pitch for AI coding was speed. Claude Code, Copilot, Cursor, whatever you’re running, they all generate business logic faster than you can review it. That part is real. But look at what happens after the code gets written and the numbers get ugly. CircleCI’s 2026 State of Software Delivery Report found AI drove a 59% increase in average throughput.

PostgreSQL 19 Release: New Features, Release Date, and Upgrade Notes

With PostgreSQL 19 on the horizon, query planning could get smarter thanks to new query tools and faster maintenance. The release is still a few months away, but Beta 1 already shows where PostgreSQL is headed. Released on June 4, 2026, PostgreSQL 19 Beta 1 previews most of what’s planned for the final release.

Is SQL Server really "too legacy to love"? | The Simple Talk Podcast

In a recent article, The Register suggested that SQL Server is “too lucrative to ditch, but too legacy to love” - but is that actually true? With many years’ SQL Server, PostgreSQL and Oracle experience between them, Steve Jones, Kellyn Gorman, Grant Fritchey, and Pat Wright offer their thoughts on the article, and the current state of SQL Server as a whole - including how it fares against other databases in 2026.

When Does a Self-Service Portal Actually Reduce Tickets?

A self-service portal is designed to reduce IT support tickets by enabling employees to solve common issues on their own. But if self-service is supposed to improve efficiency, why do so many portals remain unused while help desk queues continue to grow? In this video, you'll learn what a self-service portal is, why many organizations struggle with low adoption, and the three key factors that determine whether your portal actually reduces ticket volume.

Claude Code Monitoring at Scale: Gateways and Routing With OpenTelemetry

Chelsea and I recently wrote a guide on how we monitor Claude Code usage internally with Bindplane. TLDR; We remotely manage a Bindplane Distribution of the OpenTelemetry Collector (BDOT) that runs on every engineer's laptop. This setup is great, but it has one downside. Sending to Google Cloud Monitoring, Swarmia, and any other destination directly from an engineer’s laptop is limited to local processing. You can’t get the benefit of centralized routing and processing on a gateway.

How to Trace Microservices WITHOUT OpenTelemetry

Learn how to trace complex multi-hop transactions across microservices when OpenTelemetry isn't available or trace parents get lost. This quick tutorial demonstrates how to use full-text search in proxymock (a free CLI and UI tool) to isolate user journeys (like looking up a specific username) and instantly generate waterfall tracing views. Whether you are working locally or in a Kubernetes cluster, you can record API traffic, visualize multi-hop requests, and easily transition those captures into load or regression tests.

Build an SRE Agent Harness for AIOps Without Context Blowout

An agent harness for AIOps is the runtime layer that coding agents like Claude Code were never built to provide: context isolation, decision traceability, and gated execution for tools that touch production. Aura is Mezmo's open-source (Apache 2.0) agent harness, purpose-built for operations work rather than software development.