A modern model can turn a brief into a thousand finished-looking assets in an hour. Crops, captions, reframed videos, localized variants. Most teams hit the same wall here. None of those assets are publishable yet. Raw output is not the same thing as an approved asset.
The gap between the two is a set of decisions. Is this good enough and on-brand? Does a person need to look at it, and which person? Can we prove what it is and how it was made? Those decisions are gates, and a workflow that skips them does not save time. It moves the failure downstream, to the customer who sees the off-brand asset or the regulator who asks how it was made. Full disclosure: Layermetry is an SDK for AI media editing that can run these gates at the edit boundary, so we will lay out both paths, building the gates yourself versus adopting a layer that ships them, and let you decide.
Generation is the easy 80 percent, approval is the hard 20
The bottleneck moved, it did not disappear
For years the slow step in media was making the asset. A human opened an editor, dragged a layer, nudged a mask, exported. Generation collapsed that step to seconds. What it did not collapse is the part after, where someone decides the asset is fit to publish. That used to be implicit, because the same human who made the asset also judged it. Now a machine makes the asset and the judgment has nowhere to live unless you build it a home.
This is why teams shipping AI media at volume in 2026 talk less about better prompts and more about approval workflows. Industry coverage of brand safety this year keeps landing on the same tension. The volume of AI content is surging while the capacity to review it has not kept pace, so the cost of a missed check is both more likely and more visible. When more than one in five recommended videos on a major platform is now AI-generated filler, the odds that an unchecked asset reaches an audience stop being hypothetical.
Three questions, three gates
The approval step is not one decision, it is three. The first asks whether the asset clears a quality and brand bar. The second asks whether a human needs to sign off, and which human. The third asks whether you can prove what the asset is and how it was made. Run them in that order and most output clears the first gate automatically, a slice gets human eyes at the second, and everything that passes carries provenance at the third.
RAW OUTPUT TO APPROVED ASSET, THREE GATES
raw, not yet trusted → Gate 1
quality & brand → Gate 2
human where it matters → Gate 3
provenance → Approved asset
safe to publish
Most output clears Gate 1 automatically. A slice gets human eyes at Gate 2. Everything that passes carries provenance at Gate 3.
Gate one checks quality and brand before a person ever looks
The machine catches the obvious failures first
The first gate is automated, and its job is to spend zero human attention on the asset until the asset has earned it. The common pattern layers a few checks that get progressively cheaper to fail. A pre-generation filter blocks an obviously bad request before any pixels exist. A real-time validation pass checks the output against brand rules as it is produced. A post-generation review flags anything that still looks wrong. Most violations get caught early, not in front of an audience.
What does this gate test? Concrete, checkable things. Is the logo present, the right one, and clear of the safe zone? Are the brand colors within tolerance? Is the aspect ratio correct for the placement? These are the checks a human used to do by eye and can now be rules an automated pass enforces on every asset, every time, without getting tired on the nine hundredth one.
Brand is the part the model is worst at
This gate matters because brand consistency is exactly where generated output drifts. A model does not hold your brand in mind between requests, and small deviations compound across a batch. We have written separately about how agents lose the brand between turns, the deeper version of this problem. The gate is the safety net under that drift. Even if the generation step wanders, the brand check refuses to pass an asset that has wandered too far.
A useful model here is the evaluator loop. The generator produces, an evaluator scores against a rubric, and anything below the bar goes back or gets dropped. Our piece on how to tell whether an agent's work is actually any good covers how that scoring works so the system improves rather than just rejecting. The point for the workflow is simple. Gate one is mechanical, runs on everything, and exists so humans only see output that already cleared the obvious bar.
Gate two puts a human where the stakes are, not everywhere
Approving everything just rebuilds the old bottleneck
The instinct after a few bad assets slip through is to put a human in front of every single one. That recreates the exact bottleneck generation was supposed to remove. When one person approves everything, that person becomes the slow step, subject to vacations, time zones, and a queue that never empties. The metric that matters is time-to-decision. If approval takes thirty minutes, the workflow is a bottleneck. If it takes thirty seconds, it scales, and you only get to thirty seconds by not sending everything to a human.
The pattern that works in 2026 is risk-based routing. You sort output into tiers and match the review to the stakes, so the human gate fires where the stakes justify it and nowhere else. Practitioner guides on human-in-the-loop systems describe the same move, routing by severity rather than reviewing uniformly. High-stakes items get an immediate synchronous notification, and lower-stakes items batch into a queue someone reviews on a schedule. Uniform review does not scale, so you tier it. The card below shows the three tiers.
Where human judgment is the whole point
There is a deeper reason to reserve the human gate for the high-stakes slice. The things a person catches are the things a rule cannot. Whether a localized ad reads as tone-deaf in its market. Whether a reframed video crops out the one element that mattered. Whether the asset, technically on-brand, still feels wrong for this campaign. That is taste and context, exactly the work you want a human holding.
GATE TWO, ROUTE BY RISK NOT BY VOLUME
Human judgment is scarce. Spend it where a mistake is expensive, not on every routine asset.
Gate three stamps provenance so the asset can prove what it is
Approved is not the same as accountable
An asset can clear the quality bar and get a human sign-off and still leave you exposed, because nothing about it records what it is or how it was made. Gate three closes that. As the asset becomes approved, it gets a provenance stamp, a signed and machine-readable record of who made it, when, and what tools and edits were applied. The open standard for this in 2026 is C2PA, and the stamp it produces is called a Content Credential. The credential travels inside the file and is tamper-evident, so a downstream system, or a person, can read the asset's own account of its origin.
This is where the workflow meets regulation. Under the EU's transparency rules, providers of generative systems must mark synthetic audio, image, video, and text in a machine-readable format from 2 August 2026, and deployers using AI to create deepfakes must disclose it. The text obligation has a narrow carve-out, for AI-generated text published to inform the public on matters of public interest where a person holds editorial responsibility, which is a reminder that human review and provenance are meant to work together rather than one excusing the other. The stamp satisfies the marking requirement at the moment of approval rather than retrofitting it later.
What provenance does not do
It is worth being precise about the limit, because it is easy to oversell. A Content Credential does not detect deepfakes and does not judge whether content is accurate or on-brand. It records the signer's assertion about whether AI was used, and the value of that assertion depends on the signer being honest and on the first two gates having run. Provenance proves the chain of custody. It does not prove the asset is good. That is why the third gate is a stamp at the end, not a substitute for the two in front of it.
Gates decide before publish, logs reconstruct after
This is also where it helps to draw a line teams often blur. These three gates run before you publish and decide whether an asset is allowed through. That is different from the record of what happened, which runs alongside and after. Gate three writes the provenance stamp, and the audit trail then carries that stamp into a tamper-evident history you can replay months later. The Layermetry docs cover the after-the-fact side, how the stamp becomes a record of who authorized what.
The short version: a gate blocks bad output before anyone sees it, a log reconstructs the history once the work is done, and you want both. A flawless log of an asset that should never have shipped does not help you.
Build the gates yourself, or adopt a layer that ships them
What the do-it-yourself path actually costs
You can build all three gates in house, and for some teams that is the right call. The honest accounting is what it takes to keep them running, not just to stand them up. Gate one is a rules engine plus a brand-check model you maintain as the brand evolves. Gate two is a routing system, a review queue, escalation paths, and SLAs that keep it from becoming the bottleneck. Gate three is a C2PA signing and manifest pipeline that tracks the standard as it changes, and it has changed.
Building this gives you total control and no dependency, which genuinely matters if the gates are your differentiator. The cost is that all three are standing infrastructure. Brand rules drift, regulation moves, routing needs tuning, so this is effort you spend forever, not once.
What adopting a layer gives up and gets back
The other path is to adopt a layer that runs the gates at the edit boundary, so the approval logic lives where the edit happens rather than being bolted on after. You give up some control over the internals and take on a dependency, a real cost worth naming. What you get back is that the quality checks, the routing hooks, the provenance signing, and the regulatory marking are maintained for you, and wired into the editing surface instead of stitched across three systems. Layermetry is one such layer, and it ships native tooling while letting you bring your own checks alongside it, so the routing rules and brand thresholds stay yours even though the plumbing is not.
The decision is the usual one. Build when the gates are your edge, adopt when you would rather spend your effort on the content and let the approval infrastructure be someone else's standing cost.
BUILD VERSUS ADOPT, THE HONEST TRADE
Build the gates yourself
Wins on total control and no dependency. Costs you three pieces of standing infrastructure that drift with your brand and the regulation.
Adopt a layer
Wins on speed and lower maintenance, gates wired into the edit boundary. Costs you a dependency and some control over the internals.
No universal answer. Build when the gates are your edge, adopt when the content is.
The gates are the difference between output and an asset
A model gives you output. A workflow with these three gates gives you an asset you can publish without flinching. Gate one keeps off-brand work away from human eyes, gate two puts human judgment exactly where the stakes justify it, and gate three lets the asset prove what it is. Skip them and you have not removed the work, you have moved it past the point where it is cheap to fix.
Whether you build the approval layer or adopt one, the shape of the decision is the same. Decide where your effort is best spent, on the content or on the infrastructure that approves it, and put the gates somewhere they run on every asset rather than the ones you remember to check. To see how the gates attach to the edit step itself, the Layermetry docs walk through where each one lives.
FAQ
What is the difference between an approval gate and an audit trail for AI media?
An approval gate runs before you publish and decides whether an asset is allowed through. It checks quality and brand, routes the risky cases to a human, and stamps provenance. An audit trail runs alongside and after, and records what happened so you can prove it later. One blocks bad output before anyone sees it, the other reconstructs the history once the work is done. You want both, and they are not substitutes. A perfect log of a brand-damaging asset that already shipped does not help you, and a gate that blocks the asset but records nothing leaves you unable to answer who approved what.
Do I need a human to approve every AI-generated asset before publishing?
No, and trying to is the fastest way to recreate the bottleneck AI was supposed to remove. The practical pattern in 2026 is risk-based routing. Low-risk, on-template work clears the automated quality and brand gate and proceeds. Medium-risk work is logged for asynchronous spot review. Only high-risk output, anything customer-facing, regulated, or off-template, is queued for synchronous human sign-off before it ships. The goal is to spend scarce human judgment where a mistake is expensive, not on every routine crop and caption.
Does adding a Content Credential prove my AI media is authentic?
Not on its own. A C2PA Content Credential is a signed, machine-readable record of who made an asset, when, and what tools and edits were applied. It travels with the file and is tamper-evident. What it does not do is detect deepfakes or judge whether the content is accurate or on-brand. It records the signer's assertion about whether AI was used, and the value of that assertion depends on the signer being honest and on the quality and human gates that ran before it. Provenance is the third gate, not a replacement for the first two.