A controlled intake system for specialist advisory work
An illustrative triage workflow that protects judgement while shortening the route from enquiry to qualified instruction.
This concept gives a specialist advisory firm a consistent intake process. It structures initial information, applies mandatory control gates and prepares a concise matter brief for professional review.
Situation
Specialist firms often receive enquiries through email, telephone and referral networks. Initial information varies in quality, and senior professionals spend time reconstructing the same facts before they can decide whether and how to proceed.
The opportunity is not to automate professional judgement. It is to improve the completeness, consistency and traceability of the information presented to it.
Diagnostic
The intake is decomposed into factual capture, eligibility controls, service classification and professional acceptance. Mandatory controls stop progression when required evidence is missing.
The design also identifies sensitive information that should not enter general-purpose AI services.
- Collect only information needed for the next decision
- Separate mandatory controls from commercial prioritisation
- Keep professional acceptance explicit and attributable
Solution design
A secure intake form creates a matter candidate. Deterministic rules check completeness and routing criteria. A language model may draft a summary from approved fields, but it cannot accept the matter or change the control result.
The reviewer sees the original evidence, the structured facts, open questions and the generated brief in one workspace.
Risk and governance
The data model applies retention rules, access controls and source attribution. Prompt and output logs support quality review. Sensitive categories can be excluded from model processing or routed to an approved private environment.
A representative evaluation set tests omissions, ambiguous enquiries and attempts to bypass required controls.
Expected value
The expected benefit is faster triage with a more consistent evidence base. Pilot measures would include time to first decision, incomplete enquiries, rework and the proportion of generated summaries accepted without material correction.
From current operating friction to a controlled target state
The diagnostic tests the current state using observable work, then describes the controlled operating state the release is intended to create.
External evidence sharpens the engagement hypothesis
Findings are paraphrased from the linked original publications. Their scope and populations differ, so they inform the thesis rather than prove a universal outcome.
The Law Society warns that generated legal citations and propositions require verification
The system should preserve source evidence and never present model output as an accepted professional conclusion.
Source: The Law Society, Conducting legal research in the age of AI, 2026Law Society guidance addresses both opportunity and data risk for smaller firms
Intake automation needs an approved data boundary, confidentiality controls and clear professional ownership.
Source: The Law Society, Generative AI: the essentials, 2025ICO guidance combines audit methodology, organisational guidance and practical tools
Data protection should be evidenced through design records, tests and operating controls, not policy wording alone.
Source: ICO, Guidance on AI and data protectionNIST treats generative AI risk as an issue across design, deployment, operation and review
Professional intake controls should be tested before launch and monitored as data, models and use patterns change.
Source: NIST, Generative AI ProfileThe engagement is organised around four evidence-producing work packages
Each work package ends with an explicit decision and a tangible output. The sequence keeps delivery connected to operating evidence.
Intake and control taxonomy
- Decision
- Which facts and mandatory gates precede professional judgement?
- Work
- Define fields, matter types, identity, conflict, eligibility and stops.
- Output
- Approved intake and decision policy.
Secure matter-candidate flow
- Decision
- How is evidence captured and routed with least privilege?
- Work
- Build intake, document handling, rules and reviewer workspace.
- Output
- Traceable end-to-end intake release.
Bounded AI summary
- Decision
- Can approved fields reduce review preparation safely?
- Work
- Evaluate omission, distortion, sensitive data and source fidelity.
- Output
- Drafting service with source context and no acceptance authority.
Assurance and adoption
- Decision
- Does the release improve triage while preserving professional control?
- Work
- Pilot representative enquiries, sample decisions and train reviewers.
- Output
- Acceptance evidence, operating guide and risk review.
Risks are designed into the operating model before launch
Risks become manageable when the early signal, control and accountable owner are agreed before release.
Acceptance links the release to observable operating performance
Measures are useful only when their definition is stable and their movement changes a management decision.
Automation supports preparation, not professional acceptance
Illustrative allocation of responsibility across the intake decision.
Delivery follows a controlled progression from evidence to operation
Gather structured facts and source evidence.
Apply eligibility, conflict and completeness gates.
Draft the brief and surface unanswered questions.
Require accountable professional acceptance.
Policy gates sit outside the language model
01candidate = intake.validate(payload)02controls = policy.check(candidate)03if (!controls.pass) return hold()04brief = model.summarise(approvedFields)05decision = reviewer.accept(brief, evidence)