Urgent.News

What's breaking now, across thousands of outlets.

Tech

Hybrid Delivery Is Winning. That Doesn't Mean You're Doing It Right.

The organizations embracing hybrid agile models aren't making a principled methodological choice — most of them are just formalizing the mess they were already living in. Picture a delivery team at a mid-sized European bank. They run two-week Scrum sprints — daily standups, sprint reviews, the whole ceremony. They use Jira boards. They call themselves agile. And then, every quarter, a Release…

Many organizations employing hybrid agile models are not adopting a deliberate, principled approach — they are merely formalizing their existing chaotic situation. For instance, a mid-sized European bank uses two-week Scrum sprints, daily standups, Jira boards, and a quarterly Release Approval Board reviewing a 47-page change package before production deployment.

These scrum ceremonies are merely theatrical, while the actual schedule is managed through a Gantt chart in SharePoint. This hybrid approach has become commonplace, with 74% of organizations reporting the use of hybrid or custom models.

The rise of hybrid agile is not a sign of maturity beyond ideological purity, but rather a symptom of organizations never committing to a single methodology. Hybrid models are legitimate when they are designed to address specific product realities, such as complex mechatronic projects or pharmaceutical product development. In these cases, hybrid delivery is a thoughtful engineering of interfaces between different disciplines and approaches.

However, many hybrid implementations are merely the application of standard agile practices to non-agile contexts, creating overhead without delivering the anticipated benefits. The real problem lies in the costumery and superficiality of these hybrid models, rather than in the hybrid delivery model itself.

Written by urgent.news from Dev.to's reporting — not their text. Machine-written — may contain errors; check the original before relying on it.

Read the original at dev.to →

More in Tech

Forms in React : From Inputs to Controlled Components

You have probably written HTML forms before, and so the structure below resonates with you. Perhaps you even smile because, this one, you understand.

  • React introduces controlled inputs for form management
  • Controlled inputs use React state (value and onChange)
  • Prevent default reload with event.preventDefault()

The Meeting You Skipped Was the One That Actually Mattered

Async-first culture is making teams faster and lonelier — but the real damage isn't loneliness. It's that people stopped owning decisions they were never in the room to make.

  • Mid-sized software company adopted async-first culture
  • Bot attended every Zoom call, summarized discussions
  • Architectural decision made via Loom video, seen by few

The Matrix: Writing Code That Doesn't Need Comments

The Quest Begins (The "Why") I still remember the first time I opened a legacy codebase and felt like I’d stepped into a dark dungeon without a torch.

  • Code can be written to be self-documenting, eliminating the need for comments.
  • Clear names for variables and functions reveal intent without explanatory comments.

More from Saturday 22 August →