# Nobody Owns the Sum

*Every squad owns its piece. The customer buys the whole. Guess which one has no owner.*

- Author: Bartosz Frąckowiak
- Published: 2025-12-22
- Canonical: https://bfrackowiak.pl/blog/nobody-owns-the-sum/
- Tags: software-architecture, organizational-design, conways-law, engineering-leadership, ownership

---

Some time ago I sat in a meeting where somebody asked a simple question: **"Who owns the aggregated risk score?"**

Silence. Then everyone answered at once, each about their own piece. One squad owned the data ingestion. Another owned one of the sub-scores feeding the aggregate. A third owned the screen where the final number is displayed to the customer. The number itself (the thing customers actually look at, the thing sales sells and support gets called about) was owned by nobody.

It took three meetings to establish that. Not because anyone was hiding. Everyone genuinely believed someone else had it.

What follows is a pattern I've seen too many times to ignore. Private observations, no study behind them, just scars.

## The Org Chart Produces Parts

We assign ownership by component, because components map neatly onto teams. A squad gets a service, a database, a screen. Clean boundaries, clear accountability, everyone can draw their box. So far, so good.

But the most valuable outcomes an organization produces are not components. They are **sums**: the aggregated score, the end-to-end response time, the coherence of the user experience, the total cloud bill. A sum, by definition, crosses boxes. And whatever crosses boxes on an org chart falls between them.

Conway's law is usually quoted about system design: your architecture will mirror your communication structure. There's an ownership corollary that gets much less airtime: **an org chart can produce parts, but it cannot produce wholes.** Wholes need an owner that the chart does not naturally generate. Someone has to create that role on purpose.

Nobody plans an orphan. An orphan is simply what's left over after everyone finishes claiming what's theirs.

## How to Spot One

Orphaned aggregates don't announce themselves. They surface as symptoms, and every symptom looks like something else:

- **The ping-pong ticket.** A cross-squad bug bounces between teams, each proving, correctly, that their part behaves as specified. Every part worked; the sum was wrong. The ticket ages until a frustrated customer escalates it past all of you.
- **The decision that waits months.** Changing a whole requires a yes from everyone who owns a part. A yes from everyone is, in practice, a yes from no one. So the improvement idea circles the organization like luggage nobody claims.
- **The invisible roadmap item.** Aggregate improvements appear on no backlog, because no backlog hosts them. Each squad's roadmap is full, full of parts.
- **The human failsafe.** The only real "owner" is a veteran who remembers how the whole thing fits together. That's not ownership, that's memory, and it resigns when they do.

If you recognize two or more of these, you're not looking at a process problem. You're looking at an orphan.

## The Architect's Move

Where I've landed on what a solution architect should actually do about it is less heroic than you might hope.

**First: name the orphan out loud.** This sounds trivial and isn't. As long as the aggregate has no name, its non-ownership is invisible; there is literally nothing to point at. The moment you name it ("the overall score", "the end-to-end latency budget", "the network aggregate") the question *who owns this?* stops being unaskable and becomes merely awkward. Awkward is progress.

**Second: force an explicit decision.** Not make it. Force it. The architect's job is to put the organization in a position where *not deciding* is the visible, embarrassing option. Getting from "we should discuss this" to an actual named owner is a craft of its own. I wrote about that machinery separately in [Decisions Have an Architecture Too](/blog/decisions-have-an-architecture-too/).

**Third: accept that sometimes the answer is new.** Occasionally an existing squad's charter genuinely grows to cover the sum. More often, an honest decision produces something that didn't exist before: a capability owner, a small platform team, a named service with a named human. That's not org bloat. It's the org finally matching what it sells.

And one warning from experience. The default answer in the room will be: *"the architect can own it."* Refuse politely. I've accepted a few orphans myself over the years; it flatters you for about a week, and then you discover you're the babysitter of an aggregate with no budget, no backlog, and no team. Architecture must not become the attic where the organization stores what it doesn't want to decide about.

**Components get owners; sums get hopes.** The whole game is converting one hope at a time into an owner.

## Try It on Your Own System

Here's a fifteen-minute exercise that costs nothing. Walk your value stream end to end, from the first customer click to the last invoice, and count the things that *everyone depends on and no one owns*. The aggregate score. The overall latency. The consistency of terminology across screens. The total cost of the pipeline.

My prediction: you'll find at least three. Every organization I've looked at has them, because org charts are made of boxes and value is made of sums.

So the question I'll leave you with: **which orphan in your organization is expensive enough that simply naming it would change next quarter's roadmap?**

Name it in the next meeting. Watch what happens ;)
