How a summary stays grounded
The terms are pulled and the risky clauses are flagged. Now the summary draft has to become something you can trust enough to act on — and that means three things have to hold. Every point traces back to the actual contract. Nothing in it pretends to be legal advice. And a person signs off before it’s filed or sent anywhere. This post walks through the three things the system can do with a finished draft — approve, send to a human, or hold — and how the grounding, the banner, and the audit trail keep it honest.
Key takeaways
- Three things happen to a draft: approve (file and deliver), send to a human (a lawyer should see it), hold (park it).
- Grounding is the rule: every point quotes its clause, or it never reaches the draft.
- The not-legal-advice banner sits on top of every summary, no exceptions.
- A high-stakes clause routes the draft to a human before it counts as done.
- Every action is logged with the contract version, who acted, and when.
Three things on a finished draft
Grounding: every point traces to the contract
You’ve seen the rule in Parts 3 and 4: every field in the term pull names its clause, and every risk flag quotes its clause. This is grounding, and it’s the single thing that makes the summary worth trusting. A model left to its own devices will write a confident, fluent, plausible summary — and quietly slip in a payment term that isn’t there, or a renewal date off by a month. Grounding makes that impossible to hide: if a point can’t point at the text it came from, it never reaches the draft.
The practical effect is that the summary is checkable. Next to every number and every flag is the clause it came from, quoted. You don’t have to take the system’s word for the late-fee rate — clause 4.3 is right there. This is why the read step splits the contract into numbered clauses in the first place: so that “trust me” is never the answer. The answer is always “here’s the line, read it yourself.”
Never legal advice, on purpose
Every summary carries a banner across the top, in plain words: “This is a plain-English reading of your contract, not legal advice. For anything that matters, talk to a lawyer.” It’s not fine print and it’s not optional — the summary writer adds it to every page, and there is no setting to turn it off.
The banner isn’t just a disclaimer; it reflects how the system is actually built. The flags say what a clause says and why it matters — never what you should do about it. “This caps the vendor’s liability at one month’s fees” is a reading. “You should reject this clause” would be advice, and the system never crosses that line. The wording is checked: the summary writer is told to describe and explain, not to recommend, and the rare sentence that drifts into “you should” is rewritten or dropped. The point of the whole system is to make a busy owner a faster, better-informed reader — not to replace the lawyer they should call when it counts.
When the stakes are high, a human decides
The middle branch — send to a human — is the system’s safety valve. It fires in two cases. First, automatically: when Gate 4 from Part 4 marked a flag high-stakes (a personal guarantee, an unusual liability cap, a short-notice auto-renewal), the draft is steered toward a human and isn’t treated as final until one has seen it. Second, on demand: any owner can tap “Send to a human” on any summary, for any reason, and the draft plus its quoted clauses go to the configured lawyer or manager.
This is the human-in-the-loop rule made concrete. The system is allowed to read fast and draft well, but it is never allowed to be the last word on something that could put the business at real risk. On those, a person who is qualified to decide is always in the loop before anything counts as done. The system’s job is to make sure that person sees the right contracts, with the risky clauses already quoted and explained, so their expensive time is spent deciding rather than hunting.
Every action logged, every version kept
The cs-audit table records every approve, send-to-human, and hold, with the contract id, the exact summary version, the user who acted, the timestamp, and any notes. S3 keeps every version of the contract and every version of the summary, so a summary approved in May can be pulled up next year exactly as it read then. If a contract is re-uploaded after an amendment, it gets a new version and a fresh summary; the old one stays on file.
This matters most for the contracts you’ll only revisit once — at a dispute, at a renewal, at an audit. The next person to ask “what did we actually agree to?” gets the summary, the quoted clauses, and the record of who approved it. The audit trail is the memory the business keeps long after the person who signed has moved on.
Next post: the cost breakdown. The whole pipeline above runs in coffee-money territory at SMB volume; Part 6 explains exactly where the dollars go and why the stronger model doesn’t break the bank.
All posts