# 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? How are quality indicators responding to increased AI usage?

## 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.&#x20;
* **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.&#x20;
* **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: 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://help.swarmia.com/features/ai-tools/ai-impact.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.
