<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
    <channel>
        <title>Ai on Mike&#39;s Blog</title>
        <link>https://mikerossiter.tech/categories/ai/</link>
        <description>Recent content in Ai on Mike&#39;s Blog</description>
        <generator>Hugo -- gohugo.io</generator>
        <language>en-gb</language>
        <lastBuildDate>Fri, 24 Jul 2026 15:17:58 +0100</lastBuildDate><atom:link href="https://mikerossiter.tech/categories/ai/index.xml" rel="self" type="application/rss+xml" /><item>
        <title>Take Us To Your Leader!</title>
        <link>https://mikerossiter.tech/posts/the-bottleneck-moved/</link>
        <pubDate>Fri, 24 Jul 2026 09:00:00 +0000</pubDate>
        
        <guid>https://mikerossiter.tech/posts/the-bottleneck-moved/</guid>
        <description>&lt;img src="https://mikerossiter.tech/robots.jpg" alt="Featured image of post Take Us To Your Leader!" /&gt;&lt;p&gt;Engineering teams are running a different operating model to before. It isn&amp;rsquo;t a bunch of engineers any more. It&amp;rsquo;s a bunch of engineers, each orchestrating a handful of agents. The tooling for this arrived faster than the thinking did, and now we&amp;rsquo;re all trying to catch up.&lt;/p&gt;
&lt;p&gt;Here&amp;rsquo;s a summary of opinion pieces and academic studies into this brave new world, and where I think the gap still is:&lt;/p&gt;
&lt;h2 id=&#34;what-the-evidence-says&#34;&gt;What the evidence says
&lt;/h2&gt;&lt;p&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://dora.dev/dora-report-2025/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;DORA, State of AI-assisted Software Development 2025&lt;/a&gt;&lt;/strong&gt; — still the best-grounded starting point despite being from 2025. Nearly 5,000 respondents, and one finding that reframes everything: AI is an amplifier. It magnifies whatever your organisation already is. DORA identified seven capabilities that determine whether that amplification helps or hurts, and the platform one is still the greatest piece of guidance for AI readiness that I have seen anywhere ever — &lt;a class=&#34;link&#34; href=&#34;https://dora.dev/capabilities/platform-engineering/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;where internal platform quality is high, AI&amp;rsquo;s effect on organisational performance is strong and positive; where it&amp;rsquo;s low, the effect is negligible&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Anthropic — the &lt;a class=&#34;link&#34; href=&#34;https://resources.anthropic.com/hubfs/2026%20Agentic%20Coding%20Trends%20Report.pdf&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;2026 Agentic Coding Trends Report&lt;/a&gt; and the &lt;a class=&#34;link&#34; href=&#34;https://code.claude.com/docs/en/agent-teams&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Claude Code documentation&lt;/a&gt;&lt;/strong&gt; — the vendor view (I count Claude as the incumbent in this case). Its Trend 2, &amp;ldquo;single agents evolve into coordinated teams&amp;rdquo;, predicts 2026 is the year the single chat thread gives way to one orchestrator coordinating specialised sub-agents — and it states that users require new skills in task decomposition, agent specialisation and coordination protocols, plus version control that can handle simultaneous agent-generated contributions. The docs then say that one human as &amp;ldquo;team lead&amp;rdquo; coordinating three to five agent teammates inside a single session, work sized so each teammate owns a different set of files because &amp;ldquo;two teammates editing the same file leads to overwrites&amp;rdquo; (for keeping sessions fully apart, they point to a separate technique, &lt;a class=&#34;link&#34; href=&#34;https://code.claude.com/docs/en/worktrees&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;git worktrees&lt;/a&gt;). All of it, though, is orchestration inside one owner&amp;rsquo;s control: one team per session, one developer, no sharing a team across sessions. The guidance for running an agent team is genuinely good. There is no guidance on a whole team of developers each running their own agentic robo squad.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://www.faros.ai/research/ai-acceleration-whiplash&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Faros AI, The Acceleration Whiplash (2026)&lt;/a&gt;&lt;/strong&gt; — telemetry from 22,000 developers across more than 4,000 teams. Faros state that even though throughput genuinely rose, so did bugs per developer (up 54%), incidents per pull request (up 242.7%), median review time (up 441.5%), and pull requests merging with no review at all (up 31.3%)! Their direct challenge to DORA is that mature DevOps organisations showed the same degradation as everyone else — because their review processes were sized for a lower-throughput world. One caveat I have against their reactive piece to DORA&amp;rsquo;s approach is that the report doesn&amp;rsquo;t state how they ensure the teams were definitively &lt;strong&gt;&amp;ldquo;high-performing&amp;rdquo;&lt;/strong&gt;. Also &amp;ldquo;high DORA metrics&amp;rdquo; scores are not a thing. DORA metrics are not targets. I keep saying **&lt;a class=&#34;link&#34; href=&#34;https://en.wikipedia.org/wiki/Goodhart%27s_law&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;this&lt;/a&gt;! That said, they clearly have uncovered an issue in delivery that is still yet to reveal itself. I think I may have some clue to it so keep reading.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://arxiv.org/abs/2602.07641&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;HAIF: A Human–AI Integration Framework (Bara, Feb 2026)&lt;/a&gt;&lt;/strong&gt; — the most operationally useful thing I&amp;rsquo;ve read albeit from a post-deployment perspective. Four rules: every AI output has a named human owner, delegation is a governed and reversible decision, validation is budgeted capacity rather than an afterthought, and human competence is actively maintained through scheduled human-only work. It adds trust tiers where promotion is slow and evidence-based but demotion is instant and anyone can trigger it. Its review principle is three words: &lt;strong&gt;&amp;ldquo;Verify, don&amp;rsquo;t read.&amp;rdquo;&lt;/strong&gt; My reservation is that HAIF is output governance. It&amp;rsquo;s excellent at checking AI&amp;rsquo;s homework but doesn&amp;rsquo;t hit upon guidance and flow. It could even be argued that it hinders flow as we add extra process upon process. But it&amp;rsquo;s worth reading.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://kanbanzone.com/2026/agile-in-the-age-of-ai-why-teams-need-a-visual-board/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Agile in the Age of AI (Kanban Zone, June 2026)&lt;/a&gt;&lt;/strong&gt; — makes the case that our coordination rituals were tuned for human cadence, and argues for leaning harder on flow: visible work, WIP limits, explicit policies on what &amp;ldquo;good&amp;rdquo; means for generated output. It also contains the line I keep coming back to. Humans move from doing the work to deciding, guiding and validating it — and that is &amp;ldquo;not a reduction in importance, but an elevation of responsibility.&amp;rdquo;&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://mikerossiter.tech/where.jpg&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;where&#34;
	
	
&gt;&lt;/p&gt;
&lt;h2 id=&#34;where-are-you-now&#34;&gt;Where are you now&amp;hellip;
&lt;/h2&gt;&lt;p&gt;So I went looking again for guidance on the part I actually care about: a whole team using AI, not one developer with a fleet of agents. It still isn&amp;rsquo;t there. What&amp;rsquo;s online is impressive — orchestration tools like Claude Squad and Conductor, &amp;ldquo;living specs&amp;rdquo; that keep agents aligned, &lt;a class=&#34;link&#34; href=&#34;https://addyosmani.com/blog/code-agent-orchestra/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;branch isolation so parallel agents don&amp;rsquo;t collide&lt;/a&gt; — but every bit of it is engineer-centric. One person conducting many agents. None of it tells a delivery lead how to run a team of humans who each do this against the same trunk.&lt;/p&gt;
&lt;p&gt;Which lands me somewhere that might sound old-fashioned: the traditional team disciplines — DevOps and Agile — matter &lt;em&gt;more&lt;/em&gt; now, not less. The act of delegating work is the same act it always was. Story points may shrink and sprints get busier; teams may get smaller or their skills shift. But someone still has to own the boundaries, hold the intent, and make the calls no agent can be accountable for. That is delivery leadership and creativity, and no tool ships it.&lt;/p&gt;
&lt;p&gt;And that&amp;rsquo;s why I keep pushing back on treating agents as team members. They aren&amp;rsquo;t. They don&amp;rsquo;t self-organise, they can&amp;rsquo;t change their behaviour after a retro, and they can&amp;rsquo;t hold accountability. They are capable, fast, occasionally wrong tools working entirely at the direction of the engineers running them — and they break, drift, and get repriced or repositioned by vendors and by our own organisations on timelines nobody on the team controls.&lt;/p&gt;
&lt;p&gt;A lot of this was confirmed for me at an &lt;a class=&#34;link&#34; href=&#34;https://www.linkedin.com/posts/enablis-consulting_enabledday-enablis-ai-activity-7486018985029869570-OBRG&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;&amp;ldquo;Enabled Day&amp;rdquo; at Enablis&lt;/a&gt;, where we were handed a brief and a single day to turn them into working apps with the help of our old buddy Claude and friends. Nothing highlights issues like a blank page and a deadline. And yes. My team won! Just like Spain.&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://mikerossiter.tech/worldcup.jpg&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;worldcup&#34;
	
	
&gt;&lt;/p&gt;
&lt;hr&gt;
</description>
        </item>
        <item>
        <title>Are You Actually Ready for AI? Measure to Adopt</title>
        <link>https://mikerossiter.tech/posts/ai-readiness/</link>
        <pubDate>Fri, 17 Jul 2026 09:00:00 +0000</pubDate>
        
        <guid>https://mikerossiter.tech/posts/ai-readiness/</guid>
        <description>&lt;img src="https://mikerossiter.tech/ai-readiness-hero.png" alt="Featured image of post Are You Actually Ready for AI? Measure to Adopt" /&gt;&lt;h1 id=&#34;are-you-ready&#34;&gt;Are you ready?
&lt;/h1&gt;&lt;p&gt;Every organisation right now wants the same darn thing! To get AI into the hands of engineers and watch productivity climb. As it was put in a recent &lt;a class=&#34;link&#34; href=&#34;https://www.meetup.com/yorkshire-devops/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Yorkshire DevOps meetup&lt;/a&gt; - the managers want &amp;ldquo;AI AI AI&amp;rdquo;! But sometimes the engineers are pushing back. The pressure is real! But there is a hard truth buried in the research that most people skip past.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;AI does not fix a struggling team. It amplifies whatever is already there.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;See? That single line is the headline of the &lt;a class=&#34;link&#34; href=&#34;https://cloud.google.com/blog/products/ai-machine-learning/announcing-the-2025-dora-report&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;2025 DORA report&lt;/a&gt;, Google&amp;rsquo;s study of software delivery, based on roughly 5,000 respondents and over 100 hours of interviews. Really strong teams get stronger with AI. Teams with a weak foundation get faster at producing the wrong things, less safely. So before you buy Claude licences for everyone, you need to answer one question: &lt;em&gt;where does my team actually stand today?&lt;/em&gt;&lt;/p&gt;
&lt;h2 id=&#34;the-uncomfortable-finding-speed-without-stability&#34;&gt;The uncomfortable finding: speed without stability
&lt;/h2&gt;&lt;p&gt;The 2025 DORA data shows:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;90%&lt;/strong&gt; of respondents now use AI at work, and &lt;strong&gt;over 80%&lt;/strong&gt; say it has boosted their productivity.&lt;/li&gt;
&lt;li&gt;Yet &lt;strong&gt;30%&lt;/strong&gt; still report little or no trust in AI-generated code.&lt;/li&gt;
&lt;li&gt;AI adoption shows a &lt;strong&gt;positive&lt;/strong&gt; relationship with throughput and product performance, but a &lt;strong&gt;negative&lt;/strong&gt; relationship with software delivery &lt;em&gt;stability&lt;/em&gt;.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Teams are shipping more, faster, and breaking more while they do it! The report shows that acceleration exposes weaknesses that were already there. If your automated testing is thin, your version control is loose, or your feedback loops are slow, AI will help you fail sooner. Which is ironically also a DevOps principle borrowed from &lt;a class=&#34;link&#34; href=&#34;https://www.amazon.co.uk/s?k=Lean&amp;#43;Software&amp;#43;Development&amp;#43;Poppendieck&amp;amp;tag=mikerossiter-21&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Lean&lt;/a&gt; but we&amp;rsquo;re not going down that road today!&lt;/p&gt;
&lt;p&gt;In &lt;em&gt;&lt;a class=&#34;link&#34; href=&#34;https://www.amazon.co.uk/s?k=The&amp;#43;DevOps&amp;#43;Handbook&amp;#43;Gene&amp;#43;Kim&amp;amp;tag=mikerossiter-21&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;The DevOps Handbook&lt;/a&gt;&lt;/em&gt;, the same argument is made about automation in general: automating a broken process only lets you make mistakes faster and more reliably. AI is automation in full beast mode, so the risk is larger, not smaller.&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://mikerossiter.tech/amplifier.jpg&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;AI turns up whatever signal your team is already sending&#34;
	
	
&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://mikerossiter.tech/ai-readiness-diagram.png&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;AI raises throughput but can lower stability without strong foundations&#34;
	
	
&gt;&lt;/p&gt;
&lt;h2 id=&#34;two-ways-to-get-your-baseline&#34;&gt;Two ways to get your baseline
&lt;/h2&gt;&lt;h3 id=&#34;1-the-dora-quick-check&#34;&gt;1. The DORA Quick Check
&lt;/h3&gt;&lt;p&gt;DORA publishes a free &lt;a class=&#34;link&#34; href=&#34;https://dora.dev/quickcheck/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Quick Check&lt;/a&gt; that scores your team on the four key delivery metrics (deployment frequency, lead time for changes, change failure rate, and failed-deployment recovery time) and shows how you compare to others. It takes a few minutes and gives you an immediate, industry-benchmarked read on your delivery performance. Start here if you want a fast, external reference point.&lt;/p&gt;
&lt;p&gt;Those four metrics are not arbitrary. They come out of the years of research written up in &lt;em&gt;&lt;a class=&#34;link&#34; href=&#34;https://www.amazon.co.uk/s?k=Accelerate&amp;#43;Forsgren&amp;#43;Humble&amp;#43;Kim&amp;amp;tag=mikerossiter-21&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Accelerate&lt;/a&gt;&lt;/em&gt;, which found that these measures reliably separate high performers from the rest. That is the whole reason to start with them: they are the closest thing our industry has to an objective baseline.&lt;/p&gt;
&lt;h3 id=&#34;2-a-devops-maturity-model-my-tool&#34;&gt;2. A DevOps Maturity Model (my tool!)
&lt;/h3&gt;&lt;p&gt;The Quick Check tells you &lt;em&gt;how fast and safe&lt;/em&gt; your delivery is. It does not tell you &lt;em&gt;why&lt;/em&gt;, or what to fix first. That gap is exactly why I built the &lt;a class=&#34;link&#34; href=&#34;https://gitlab.com/devops-maturity-model/devops-maturity-model&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;DevOps Maturity Model&lt;/a&gt; (DMM).&lt;/p&gt;
&lt;p&gt;The DMM is a small, self-hosted web tool that:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Scores your team across dimensions like Automation, Infrastructure and Culture&lt;/li&gt;
&lt;li&gt;Tracks your progress over time on a graph&lt;/li&gt;
&lt;li&gt;Generates the start of a gap-analysis report so you can plan improvements&lt;/li&gt;
&lt;li&gt;Is fully customisable to your team&amp;rsquo;s own language and priorities&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;It runs locally via Docker or NPM, so your data stays with you, and it deliberately avoids the discouraging language of formal performance tiers. The point is to make even basic adoption feel like progress. I wrote about the thinking behind it in more detail in &lt;a class=&#34;link&#34; href=&#34;https://mikerossiter.tech/posts/devops-maturity-model/&#34; &gt;my DevOps Maturity Model post&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;One caveat! &lt;em&gt;Accelerate&lt;/em&gt; actually argues &lt;em&gt;against&lt;/em&gt; maturity models. Forsgren writes that &lt;em&gt;&amp;ldquo;maturity models are not the appropriate tool to use or mindset to have&amp;rdquo;&lt;/em&gt;, and recommend &lt;strong&gt;capability models&lt;/strong&gt; instead: multidimensional, outcome-focused, and never &amp;ldquo;finished&amp;rdquo;. I built the DMM anyway! The reason is practical. During my MSc research I could not find a single practising engineer who used capability modelling in the real world, whereas maturity models were something teams instantly recognised and would actually sit down and engage with. The DMM is my attempt to keep the approachability of a maturity model while still pointing people at the capabilities they need to improve.&lt;/p&gt;
&lt;p&gt;Used together, the Quick Check gives you the &lt;em&gt;outcome&lt;/em&gt; level and the DMM tells you &lt;em&gt;which practices&lt;/em&gt; to work on to move on. That is your readiness baseline.&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://mikerossiter.tech/checklist.jpg&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;A readiness baseline comes from measuring outcomes and practices together&#34;
	
	
&gt;&lt;/p&gt;
&lt;h2 id=&#34;turning-the-baseline-into-an-action-list&#34;&gt;Turning the baseline into an action list
&lt;/h2&gt;&lt;p&gt;Your scores point at weak spots. Here is what to do about them. Most of this is ordinary good engineering, not AI.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Secure these foundations first.&lt;/strong&gt; These are the practices DORA&amp;rsquo;s research ties to high-performing teams, with fuller explanations at &lt;a class=&#34;link&#34; href=&#34;https://dora.dev/capabilities/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;dora.dev/capabilities&lt;/a&gt;. Treat the list as a checklist and score yourself honestly. Any item you cannot tick, AI will expose it! Not improve. For example:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Version control&lt;/strong&gt; — every change to code and settings is recorded, and any of it can be undone.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Automated testing&lt;/strong&gt; — the system checks its own work on every change, so mistakes show up in minutes instead of reaching customers.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Fast feedback&lt;/strong&gt; — a broken change is flagged within minutes of being made, not days later.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Small, frequent releases&lt;/strong&gt; — teams ship small changes often, rather than large risky ones now and then.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Automated release and rollback&lt;/strong&gt; — putting a change live, and pulling it back out, is quick and routine.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Independent teams&lt;/strong&gt; — a team can deliver its own work without waiting on several others.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;Then two AI-specific moves:&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Write and enforce an AI policy&lt;/strong&gt; — short, clear rules on what is allowed, what tools are available (via SSO) and block the rest at network level. AI-written code must be reviewed exactly like human-written code. A policy no one enforces is just a suggestion.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Give AI your own context&lt;/strong&gt; — connect it to your codebase, documents, knowledge base and standards. Generic AI gives generic answers; your own context is where the value lies.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;And one that never changes: &lt;strong&gt;product direction stays human.&lt;/strong&gt; AI speeds up building things. It does not tell you which things are worth building. Oh no no. That still comes from you and your users.&lt;/p&gt;
&lt;p&gt;None of this is really about AI anyway. Getting ready for AI and getting good at delivering software are the same job. Fix the weak spots you have flagged, and readiness follows.&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id=&#34;where-to-start&#34;&gt;Where to start?
&lt;/h2&gt;&lt;p&gt;If you take one thing from this, let it be the order of operations:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;&lt;strong&gt;Measure.&lt;/strong&gt; Run the &lt;a class=&#34;link&#34; href=&#34;https://dora.dev/quickcheck/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;DORA Quick Check&lt;/a&gt; and a &lt;a class=&#34;link&#34; href=&#34;https://gitlab.com/devops-maturity-model/devops-maturity-model&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;DevOps Maturity Model&lt;/a&gt; assessment. Get an honest baseline.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Find your weakest foundation.&lt;/strong&gt; Usually it is testing, feedback speed, or coupling. Fix that before you scale AI.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Write the policy, connect the context, then roll out.&lt;/strong&gt; In that order.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;AI is not a shortcut past the hard work of good engineering. It is a multiplier on top of it. Measure first, and you will know whether that multiplier is working for you or against you.&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id=&#34;references-and-further-reading&#34;&gt;References and further reading
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;2025 DORA Report&lt;/strong&gt; — Google Cloud, &lt;em&gt;Announcing the 2025 DORA Report&lt;/em&gt;. &lt;a class=&#34;link&#34; href=&#34;https://cloud.google.com/blog/products/ai-machine-learning/announcing-the-2025-dora-report&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;cloud.google.com&lt;/a&gt; and the full report at &lt;a class=&#34;link&#34; href=&#34;https://dora.dev/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;dora.dev&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Accelerate: The Science of Lean Software and DevOps&lt;/strong&gt; — Nicole Forsgren, Jez Humble, Gene Kim. &lt;a class=&#34;link&#34; href=&#34;https://www.amazon.co.uk/s?k=Accelerate&amp;#43;Forsgren&amp;#43;Humble&amp;#43;Kim&amp;amp;tag=mikerossiter-21&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Amazon&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;The DevOps Handbook&lt;/strong&gt; — Gene Kim, Jez Humble, Patrick Debois, John Willis. &lt;a class=&#34;link&#34; href=&#34;https://www.amazon.co.uk/s?k=The&amp;#43;DevOps&amp;#43;Handbook&amp;#43;Gene&amp;#43;Kim&amp;amp;tag=mikerossiter-21&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Amazon&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Wiring the Winning Organization&lt;/strong&gt; — Gene Kim, Steven J. Spear. &lt;a class=&#34;link&#34; href=&#34;https://www.amazon.co.uk/s?k=Wiring&amp;#43;the&amp;#43;Winning&amp;#43;Organization&amp;#43;Gene&amp;#43;Kim&amp;amp;tag=mikerossiter-21&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Amazon&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Continuous Delivery&lt;/strong&gt; — Jez Humble, David Farley. &lt;a class=&#34;link&#34; href=&#34;https://www.amazon.co.uk/s?k=Continuous&amp;#43;Delivery&amp;#43;Humble&amp;#43;Farley&amp;amp;tag=mikerossiter-21&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Amazon&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Team Topologies&lt;/strong&gt; — Matthew Skelton, Manuel Pais. &lt;a class=&#34;link&#34; href=&#34;https://www.amazon.co.uk/s?k=Team&amp;#43;Topologies&amp;#43;Skelton&amp;#43;Pais&amp;amp;tag=mikerossiter-21&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Amazon&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Platform Engineering&lt;/strong&gt; — Camille Fournier. &lt;a class=&#34;link&#34; href=&#34;https://www.amazon.co.uk/s?k=Platform&amp;#43;Engineering&amp;#43;Camille&amp;#43;Fournier&amp;amp;tag=mikerossiter-21&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Amazon&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Strategic Management of Technological Innovation&lt;/strong&gt; — Melissa A. Schilling. McGraw-Hill. &lt;a class=&#34;link&#34; href=&#34;https://www.amazon.co.uk/s?k=Strategic&amp;#43;Management&amp;#43;Technological&amp;#43;Innovation&amp;#43;Schilling&amp;amp;tag=mikerossiter-21&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Amazon&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;DevOps Maturity Model (DMM)&lt;/strong&gt; — my open-source assessment tool: &lt;a class=&#34;link&#34; href=&#34;https://gitlab.com/devops-maturity-model/devops-maturity-model&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;gitlab.com/devops-maturity-model&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;DORA Quick Check&lt;/strong&gt; — &lt;a class=&#34;link&#34; href=&#34;https://dora.dev/quickcheck/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;dora.dev/quickcheck&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
</description>
        </item>
        
    </channel>
</rss>
