Operations | Monitoring | ITSM | DevOps | Cloud

Internal Developer Platform Golden Paths Guide | Harness Blog

This guide shows platform engineers how to evolve beyond basic service catalogs into golden paths that drive real developer adoption. Learn proven patterns for building Internal Developer Platforms that deliver measurable productivity gains through streamlined workflows, self-service capabilities, and developer-friendly abstractions. Your internal developer platform golden paths launched three months ago. Adoption sits at 11 percent. The service catalog has 247 entries, half of them outdated.

Automated Incident Response: Nobody Should Be the Scribe | Harness Blog

Automated incident response means the platform captures the timeline, key events, and decisions as an incident unfolds, instead of a human reconstructing them afterward. Runbooks fire the instant an incident opens: channel created, bridge spun up, Jira and ServiceNow tickets filed, all within seconds. The AI Scribe Agent joins the video bridge on its own and listens to chat, pulling key events out of both the talking and the typing.

Kubernetes Resource Optimization Platforms: Top Vendor Comparison

Table of Contents Kubernetes resource optimization appears to be a single problem, but the platforms that address it disagree on almost every design decision, starting with how they analyze workload demands. Some set CPU and memory requests from live signals, while others learn a workload’s historical pattern and provision ahead of it.

Observability for AI-Generated Code: Bridging the New Governance Gap

We are witnessing the fastest expansion of the software development lifecycle in history. Generative AI tools have turned every developer into a hyper-productive builder, and in some cases, turned non-technical team members into creators of production-bound services. But this speed comes with a hidden cost. When the volume of code grows exponentially, the surface area for failure grows with it. The real challenge of modern software engineering is not Day 1 code generation; it is Day 2 operations.

The AI Acceleration Gap Is Becoming Every CIO's Biggest Leadership Challenge

Today, I’m very happy to share a new report, Bridging the AI Acceleration Gap, from Harvard Business Review Analytic Services and sponsored by Nexthink. It examines how employee-led AI adoption is reshaping the role of IT—and what technology leaders need to do next.

What to Look for in Code Review Platforms

Your code review tool does more than display diffs. It shapes how your team shares knowledge, catches bugs, and ships software. With AI-generated code accelerating PR volume, choosing the right code review platform is a decision that directly affects your team’s velocity. GitKraken connects PR workflows, multi-repo management, and AI-assisted review into a single developer experience platform.

The Grafana AI SDK for Go: a shared foundation for building AI applications

Starting an experiment with an LLM has never been easier. Keeping a growing collection of those experiments consistent is another matter. Earlier this year, as more teams began exploring AI features here at Grafana Labs, we repeatedly encountered the same pattern: a new experiment would start, move quickly, and build its own client for whichever model provider it needed. The next experiment would do the same, with a slightly different abstraction for streaming, tools, errors, or provider configuration.

AI SRE Agent with Temporal, ClickHouse, and Codex: AURA in a Gated Run

1,133 requests failed on one bad commit. The patch and the regression test are already written by the time anyone is asked to read the exact diff. This demo runs AURA as one step inside a Temporal workflow, alongside Codex. A GET request against a product catalog service goes from success to HTTP 500, and ClickHouse records the version, commit, trace ID, and exact error for every request. By the time AURA investigates, all 1,133 requests on that version have failed.

You can't audit an AI model the way you audit a binary

Open up an AI model and what's actually inside is a floating array of decimal points. No one can look at that and confirm it hasn't been tampered with, doesn't contain bias, or wasn't trained on poisoned data. This video covers why that changes how you need to think about trusting a model: If you can't unpick the model itself, you have to be able to trust its origin.

A Practical ClickHouse Monitoring Guide Built Around Failure Modes

Why does a ClickHouse cluster report every node as healthy while inserts start failing and dashboards go stale? Most often the failing subsystem was never represented in the metrics anyone had on screen. A node answers its health check while its replication queue has been growing for hours. ClickHouse breaks in specific, repeatable ways. Parts accumulate faster than background merges can consolidate them. Coordination drops quorum and every replicated table quietly turns read-only.