Skip to content
    Outline · Delivery

    Updated: 13 August 2026 at 00:00

    Measuring Engineering Productivity

    hard

    DORA, SPACE, DevEx, QUANTS, the T-Meter case, and practical measurement without KPI theater.

    Source

    book_cube: Measuring Engineering Productivity (1/2)

    Summary of the Software Engineering at Google chapter: triage questions, GSM framing, and readability-review case.

    Open source

    Productivity / Leadership / Google

    This chapter summarizes one practical idea from Software Engineering at Google: productivity measurement is useful when it helps you find systemic inefficiencies and make better leadership decisions.

    TL;DR

    • Google treats productivity measurement as a system-level capability, not as a people-ranking tool.
    • Every study starts with triage: if results will not trigger action, the measurement is not worth running.
    • The framing model is GSM: Goal -> Signal -> Metric.
    • Developer productivity is split into QUANTS: Quality, Attention, Intellectual complexity, Tempo/velocity, Satisfaction.
    • The readability-review case showed measurable value even for highly tooled languages such as C++ and Java.

    1. Why measure engineering productivity

    In the Google framing, organizational growth is not linearly scalable: communication edges increase faster than headcount. The complete-graph intuition n * (n - 1) / 2 explains why the system must improve per-engineer leverage, not just add people.

    Data-driven decisions

    Management decisions should be grounded in evidence, not in subjective impressions about team speed.

    Human factors are first-class

    Google’s productivity research combines engineering and social-science perspectives (including cognitive psychology and behavioral economics).

    2. Triage: should we measure this at all

    What result are you expecting, and why?

    Capture initial assumptions before the study starts, so conclusions are not shaped backward from preferred outcomes.

    If the data supports your expected result, what action will be taken?

    Measurement only makes sense when there is a concrete action plan in case the hypothesis is confirmed.

    If we get a negative result, will appropriate action be taken?

    If a negative result changes nothing, the study is likely performative.

    Who is going to decide to take action on the result, and when would they do it?

    You need a clear decision maker, timeline, and evidence format they consider valid (surveys, interviews, logs, or mixed methods).

    When not to measure

    • You cannot change the process or tools right now, even if a problem is confirmed.
    • Results are likely to be invalidated soon by unrelated major changes.
    • The metric is needed only as a vanity signal to justify a pre-made decision.
    • Available metrics are too noisy and cannot separate effect from confounding factors.

    3. GSM: Goal -> Signal -> Metric

    ComponentDefinitionExample
    GoalThe intended outcome in value/system terms, without prematurely binding to a specific metric.Improve delivery speed without reducing code quality.
    SignalObservable evidence that indicates the goal is likely being achieved.Review cycles become faster while rollback frequency stays stable.
    MetricA measurable proxy for the signal that is currently available in your data.Median readability-review time + rework rate + readability survey responses.

    4. QUANTS dimensions

    Q — Quality of the code

    Code quality, tests, and architectural integrity.

    U/A — Attention from engineers

    Focus quality and context-switching pressure.

    N — Intellectual complexity

    Cognitive load balance between intrinsic task complexity and process/tool-induced complexity.

    T — Tempo and velocity

    Flow speed, throughput, and cycle progression.

    S — Satisfaction

    Engineer satisfaction with tools, work context, and long-term sustainability.

    5. Readability-review case study

    The study tested a practical challenge: can modern linters/static analysis replace the human layer of readability review, or does the process still provide measurable value.

    Goals mapped to QUANTS

    Quality

    Engineers produce more idiomatic and higher-quality code.

    Attention

    No explicit target was defined for this dimension in the study.

    Intellectual complexity

    Engineers learn the Google codebase and best practices faster through mentoring and review feedback.

    Tempo/velocity

    Tasks move faster and more predictably due to consistent coding practices.

    Satisfaction

    Engineers perceive readability as useful and report positive experience.

    Primary metric sources

    • Quarterly developer surveys.
    • A dedicated readability survey.
    • Review-process logs (including median changelist review time).

    Most conclusions in the shared summary came from surveys, while tempo/velocity also used activity logs (including median review time).

    Reported outcome: readability stayed in place because it still generated value, including in strongly tooled ecosystems such as C++ and Java (as of the book timeframe in 2020).

    6. Common anti-patterns

    Collecting data when the decision has already been made and outcomes will not change actions.

    Replacing a signal with one convenient metric and ignoring proxy limitations.

    Blaming individuals before checking systemic friction: tools, handoffs, and review queues.

    Comparing teams by raw numbers without domain and task-class context.

    7. Recommendations

    Run studies only when you are ready to act on both positive and negative outcomes.

    Define Goal -> Signal -> Metric before execution and revisit the chain in retrospectives.

    Use mixed evidence (logs + surveys + interviews) instead of a single source of truth.

    Track whether a process reduces induced cognitive load, not only whether it increases output speed.

    8. Related chapters

    9. References

    Progress tracking is off. Turn it on in settings.

    Learning evidence

    Reading is only the start. Move the idea into a real workplace experiment and reflection.

    Local knowledge map

    A small, typed neighborhood instead of the full-catalog graph.