
Adventures in DevOps Special: The DORA 2025 Critical Review
Jan 2, 2026
Dorota Parade, tech entrepreneur and CEO of Authress with engineering leadership chops, skewers the 2025 DORA Report. She argues it trades hard data for AI-flavored narrative. They debate LLMs that make engineers feel faster but do not shorten feedback loops, the limits of agentic tools, feature-flag pitfalls, and why 30% acceptance rates get celebrated.
AI Snips
Chapters
Transcript
Episode notes
Fix Bottlenecks Not Just Code Velocity
- If you speed up one part of the pipeline, identify and relieve downstream bottlenecks like release engineering.
- Warren warns more code without improving pull-request or testing throughput creates larger burdens elsewhere.
Feature Flags Can Hide True Lead Time
- Feature flags can distort metrics by counting unvalidated, behind-flag code as 'in production.'
- They often become crutches for shipping untested work and hide real lead time until the flag is removed.
Most LLM Use Is Low-Stakes Or Peripheral
- LLM adoption is widespread but usage often targets low-stakes tasks like image generation, summarization, or PR-level help.
- Both speakers note many 'AI uses' are linters, docs, or meme-making, not product-differentiating work.
