# Learning culture in You Build It You Run It

![](/files/omv8J8Zkj1lDIOAkpqYS)

We describe the You Build It You Run It learning culture as predisposed to act on insights. When there is an incident of consequence, the priority for an on-call product team is to acquire a deep understanding of the problem and its resolution, and then broadcast the accumulated knowledge across the organisation.

## Generate insights

After an incident, an on-call product team is immediately allocated a period of incident analysis, for each team member that participated in incident response. It includes interviews, establishing key events during the incident, and uncovering any common learning themes. This is scheduled by the product manager, or a problem manager in accordance with ITIL v3.

Afterwards, there is a collective post-incident review. The purpose is to generate as many insights as possible, and turn them into improvement actions where necessary. The session format is:

* Review the incident analysis reports from different team members.
* Build a shared understanding of the incident, according to the organisational context.
* Explore the different perspectives of the team members involved in incident response.
* Discuss the human and technical contributing factors to the incident.
* Identify the most valuable learnings from the incident, and any associated improvement actions.
* Blend the newly acquired knowledge into a compelling narrative.

A team member publishes the incident narrative to the entire organisation, and there may also be internal presentations and walkthroughs.

## Implement improvement actions

After the post-incident review, a team member records any improvement actions in the product backlog, using a ticketing system such as [Jira](https://www.atlassian.com/software/jira) or [Trello](https://www.trello.com/). This includes human factors such as accountability changes, as well as technical factors such as code fixes and configuration changes. As usual in You Build It You Run It, the product manager is responsible for balancing the priorities of those actions versus planned product features.

## Learning culture costs in You Build It You Run It

| Cost Type        | Frequency | Description                                                                                                                                                                                                                                       | Impact                      | TCO % |
| ---------------- | --------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------- | ----- |
| Setup cost       | One-off   | <p>Launch costs incurred in</p><ul><li>Product team time for incident analysis training</li><li>Product team time for incident review training</li><li>Product team time to setup cross-team playbacks, walkthroughs, knowledge sharing</li></ul> | Capex cost                  | High  |
| Opportunity cost | Ongoing   | Can be measured as the cost of delay between an improvement as an idea and in practice. Potential revenue lost, missed customer opportunities due to delays in improvements                                                                       | Lost revenue and capex cost | Low   |
| Run cost         | Ongoing   | Costs incurred putting an improvement idea into practice                                                                                                                                                                                          | Low                         |       |

![](/files/ou128wkx4zVMInyz4RVY)

Culture costs are capex, as they are incurred by on-call product teams themselves.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://playbooks.equalexperts.com/you-build-it-you-run-it/what-is-you-build-it-you-run-it/learning-culture.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
