The operating question

Before automating the routine, decide what happens when the routine breaks.

Give the workflow one clear job.

“Use AI in admissions” is too broad to implement well. A more useful starting point is a bounded task: route a business inquiry, prepare a draft from approved information, flag a missing field, or remind the responsible person that a step is overdue.

Write down the trigger, the information the task can use, and the action it can take. Then name the person who owns the process. This makes it possible to assess a tool against actual work instead of the breadth of its demonstration.

Design the exception path first.

A demonstration usually follows a complete, orderly record. A working process also needs to handle incomplete details, conflicting entries, requests outside its scope, unavailable systems, and someone asking to speak with a person.

Consider an illustrative inquiry-routing workflow. It can acknowledge receipt and prepare a staff task using information the center has approved for that purpose. If a required detail is missing, the route should be an explicit review state. It should not quietly manufacture the answer or mark the task complete.

  • Uncertainty: what information or confidence is insufficient to proceed?
  • Escalation: which person or queue receives the exception, and who covers an absence?
  • Failure: what remains visible if a connection stops working?
  • Recovery: can staff correct a record or repeat a step without creating duplicates?
  • Authority: which actions require human review before they happen?

Test with the people who will use it.

Use approved test scenarios that include ordinary work and exceptions. Have the team explain what they see, where they would look next, and how they would take over. A process that only its builder understands has not reached a useful handoff.

Clinical decisions stay with qualified clinical staff. The center’s privacy and security requirements must shape which information can enter a tool and where that information can travel. Product selection follows those decisions; a marketing label is not a substitute for reviewing the proposed use.

Measure the whole task, including supervision.

A draft that takes seconds to produce may still need substantial correction. Count review, exception handling, maintenance, and rework when assessing time returned to the team. Identify where any released capacity will be used.

Start with a defined baseline and a limited rollout. Review whether staff use the process, whether exceptions are handled, and whether the intended business benefit appears. Expand what proves useful; revise or stop what does not.

HQ’s role is to connect these choices: the business task, the tool, the people responsible, and the continuing work of keeping the system dependable.

Put the thinking to work.

How HQ approaches AI & Operations