Back to guides
2
8 min

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 TypeGoverning Law (US)Governing Law (UK/Commonwealth)Key AI Use
SaaS AgreementsState contract law + UCC Article 2 (goods) / common law (services)English common law, Unfair Contract Terms Act 1977SLA extraction, liability cap review, auto-renewal detection
Master Service AgreementsState contract law, choice of law clauseEnglish common law, choice of law clauseScope of work parsing, payment term extraction, IP assignment review
NDAsState trade secret law (DTSA federally)Confidential information under equity / contractDuration, carve-outs, permitted disclosures, return of information
Employment AgreementsState employment law (at-will vs. contract), FLSAEmployment Rights Act 1996, common law of contractNon-compete validity, IP assignment, restrictive covenant analysis
Lease AgreementsState landlord-tenant law, UCC Article 2A (equipment)Landlord and Tenant Act 1954, common lawRent escalation, break clauses, repair obligations, assignment rights
M&A Purchase AgreementsDelaware law (most US deals), state contract lawEnglish 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:

  • Limitation of liability — Caps on direct damages, exclusions of consequential/indirect damages
  • Indemnification — Scope, baskets, caps, survival periods
  • Termination — For cause, for convenience, cure periods, wind-down obligations
  • Change of control — Assignment restrictions, consent requirements
  • Governing law and dispute resolution — Choice of law, jurisdiction, arbitration clauses
  • Force majeure — Trigger events, notice requirements, termination rights
  • Data protection — GDPR/CCPA compliance, data processing terms, sub-processor requirements
  • IP ownership — Work product ownership, license grants, background IP carve-outs
  • 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 LevelMeaningExample
    GreenMatches playbook or is more favorableMutual indemnification with standard cap
    YellowDeviates from playbook but within negotiable rangeLiability cap at 2x fees (playbook says 1x)
    RedMaterial deviation requiring senior reviewUnlimited 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:

  • UCC Article 2 governs contracts for the sale of goods. It supplies default terms (implied warranty of merchantability, perfect tender rule, statute of frauds for goods over $500).
  • Common law governs contracts for services, real property, and employment. The rules on offer, acceptance, consideration, and breach differ from the UCC.
  • Mixed contracts (e.g., a software license bundled with implementation services) are governed by the "predominant purpose" test in most jurisdictions.
  • 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:

  • Non-compete enforceability — Enforceable in most states with reasonable restrictions; banned in California (Business and Professions Code Section 16600), largely banned in Minnesota, Oklahoma, and North Dakota; FTC rule pending
  • Choice of law — Delaware and New York are most common for commercial contracts. Each state's choice-of-law rules determine whether a choice-of-law clause is honored
  • Statute of frauds — Varies by state; some require written contracts for agreements not performable within one year
  • Unconscionability — Standards vary; California courts are generally more aggressive in striking unconscionable terms than Delaware courts
  • 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:

  • No consideration doctrine in deeds. Contracts executed as deeds do not require consideration. AI must identify whether a document is a simple contract or a deed.
  • Unfair Contract Terms Act 1977 (UCTA). Exclusion clauses in business-to-business contracts must satisfy the "reasonableness" test. AI can flag clauses likely to fail this test.
  • Penalty doctrine. The UK Supreme Court in *Cavendish Square Holding v Talal El Makdessi* [2015] UKSC 67 reformulated the penalty rule. Liquidated damages clauses are enforceable if they protect a "legitimate interest" and are not "extravagant" — a different test than US law.
  • Entire agreement clauses. Under English law, these clauses exclude liability for pre-contractual representations (but not fraudulent misrepresentation). AI should flag whether the clause carves out fraud.
  • Building a Contract Review Workflow

    Here is a practical workflow combining AI with attorney review:

    StepToolTimeOutput
    1. Upload contractKira / Harvey / Luminance2 minStructured parse
    2. AI clause extractionAI platform5 minClause inventory with classifications
    3. Risk scoring against playbookAI platform3 minRed/yellow/green report
    4. Attorney review of red flagsHuman15-30 minNegotiation points memo
    5. AI-assisted redlineAI + Word10 minMarked-up draft with alternative language
    6. Senior attorney sign-offHuman10 minFinal 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

  • AI excels at the repetitive parts of contract review — clause extraction, classification, and comparison against playbook terms. It does not replace the attorney's judgment on commercial risk.
  • Know your governing law. The same clause can be enforceable under Delaware law, unenforceable in California, and subject to a reasonableness test under English law. Verify that AI accounts for jurisdictional differences.
  • Build a playbook. AI contract review is most valuable when measured against your organization's standard positions. Without a playbook, AI can identify clauses but cannot assess whether they are acceptable.
  • Treat AI output as a first draft. AI-generated risk reports and redlines are starting points for attorney review, not final work product.
  • 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