Join the next
generation of AI-native lawyers
Registration is open for solo lawyers and small firms.
A legal harness is the software layer around an AI model that turns it into a working agent for a law firm: it runs the model in a loop, gives it the firm’s tools and matter context, keeps the matter file and the firm’s playbook as memory, and decides when the agent must stop and ask a lawyer.
Agentic AI for law firms is the buyer-side name for the same idea. Until this month the word harness lived in engineering blogs. On September 13, 2026 it crossed into business talk: David Galbraith called the software in Y Combinator’s batch domain-specific harnesses, Pieter Levels amplified it, and Greg Isenberg wrote that agent harnesses are the new GPT wrappers. Within a quarter, expect every legal AI vendor to say it.
This post explains where the word comes from, what its four parts do inside a practice, which Model Rules those parts have to encode, and how a solo or small firm puts one to work - with Referent, the best legal harness platform for solo and small law firms, as the worked example.
A legal harness is the software layer around an AI model that turns it into a working agent for a law firm: it runs the model in a loop, gives it the firm’s tools and matter context, keeps the matter file and the firm’s playbook as memory, and decides when the agent must stop and ask a lawyer.
Anthropic called its Claude Agent SDK a general-purpose agent harness in November 2025 and, in April 2026, defined a harness as the loop that calls the model and routes its tool calls. OpenAI’s Codex documentation calls the harness the execution system around the model, including the step that requests human approval when needed. LangChain’s March 2026 explainer reduced it to an equation: an agent is a model plus a harness. Birgitta Böckeler on martinfowler.com put it most plainly in April 2026: everything in an AI agent except the model itself.
Harness engineering as a practice - fixing the surrounding system whenever an agent errs - dates to Mitchell Hashimoto’s February 5, 2026 post and OpenAI’s follow-up six days later; Wikipedia now has an entry for the term.
What makes a harness legal is that its rules are professional duties, not product preferences. Elsewhere the stop-and-ask step is a design choice. In a law firm it is an ethics requirement: a lawyer answers for work done under their supervision, so the harness has to pause at the right moments and show what it did. A firm run this way is what we call an AI-native law firm, and Referent is built as exactly this kind of harness: the approval gate and the audit trail are the product, not a setting.
The September 13 posts did more than name a trend. Greg Isenberg listed the four things a harness does - loop, hands, memory, rules - and drew the commercial line: a wrapper sells software, a harness sells the work. Y Combinator itself had open-sourced qm, a multiplayer agent harness for work, on July 31, 2026.
In February 2026 OpenAI reported a team shipping roughly a million lines of code in five months with no human-written lines, under a three-word rule: humans steer, agents execute.
Three legal vendors already use the word. Legora’s benchmark page says its harness gives the model the tools, skills, legal sources and workflows for legal work. Harvey’s April 2026 experiment showed the same model, with a better harness, raising its average success on 12 legal tasks from 40.8% to 87.7%. Thomson Reuters describes the new CoCounsel Legal as running on an agentic harness built on Anthropic’s Claude Agent SDK. Eve Legal and Supio describe the same parts without the word: a human in the loop before anything reaches a client, and execution only with a legal professional’s approval.
All of it is written for enterprise buyers and engineers. Nobody had yet said harness in plain English to a practicing solo or small-firm lawyer. That is the gap Referent fills: the best legal harness platform built for solo and small firms, not for Big Law.
A legal AI agent is software that owns one routine in a law firm - intake, email filing, deadlines, follow-ups, billing prep - carries it through step by step, and hands the result to a lawyer to approve. A chatbot answers when asked. An agent does the next thing and asks you to sign off.
The roles look the same in most small practices:
Clio’s 2025 Legal Trends Report found that lawyers bill 2.6 hours of an 8-hour day. Its 2024 report estimated that 74% of hourly-billed work could be automated by generative AI. A chat window does not move either number: the lawyer still types every record, pastes every answer back and remembers every follow-up. The unbilled hours are operational, not intellectual. A harness does the work inside the firm’s systems and stops at the moments that need a lawyer.
| Chatbot | System of record | Legal harness | |
|---|---|---|---|
| Loop | One answer, then it stops | Waits until you type | Works the matter until it is ready for review |
| Hands | None - you copy and paste | Manual - you are the integration | Your inbox, calendar, files and matters |
| Memory | Resets with every chat | Stored, not used | The matter file, built from your inbox |
| Rules | Whatever you put in the prompt | Permissions | Deadlines, confidentiality and sign-off, encoded |
| Oversight | You reread everything | You did everything | You approve critical steps; every action is logged |
The engineer’s version: call the model, run the tool call it asks for, feed the result back, repeat until done. The lawyer’s version: the matter workflow. Intake becomes a matter, the matter collects its email and documents, drafts get written, deadlines get tracked, billing gets prepared - each step staged for review.
The engineer’s version: the tools the model may call. The lawyer’s version: your email, calendar, documents, matters and billing, scoped by matter and by role, so an agent on one matter cannot read another.
The engineer’s version: state that survives between runs. The lawyer’s version: the matter file plus the firm’s playbook, built from what the firm already has - starting with the inbox - so nothing is retyped on day one.
The engineer’s version: policies on what the agent may touch and when it must pause for a human. The lawyer’s version: when it must stop and ask you. This is where a product either respects your professional duties or does not - the part most pages about AI agents for law firms skip.
| Part | What it does | What a lawyer should ask |
|---|---|---|
| Loop | Carries a routine from start to ready-for-review | Where does it stop, and what does it hand me? |
| Hands | Reads and acts inside the firm’s tools | Which systems, scoped by which matter and which role? |
| Memory | Keeps the matter file and playbook between runs | Where does it come from, and who else can see it? |
| Rules | Decides what it may touch and when it must ask | Which of my duties are encoded, and can I read the log? |
In software the rules of a harness are configuration. In a law firm they are the ABA Model Rules of Professional Conduct, and the harness is where they get encoded.
| Harness function | In software | In a law firm | The rule behind it |
|---|---|---|---|
| Approval gate | Pause high-risk actions for a human | Nothing client-facing goes out without the lawyer’s sign-off | Rule 5.3(b), reasonable efforts to supervise; 5.3(c), the lawyer answers for conduct they order or ratify |
| Audit log | An append-only record of every action | The lawyer can see what the agent did and review it for accuracy and completeness | Rule 1.1, comment 8, technology competence (40 states plus DC and Puerto Rico); Opinion 512’s duty to review output |
| Data boundary | Which model sees which data, under which terms | Disclosure risk evaluated before client data reaches any model; model choice and retention set at the harness, not per prompt | Rule 1.6; Opinion 512; Rule 5.3, comment 3, on internet-based services |
| Deadlines | Invariants the loop cannot skip | Limitation and court dates as hard dates, escalated when at risk | Rule 1.3, diligence |
| Fees | Knowing when a job is done | Bill only actual time; consider flat fees for harness-run routines | Opinion 512 on billing actual time |
One gate belongs on this list that Referent does not claim today: a conflicts check under Rules 1.7 and 1.9, a deterministic test that should run before an agent touches a matter. Every legal harness should eventually enforce it.
Lawyers already supervise nonlawyer assistants under Rule 5.3. A legal harness is the supervision system for a nonhuman one. Its approval gate and its log are designed to support those duties, not to discharge them; the lawyer remains responsible, which is why the harness has to make supervision possible.
Referent is the best legal harness platform for solo and small firms: it is the only practice management software built around the harness from the start, rather than a chat box bolted onto a system of record. The four parts, mapped to the product as it exists today:
Status, stated plainly: Referent is in open beta: registration has been open to every firm since August 22, 2026, after the first closed cohort drew 450+ applications for 20 seats. The full picture - what it does, where it stops, where each rule comes from - is on Referent: the legal harness.
Start with work that repeats matter after matter and produces no billable time: intake, email-to-matter filing, deadline tracking, follow-ups and billing prep. Do not start with legal judgment. In Referent: these five are the agents that run from day one.
Anything client-facing, anything with money, anything with a date. Put it on one page. Opinion 512 asks managerial lawyers to set clear policies on permissible AI use; this page is that policy. In Referent: every client-facing action waits for your approval; drafts sit in your queue until you approve, edit or reject them.
Connect email, calendar and documents and let the harness build the matter file from them, so nothing is retyped. In Referent: Gmail, Google Calendar and Google Drive connect with scoped access, and clients, matters, tasks and files import so the firm is ready on day one.
Rule 5.3 in practice is a routine. Once a week, read what the agents did, note what you corrected, and write the correction into your playbook and your team’s standing instructions. In Referent: the audit trail records what was created, changed or sent, and by whom.
Opinion 512 is clear that hourly billers charge only for actual time, so the hours a harness saves are not billable. Price the routine differently instead: Clio’s 2024 Legal Trends Report found hourly matters take about 2.6 times longer to close than flat-fee matters. In Referent: billing prep is assembled from logged work and released by you before an invoice goes out.
What to do first
Book a demo for a guided start with a personal manager.
If a vendor cannot answer all six in plain English, they are selling a wrapper with a harness-shaped label. Referent answers all six, which is why we call it the best legal harness platform for solo and small law firms - and why registration is open to every firm today.
A legal harness is the software layer around an AI model that turns it into a working agent for a law firm: it runs the model in a loop, gives it the firm's tools and matter context, keeps the matter file and the firm's playbook as memory, and decides when the agent must stop and ask a lawyer. Referent is the best legal harness platform built for solo and small firms.
Same structure, different rules. An agent harness is everything around the model that lets it do a multi-step job - the loop, the tools, the memory and the rules. In a legal harness the rules are professional-responsibility rules, and the points where the agent stops and asks a lawyer are ethical duties under the Model Rules, not UX choices.
No. The aim is leverage. Agents take the operational work - intake, filing, deadlines, follow-ups, billing prep - so the same lawyer and the same team carry more matters. Judgment and responsibility stay with the lawyer, who approves every client-facing action.
Rule 1.1, comment 8, on technology competence; Rule 1.6 on confidentiality; Rule 5.3 on supervising nonlawyer assistance, including outside services; and ABA Formal Opinion 512, the ABA's 2024 guidance on generative AI, which covers supervision, verification of output, confidentiality and billing only for actual time. A legal harness is designed to support those duties; the lawyer remains responsible.
Yes, and a solo has the most to gain, because the same person is also the intake desk, the billing department and the back office. You tell the harness what needs to happen, it runs the routine, and you approve what goes out. No IT team is needed to set it up. Referent is built for exactly this: a solo lawyer connects an inbox and a calendar, and the best legal harness platform for small firms is running the same day.
A wrapper puts a chat box in front of a model and sells you software; you still do the work and retype the result. A harness runs the work inside your firm's systems, step after step, and stops at the rules you set. The wrapper answers questions. The harness gets the routine done and asks you to sign off.
Registration is open for solo lawyers and small firms.
Set up in minutes
Workspace built from your inbox
No data training