<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>tchlebek.dev — blog</title><description>Backend, architecture, JVM &amp; DevOps — opinions and lessons from production.</description><link>https://tchlebek.dev/</link><language>en</language><item><title>Is Scrum Still Agile? Reflections of an Engineer in 2026</title><link>https://tchlebek.dev/en/blog/is-scrum-still-agile/</link><guid isPermaLink="true">https://tchlebek.dev/en/blog/is-scrum-still-agile/</guid><description>The Scrum Guide is 13 pages long and promises agility. Reality has Jira boards full of tickets and ceremonies that deliver no value. Does textbook Scrum still make sense?</description><pubDate>Tue, 03 Mar 2026 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;&lt;img src=&quot;/blog/is-scrum-still-agile.png&quot; alt=&quot;Is Scrum still agile&quot; /&gt;&lt;/p&gt;
&lt;p&gt;In my more than five-year career as a Software Engineer, I have been immersed in Scrum from the beginning, and I have also worked with Kanban on a temporary basis. At some point, I began to wonder — not &lt;em&gt;how&lt;/em&gt; to do Scrum, but &lt;em&gt;why&lt;/em&gt; we do it the way we do. This curiosity led me to obtain a Professional Scrum Master I (PSM I) certification and to read a 13-page document that was supposed to explain everything to me: the Scrum Guide.&lt;/p&gt;
&lt;p&gt;And it did explain everything. For a moment. Then reality set in — projects, teams, organizations - and the elegance of 13 pages began to clash with the chaos of everyday work. Today, I ask myself: &lt;strong&gt;does the Scrum Guide still describe the reality in which we work?&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Before I answer, I would like to clarify the fundamentals. Because in the industry, the terms &quot;Agile&quot; and &quot;Scrum&quot; are often used interchangeably, and this leads to misunderstandings, which give rise to most problems.&lt;/p&gt;
&lt;h2&gt;Fundamentals: Agile vs. Scrum&lt;/h2&gt;
&lt;p&gt;&lt;strong&gt;Agile is a philosophy (a way of thinking), and Scrum is a specific instruction manual.&lt;/strong&gt; Imagine that Agile is &lt;strong&gt;a healthy lifestyle&lt;/strong&gt; (general rules: eat vegetables, exercise, get enough sleep). Scrum, on the other hand, is &lt;strong&gt;a specific diet and training plan&lt;/strong&gt; (eat 2000 calories, run 30 minutes a day, sleep 8 hours). You can be healthy without this specific diet — but it&apos;s hard to stick to a diet without understanding the idea of taking care of yourself.&lt;/p&gt;
&lt;p&gt;Agile was born in 2001 as a rebellion against &quot;heavy&quot; processes (Waterfall). The creators of &lt;strong&gt;the Agile Manifesto&lt;/strong&gt; focused on:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;People and interactions&lt;/strong&gt; over processes and tools.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Working software&lt;/strong&gt; over documentation.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Customer collaboration&lt;/strong&gt; over rigid contracts.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Responding to change&lt;/strong&gt; over following a plan.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Scrum, in turn, is a framework created by Ken Schwaber and Jeff Sutherland in the early 1990s. The official definition is contained in &lt;strong&gt;the Scrum Guide&lt;/strong&gt; — a document updated every few years, with the latest version from November 2020. Scrum is based on &lt;strong&gt;empiricism&lt;/strong&gt; — making decisions based on what we have observed, not on plans made in advance. Empiricism is achieved through three pillars:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Transparency&lt;/strong&gt; — everyone in and around the team sees the same picture of reality.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Inspection&lt;/strong&gt; — we regularly check artifacts and progress, looking for deviations.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Adaptation&lt;/strong&gt; — when inspection reveals a problem, we adjust the process or product.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;It gives us roles (&lt;strong&gt;PO, Scrum Master, Developers&lt;/strong&gt;), events (&lt;strong&gt;Planning, Daily, Review, Retro&lt;/strong&gt;), and artifacts (&lt;strong&gt;Backlogs and Increments&lt;/strong&gt;).&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;/blog/scrum-framework-diagram-en.svg&quot; alt=&quot;Scrum Framework diagram — accountabilities, events and artifacts with their commitments&quot; /&gt;&lt;/p&gt;
&lt;hr /&gt;
&lt;h2&gt;Is Scrum still Agile in 2026?&lt;/h2&gt;
&lt;p&gt;Although Scrum grew out of the spirit of agility, in 2026 we are increasingly seeing the phenomenon of &lt;strong&gt;&quot;Scrum-but&quot;&lt;/strong&gt; (we do Scrum, BUT...). The forms remain, but the spirit of Agile is fading. Where are the biggest cracks?&lt;/p&gt;
&lt;h3&gt;1. AI &amp;amp; CI/CD: The death of the 14-day window&lt;/h3&gt;
&lt;p&gt;In 2026, thanks to the support of AI agents, we are producing code many times faster than a decade ago. Modern CI/CD pipelines allow us to deploy changes many times a day. We have trunk-based development, feature flags, and canary releases.&lt;/p&gt;
&lt;p&gt;Closing work in a rigid, two-week Sprint in such an environment becomes an artificial brake. When the business needs a change &quot;right now&quot; and technology allows it to be implemented in an hour, waiting until the end of the iteration is a contradiction of agility. Planning a specific number of tasks 14 days in advance at today&apos;s pace is like reading tea leaves.&lt;/p&gt;
&lt;p&gt;The Agile Manifesto says: deliver working software frequently, with a preference for shorter periods. In 2001, &quot;frequently&quot; meant every two weeks. In 2026, &quot;frequently&quot; means several times a day.&lt;/p&gt;
&lt;h3&gt;2. Daily as a &quot;Status Report&quot; (The process ate the people)&lt;/h3&gt;
&lt;p&gt;The Manifesto clearly states: people and interactions over processes. In practice? Daily has turned into a ritual — everyone wants to &quot;check off&quot; their status as quickly as possible, doesn&apos;t listen to their colleagues, doesn&apos;t make a plan for the day. Everyone goes back to their screens.&lt;/p&gt;
&lt;p&gt;The 2020 Scrum Guide attempted to fix this by removing the mandatory &quot;three questions&quot; (what did I do yesterday, what will I do today, what is blocking me) and giving the team the decision on the format. But in most teams, the three questions simply remained — because no one suggested anything better. No one suggested anything because no one felt empowered to change &quot;the process.&quot; Ironic, right? A framework that is supposed to promote self-organization, and the team doesn&apos;t have the courage to change the format of a 15-minute meeting.&lt;/p&gt;
&lt;h3&gt;3. Sprint Backlog: A bottomless bag with no purpose&lt;/h3&gt;
&lt;p&gt;Scrum without a Sprint Goal is not Scrum — the Scrum Guide says so explicitly. And yet, many teams take 20 random tasks from the top of the list because &quot;the Sprint must be filled.&quot; There is no common denominator or strategy — there is a Jira board with a mosaic of tickets, connected only by the fact that someone considered them &quot;top priority.&quot;&lt;/p&gt;
&lt;h3&gt;4. The Illusion of Inspection (Review and Retro)&lt;/h3&gt;
&lt;p&gt;The team has been reporting the same issues for six months. &quot;Too much context switching.&quot; &quot;No access to the test environment.&quot; &quot;Unclear requirements from the Product Owner.&quot; The Scrum Master diligently takes notes, creates action items that go on the board and stay there until the next Retro, where the same topics come up again.&lt;/p&gt;
&lt;p&gt;The problem often lies not with the team, but with the organization, which does not give the Scrum Master the mandate to remove impediments that go beyond the team&apos;s boundaries. The Manifesto says &quot;adapt behavior&quot; — but what if adaptation is blocked by three levels of hierarchy above? This is when the third pillar of empiricism — adaptation — is quietly disabled, and Scrum becomes an empty ceremony.&lt;/p&gt;
&lt;hr /&gt;
&lt;h2&gt;What next? &quot;Custom-made Agile&quot;&lt;/h2&gt;
&lt;p&gt;According to the Scrum Guide, we should strictly adhere to the rules in order to &quot;truly&quot; use this framework. &lt;strong&gt;Personally, I believe that in 2026, there is no longer any room for sticking to rigid frameworks.&lt;/strong&gt; The Scrum Guide has become too restrictive for the dynamic world of AI. Today, every organization must have the courage &lt;strong&gt;to adapt the framework to suit its needs&lt;/strong&gt;. If Sprints slow you down, switch to Continuous Flow. If Daily meetings bore you, change their format or frequency.&lt;/p&gt;
&lt;p&gt;Let&apos;s remember the most important principle of the Manifesto: &lt;strong&gt;People and interactions over processes and tools.&lt;/strong&gt; If a process (even one from the Scrum Guide) prevents people from delivering value, it means that it is no longer Agile.&lt;/p&gt;
&lt;hr /&gt;
&lt;p&gt;&lt;strong&gt;How does it look in your company? Do your processes help you build, or are they just another set of meetings in the calendar?&lt;/strong&gt;&lt;/p&gt;
</content:encoded></item></channel></rss>