Empiricism: Transparency, Inspection, Adaptation

Level: Beginner Module: Agile Foundations 3 min read Lesson 4 of 52

Overview

  • What you’ll learn: What empiricism means, why Scrum is built on it, and how the three pillars — Transparency, Inspection, and Adaptation — work in practice.
  • Prerequisites: Lesson 3 — Overview of Agile Frameworks
  • Estimated reading time: 13 minutes

Introduction

Empiricism means making decisions based on what is observed and experienced, not on what is predicted or assumed. Scrum is founded on empiricism because software development is complex — the outcome is unpredictable, and the only reliable way to make progress is to try something, observe the result, and adjust.

The alternative — the “predictive” approach — assumes you can plan everything upfront and execute the plan perfectly. This works for baking a cake (follow the recipe). It fails spectacularly for building software (the recipe keeps changing while you bake).

The Three Pillars

Transparency

The process and the work must be visible to those performing and receiving the work. Without transparency, inspection is meaningless — you cannot evaluate what you cannot see.

  • The Product Backlog is visible to everyone.
  • The Sprint Backlog shows what the team is working on right now.
  • The Definition of Done is explicitly shared so everyone agrees on what “done” means.
  • Problems, impediments, and risks are raised openly — not hidden.

Anti-pattern: A team reports “everything is on track” for three weeks, then reveals the project is six months behind. Transparency means making the uncomfortable truth visible early.

Inspection

Scrum artifacts and progress must be inspected frequently to detect problems early. But inspection without adaptation is waste — the point of looking is to decide whether to change course.

  • Daily Scrum: Inspect progress toward the Sprint Goal every day.
  • Sprint Review: Inspect the Increment with stakeholders.
  • Sprint Retrospective: Inspect the team’s process and practices.

Anti-pattern: A team holds a Sprint Review where everyone claps and nobody gives feedback. That’s a demo, not an inspection.

Adaptation

When inspection reveals that the product or process is deviating from acceptable, adjustments must be made as soon as possible. Waiting makes things worse.

  • Sprint Planning adapts the plan based on what was learned in the previous Sprint.
  • The Sprint Backlog adapts daily based on the Daily Scrum.
  • The product adapts based on stakeholder feedback in the Sprint Review.
  • The process adapts based on improvements identified in the Sprint Retrospective.

The Pillars Work Together

Remove any one pillar and the system collapses:

  • Without transparency: Inspection is based on false information. You “inspect” lies and adapt to fiction.
  • Without inspection: Transparency is useless — the data is visible but nobody looks at it.
  • Without adaptation: Inspection is theater — you see problems but do nothing about them.

Key Takeaways

  • Empiricism makes decisions based on observation, not prediction.
  • Transparency makes the work and process visible. Inspection detects deviations. Adaptation corrects course.
  • All three pillars must be present — removing any one renders the others ineffective.
  • Every Scrum event is designed to enable one or more of these pillars.

What’s Next

In Lesson 5, you will learn about the five Scrum values — Commitment, Focus, Openness, Respect, and Courage — that enable the three pillars to function.

繁體中文

概述

  • 學習目標:經驗主義的含義、為什麼 Scrum 建立在其上,以及三大支柱如何實際運作。
  • 先決條件:第 3 課——敏捷框架概覽
  • 預計閱讀時間:13 分鐘

簡介

經驗主義意味著根據觀察和經驗做決策,而非根據預測或假設。Scrum 建立在經驗主義之上,因為軟體開發是複雜的——結果不可預測,唯一可靠的前進方式是嘗試、觀察結果、然後調整。

三大支柱

透明(Transparency)

流程和工作必須對執行者和接收者可見。沒有透明,檢視就毫無意義。

  • Product Backlog 對所有人可見。
  • Sprint Backlog 展示團隊正在做什麼。
  • Definition of Done 被明確分享。
  • 問題和障礙被公開提出,而非隱藏。

檢視(Inspection)

Scrum 的工件和進度必須被頻繁檢視以便早期發現問題。

  • Daily Scrum:每天檢視朝向 Sprint Goal 的進度。
  • Sprint Review:與利害關係人一起檢視增量。
  • Sprint Retrospective:檢視團隊的流程和實踐。

調適(Adaptation)

當檢視發現產品或流程偏離可接受範圍時,必須盡快進行調整。

支柱協同運作

  • 沒有透明:檢視基於虛假資訊。
  • 沒有檢視:透明無用——資料可見但無人查看。
  • 沒有調適:檢視是作秀——看到問題卻不處理。

重點摘要

  • 經驗主義根據觀察做決策,而非預測。
  • 三大支柱必須同時存在,缺一不可。
  • 每個 Scrum 事件都被設計來支持一個或多個支柱。

下一步

在第 5 課中,您將學習 Scrum 的五大價值觀。

日本語

概要

  • 学習内容:経験主義の意味、Scrumがなぜその上に構築されているか、3本柱の実践方法。
  • 前提条件:レッスン3——アジャイルフレームワーク概要
  • 推定読了時間:13分

はじめに

経験主義とは、予測や仮定ではなく、観察と経験に基づいて意思決定を行うことである。Scrumが経験主義に基づくのは、ソフトウェア開発が複雑だからだ——結果は予測不可能であり、前進する唯一の信頼できる方法は、試して、結果を観察し、調整することである。

3本柱

透明性(Transparency)

プロセスと作業は、実行者と受益者に見える状態でなければならない。

検査(Inspection)

Scrumの成果物と進捗は、問題を早期に検出するために頻繁に検査されなければならない。

適応(Adaptation)

検査により逸脱が判明した場合、できるだけ早く調整しなければならない。

柱は連携して機能する

  • 透明性なし:検査は虚偽の情報に基づく。
  • 検査なし:透明性は無意味——データは見えるが誰も見ない。
  • 適応なし:検査は茶番——問題を見ても何もしない。

重要ポイント

  • 経験主義は観察に基づく意思決定。
  • 3本柱すべてが存在しなければならない。
  • すべてのScrumイベントは柱をサポートするよう設計されている。

次のステップ

レッスン5では、Scrumの5つの価値観を学びます。

You Missed