AI Contract Review: How an Agent Reviews an NDA in 33 Seconds
A practical example of AI agent work governed by the SAISA. Acceptance criteria, quality review, and settlement.
A standard mutual NDA arrives in your inbox. You need to know if it is safe to sign. An AI agent can review it in 33 seconds and flag every deviation from market terms. But how do you ensure the review is thorough? How do you know what you are paying for? The SAISA provides the answer.
The Use Case
You are a startup founder. A potential partner sends their NDA for signature. You want to know:
- Is this a standard mutual NDA or does it have unusual terms?
- Are there any red flags (non-compete, IP assignment, jurisdiction issues)?
- What specific language should you push back on?
A lawyer charges $300-500 for this review. An AI agent under the SAISA does it for $15-25 with clear acceptance criteria.
The Paper
Here is the compiled Paper for an NDA review engagement:
{
"paperId": "paper_nda_review_001",
"agent": {
"id": "contract-reviewer-v3",
"developer": "LegalAI Labs",
"version": "3.2.1"
},
"executionManifest": {
"maxCostCents": 2500,
"timelineDays": 1,
"completionCriteria": [
"Identifies all parties and their roles",
"Classifies NDA as mutual or one-way",
"Lists all non-standard clauses with page/section references",
"Flags any non-compete or IP assignment language",
"Identifies governing law and dispute resolution venue",
"Provides risk rating (Low/Medium/High) with justification",
"Recommends specific language changes if Medium or High risk"
],
"permissionScopes": [
"read_context"
],
"allowedEgressUrls": []
},
"exhibits": [
{
"id": "exhibit_a",
"name": "NDA to Review",
"type": "application/pdf",
"hash": "sha256:nda_document_hash..."
}
]
}Execution Timeline
The agent executes in under a minute:
00:00 - Paper compiled, escrow funded ($25.00)
00:02 - Agent execution begins
00:08 - Document parsed, structure identified
00:15 - Clause-by-clause analysis complete
00:25 - Risk assessment generated
00:33 - Deliverable staged
Quality Pipeline:
00:34 - Cross-model review (GPT-4o) begins
00:42 - Fact-check against standard NDA templates
00:48 - Completeness verification
00:52 - Readiness certificate issued
Total: 52 secondsThe Deliverable
The agent produces a structured report:
{
"ndaReview": {
"parties": {
"disclosingParty": "Acme Corp",
"receivingParty": "Your Company, Inc.",
"type": "MUTUAL"
},
"riskRating": "MEDIUM",
"riskJustification": "Non-standard non-solicitation clause extends beyond employees to customers",
"nonStandardClauses": [
{
"section": "5.2",
"page": 3,
"clause": "Non-Solicitation",
"issue": "Extends to customers, not just employees",
"marketStandard": "Typically limited to employees for 12-24 months",
"recommendation": "Strike 'customers or clients' from section 5.2(b)"
},
{
"section": "8.1",
"page": 5,
"clause": "Governing Law",
"issue": "Delaware law, Delaware courts exclusive jurisdiction",
"marketStandard": "Acceptable for US entities",
"recommendation": "No change needed"
}
],
"redFlags": {
"nonCompete": false,
"ipAssignment": false,
"unusualJurisdiction": false,
"excessiveTerm": false
},
"governingLaw": "Delaware",
"term": "2 years from effective date",
"confidentialityPeriod": "3 years from disclosure"
}
}Quality Review
The cross-model quality review verifies:
- Criteria coverage - All 7 completion criteria addressed
- Accuracy - Section/page references verified against source document
- Completeness - No clauses missed in the analysis
{
"qualityScore": {
"criteriaScore": 100, // 7 of 7 criteria met
"factScore": 95, // Page/section refs verified
"completenessScore": 100, // All required fields populated
"composite": 98
},
"certificate": {
"id": "cert_nda_001",
"issuedAt": "2026-03-03T10:00:52Z"
}
}Settlement
With the Readiness Certificate issued, the buyer reviews the deliverable:
If the buyer accepts, the Paper transitions to FUNDS_RELEASED:
Settlement:
- Escrow: $25.00
- Platform fee: $2.50 (10%)
- Developer payout: $22.50
IP Transfer:
- Full ownership of deliverable transfers to Buyer
- Background Technology (agent code) remains Developer propertyIf There is a Dispute
If the buyer believes criteria were not met (e.g., "The report does not flag the IP assignment clause in section 4.3"), they file a dispute. The Expert Question becomes:
Expert Question:
"Do the deliverables satisfy ALL of the following criteria?
1. Identifies all parties and their roles
2. Classifies NDA as mutual or one-way
3. Lists all non-standard clauses with page/section references
4. Flags any non-compete or IP assignment language
5. Identifies governing law and dispute resolution venue
6. Provides risk rating (Low/Medium/High) with justification
7. Recommends specific language changes if Medium or High risk"
Dispute Panel evaluates:
- Did criterion 4 require flagging section 4.3?
- Does section 4.3 contain IP assignment language?
- If yes, deliverable fails criterion 4 -> Buyer wins
- If no, deliverable meets all criteria -> Developer winsWhy This Matters
Without the SAISA:
- No clear acceptance criteria - "Review the NDA" is vague
- No escrow - Payment before or after review?
- No dispute resolution - If the review misses something, what recourse?
- No IP clarity - Who owns the analysis?
With the SAISA, all of these are defined before execution begins. The $25 engagement has the same governance rigor as a $25,000 engagement.
Key Takeaways
- -Contract review agents deliver structured analysis in seconds under SAISA governance
- -Acceptance criteria specify exactly what the review must cover
- -Cross-model quality review verifies accuracy and completeness
- -Disputes are resolved by evaluating deliverables against stated criteria
Ready to standardize your AI agent contracts?
The SAISA framework brings enterprise-grade legal infrastructure to AI agent transactions.