> For the complete documentation index, see [llms.txt](https://help.swarmia.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.swarmia.com/features/ai-tools/ai-impact.md).

# AI impact

The [AI tools → AI impact](https://app.swarmia.com/ai/impact/code) page helps you understand how pull requests assisted by different AI coding tools — or no AI tools — perform across metrics like throughput, cycle time, batch size, and review time.

This makes it easier to [answer questions like](https://www.swarmia.com/blog/staged-approach-AI-adoption-for-engineering/): Is AI-assisted work moving through your system faster or slower? Which teams benefit most from AI tools? Are AI-assisted pull requests staying small enough to review well?

## How to use AI impact

Use AI impact to understand how AI-assisted pull requests move through your delivery system:

* **Speed**: See how [pull request cycle time](/guides/improve-pull-request-flow/reducing-pull-request-cycle-time.md) and [throughput](/guides/improve-pull-request-flow/diagnosing-low-pull-request-throughput.md) change depending on AI use. Compare teams with different adoption levels, and pay attention to the share of review time versus time in progress.
* **Batch size**: Monitor [pull request batch sizes](/guides/improve-pull-request-flow/analyzing-pull-request-batch-size.md) to keep review quality high. AI assistants make it easy to generate large pull requests, and large changes are harder to review well.

Use these metrics to understand where AI helps, where it introduces new bottlenecks, and what your teams should look into next.

<figure><img src="/files/hzVF4XCWZlFXhRa7tEAU" alt=""><figcaption></figcaption></figure>

## Available metrics

* PRs merged (throughput)
* Cycle time
* Time to first review
* Time in review
* Batch size

## Available selections

### Comparison type

First, use the tabs to select how the pull requests are grouped:

* **AI tools:** GitHub Copilot vs Claude Code vs Cursor vs everything else.
* **Modes:** [local changes (editor/CLI)](/features/ai-tools/ai-tool-detection-and-filters.md#local-changes-editor-cli) vs [cloud agent](/features/ai-tools/ai-tool-detection-and-filters.md#cloud-agent) vs [review agent](/features/ai-tools/ai-tool-detection-and-filters.md#review-agent) vs everything else.
* **AI used:** AI-assisted PRs (based on the tools and modes you select) vs everything else.

The structure of the page is the same for all comparisons.

<figure><img src="/files/yQSnl64x27GquVWOZ6fk" alt=""><figcaption></figcaption></figure>

### Included tools

Select which AI tools (GitHub Copilot, Claude Code, and Cursor) are included in the comparison.

<figure><img src="/files/ifImDSYbSvwOwPZbhUKe" alt=""><figcaption></figcaption></figure>

### Included modes

Select which modes ([local changes (editor/CLI)](/features/ai-tools/ai-tool-detection-and-filters.md#local-changes-editor-cli), [cloud agent](/features/ai-tools/ai-tool-detection-and-filters.md#cloud-agent), and [review agent](/features/ai-tools/ai-tool-detection-and-filters.md#review-agent)) are included in the comparison.

There's also an option to [include only high-confidence matches](/features/ai-tools/ai-tool-detection-and-filters.md#local-changes-high-confidence-only) in the *local changes* mode.

<figure><img src="/files/8GWYwDSfyi56fdG4e5PI" alt=""><figcaption></figcaption></figure>

## Frequently asked questions

### Why is the total under "PRs merged" lower than the sum of its parts?

A single pull request can be associated with multiple AI tools and modes. For example, a developer might use both Cursor and Claude Code on the same PR. In that case, the PR is counted once in the Cursor category and once in the Claude Code category.

### How do you determine which AI tools to show for a PR?

Read more about our [automatic AI tool detection](/features/ai-tools/ai-tool-detection-and-filters.md).


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://help.swarmia.com/features/ai-tools/ai-impact.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
