Contract Analysis
AI-Powered Contract Review for Commercial Agreements
The Contract Review Bottleneck
Every commercial transaction starts with a contract. A mid-size law firm might review 500-2,000 contracts per year. A corporate legal department at a Fortune 500 company might handle 10,000+. Each contract must be read, key clauses extracted, risks flagged, and deviations from standard terms identified. This is work that demands precision but involves enormous repetition — the exact pattern where AI excels.
This chapter covers how AI analyzes contracts under US and English common law frameworks, the specific clause types it can extract, and how to build a practical contract review workflow that combines AI speed with attorney judgment.
Contract Types and Legal Frameworks
AI contract analysis tools handle a wide range of commercial agreements. The legal framework governing interpretation varies by jurisdiction and contract type:
| Contract Type | Governing Law (US) | Governing Law (UK/Commonwealth) | Key AI Use |
|---|---|---|---|
| SaaS Agreements | State contract law + UCC Article 2 (goods) / common law (services) | English common law, Unfair Contract Terms Act 1977 | SLA extraction, liability cap review, auto-renewal detection |
| Master Service Agreements | State contract law, choice of law clause | English common law, choice of law clause | Scope of work parsing, payment term extraction, IP assignment review |
| NDAs | State trade secret law (DTSA federally) | Confidential information under equity / contract | Duration, carve-outs, permitted disclosures, return of information |
| Employment Agreements | State employment law (at-will vs. contract), FLSA | Employment Rights Act 1996, common law of contract | Non-compete validity, IP assignment, restrictive covenant analysis |
| Lease Agreements | State landlord-tenant law, UCC Article 2A (equipment) | Landlord and Tenant Act 1954, common law | Rent escalation, break clauses, repair obligations, assignment rights |
| M&A Purchase Agreements | Delaware law (most US deals), state contract law | English law (most UK deals) | Rep & warranty extraction, indemnification baskets, material adverse change definitions |
Open data/contract-types-global.json in the code panel. This file contains 25+ contract types with their typical clause structures, governing law considerations, and the specific provisions AI tools are trained to extract.
How AI Reads a Contract
Modern contract AI uses a three-layer approach:
Layer 1: Structure Recognition
AI identifies the document's structure — parties, recitals, operative clauses, schedules, and signature blocks. This sounds simple but is critical: a well-structured parse means the AI knows that "Section 8.2(b)" refers to a specific indemnification carve-out, not a general liability provision.
Layer 2: Clause Classification
Each clause is classified by type. Leading tools like Kira Systems can identify over 1,000 distinct clause types. The most commercially important include:
Layer 3: Risk Scoring
AI compares extracted clauses against your organization's playbook — the standard positions your firm or company has pre-approved. Deviations are flagged with severity levels:
| Risk Level | Meaning | Example |
|---|---|---|
| Green | Matches playbook or is more favorable | Mutual indemnification with standard cap |
| Yellow | Deviates from playbook but within negotiable range | Liability cap at 2x fees (playbook says 1x) |
| Red | Material deviation requiring senior review | Unlimited liability for IP infringement, no consequential damages exclusion |
Open data/contract-risk-scoring.json to see a detailed risk matrix for the 20 most common clause types, with example language at each risk level.
US-Specific Contract Analysis
The UCC vs Common Law Distinction
A fundamental issue in US contract analysis is whether the Uniform Commercial Code (UCC) or common law governs. AI tools must — and you must verify that they do — correctly identify the governing framework:
When AI reviews a contract, verify that it correctly identifies the governing framework. A clause that is enforceable under common law (e.g., a liquidated damages provision) may be unenforceable under the UCC if it constitutes a penalty.
State-by-State Variation
US contract law varies significantly by state. AI tools must account for:
English Law Contract Analysis
English contract law governs a significant portion of global commercial agreements, particularly in financial services, shipping, insurance, and commodities. Key differences AI must handle:
Building a Contract Review Workflow
Here is a practical workflow combining AI with attorney review:
| Step | Tool | Time | Output |
|---|---|---|---|
| 1. Upload contract | Kira / Harvey / Luminance | 2 min | Structured parse |
| 2. AI clause extraction | AI platform | 5 min | Clause inventory with classifications |
| 3. Risk scoring against playbook | AI platform | 3 min | Red/yellow/green report |
| 4. Attorney review of red flags | Human | 15-30 min | Negotiation points memo |
| 5. AI-assisted redline | AI + Word | 10 min | Marked-up draft with alternative language |
| 6. Senior attorney sign-off | Human | 10 min | Final review |
Total: 45-60 minutes for a standard commercial agreement that would take 2-4 hours manually.
Prompt Engineering for Contract Review
When using general-purpose AI (Claude, ChatGPT) rather than specialized tools, effective prompting is critical:
Prompt: "Review this Master Service Agreement. For each of the
following clause types, extract the relevant language and
assess risk:
1. Limitation of liability (cap amount, excluded damages)
2. Indemnification (scope, carve-outs, cap)
3. Termination (for cause triggers, cure period, convenience)
4. IP ownership (work product, license back, background IP)
5. Governing law and dispute resolution
6. Data protection and confidentiality
For each clause:
- Quote the exact language
- Flag deviations from market-standard terms
- Note any jurisdiction-specific issues (US state law, English
law, or other)
- Rate risk as LOW / MEDIUM / HIGH with a one-sentence
explanation"Key Takeaways
This is chapter 2 of AI for Legal Professionals (Global).
Get the full hands-on course — free during early access. Build the complete system. Your projects become your portfolio.
View course details