# New Work%

{% hint style="info" %}
[<mark style="color:purple;">**Understand New Work, Rework, Maintenance through examples**</mark>](/using-hivel/coding/understanding-rework-new-work-and-maintenance.md)
{% endhint %}

**Total lines of code added or modified.**

<div data-with-frame="true"><figure><img src="/files/abGt52yBHV1lffjYIaB0" alt="" width="563"><figcaption></figcaption></figure></div>

* Low % of New Work indicates the team is trying to change old code even to build new features, which will impact the implementation of high blast radius and poor solid principles.\
  A **low percentage of New Work** means the team is often changing old code, even when building new features. This can lead to more bugs and make the code harder to manage. It may be a sign that the **architecture needs improvement**.\
  It's a signal to review the architecture.
* More New Work, along with slight [<mark style="color:purple;">Rework</mark>](/metrics-and-definitions/quality/rework.md) and [<mark style="color:purple;">Maintenance</mark>](/metrics-and-definitions/quality/maintenance.md) is always a good sign, as it indicates solid practices are in place, and the team can go ship new features at a faster pace as code is isolated.

#### Industry Benchmarking

<div data-with-frame="true"><figure><img src="/files/o018jaivPbPIXlRxsxKu" alt="" width="563"><figcaption></figcaption></figure></div>


---

# 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://docs.hivel.ai/metrics-and-definitions/throughput/new-work.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.
