Skip to content
← All examples
Legal Services · Recommendation autonomy

Legal Matter Intake

An agent that receives inbound matters, extracts key facts, classifies matter type, and proposes a routing, leaving the assignment decision to a human.

28 HAL Score / 40 Governed
See the worked example

Workflow

  1. 1 Inbound matter received via email or portal
  2. 2 Agent extracts parties, deadlines, and matter type
  3. 3 Agent scores complexity and conflicts risk
  4. 4 Agent proposes a team and priority
  5. 5 Human confirms or reroutes the matter

Governance design

  • Authority limited to proposing, never assigning, matters.
  • Hard limit: never auto-close or auto-decline a matter.
  • Conflicts check is a mandatory escalation trigger.
  • Every extraction logged against the source document.

Escalation paths

  • Unknown matter type → senior intake lawyer.
  • Possible conflict detected → conflicts team, action paused.
  • Deadline within 48 hours → immediate human review.

Ownership model

Head of Operations, with the intake team lead as deputy.

Lessons learned

  • Keeping the assignment decision human kept liability clear while still removing most of the manual triage effort.
  • The conflicts escalation was the single most important control. It converted a quiet risk into an explicit hand-off.
Worked example

Legal Matter Triage Agent

Recommendation → Execution

A mid-size firm built an agent to triage inbound matters and assign them to teams, hoping to clear a chronic intake backlog.

Initial workflow

The agent read inbound emails, decided the matter type, and assigned the matter directly to a team, including setting the deadline, with no human in the path.

Risks identified

  • !Assignment and deadline-setting were fully delegated with no bounded authority.
  • !No conflicts check before assignment.
  • !No record of why a matter was classified as it was.
  • !No owner could explain or suspend the system.

HAL assessment

The agent scored poorly on Ownership, Authority, and Evidence. It was taking consequential action (assignment, deadlines) at an Execution level of autonomy without the controls that band demands.

Improvements made

  • Named an accountable owner (Head of Operations) with a tested kill-switch.
  • Reduced authority from "assign" to "propose". A human confirms.
  • Added a mandatory conflicts-check escalation that pauses the matter.
  • Logged every classification against its source document.
  • Set a quarterly review of accuracy and authority.
Domain Before After Change
Ownership 1 5 +4
Authority 1 4 +3
Limits 1 4 +3
Escalation 1 4 +3
Evidence 1 4 +3
Monitoring 2 3 +1
Review 1 3 +2
Liability 1 3 +2

Deployment recommendation

Approved for deployment as a recommendation system. The conflicts escalation and the move from "assign" to "propose" were the decisive changes.