---
type: "article"
title: "Post Product Market Fit - Open Engineering Strategy"
summary: "When Product Stage Evolves but Engineering doesn't"
newsletter: "Engineering Strategy"
newsletter_handle: "engineeringstrategy"
newsletter_url: "https://usecommune.com/n/engineeringstrategy"
author: "Aleix Morgadas (@aleixmorgadas)"
published: "2022-06-21T10:00:46.721Z"
canonical_url: "https://usecommune.com/n/engineeringstrategy/a/post-product-market-fit-open-engineering-strategy"
markdown_url: "https://usecommune.com/n/engineeringstrategy/a/post-product-market-fit-open-engineering-strategy.md"
chat_url: "https://usecommune.com/n/engineeringstrategy/a/post-product-market-fit-open-engineering-strategy/chat"
body_source: "imported"
likes: 0
replies: 0
body_words: 758
---

# Post Product Market Fit - Open Engineering Strategy

This post is special for me, it’s the first post about [#OpenEngineeringStrategy](https://github.com/aleixmorgadas/awesome-engineering-strategy#open-engineering-strategies) that I do in collaboration! I love seeing people joining this Open Engineering Strategy movement 😊🥳

Today’s post is made in collaboration with [Miguel Ángel Fernández](https://twitter.com/elmendalerenda), a Product Engineer at [Qatium](https://qatium.com/).

Miguel Ángel and I have been in touch after I published several posts on Engineering Strategy and wondered if someone would like to attend a Workshop about it.

[![](https://bucketeer-e05bbc84-baa3-437e-9518-adb32be77984.s3.amazonaws.com/public/images/beb0a18e-393f-4020-8332-abe36c8dd198_512x512.png)Aleix's LearningsDesigning Engineering Strategy WorkshopWhy At beginning of this year, when I was Designing the Engineering Strategy for the Tribe at Creditas, where I work, I realized that the approach I learned during trial and error could be helpful for others. That’s why I collected my learnings as a post series here 👇…Read more4 years ago · 3 comments · Aleix Morgadas](https://learnings.aleixmorgadas.dev/p/designing-engineering-strategy-workshop?utm_source=substack&utm_campaign=post_embed&utm_medium=web)

We chatted so l could understand better his workshop expectations. We were able to exchange some ideas and thoughts about our experiences in Engineering Strategy. I loved that conversation! We both faced similar situations and we were lost as everyone else in this field :D

Last week, we chatted about the current situation he is facing at Qatium, and how to drive an Engineering Strategy from there.

Miguel Ángel came with a deep analysis of the current situation, the company pains, the developer pains, where the product is, and how engineering is facing some challenges to adapt to the new product reality. I can tell that a meaningful reflection was made before the call, I played a rubber duck/facilitator role in that conversation.

# What's Qatium?

Qatium is a water management platform that allows water utilities to improve their water network performance. Clearly speaking, we help water companies to reduce the water and energy that is lost on the way from the supply to the tap. If you are curious you can find more information at [qatium.com](https://qatium.com/)

[![](https://bucketeer-e05bbc84-baa3-437e-9518-adb32be77984.s3.amazonaws.com/public/images/f4f787d0-734f-4ac1-baee-9b2a1f1cf552_1110x1106.png)](https://dms.licdn.com/playlist/C5605AQG-VbIhix9Kdw/mp4-720p-30fp-crf28/0/1654869812759?e=1656280800&v=beta&t=c5NT2TlsA56x_wFp3O7v2naUq3lfJA00TCqfFbVG7Og)

*[See Video](https://dms.licdn.com/playlist/C5605AQG-VbIhix9Kdw/mp4-720p-30fp-crf28/0/1654869812759?e=1656280800&v=beta&t=c5NT2TlsA56x_wFp3O7v2naUq3lfJA00TCqfFbVG7Og)*

# Which is the High-Stake Problem?

The product/business found the market fit and started moving to a prepare for scale phase while the engineering stayed approaching solutions with the market-fit mindset.

[![](https://bucketeer-e05bbc84-baa3-437e-9518-adb32be77984.s3.amazonaws.com/public/images/7113a8a3-36f9-4589-9fe2-6973dbb71f17_1600x948.png)](https://substackcdn.com/image/fetch/$s_!avno!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fbucketeer-e05bbc84-baa3-437e-9518-adb32be77984.s3.amazonaws.com%2Fpublic%2Fimages%2F7113a8a3-36f9-4589-9fe2-6973dbb71f17_1600x948.png)

We identified the need to adapt the dev team mindset to the new

# Engineering Strategy

We decided to go for a classical strategy analysis as explained in the book good strategy/bad strategy, where the first step y stop and listen to what is happening in the organization, collect facts, and refine into insights

## Analysis

After a few weeks of collecting facts, these are a few samples of what we saw. Nothing special or different from other organizations as you see.

- Integration tests are too slow
- An increasing number of bugs
- Increasing cognitive load
- A pile of architectural debt accumulated
- Large lead time in features without uncertainty
- Performance problems in different areas

Thinking about the whole range of facts is what led us to discover the high stake problem. The high stake is no more than a scientific hypothesis, so let’s go and test it

## Direction

Our hypothesis was that the code was working for seeking a market fit, which means that the code is prepared for accepting features not related to each other and with a high degree of uncertainty. Once we started developing cohesive features and receiving more load is when we started with the problems. Inspired by the techniques described in Strategic Monolith and microservices we decided to plan a Context Remapping. That was new for us because seeking product-market fit leaves little space to actually sit down and think which are the best next features, the fact is you don’t know.

Now with a clear direction for the product we could actually anticipate and plan the system for specific extensions, anticipate performance problems, and even reduce the cognitive load by applying the Inverse Conway Manoeuvre.

[![](https://bucketeer-e05bbc84-baa3-437e-9518-adb32be77984.s3.amazonaws.com/public/images/e334c2f3-d308-43b7-b906-b1c6dae13e14_771x607.png)](https://substackcdn.com/image/fetch/$s_!Q_5B!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fbucketeer-e05bbc84-baa3-437e-9518-adb32be77984.s3.amazonaws.com%2Fpublic%2Fimages%2Fe334c2f3-d308-43b7-b906-b1c6dae13e14_771x607.png)

This was one of the diagrams we used to remap the context. There is no secret to showing how to structure the code, that should match our roadmap, that by the way is open: [https://qatium.com/roadmap/](https://qatium.com/roadmap/)

## Coherent Actions

With a direction present, it is time for describing actions. Through small daily efforts, we should be able to test if our hypothesis was correct or not in a short period of time.

[![](https://bucketeer-e05bbc84-baa3-437e-9518-adb32be77984.s3.amazonaws.com/public/images/cc3f3564-79d0-47c0-bc89-61cf90ba5b8e_391x294.png)](https://substackcdn.com/image/fetch/$s_!3oeK!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fbucketeer-e05bbc84-baa3-437e-9518-adb32be77984.s3.amazonaws.com%2Fpublic%2Fimages%2Fcc3f3564-79d0-47c0-bc89-61cf90ba5b8e_391x294.png)

# Reflections

***

# Can I participate in the [Open Engineering Strategies](https://openengineeringstrategy.com/)?

Yes! I started a section about this at [github.com/aleixmorgadas/awesome-engineering-strategy#open-engineering-strategies](https://github.com/aleixmorgadas/awesome-engineering-strategy#open-engineering-strategies) 🥳

If you want me to help you and co-author a post here, let me know at:

- [twitter.com/aleixmorgadas](https://twitter.com/aleixmorgadas), DMs are open or
- hello@aleixmorgadas.dev

[![](https://bucketeer-e05bbc84-baa3-437e-9518-adb32be77984.s3.amazonaws.com/public/images/fd46f3f3-d5ca-4378-b138-b8b575bf350c_807x228.png)](https://openengineeringstrategy.com/)

*[github.com/aleixmorgadas/awesome-engineering-strategy#open-engineering-strategies](https://github.com/aleixmorgadas/awesome-engineering-strategy#open-engineering-strategies)*

# Meme for you

[![](https://bucketeer-e05bbc84-baa3-437e-9518-adb32be77984.s3.amazonaws.com/public/images/8decb35d-2fba-4fe8-b9bd-926f3ad46503_500x616.jpeg)](https://substackcdn.com/image/fetch/$s_!-0ig!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fbucketeer-e05bbc84-baa3-437e-9518-adb32be77984.s3.amazonaws.com%2Fpublic%2Fimages%2F8decb35d-2fba-4fe8-b9bd-926f3ad46503_500x616.jpeg)

***

## Discussion

No replies yet.
