Home Blog

Draft-first automation: PRs, tickets, and approvals are the new interface for business AI

Published 2026-03-22 • Tags: AI trends, operations, governance, software delivery, risk

A lot of “agent” demos fail in the same place: they jump straight from a model response to a production write. That’s not automation — it’s uncontrolled change.

Thesis: The safest way to operationalise business AI is draft-first. AI proposes changes as drafts (PRs, tickets, invoices, emails). Humans (or automated gates) approve. Systems of record change only through auditable workflows.

Fresh signals (why draft-first is becoming the default)

The draft-first pattern (in one picture)

  1. Read: agent ingests context (ticket, repo, email thread, invoice PDF).
  2. Propose: agent produces a draft artifact (PR, draft reply, draft record, change request).
  3. Validate: automated checks run (schema rules, unit tests, policy checks, cross-checks).
  4. Approve: a human (or policy engine) accepts/rejects with an audit trail.
  5. Write: only the approved artifact is applied to the system of record.

Why drafts beat direct writes

Risk-based gates: what needs approval?

Not everything needs a human in the loop. What matters is the blast radius.

Practical default: allow AI to draft almost anything, but only auto-apply on green-lane actions. This keeps the speed benefit while protecting the systems you can’t afford to corrupt.

Three concrete workflows to ship this week

1) Support: ticket → draft reply + next steps

2) Engineering: issue → PR (not direct merge)

3) Finance ops: invoice email → draft bill

What to log (so you can audit + improve)

Draft-first only works if you keep a clean audit trail. Minimum fields:

Sources used for freshness via RSS: OpenAI News RSS ("How we monitor internal coding agents for misalignment", "Introducing GPT-5.4 mini and nano").

Where Workflow ADL fits

Workflow ADL is about operationalising AI without creating an incident factory. Draft-first is the simplest pattern that scales: it uses the tools you already trust (PRs, tickets, approvals) as the interface between AI and reality.