Use them. Free, no email gate, no demo restriction. Each block below names the legal-practice problem, links to the live tool, breaks down the AI architecture, names where I stay in the loop, lists risk controls, and tells you which package replicates the pattern for your firm.
Demo 1 · Single-shot Opus
Free-text case-strength scoring
"Prospects describe their situation in 200 different ways. A static intake form cannot classify them."
How the AI works
The frontend POSTs free-text to my Cloudflare Worker at /tool-proxy, which calls the Anthropic Messages API with claude-opus-4-7 and a system prompt that tells Claude to reason like a CA plaintiff attorney. The prompt forces structured JSON: legalTheory, statuteCitation, strengthScore (1-100), and a sampleParagraph the prospect could drop into a demand letter. About five cents per call.
Where I stay in the loop
Tool output is a starting point, never a delivered work product. I review every demand letter that goes out under my name and draft accepted-proposal letters from scratch.
Risk controls
Thirty requests per sixty seconds per IP via Cloudflare KV. URL sanitizer strips any link not in my content graph. No PII persisted; only an anonymous tool-completion event hits GA4.
Replication for your firm: $2,500 audit plus $3,500-$5,000 build delivers a custom tool tuned to your practice area, case-evaluation criteria, and engagement-letter language.
Want this for your firm? Email me with your AI workflow.
Demo 2 · Single-shot Opus
California causes of action identifier
"A client describes a dispute in plain English. Which CA causes of action apply, with what elements, and what is the leading case?"
How the AI works
Same Worker proxy as Demo 1, different system prompt. Claude enumerates every plausible CA civil cause of action, lists the elements as a checklist, attaches a leading decision per cause, and flags anything triggering a notice-of-claim or short SOL.
Where I stay in the loop
Anti-SLAPP territory, fraud, and punitive damages get a manual reread before I quote a fee. The tool enumerates; I pick which two causes belong in the final complaint.
Risk controls
Same rate limit and URL sanitizer as Demo 1. The prompt also tells Claude to avoid decisions newer than its training cutoff and flag any uncertain citation.
Replication for your firm: practice-area-specific build for employment, tort, IP, consumer, or commercial. Most fit inside the $3,500-$5,000 implementation tier.
Want this for your firm? Email me with your AI workflow.
Demo 3 · Single-shot Opus
AI compliance audit for law firms
"My firm is using AI. I have no written policy. Am I already exposed under CRPC 1.1, 1.6, or 5.3?"
How the AI works
The user describes the firm's current AI use. Claude maps that against CRPC 1.1, 1.6, 1.4, 1.5, 5.3, and ABA Op. 512 and returns a gap analysis with priority ratings. Each rule pairs with a specific firm fact and a specific remediation step.
Where I stay in the loop
Tool flags risks. Only an attorney builds a defensible policy. Every paid audit is drafted by me against the firm's matter mix, billing practices, and engagement-letter language.
Risk controls
Rate limit, no persistence. Prompt tells the user the tool is informational and does not establish an attorney-client relationship.
Replication for your firm: firm-specific compliance program with quarterly audits, vendor matrix, redaction protocol, and engagement-letter addendum. $2,500 flat fee, two revision rounds.
Want this for your firm? Email me with your AI workflow.
Demo 4 · Single-shot Opus
Cease and desist response strategy
"A client received a C&D and is panicking. We need a quick read on whether to ignore, reply, or escalate."
How the AI works
Claude identifies the claim type (defamation, trademark, copyright, breach, anti-SLAPP-triggering speech, harassment), reads the threat's credibility, lists the strongest defenses, and drafts a neutral sample response. The prompt blocks inflammatory drafting so a copy-paste worst case is non-escalatory, not Twitter-bait.
Where I stay in the loop
Anti-SLAPP territory is where amateur replies cause real damage, so I require fact-pattern review before any letter ships on my letterhead.
Risk controls
Rate limit, no persistence. Prompt blocks language that would constitute publication of a defamatory statement, and flags matters that smell like federal litigation.
Replication for your firm: defamation defense, IP, or commercial litigation can get a custom intake assistant tuned to the claim types the firm handles most. $3,500-$5,000 build.
Want this for your firm? Email me with your AI workflow.
Demo 5 · Single-shot Opus
Contract clause risk scanner
"A founder pastes a clause from a vendor agreement. I want a fast risk read and a redline suggestion before they sign."
How the AI works
Claude returns structured analysis: clause category (indemnity, LoL, arbitration, IP assignment, non-compete, exclusivity, audit, change-of-control), risk score, plain-English read, worst case, and a suggested redline. Short bounded input makes this the cheapest tool to run and the highest-converting.
Where I stay in the loop
The redline is a draft. I rewrite every accepted contract-review engagement against the full agreement, deal context, and client leverage.
Risk controls
Rate limit plus a prompt rule that the tool is not a substitute for review of the full agreement. Any clause triggering a fiduciary, M&A, or securities-law flag returns a stop-and-hire-counsel message instead of a redline.
Replication for your firm: transactional or contract-review practice can deploy a branded clause scanner for your deal types. $3,500-$5,000 implementation tier.
Want this for your firm? Email me with your AI workflow.
Demo 6 · Single-shot Opus
Pro se filing roadmap
"A limited-scope client wants to file in California Superior Court themselves. What forms, what order, what court?"
How the AI works
The user describes the case (parties, claim, dollar amount, county). Claude returns a step-by-step roadmap: which CA Superior Court forms to file, filing fees, proof-of-service requirement, deadlines, common dismissal traps, and links to Judicial Council forms on courts.ca.gov.
Where I stay in the loop
For the paid pro se filing service I prepare the actual documents; the user files them. The roadmap is informational and never drafts anything that would constitute UPL on the user's behalf.
Risk controls
Rate limit plus an explicit prompt rule against generating fact-specific legal arguments. Procedural guidance, not litigation strategy.
Replication for your firm: any limited-scope practice or pro-se-support line. Same pattern works for any state's civil court system. $3,500-$5,000 implementation tier.
Want this for your firm? Email me with your AI workflow.
Demo 7 · Multi-step tool use · Flagship
Multi-step research agent
"A prospect has a complex California legal question. I want the AI to actually research it across my site, not just guess."
How the AI works
The most compute-intensive tool on the site. The Worker runs a multi-step Anthropic Messages API loop up to five iterations, with five server-side tools: search_content_graph, get_statute_text, recommend_tier, compute_calculator, flag_urgency. Claude picks which tools to call, the Worker executes them, the loop continues until Claude can draft a structured memo: practice area, statutes, urgency banner, resource grid of Terms.Law pages, recommended tier, next steps. Twenty to forty cents per session.
Where I stay in the loop
Research, not advice. Anyone accepting a paid proposal goes through me. The recommended tier opens fee discussion; it is never the final quote.
Risk controls
Rate limit tightened to ten per sixty seconds per IP. URL sanitizer strips any URL not in the content graph, killing fabricated-citation risk. Graceful fallback panel with owner@terms.law CTA on loop failure.
Replication for your firm: a custom knowledge agent backed by your firm's content, brief bank, or research database. $3,500-$5,000 implementation, scoped per integration.
Want this for your firm? Email me with your AI workflow.
Demo 8 · Persistent AI assistant
Unified AI Legal Analyst chatbox
"Most prospects bounce before they ever find the right service page. We need a sitewide assistant that converts."
How the AI works
The AI Legal Analyst chatbox lives bottom-right on every Terms.Law page. Multi-tool architecture: search the content graph, recommend a demand letter / calculator / tool, suggest a service tier with matching PayPal accept-proposal link, summarize into a structured intake, grade the lead, persist memory across sessions. Opus 4.7 vs. legacy GPT-5.4 runs as an A/B. Soft-CTA rule: no service push in the first one or two turns.
Where I stay in the loop
Every captured email triggers an inbox notification plus a Telegram backup so I can reply personally within hours. The chatbox is never the closer; I am.
Risk controls
Thirty requests per sixty seconds per IP. Brand-locked voice ("AI Legal Analyst," never "AI Lawyer"). No first-message hard sell. Only email-and-summary pairs persist, never raw transcript bodies.
Replication for your firm: custom client-intake chatbox for any practice area, integrated with your CRM, engagement-letter automation, or calendaring. Builds start at $5,000 and scale with integration count.
Want this for your firm? Email me with your AI workflow.