Home About Who We Are Team Services Startups Businesses Enterprise Case Studies Industries Commercial Real Estate Blog Guides Contact Connect with Us
All Commercial Real Estate guides
Real Estate 17 min read

How AI contract review works: a plain-English explainer

How AI contract review works: a plain-English explainer

AI contract review works by turning a document you would normally read line by line into a set of labeled fields a computer can hand back in seconds — the parties, the rent, the dates, the options, the pass-throughs — each pulled from the page and, in a good system, cited back to it. It is not a lawyer in a box and it does not render an opinion on your lease. It reads fast, labels what it finds, and flags what looks unusual, then leaves the judgment to you. For a small commercial real estate firm that lives in PDFs and has no in-house counsel and no IT department, understanding the machinery behind that one sentence is the difference between trusting the output for the right reasons and trusting it for the wrong ones. This is that machinery, taken apart and explained without the jargon.

What “contract review” actually means here

The phrase “AI contract review” carries a promise it cannot keep, so it is worth being precise before the mechanics. When a legal-tech company sells contract review to a law firm, it means clause-by-clause risk analysis against a playbook — is this indemnity too broad, does this limitation-of-liability cap survive termination. When you, running a brokerage or a property-management shop, want AI to review a lease, you almost always mean something narrower and more useful: pull the terms out accurately, put them in a table, and tell me if anything looks off.

That narrower job — extraction plus a first-pass flag — is exactly the part current AI does well. The legal-opinion part is the part it does not, and no honest explanation of how the technology works should blur the two. So keep this frame as we go: the machine’s job is to read a document and produce structured, verifiable data. Whether a clause is enforceable, whether a default has occurred, whether a term is a good deal — that stays human work. Everything below is about how the reading and structuring happens, and how far to trust each step.

The machine in four layers

Between a PDF landing in the tool and a clean summary coming back, the work passes through four distinct layers. Most vendor marketing collapses them into one magic step; separating them is what lets you see where accuracy comes from and where it leaks away.

Layer 1 — reading the page (OCR). A digital PDF already contains selectable text, so the machine reads it directly. A scanned lease, a fax, or a phone photo does not — it is a picture of a page, and the software first has to recognize the characters, a process called optical character recognition, or OCR. This is the layer that converts pixels into the letters and numbers $32.00 or 5%. When the scan is crisp, OCR is close to flawless; when it is a third-generation fax, this is where a cap silently changes value. Every downstream layer inherits whatever OCR gets wrong, which is why document quality matters more than tool choice.

Layer 2 — labeling the pieces (entity recognition). Once the text exists, the system finds and tags the meaningful pieces: this string is a party name, that one is a date, this is a dollar amount, that is a square-footage figure. In the trade this is called named-entity recognition. Think of it as a highlighter that knows the difference between a person, a place, a date, and a number, and marks each one so the next layer can reason about them rather than about raw words.

Layer 3 — understanding the meaning (the language model). Labeled entities are not yet answers. “Base rent” and “additional rent” and “percentage rent” are three different numbers, and a lease may state each in a different paragraph forty pages apart. This is where a large language model — the technology behind assistants such as ChatGPT, Claude, Gemini, and Microsoft Copilot — does its work. It reads the labeled text in context, understands that a particular figure is the base rent for lease year three rather than the security deposit, and assembles the pieces into the field you actually asked for. Our companion explainer on how AI reads a lease from PDF to structured data traces this same reading step in detail.

Layer 4 — structuring and citing. Finally, the model writes its findings into a shape you can use — a table of fields, ideally with a page number and a quoted clause behind every value. This last layer is what separates a genuinely useful tool from a party trick. A summary you cannot trace back to the source is a summary you have to re-read to trust; a summary with a page-and-quote citation behind each field turns your verification from a re-read into a two-second glance.

Following one clause through the pipeline

Abstractions blur, so follow a single real clause — a CAM cap — through all four layers and watch each one do its job.

The lease says, in a paragraph on page 47: “Controllable Operating Expenses shall not increase by more than five percent (5%) per calendar year on a cumulative, compounding basis.”

  • Layer 1 (OCR) turns the printed paragraph into machine-readable text. On a clean file this is exact. On a bad scan, “five percent (5%)” is where “5” can become “3” or “8,” and nothing flags it.
  • Layer 2 (entity recognition) tags 5% as a percentage, per calendar year as a time basis, and Controllable Operating Expenses as the subject the cap applies to.
  • Layer 3 (the language model) reads the whole sentence and understands what a spreadsheet cannot infer from tags alone: that the cap applies only to controllable expenses (so taxes and insurance are excluded), and that it cumulates and compounds rather than resetting each year — a distinction worth real money over a ten-year term.
  • Layer 4 (structuring) writes a row: CAM cap — 5%, controllable only, cumulative/compounding, p.47 — with the quoted clause attached.

That single row is the whole point of the exercise. The machine did in seconds what a person does in minutes, and because it cited page 47, you can confirm it in seconds too. Notice also where the fragility lives: entirely in Layer 1 for a bad scan, and in Layer 3 for the interpretive nuance of “controllable” and “compounding.” Hold that thought — it is the map of where these systems fail.

Why it reads some clauses better than others

The single accuracy number you see in vendor marketing — usually somewhere in the 90s — is real but misleading, because accuracy is not one number. It is a gradient that tracks how much interpretation a clause demands.

On plainly stated, standardized terms — base rent, a fixed percentage escalation, commencement and expiration dates, the security deposit, a clearly numbered renewal option — vendor and third-party benchmarks put field-level extraction in the low-to-mid 90s. These are the clauses that live in predictable places and say what they mean. On heavily interpreted provisions — co-tenancy, exclusives, complex expense-recovery structures, unusual options — reported accuracy falls into the high 70s to mid 80s. And on the hardest job of all, reconciling what an amendment changed against the original lease, it can drop further still, into the 60s to 70s depending on the tool and the document.

Here is the part the headline hides: a top-line accuracy figure is an average across all fields, and most fields in any lease are easy header fields. So the average is dragged up by the easy majority, which means your accuracy on exactly the clauses that are hard enough to be worth extracting is lower than the number on the box. This is not a reason to distrust the tools; it is the reason to verify by cost of error rather than trusting a blanket percentage. Our field guide to which clauses AI extracts first, flags, or cannot touch maps this gradient clause by clause.

The three ways the pipeline breaks

Because you now know the four layers, you can predict exactly how the machine fails. There are three classic failure modes, and each traces to a specific layer.

Bad-scan errors (Layer 1). OCR misreads a character on a poor scan, and a wrong number flows untouched through every layer below it. $32.00 becomes $3,200, a 5% cap becomes 3%. The output looks perfectly clean — it is a plausible number, just the wrong one. Prevention is upstream: feed the machine a digitally native PDF or a crisp 300-DPI scan, never a fax.

Superseded values (Layer 3). A 90-page lease is usually an original plus a stack of amendments, and the original says base rent is $32.00 while a later amendment resets it to $38.50. A naive extraction reports $32.00 — pulled correctly from a page that is no longer operative. Nothing on the surface flags it as stale. This is why amendment reconciliation is both the highest-value and the lowest-accuracy task the machine attempts.

Hallucinated fields (Layer 3). Ask for a field the lease never contained, and a poorly configured model will sometimes supply a plausible value rather than admit the gap. The defense is a prompt or a tool that forces a “not found” for anything absent instead of guessing — a discipline the step-by-step lease-summary workflow builds in deliberately.

What the three share is their disguise: none of them looks like an error. Each produces a confident, completed-looking answer, which is exactly why an unreviewed extraction is dangerous and a spot-checked one is safe.

Where the human still stands

Knowing the failure modes tells you precisely where to put your attention, and it is a small, high-value place. You do not re-read all 90 pages; you confirm the handful of fields where a mistake is expensive — economic terms, critical dates, options, and anything an amendment touched — using the page citations the machine provided. That is the verification pass, and on a well-cited output it costs minutes, not hours.

Beyond verification sits the harder line the machine does not cross: judgment. Whether a co-tenancy clause is actually triggered by the anchor tenant going dark, whether a cure period has lapsed, whether a broad indemnity is worth pushing back on — these are questions of interpretation and strategy, not extraction, and they remain human work regardless of how good the reading layer gets. A tool that markets itself as replacing that judgment is the one to walk away from. The right mental model is the one that runs through the way small firms actually out-operate larger ones: let the machine do the enormous, mechanical majority of the reading, and spend your scarce expert attention only on the parts that need a human, a pattern our manifesto on how small CRE firms out-operate the institutional giants treats as the whole competitive advantage.

Chat window or purpose-built tool

The same four-layer machine ships in two very different packages, and which one you want depends on volume, not on how impressive the demo looks.

For a single document — the lease you are underwriting this week, the LOI you need to check before a call — a general assistant in a chat window runs all four layers well enough, and you supply Layer 4’s discipline yourself by writing a prompt that names the fields and demands citations. It is fast, cheap, and perfectly safe when you use a paid business tier that keeps your inputs out of model training. The same reasoning applies when AI drafts a document rather than reads one, as our explainer on what a letter of intent is and how AI speeds up LOI drafting lays out.

At portfolio scale — hundreds of leases in a due-diligence box, a management-system migration — the chat window falls apart. The per-lease minutes become weeks, the outputs scatter across disconnected threads instead of one queryable database, and there is no systematic way to enforce the verification step. That is where a purpose-built abstraction tool or a custom pipeline earns its cost, wrapping the identical four layers in a CRE-specific schema, portfolio views, and a review queue. Deciding between them is a build-versus-buy question that turns on how many documents you process, and it is the through-line of our broader guide to turning lease stacks into structured data.

FAQ

How does AI contract review actually work?

It works in four layers. First, optical character recognition turns a scanned or photographed page into machine-readable text; a digital PDF skips this because it already contains text. Second, entity recognition tags the meaningful pieces — party names, dates, dollar amounts, square footage. Third, a large language model reads those tagged pieces in context and understands which number is the base rent for year three versus the security deposit. Fourth, it writes the findings into a structured table, ideally with a page number and quoted clause behind each value. The output is data you verify, not a legal opinion.

Is AI contract review the same as having a lawyer review the contract?

No, and treating it that way is the main mistake to avoid. AI does the mechanical work of reading a document and extracting its terms into structured, citable data, and it flags things that look unusual. It does not render legal judgment — whether a clause is enforceable, whether a default has occurred, or whether a term is worth negotiating. For a small firm, the practical value is the extraction and verification, which removes hours of reading; the legal interpretation stays with a human, whether that is your broker’s experience or an attorney’s opinion.

How accurate is AI at reviewing a commercial lease?

Accuracy is a gradient, not a single number. On standard, plainly stated terms in a clean file — base rent, fixed escalations, dates, security deposit — vendor and third-party benchmarks put field-level extraction in the low-to-mid 90s. On complex provisions like co-tenancy and options it falls to the high 70s or mid 80s, and reconciling amendments against the original lease can drop into the 60s to 70s. The headline percentage you see quoted is an average weighted toward easy header fields, so your accuracy on the genuinely hard clauses is lower than the number suggests. Verify economic terms and dates against the source every time.

What is OCR and why does it matter for contract review?

OCR, or optical character recognition, is the step that converts a picture of a page into machine-readable text. A digitally native PDF already has selectable text and skips this step; a scan, fax, or phone photo does not. OCR matters because it is the first layer, and every layer after it inherits its mistakes. A misread character on a bad scan — a “5%” cap read as “3%” — flows through the whole pipeline and produces a clean-looking but wrong result. Feeding the system a native PDF or a crisp 300-DPI scan is the single biggest thing you can do to improve accuracy.

Can AI read a scanned or faxed lease?

Yes, but the quality of the scan sets the ceiling on accuracy. A crisp, high-resolution scan of printed text goes through OCR with strong results and behaves almost like a native file. A low-resolution scan, a fax, or a phone photo is where characters get misread silently, changing a dollar figure or a percentage without any visible error. Before you rely on an extraction from a scanned document, try to select the text with your cursor — if you cannot, re-scan the clean original at 300 DPI first. Handwritten margin notes and signature-line changes are something current tools cannot reliably capture.

Why does AI get some lease clauses wrong?

There are three predictable failure modes, each tied to a stage of the pipeline. Bad-scan errors come from OCR misreading a character and are invisible downstream. Superseded values happen when the model pulls a term from the original lease that a later amendment already changed — correct extraction from an obsolete page. Hallucinated fields happen when the system supplies a plausible value for a term the lease never contained instead of reporting it as absent. All three produce confident, completed-looking answers rather than obvious errors, which is exactly why an unreviewed extraction is risky and a spot-checked one is safe.

Do I need a technical background to use AI for contract review?

No. Using a general assistant to review one lease requires no more than uploading a clean PDF and pasting a prompt that names the fields you want and asks for a page citation on each. The technical machinery — OCR, entity recognition, the language model — runs invisibly. What you do need is the discipline to verify the expensive fields against the cited source and the judgment to know which questions are legal ones the machine should not answer. Those are professional skills you already have, not technical ones.

Is it safe to run confidential lease data through AI?

It is safe with the right tier and settings, and risky without them. Use a paid business or team plan where the provider contractually excludes your inputs from model training, and switch off any “improve the model” option on the account. Avoid free consumer tiers for real deal documents. For an unusually sensitive lease, redact party and guarantor names before uploading — the system can still extract rent, dates, and options from an anonymized copy. This confidentiality check is a two-minute habit that keeps a productivity tool from becoming a disclosure problem.

What is the difference between AI contract review and a lease abstract?

AI contract review is the process — the machine reading a document and extracting its terms. A lease abstract is the finished product: a structured, verified dataset of a lease’s key terms that your firm can rely on and query. The review process produces the raw material of an abstract, but it becomes a true abstract only after a human verifies the expensive fields and reconciles the amendments. The distinction matters because an unverified extraction carries the machine’s silent errors into your rent roll or your underwriting.

How much of my contract review can AI actually replace?

It replaces the reading, not the accountability. For a single lease, AI handles the mechanical extraction of terms in seconds, and a human spends a few minutes verifying the fields where an error is costly — a large net time saving over a manual read. It does not replace legal judgment or professional responsibility for the result. At portfolio scale, a purpose-built tool or custom pipeline extends the same four-layer machine across hundreds of documents, but the verification and judgment steps remain human at every scale.

Key takeaways

  • AI contract review for CRE means extraction plus a first-pass flag, not legal opinion — the machine reads and structures the document; the judgment stays yours.
  • The work happens in four layers: OCR reads the page, entity recognition tags the pieces, a language model understands them in context, and the final layer writes a cited, structured table.
  • The headline accuracy number is an average dominated by easy fields; your accuracy on the hard clauses — options, co-tenancy, amendment reconciliation — is lower than the box claims.
  • The three failure modes each trace to a layer: bad-scan OCR errors, superseded values from amendments, and hallucinated fields — and all three disguise themselves as clean answers.
  • Verify by cost of error using the machine’s page citations, and match the package to your volume: a chat window for one lease, a purpose-built pipeline for a portfolio.

Not sure whether your firm’s document pile is a single-lease chat-window job or the kind of volume that needs a real pipeline — and where your review time should actually go? That is exactly what a short working session settles against your own leases. Book your free AI-readiness assessment →

Last Updated: Aug 18, 2026

DJ

Dirk Jan van Veen, PhD

SFAI Labs helps companies build AI-powered products that work. We focus on practical solutions, not hype.

Turn lease stacks into structured data

  • Lease abstraction with verification steps, not blind trust
  • LOIs, estoppels, and amendments handled the same way
  • Your documents never leave your firm's control

Related articles