Blog

Platform engineering. CI/CD strategy. AI pipelines.

DevEx ROI: Making the Case to Engineering Leadership
SuperPlane v0.9: Smarter Test Selection with Rolling History
Engineering

SuperPlane v0.9: Smarter Test Selection with Rolling History

In v0.9 we extended the test selection model from a 7-day lookback to a 30-day rolling window. Here's what changed and what the data shows.

Yuki Tanaka · Apr 14, 2026 · 6 min

Zero-Config Test Optimization: What It Takes
AI Pipelines

Zero-Config Test Optimization: What It Takes

The promise: connect your repo, test selection starts working with no configuration. Here's exactly what 'zero-config' means under the hood.

Yuki Tanaka · Feb 24, 2026 · 9 min

How to Measure Platform Team Toil (and What to Do About It)
Platform Engineering

How to Measure Platform Team Toil (and What to Do About It)

Most platform teams still don't measure toil systematically. A simple framework for tracking where your time goes — and which categories are automatable.

Marcus Wolff · Jan 8, 2026 · 8 min

GitHub Actions vs Buildkite vs SuperPlane: When to Use Each
CI/CD Strategy

GitHub Actions vs Buildkite vs SuperPlane: When to Use Each

These tools solve different problems. Here's how to decide which belongs in your stack — and when SuperPlane adds value on top.

Darko Fabijan · Nov 25, 2025 · 10 min

Building an Internal Developer Platform in 2025
DevEx

Building an Internal Developer Platform in 2025

A practical framework for deciding what your platform should actually own versus what should stay as team-level configuration.

Darko Fabijan · Oct 14, 2025 · 11 min

How We Reduced Flaky Test Rate by 40% with Smarter Test Selection
AI Pipelines

How We Reduced Flaky Test Rate by 40% with Smarter Test Selection

Flaky tests and over-running suites are two symptoms of the same disease: you're running tests that don't need to run. Here's what we learned.

Yuki Tanaka · Sep 2, 2025 · 9 min

Policy-as-Code for CI/CD: A Practitioner's Guide
CI/CD Strategy

Policy-as-Code for CI/CD: A Practitioner's Guide

Pipeline policy-as-code — writing CI logic in reviewable, version-controlled policy blocks — is not well documented. This is the guide we wished existed.

Marcus Wolff · Jul 28, 2025 · 12 min

The Real Cost of Kubernetes Pipeline Complexity
Platform Engineering

The Real Cost of Kubernetes Pipeline Complexity

Kubernetes gave teams control over infra. It also created a new category of CI complexity. How many hours per week do platform engineers at K8s shops spend on pipeline maintenance?

Priya Iyer · Jun 18, 2025 · 8 min

AI in CI Pipelines: What Actually Works in 2025
AI Pipelines

AI in CI Pipelines: What Actually Works in 2025

The CI/CD space has been flooded with AI feature announcements. A clear-eyed look at which applications actually save time — and which are demos.

Darko Fabijan · May 12, 2025 · 10 min

Environment Drift: How It Starts and Why It's Hard to Stop
Platform Engineering

Environment Drift: How It Starts and Why It's Hard to Stop

Works on staging. Fails in prod. This post traces exactly how environment drift accumulates — from the first manually-edited config that nobody documented.

Yuki Tanaka · Apr 7, 2025 · 7 min

Canary Deployments: The Decision Nobody Talks About
CI/CD Strategy

Canary Deployments: The Decision Nobody Talks About

The hard part of canary deployments isn't the traffic split. It's knowing when to promote and when to roll back. Most teams solve this with a cron job and hope.

Marcus Wolff · Mar 3, 2025 · 6 min

Platform Engineering vs DevOps: What's Actually Different
Platform Engineering

Platform Engineering vs DevOps: What's Actually Different

The practical difference changes how you structure a team, evaluate tools, and measure success. The two disciplines get conflated constantly.

Darko Fabijan · Jan 20, 2025 · 9 min

Test Selection Without ML Infrastructure
AI Pipelines

Test Selection Without ML Infrastructure

Most assume you need a dedicated ML team to do intelligent test selection. You don't. Here's how to get 60% test reduction with nothing but your existing test history.

Priya Iyer · Dec 2, 2024 · 7 min

Why YAML CI Configs Break at Scale
CI/CD Strategy

Why YAML CI Configs Break at Scale

Platform teams reach a point where CI configuration becomes the biggest source of developer friction. Here's the structural reason YAML doesn't scale.

Darko Fabijan · Oct 14, 2024 · 8 min