SYSTEM DESIGN
The Matter Is the System
The next legal operating system will maintain living matter state instead of sending information through longer chains of brittle automations.
Most legal automation begins with an event.
A form is submitted. Create a contact. Send an acknowledgement. Assign a task. Move the record to the next column.
This works well when the input is clear and the path is known. Legal work rarely stays that way for long.
The client replies from a second email address. A document introduces another party. A call changes the urgency. The payment arrives before the signed engagement letter. Opposing counsel sends information that contradicts what the matter record says.
The automation still runs. It simply runs against yesterday's understanding.
The next legal operating system will not be built around a longer chain of triggers. It will be built around a living representation of the matter.
A workflow remembers the path. A matter remembers the work.
A workflow describes what should happen in a predicted sequence.
A matter describes what is true now.
That distinction changes the architecture.
Traditional automation asks: What should happen after this event?
A matter-centred system asks: What does this event change? What is still missing? What must become true next?
The first question is useful when the world behaves as expected. The second survives when it does not.
Consider a new immigration enquiry. The first form may say the person is in Canada, has a work permit, and wants help with permanent residence. A later document shows a different expiry date. A call reveals a refused application. A spouse becomes part of the case. The useful system does not simply append four events to a timeline. It reconciles them into the current understanding of the matter.
It should know which fact is verified, which source introduced it, which facts conflict, and which question must be answered before the firm can proceed.
That current understanding is matter state.
Matter state is more than a record
A database row can store fields. A living matter must also preserve uncertainty and change.
Its state may include:
- identities, parties, and relationships;
- client goals and the legal need as currently understood;
- jurisdiction, matter type, and procedural posture;
- deadlines, urgency, and the evidence behind them;
- conflict information and clearance status;
- documents, communications, and commitments;
- facts that are verified, alleged, inferred, or disputed;
- missing information and unanswered questions;
- decisions already made and who made them;
- the current stage, next required state, and blocked actions;
- risk, exceptions, and reasons for human review.
The point is not to collect everything.
The point is to maintain enough structured truth that the next person—or the next agent—does not have to reconstruct the matter from scratch.
This is what continuity looks like in an operating system. Every interaction can improve the shared state. Every action can begin from the same current understanding.
Events should change understanding, not just start actions
Events still matter. Calls, messages, uploads, signatures, payments, calendar changes, and portal updates are how the system learns that the world changed.
But an event should not be confused with its meaning.
A signed document may mean the engagement condition is complete. It may also be an obsolete version, signed by the wrong person, or missing a required schedule. A payment may clear the financial condition, or it may be partial, misapplied, or returned. A client message may answer an open question while creating two new ones.
The system needs a reconciliation step:
- observe the event;
- connect it to the correct matter and source;
- interpret what it might change;
- validate the proposed change;
- update state or request review;
- reconsider what should happen next.
That is very different from firing the next automation because a webhook arrived.
It is also where agents become useful.
Agents interpret. Rules protect. People decide.
An agent can read an unstructured email, extract the relevant claims, compare them with the matter, identify contradictions, and prepare a proposed update. It can notice that a document answers one open question but not another. It can draft the follow-up needed to move the matter forward.
It should not be allowed to turn every interpretation directly into operational truth.
Some changes are low risk and reversible. A system can safely classify a document or suggest a normalized phone number. Other changes affect legal strategy, conflict clearance, deadlines, money, representation, or client rights. These need deterministic checks, professional review, or both.
The hybrid system is straightforward:
- agents interpret language, gather context, and prepare bounded work;
- rules enforce permissions, required evidence, financial controls, and invariants;
- people exercise professional judgment, resolve consequential ambiguity, and remain accountable;
- matter state gives all three the same current ground;
- events preserve what happened and trigger reconsideration.
This is not agent versus workflow. Deterministic automation becomes the safety layer beneath contextual work.
Memory is not state
Agent memory is often presented as the solution to continuity. It is not enough.
Memory can help an agent retrieve something that happened before. Operational state must support much stronger questions.
Where did this fact come from? Is it still current? Who corrected it? Which decision depended on it? What did the system believe before the correction? Which actions should now be reconsidered?
A useful matter state needs provenance, schemas, permissions, validation, and rollback. It needs a record of change that a person can inspect. It must distinguish source material from interpretation and interpretation from approved fact.
Without those controls, memory can make an agent more fluent while making the system less trustworthy. It recalls the story but cannot prove which version should govern the work.
The operational requirement is not perfect recall. It is accountable continuity.
The system should work toward a state, not a sequence
Linear workflows are organized around steps: send this, then request that, then assign the next task.
Matter-centred systems can be organized around conditions.
Before a file opens, the firm may require:
- identity information sufficient for the required checks;
- preliminary conflict clearance;
- a defined scope and responsible professional;
- the correct engagement document signed by the correct parties;
- required funds received and matched;
- urgent deadlines recorded and acknowledged;
- unresolved exceptions assigned to a person.
There may be many valid paths to reach this state. A client can upload first and pay later. A staff member can correct a party name. A lawyer can approve an exception. The system does not need to force every matter through the same order.
It needs to know what is complete, what is blocked, and what action is most useful now.
This is a better fit for legal work because it preserves structure without pretending the work is uniform.
Incorrect state is the dangerous failure
A living matter creates leverage, but it also creates a new concentration of risk.
If the state is wrong, every downstream action can be coherently wrong with it.
That is why a stateful system needs explicit safeguards:
- evidence attached to consequential fields;
- confidence and uncertainty represented visibly;
- contradiction detection before silent replacement;
- separate proposed and approved changes;
- permissions based on the action, not only the page;
- human review at defined consequence thresholds;
- an immutable event history and a reversible correction path;
- monitoring for stale state and actions built on changed facts.
The goal is not to prevent every mistake. No human system achieves that.
The goal is to make mistakes observable, containable, and correctable before they multiply.
What changes for the firm
When the matter becomes the system, software stops being a collection of destinations.
Email is where a signal arrived. The document store is where evidence lives. Billing records a financial event. The portal is one place a client interacts. None of them alone owns the matter.
The firm gains one operational view of what is true, what is missing, what changed, and what requires attention. People do not have to open five systems to reconstruct the next action. Agents do not work from detached copies. Automations do not advance merely because a trigger fired.
This also changes what should be measured.
Instead of counting tasks created or messages sent, the firm can measure how long matters remain incomplete, how often state is corrected, where work is blocked, which exceptions repeat, and whether required conditions are reached safely.
The unit of improvement becomes the matter, not the click.
The future is a maintained understanding
Legal work will always contain interpretation, uncertainty, and professional judgment. That is not a defect for software to remove.
The opportunity is to stop making every person rebuild the same understanding from scattered traces.
A living matter system keeps the current state coherent as the world changes. Agents help interpret new information. Rules protect the boundaries. People decide what requires judgment. Events preserve the evidence behind every change.
The next action then becomes easier to see—and safer to take.
The future is not a longer workflow.
The matter is the system.