Private AI in law
A practitioner's guide to running legal AI inside your own perimeter — written for the partner who has to approve it, the COLP who has to defend it, and the IT lead who has to run it. No vendor sponsorship, no product placement, and a clear line between what we know and what we think.
| Who this is for | UK law firms of roughly 5–200 fee-earners, and in-house teams with confidential matter data |
| The decision it addresses | Whether to run AI inside your perimeter, and what that actually takes |
| Reading time | About 40 minutes; the rollout plan and cost model stand alone |
| What it is not | Legal advice, a procurement recommendation, or a claim that private is always right |
SECTION 01The state of play, September 2026
Three things happened in 2026 that changed this decision for UK firms, and they happened close together.
First, the vendors moved. In August 2026 Thomson Reuters announced a proprietary legal model rather than continuing to build purely on third-party foundation models — a signal that the largest players in legal AI now treat model ownership as part of the confidentiality answer.1 Whether or not you buy that product, the strategic point is unavoidable: if ownership of the model matters to the biggest vendor in the market, it should at least be a question in your own build-or-buy decision.
Second, the regulator spoke about supervision rather than technology. The SRA issued a warning notice on the misuse of AI in legal practice on 17 August 2026,2 and the themes reported around it are consistent with what we find in audits: outputs that were trusted without verification, supervision that was assumed rather than evidenced, and files that do not show what anyone checked. None of that is fixed by a better model. Some of it is fixed by architecture — because a system that logs what it retrieved and what a human accepted produces the record as a by-product.
Third, "AI" became a client question. Enterprise clients, public bodies and insurers now include AI governance in diligence: what tools process their data, where it rests, who reviewed the output, and whether anyone independent has tested any of it. For firms with those clients, the AI register has joined the AML review as a document you are expected to produce.
Public AI solved a drafting problem and created a confidentiality one. Private AI solves the confidentiality problem and creates a running-cost and maintenance one. The right answer for most UK firms is a mixture — governed commercial tools for non-confidential work, and a private layer for the matters that cannot leave. This guide is about building that second layer without wasting six figures discovering the pitfalls.
SECTION 02The confidentiality problem, stated properly
Most conversations about AI confidentiality are really conversations about contracts. A vendor's data-processing agreement, enterprise tier or zero-retention option limits what the supplier may do with your content. That is valuable. It is not the same as your professional obligation, and the difference matters in three specific ways.
Transfer is not the same as use
Client content leaves your systems the moment it is sent to a third-party model for processing. Whether the recipient may train on it, retain it, or read it is a separate question. Your duty of confidentiality is about the disclosure, not only about what happens afterwards — and a client who discovers their matter documents were processed on infrastructure they did not agree to is unimpressed by a clause that permitted it.
Privilege is a narrower door than confidentiality
Privileged material is a subset of confidential material, and the consequences of mishandling it are correspondingly worse. Most practical AI risk in firms concerns privilege rather than confidentiality: privileged drafts, advice notes and litigation strategy pasted into tools that were never assessed for that category of material. Any private deployment should be designed to keep privileged material inside the perimeter by default, not by user discipline.
Your insurer asks architectural questions
When a firm tells us its AI pilot stalled, the reason is usually a risk conversation that could not be closed: where does the data rest, who can access it, what is logged, who at the firm is accountable, and what happens when it goes wrong. Contracts help with two of those five. Architecture answers all five, which is why the private route often exists for governance reasons before it exists for performance reasons.
SECTION 03Three deployment archetypes
Almost every option in the market is a variation on one of three patterns. The distinctions that matter are who controls the infrastructure, where retrieval happens, and who carries the maintenance burden.
Note what is not on the list: a fourth option in which everything is solved by a good policy. We see firms attempt it every month. It works until someone is tired.
SECTION 04What private actually costs
Numbers below are indicative UK ranges for 2026, covering infrastructure and licences only — not our fees, not your staff time. Treat them as a shape, not a quote, and insist on a written model for your own firm before committing.
| Pattern | Typical setup | Running cost | Who it suits |
|---|---|---|---|
| Workstation / small node | A single GPU machine in the office running a small open-weight model | Low thousands to buy; electricity and maintenance only | Pilots, one-team deployments, document drafting and summarisation |
| Firm server | One or two GPU nodes on existing infrastructure, model server plus retrieval stack | Five figures to buy; a few hundred a month to run | Firms of 10–50 fee-earners wanting a shared capability |
| Private cloud tenancy | Dedicated GPU instances in a UK/EU region, your account, your keys | Hundreds to low thousands per month, scaling with use | Firms with no appetite for hardware, or with hybrid working patterns |
| Managed private instance | Vendor-operated single-tenant deployment with your data residency | Per-seat plus platform fee; usually the highest annual figure | Firms wanting a supported product with a narrow disclosure surface |
- Evaluation time. The single largest hidden cost. Fifty to 150 scored tasks from your own matters take fee-earner hours — budget 20 to 40 of them.
- Retrieval engineering. Getting permissions and matter walls right is skilled work, and it is where most of the value (and most of the risk) sits.
- Maintenance. Model updates, dependency patching and periodic re-evaluation. Small monthly, fatal if skipped for a year.
- Training. A private model behaves differently from the consumer tool your staff know. Unmanaged, they will keep using the consumer tool.
SECTION 05Choosing a model
You are choosing between families of open-weight models rather than a single product, and the differences that matter in legal work are not the ones leaderboards measure. Four practical tests:
- Instruction-following under long context. Legal tasks arrive as a question plus several thousand tokens of precedent or correspondence. A model that degrades at 30,000 tokens is useless for matter-level work however clever it is at trivia.
- Citation behaviour. Does it quote the retrieved text faithfully, or paraphrase it into something that sounds authoritative and is wrong? Test this with retrieved passages that contain a deliberate trap.
- Refusal discipline. A model that invents a definitive answer where the sources are silent is a supervision problem. You want "the retrieved documents do not answer this" to be a common output.
- Licence and provenance. What does the licence permit commercially, what are the use restrictions, and can you keep running the weights if the publisher changes direction? Read the licence, not the blog post.
Model size is a negotiation with your hardware. Two useful rules of thumb: a mid-size open-weight model with good retrieval outperforms an enormous one without it, for document-grounded legal work; and quantisation (running weights at lower precision) buys you capacity at a small cost in quality that is usually worth paying in a firm of your size. Both claims should be tested on your tasks before you take our word for anything.
Pick a model you can replace. Build the retrieval, evaluation and logging layers so that swapping the model is a configuration change rather than a project. Model generations turn over in months; your document estate and your evaluation set are the durable assets.
SECTION 06Retrieval: where projects fail
A private model with no access to your documents is an articulate stranger. Value comes from retrieval — and retrieval is where confidentiality gets broken by well-meaning engineering, because the fastest way to make a demo work is to index everything.
Permissions must be inherited, not reimplemented
Your document management system already knows who may see what: matter walls, ethical walls, restricted clients, departed-fee-earner access. Any retrieval layer must inherit those rules at query time rather than copying documents into a parallel store with its own access model. If a vendor cannot explain how permissions are enforced at query time, that is your answer.
Scope deliberately
Start with a defined corpus — a practice group's precedents, a set of published know-how, one matter type — rather than the whole DMS. Narrow scope makes evaluation possible and failure survivable. Widen it only after the evaluation set passes.
Retrieve passages, not vibes
Every answer used in client work should be traceable to the documents it came from, with the passages shown. This is not a nicety; it is the mechanism by which a supervisor can check the work in two minutes instead of re-doing it, and it is what makes the output defensible when a file note says an AI-assisted draft was reviewed.
SECTION 07Evaluation on your own matters
Vendor benchmarks are marketing. The only evaluation that means anything is one built from tasks your fee-earners recognise, scored by people who know the right answer. Ours looks like this, and it takes about three weeks to assemble properly.
- Assemble 50–150 tasks across the work you intend to support: summarise a bundle, extract terms from an agreement, draft a first-pass letter, find the clause that governs a scenario, answer a question from the file.
- Record the correct answer for each, from an experienced fee-earner, before the model sees anything.
- Include traps. At least ten tasks where the retrieved material does not contain the answer, to see whether the model says so or invents one. This is the single most informative test we run.
- Score three ways: correct, correct-with-caveats, or wrong — and separately record whether the output showed its sources well enough to check.
- Re-run after every change to model, prompt or retrieval. A regression set is what turns a pilot into a managed capability.
Two things usually happen. First, retrieval quality dominates model choice, which surprises people who expected the opposite. Second, the failure rate on citation-heavy tasks is higher than anyone assumed — which is exactly the information the SRA's warning notice implies firms should have before they deploy.
SECTION 08Governance that survives questions
A private deployment does not exempt you from the paperwork; it changes what the paperwork can say. Four documents do the heavy lifting.
| Document | What it must answer |
|---|---|
| DPIA (UK GDPR art 35) | What personal data is processed, where it rests, who can access it, retention and deletion, risks and mitigations. Private architecture makes this shorter and stronger — the transfer section becomes "none". |
| AI system register | Every system in use, its purpose, owner, model, data flows, review cadence and DPIA reference. The artefact enterprise clients ask for first. |
| Acceptable-use policy | What may and may not go into which system, and why. Two pages, written for fee-earners; the private layer is described as the route for confidential work rather than a prohibition with no alternative. |
| Oversight and logging record | Who reviews AI-assisted work, on what cadence, and what the file shows. A 30-minute quarterly sample of AI-assisted matters is enough to evidence a routine. |
On standards: ISO/IEC 42001 is the AI management-system standard that maps most naturally onto what a law firm already does for AML — policy, risk assessment, controls, evidence, review cycle.3 Firms pursuing certification should note that the certifying body must be independent of the consultant who prepared them,4 which is why we prepare and never certify. On EU exposure: if you act for EU clients or process data subject to the EU AI Act, obligations for certain higher-risk uses phase in through 2026–2027 and the surrounding guidance has itself been in flux;5 take specific advice on your fact pattern rather than a general summary like this one.
SECTION 09Training fee-earners differently
A private model does not behave like the consumer tool your staff use on their phones. It is usually more literal, more dependent on the retrieved context, and — this is the important part — sometimes confidently wrong in a different accent. Three training adjustments we make for private deployments:
- Teach the retrieval boundary. "It can only see what is in scope" is the single most useful thing a user can know, because it explains both the failures and the fix (point it at the right documents).
- Teach verification against sources, not vibes. Users check outputs they can trace; they wave through outputs that merely sound right. If the tool shows sources, teach people to click them — every time, including when busy.
- Teach the file note. What to record when AI assisted: the tool, the task, what was checked, who checked it. One sentence. Firms that train this sentence have fewer findings in every audit we run.
SECTION 10The 90-day rollout plan
| Weeks | What happens | Output |
|---|---|---|
| 1–2 | Readiness: inventory current AI use, decide archetype, define the corpus and the tasks, agree the security model with IT | Written scope, cost model, named owner |
| 3–4 | Build: hosting, model server, retrieval over the scoped corpus with permission inheritance, logging | Working environment, no client data yet |
| 5–6 | Evaluation round one: assemble and score the task set; fix retrieval; re-run | Baseline scores, failure modes, go/no-go recommendation |
| 7–8 | Governance: DPIA, register entry, policy updates, incident runbook, insurer briefing | Document set ready for a client or insurer question |
| 9–10 | Pilot with one practice group on real but non-privileged matters; log everything | Supervised use, weekly review of outputs |
| 11–12 | Training, runbooks and handover to an internal owner; agree the re-evaluation cadence | Deployment operating, with a maintenance plan |
| 13 | Decision point: widen scope, hold, or stop | Written review with the numbers attached |
The point of the plan is week 13. A deployment that cannot be reviewed honestly at week 13 becomes a fixture nobody owns, which is how firms end up with an AI capability that no one can describe to an insurer two years later.
SECTION 11Failure modes we keep seeing
- Buying a model instead of building a capability. Weights are the cheap part; retrieval, evaluation and logging are the work.
- Indexing everything to make the demo impressive. The fastest route to a confidentiality incident in the category.
- No evaluation set. Then every opinion about quality is anecdote, and nobody can tell whether an update made things worse.
- Service-account access. The tool sees more than the user should, and no one notices until an audit.
- Training delivered once, to a room, in launch week. Behaviour reverts within a fortnight; the second session matters more than the first.
- Governance deferred to "phase two". Phase two does not arrive, and the DPIA is written retrospectively in the week a client asks.
- Logging switched off for performance. Then the evidential trail — the reason for going private — is missing.
- No internal owner. The deployment is a project until someone is named in a job description.
- Cost model with no maintenance line. Year two arrives with an update nobody budgeted for.
- Scope creep without re-evaluation. New corpus, new practice area, same scores from six months ago.
SECTION 12Total cost, worked
Two illustrative models. Both exclude our fees and assume you already run a document management system with a usable API. Treat them as arithmetic to argue with, not a quotation.
| Line | Small firm · 12 fee-earners | Mid firm · 45 fee-earners |
|---|---|---|
| Infrastructure (year one) | One GPU node, low five figures | Two nodes or a private tenancy, mid five figures |
| Running cost | Electricity, backup, monitoring — modest monthly | Cloud or colocation plus maintenance — low four figures monthly |
| Build and integration | One-off project, weeks not months | Larger integration, plus retrieval scoping per practice group |
| Evaluation | ~20 fee-earner hours in year one | ~40 hours, then ~15 a year thereafter |
| Governance | DPIA, register, policy updates — one-off plus annual refresh | Same, with ISO/IEC 42001 alignment if you are pursuing it |
| Compare with | Per-seat commercial tools for the same team | Per-seat commercial tools plus the cost of the matters you cannot put in them |
The comparison that decides most cases is not private-versus-public on cost. It is private-versus-doing-nothing on the work you currently cannot automate. If the confidential half of your practice is excluded from AI because of where the data would go, that exclusion is the cost you are already paying.
SECTION 13Glossary
| Open-weight model | A model whose parameters are published so you can run it yourself, subject to a licence that defines what you may do with it. |
| Inference | The act of running a model to produce an output. This is what happens on your hardware in a self-hosted deployment. |
| Quantisation | Storing model weights at lower precision to reduce memory and cost, with a small quality trade-off. |
| Retrieval (RAG) | Fetching relevant passages from your own documents and giving them to the model as context, so answers are grounded in your material. |
| Ethical wall | A restriction preventing certain people — or systems — from seeing certain matters. In retrieval, it must be enforced before ranking, not after. |
| Evaluation set | A fixed set of tasks with known correct answers, used to measure and re-measure quality. |
| Red-teaming | Deliberately trying to make the system fail, leak or mislead, before someone does it by accident. |
| DPIA | Data protection impact assessment: the UK GDPR article 35 document assessing risk in processing. |
SECTION 14Sources and further reading
- Thomson Reuters announced a proprietary legal model in August 2026 — reported by SiliconANGLE, “Thomson Reuters launches proprietary AI model for legal work”. See also Thomson Reuters' Future of Professionals — Legal and their 2026 practitioner survey commentary.
- Solicitors Regulation Authority warning notice on the misuse of AI in legal practice, 17 August 2026 — see the SRA's own guidance at sra.org.uk and the summary at Herbert Smith Freehills Kramer. We have not reproduced its text; read the notice itself.
- ISO/IEC 42001:2023 — information technology, artificial intelligence, management system. Published by ISO/IEC; see iso.org.
- ISO/IEC 17021-1 — requirements for bodies providing audit and certification of management systems, including independence from consultancy.
- EU AI Act implementation has been subject to amendment and guidance during 2026; for the current position see this overview of the AI Omnibus and take advice specific to your firm.
- ICO guidance on AI and data protection: ico.org.uk. Money Laundering Regulations 2017 (as amended): legislation.gov.uk.
How to cite this guide: Probative Co, Private AI in law: the 2026 deployment guide, September 2026 edition. Share it internally; attribution appreciated, permission not required. This is general information, not legal advice. Probative Co is not a law firm and does not provide reserved legal services. Where this guide touches your own regulatory position, take advice on your facts.
Want the short version, or the working version?
Send us your firm's details and we will send the guide as a PDF, plus an offer of a 30-minute call to sanity-check whichever archetype you are leaning towards. No charge, no obligation, and we will tell you if a private deployment is the wrong answer for your firm.