Skip to main content

Red pill vs Blue pill -Outcome not output

After more than 15 years in the IT industry, working on both small and large projects in multiple industries and companies, I  have to make the following (unfortunate) observation:

Although the raise of Agile and Product thinking, most organisations still operate in a project mindset not product mindset.

To explain the difference between the two, I have to talk about outputs vs outcomes.

What are outputs?

Outputs can be seen as deliverables, something like a feature or a new product release. The succes of a project oriented team  is measured in output(e.g. Velocity; how much story points did we deliver in this sprint?).

Did the team succeed in delivering features according specification and on time?

A consequence of this mindset is that the team is not focussed on whether a delivered features got used or if the feature really solved the business problem. We may assume that the delivered features will lead to specific outcomes. We may even share those assumptions with our teams. But, ultimately, when we ask our teams to deliver specific outputs, we are managing by outputs.

The clearest indicators that you are managing (or being managed) by outputs are roadmaps that list a fixed set of features or functionalities such as ‘new benefit type’, ‘SEPA payment’ with release dates.

What are outcomes?

Outcomes describes the expected change resulting from an output, such as an improvement of a process, increased productivity or revenue. The success of a product oriented team is measured in outcomes.

Did the team succeed in solving the users problem?

Another way to phrase it, is a product oriented team will measure success by the extent to which a feature solved users problems.

An indicator that you are managing (or being managed) by outcomes are roadmaps that list business objectives or customer pain-points such as, ‘Improve member onboarding’,  ‘Enhance user experience’ or ‘Decrease number of manual corrections’.

Why we still manage so much by outputs?

If you read my explanation above it would feel logical that we all should switch to a product mindset and manage by outcomes not outputs. So why are still so many organisations operating in a project mindset?

The answer is ‘Trust’, or better ‘The lack of Trust’.

Organisations don’t trust their IT teams and operate them in a contractor-control model. They don’t trust that those teams can reach outcomes on their own. Therefore, organisations focus on what they can control and  micromanage their teams’ outputs. As a result, teams put their main focus on the outputs and don’t communicate their progress toward their outcomes. Which leads to the organisation continuing to mistrust their teams’ ability to reach those outcomes. And we end up in a vicious circle.

The question is how do we get out of this endless loop? That is something I’ll try to answer in another blog post…

Outcomes vs outputs, which pill would you prefer to take?

Popular posts from this blog

DevToys–A swiss army knife for developers

As a developer there are a lot of small tasks you need to do as part of your coding, debugging and testing activities.  DevToys is an offline windows app that tries to help you with these tasks. Instead of using different websites you get a fully offline experience offering help for a large list of tasks. Many tools are available. Here is the current list: Converters JSON <> YAML Timestamp Number Base Cron Parser Encoders / Decoders HTML URL Base64 Text & Image GZip JWT Decoder Formatters JSON SQL XML Generators Hash (MD5, SHA1, SHA256, SHA512) UUID 1 and 4 Lorem Ipsum Checksum Text Escape / Unescape Inspector & Case Converter Regex Tester Text Comparer XML Validator Markdown Preview Graphic Color B

Help! I accidently enabled HSTS–on localhost

I ran into an issue after accidently enabling HSTS for a website on localhost. This was not an issue for the original website that was running in IIS and had a certificate configured. But when I tried to run an Angular app a little bit later on http://localhost:4200 the browser redirected me immediately to https://localhost . Whoops! That was not what I wanted in this case. To fix it, you need to go the network settings of your browser, there are available at: chrome://net-internals/#hsts edge://net-internals/#hsts brave://net-internals/#hsts Enter ‘localhost’ in the domain textbox under the Delete domain security policies section and hit Delete . That should do the trick…

Azure DevOps/ GitHub emoji

I’m really bad at remembering emoji’s. So here is cheat sheet with all emoji’s that can be used in tools that support the github emoji markdown markup: All credits go to rcaviers who created this list.