Software Factories at enterprise scale: A federated platform for agentic developmentDownload the free Whitepaper
AI Native Terms

What Is Precision in Machine Learning?

Written byre:cinq StaffUpdated 16 Sept 2026

Precision is a measure of an AI model's accuracy, specifically for the predictions it identifies as positive or correct. When an AI system makes a positive prediction—like identifying an email as spam or a transaction as fraudulent—businesses need to know how trustworthy that prediction is. Acting on incorrect predictions (false positives) can waste resources and alienate customers.

Continue readingHow it helps

How it helps#

A high precision score indicates that when the model says something is true, it is very likely to be true. This reduces the time and money spent chasing false leads or acting on false alarms, increasing operational efficiency and building trust in the AI's outputs.

How it works#

Precision is calculated by dividing the number of correct positive predictions by the total number of positive predictions made by the model. For instance, if an AI system reviews 1,000 documents and flags 50 as containing a specific legal clause, and 45 of those actually do, its precision is 90% (45 divided by 50).

This metric is crucial in scenarios where the cost of a false positive is high. Think of an AI that identifies promising sales leads. High precision ensures that the sales team isn't wasting its time on leads that the AI incorrectly flagged as high-potential.

How it is different#

Precision focuses on the accuracy of the predictions a model makes. In contrast, a related metric called "Recall" focuses on how comprehensive the model is at finding all the true instances. A high-precision email spam filter would rarely put a legitimate email in the spam folder (low false positives), but it might miss some actual spam. A high-recall filter would catch almost every spam email, but might incorrectly flag more legitimate emails as spam (high false positives). Businesses often need to balance precision and recall depending on whether it's more costly to miss something important or to act on a false alarm.

Keep up with the Knowledge BaseEvery two weeks, get new terms and updated definitions straight to your inbox.

Related terms

  • Recall

    What Is Recall in Machine Learning?

    Recall is a performance metric that measures how effectively an AI model identifies all the truly relevant instances in a dataset.

  • ROC curve

    What Is a ROC Curve?

    A ROC curve is a visual tool used to evaluate the performance of an AI model that makes a "yes or no" decision.

Spot something we missed, got wrong or could explain better? Send us a correction or suggestion—help improve the Knowledge Base, and get credited if we publish it.