Live mediation is the standard format for resolving custody, support, and property disputes outside court. Both parents and a neutral mediator sit in a room (or on a video call) and work through the issues in one or two sessions. For families where both parents can be in the same conversation safely, it works.
For a lot of families, that format does not fit. The schedules do not align. One parent travels for work. There are care responsibilities that cannot be cleared for a half-day. Or the relationship is such that being in the same conversation, even with a mediator present, is not productive or not safe.
Async mediation is the alternative. The Family Law Center supports it as a first-class flow. Here is how it works and where the engineering choices matter.
The format
Async mediation runs over a series of message exchanges rather than a single live session. Each parent receives a magic link to a private workspace. They can open it on their own schedule, review the issues, respond to the other parent's positions, and propose terms.
A mediator is involved when both parents want one, and is not required when both prefer to work directly. Most async cases use the mediator as an asynchronous reviewer who reads the exchange every few days, flags positions that look like impasse, and proposes framings that move things forward.
The whole conversation is structured. The Family Law Center has a settlement registry that breaks family disputes into the standard subject areas: legal custody, physical custody, parenting time schedule, holidays and vacation, child support, alimony, division of assets, division of debts, life-insurance and beneficiary designations, dispute-resolution clause. Each subject has its own thread inside the workspace. Both parents see all threads.
Each thread has a current proposed term, a history of revisions, and a comment area. When both parents check the same box on a thread, that subject is settled and locks. Threads that remain open are the issues that still need work.
Magic links and identity
Each parent's link is HMAC-signed and tied to their email address. The link expires on a schedule (usually 30 days, configurable) and can be revoked or rotated by either parent at any time. The links cannot be shared in a meaningful way because the underlying token is bound to the email and the IP-tracking on each open is logged.
If a parent loses access, they can request a fresh link from the matter dashboard. The old link stops working.
The point is privacy and consent. Async mediation works because both parents trust that the conversation stays in the workspace and is not forwarded, screenshotted, or copied to third parties. The link mechanics are how that trust is preserved at the technical layer.
Calculator-anchored proposals
Child support and alimony are the issues that most often stall in mediation because the parties have different mental models of what the numbers should be. The Family Law Center's settlement workspace integrates with the state-specific child-support calculator and the alimony estimator.
When a parent proposes a child-support number, the workspace shows alongside it the calculated guideline number for the state, given the inputs both parties have agreed to. The proposed number is then displayed as a percentage of the guideline. A proposal at 100% of the guideline is the default. A proposal above or below is shown clearly, with the deviation amount and percentage, so the other parent can evaluate.
The same applies to alimony, where applicable, using the state-specific framework (the Massachusetts schedule, the Florida durational formula, the California guideline analysis where it applies). The proposed number is anchored to the legal framework, not to a number one party invented.
The anchoring matters because it shortens the negotiation. Instead of arguing whether $1,200 a month is too high or too low, the parties are arguing about a specific deviation from the legal baseline, with a documented reason for the deviation.
Impasse detection
Async mediation can drift. A thread sits open for two weeks because neither parent wants to be the one to give ground. Live mediation has a mediator in the room who notices and intervenes. Async mediation needs the same intervention but does not have the in-person cue.
The Family Law Center runs an impasse detector across each open thread. If the proposed terms have not moved in N days, or if the revisions have been ping-ponging the same two positions, the system flags the thread as impasse and surfaces it on the dashboard.
Impasse flags trigger one of three options. The mediator (if engaged) can propose a framing. The parents can elect to skip the thread and finalize the rest of the agreement, leaving the open thread for a separate determination. Or the workspace can recommend a referral to a brief live session focused only on the impasse thread.
The detection logic is conservative and is documented in the runbook. Most mediations close without triggering it.
Safety-mode protections
The Family Law Center is built with safety on the first click. Async mediation inherits that. If a matter is flagged as safe-mode, the async workspace operates with additional protections.
Direct messages between the parties are not allowed. All communication is through structured threads on specific subjects, with the language reviewed by the prompt-injection scanner before it lands in the other party's view.
The opposing party's contact information is not exposed. The magic-link mechanics deliver to the email the parent provided, and the receiving party sees only what the workspace surfaces.
The quick-exit overlay is available on every page of the async workspace, with the browser-history scrub on activation. A survivor who needs to close the workspace immediately can do so with a single keystroke.
Settlement composer outputs are scanned for adverse-language patterns before they are shown to either party. Proposal text that would constitute coercion, threats, or harassment is filtered.
The DV-shelter and hotline referral cards are present in the workspace at all times. A parent who decides mid-mediation that the format is not appropriate for their situation can step out into resources without leaving the product.
The settlement document
When all threads are settled, the workspace composes a settlement draft. The draft is structured as a marital settlement agreement or a parenting plan, depending on the matter type, populated from the settled terms in each thread.
The draft passes through the LLM guardrail scan before either party sees it: prompt-injection check, adverse-language check, and a check that the calculated numbers in the draft match the inputs from the negotiated thread.
Either party can request edits. Either party can request a human attorney review through the LawSens.ai Family Attorney Network before signing. The draft is not filed automatically. The parties take the signed document to their local court themselves, or use the Smart Legal Documents handoff to route it through e-signature and filing.
Modification petitions
After a settlement is in place and an order has been entered, life changes. Income shifts. A parent moves. The schedule that worked at age 4 stops working at age 12. The Family Law Center supports modification petitions through the same async workflow.
The modification flow starts with the modification-trigger detector, which surfaces material changes (typically a 15% income shift or a 60-day deviation from the parenting schedule) that would support a petition under the law of the state. The async workspace then steps through whether to negotiate the modification first or file directly.
What this is and is not
Async mediation is not a replacement for live mediation in every case. It is the right format when both parents can engage thoughtfully on their own time, when the issues are tractable, and when the relationship can support text-based exchange. It is the wrong format for high-conflict cases that need a mediator's live judgment, for cases involving complex valuation questions that need expert testimony, and for cases where one party is operating in bad faith and the live setting would surface that.
For the cases where it fits, the format reduces cost and reduces the friction that keeps families from reaching agreement at all.
You can start a family matter at lawsens.ai/family. The settlement workspace and the async mediation flow are available inside the matter dashboard once the case is created.
The Family Law Center is a software product designed to help families resolve disputes more efficiently. It is not a substitute for legal counsel on a complex or high-stakes matter, and is not licensed mediation services. Any settlement agreement produced through the workspace should be reviewed by an attorney before signing, particularly when significant assets or complex custody arrangements are involved.


