> For the complete documentation index, see [llms.txt](https://docs.aquilax.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.aquilax.ai/blog/ai/sast-and-ai-intersection.md).

# SAST and AI Intersection

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

Let’s keep it simple.

Any SAST tool will give you a list of findings. Some will be true issues (True Positives), others won’t (False Positives), and a few might still be under review.

Now imagine scanning the *same* code again—but this time, using a different technique. You still sort the findings into the same buckets: FP, TP, and “needs review.”\\

But here’s where it gets interesting.

What if you combine both techniques? You get a few big benefits:

1. Fewer False Positives – You can catch and eliminate them before they even show up in reports.
2. Access to True Negatives – You see safe areas of the code that one technique alone might have missed.
3. Train the AI to focus only on real issues (TPs) – It starts learning what actually matters.

That’s the idea. And yes, we made it work.


---

# 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:

```
GET https://docs.aquilax.ai/blog/ai/sast-and-ai-intersection.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.
