← all posts
// policy · policy

Bill Gates' human-reserved roles: when human-in-the-loop becomes a procurement requirement

Bill Gates published an essay of roughly 6,000 words this week, reported by The Guardian, calling the AI transition one of the most turbulent periods in economic history. That part is not news. The part worth reading as an engineer is the proposal: a set of human-reserved roles, jobs that should stay with people by rule. His list includes care work, delivering terminal diagnoses, childcare, juries, and parts of teaching and mental health. He also revived his earlier idea of taxing AI tokens or robots, and said that many executives are privately more worried than they admit in public. I am not going to argue the politics. I want to look at what happens to product design if this idea lands where policy ideas usually land first: in procurement.

From essay to requirement

Ideas like this do not become law quickly. They become procurement language much faster. A hospital system, a school district, or a government agency buying software does not need a statute to add a clause requiring that a human make or review a specific class of decision. They need a template and one vendor who agreed to it. If human-reserved roles get traction, the first place you will meet them is a requirements document that says, in effect: the system may draft, the system may recommend, a named person decides, and you must prove it.

The same week gave a preview of what proving it looks like. Anthropic's memory unification across chat and Cowork on August 25 shipped with user-visible, editable memory and sensitive topics as opt-in. That is a design choice made in anticipation of governance questions, and it is the kind of choice buyers in regulated sectors will start asking for by name.

Human-in-the-loop is about to stop being a UX decision you make and become a contract clause someone else makes for you.

What changes in the product

  • The decision point becomes a first-class object. Not a confirm button, but a logged event with an identity, a timestamp, the inputs the human saw, and the model's recommendation kept separate from the outcome. If you cannot produce this after the fact, you cannot pass the audit.
  • Automation boundaries become configurable per role. A sector that reserves diagnosis delivery for humans will still let the model summarize the chart. Your system needs a policy layer that says which actions are draft-only and which can execute, set by the customer, not hard-coded by you.
  • Escalation is the main flow, not an error path. When the model reaches a reserved decision, the handoff to a human has to be fast, complete, and impossible to skip. Most agent frameworks treat this as an exception. Regulated buyers will not.
  • Output validation gets a compliance meaning. The checks in guardrails-output-validation stop being about quality and start being about evidence: this recommendation was checked against these rules before a human saw it.
  • Constrained deployment gains weight. A reserved-role requirement usually travels with data-handling requirements. The pattern in local-sql-assistant-guardrails, an assistant with hard limits on what it may execute, is closer to what these buyers want than a general agent.

Planning an adoption strategy around it

If you sell into healthcare, education, or the public sector, assume some version of this arrives in your next RFP cycle. Map your product's actions into three buckets now: fully automated, human-reviewed, human-only. Make the boundary between the last two a customer setting. Instrument the review step so that the log is the deliverable. And price it: a human-reviewed workflow has a different cost structure than an automated one, and the buyer who asks for the human will accept that.

If you sell elsewhere, do it anyway. Clauses spread from the regulated buyer to the general template.

The honest gap

This is an essay by one influential person, not a regulation, not a draft, not a procurement standard. Nothing in the reporting says any agency has adopted the language, and Gates' list of reserved roles is his own judgment, not a consensus. I could be early by years, or wrong. The cost of being early is small: a decision log and a configurable automation boundary are things a serious product should have regardless. The cost of being late is a lost bid.

#policy#work#healthcare#adoption