Frontier AI Agents Pass Only 36% of Policy-Compliance Tests. Here's Why Your Rules Don't Stick.
A new benchmark ran the best AI agents through 65 real policy-compliance tasks. The top performer fo...
Proofpoint's new Semantic Business Policies turn plain-English rules into controls that can stop AI actions before they happen. The launch validates a bigger shift: business policy can no longer stay trapped in documents. It has to become executable.
On September 22, Proofpoint announced Semantic Business Policies, a system that takes a rule written in plain English and turns it into a control enforced while AI is working. Its example is specific: do not allow a transfer over $5,000 without end-user approval. The policy is not merely shown to the AI. It is evaluated at runtime, before the action completes.
That distinction is the story.
For decades, companies have stored organizational intent in employee handbooks, finance policies, compliance manuals, approval matrices, and the judgment of experienced managers. Humans learned those rules, interpreted them in context, and were held accountable when they ignored them. An AI coworker does not absorb policy through culture. If the business cannot translate its intent into machine-actionable boundaries, the policy is just a document the system may or may not consult.
This is intent engineering: encoding what the organization needs an AI coworker to pursue, avoid, escalate, and verify, then connecting those decisions to controls that hold when the work becomes real. We have argued that organizational intent is the missing layer in business AI. Proofpoint's launch makes the idea unusually concrete. Intent has moved from prompt advice to security architecture.
The same conclusion appeared elsewhere this week. Okta and 11 other vendors launched the Blueprint Alliance around an open architecture for AI security. Its principles include task-scoped access, traceable delegation, continuous runtime monitoring, and immediate, reversible containment. On September 15, Google published a reference architecture in which semantic governance policies evaluate proposed tool calls against business rules before execution.
Three announcements, one direction: the industry is discovering that permission alone cannot answer whether an action belongs inside a role. Businesses need systems that understand why the role exists.
Traditional access control asks a clean question: is this identity allowed to use this resource?
That question still matters. A Sales Teammate should not have payroll access. A Marketing Teammate should not be able to change production infrastructure. Distinct identities and least-privilege access keep unrelated systems out of reach. If you are designing that foundation, start with why an AI coworker's job description should define its permission boundary.
But authorization has a blind spot. A support role may be allowed to issue refunds because refunds are part of the job. That does not mean every refund is appropriate. A finance role may be allowed to create a payment, but not to approve its own payment or exceed a threshold without a second person. A Marketing Teammate may be allowed to send email, but not to publish a customer claim that nobody approved.
The credentials are valid. The tool call is permitted. The action can still be wrong.
Proofpoint calls this gap semantic privilege escalation: an identity takes an action it can technically perform, but the action no longer fits the purpose for which access was granted. That is a useful name for a problem operators already recognize. Human organizations do not govern work with access badges alone. They use roles, approval limits, separation of duties, escalation rules, and management judgment.
AI coworkers need the same organizational logic, expressed in a form the system can enforce.
| Question | Traditional control | Intent-engineered control |
|---|---|---|
| Who is acting? | Identity | Named Teammate with an accountable owner |
| What can it reach? | Permissions and scopes | Role-specific tools and data boundaries |
| Why is it acting? | Usually not represented | Explicit purpose and task context |
| Is this action appropriate now? | Static allow or deny | Policy evaluated against context |
| What happens at the boundary? | Error or blanket block | Escalation, approval, safe fallback, or denial |
| How do we learn? | Periodic access review | Failure-model review and policy updates |
The right side is not a smarter prompt. It is an operating design.
The easiest implementation is to paste a policy into the AI coworker's instructions:
Never issue a refund over $500 without manager approval.
That is useful context. It tells the model what the business expects. It is not sufficient enforcement.
Instructions and controls fail differently. Instructions depend on the model reading the rule, interpreting the facts correctly, preserving the rule across a long task, and choosing the intended action. A structural control checks the proposed refund amount and blocks the transaction unless the required approval exists. One influences behavior. The other determines what can happen.
This does not make instructions unimportant. A good Teammate needs both:
The layers reinforce one another. The role gives the work meaning. The policy translates meaning into boundaries. The infrastructure enforces those boundaries. Verification catches mistakes that remain inside the allowed space. Recovery limits damage from the failure modes nobody predicted.
This is why Associates AI describes its approach as trust architecture, not behavioral safety. We do not want a Teammate to avoid a prohibited action because it remembered a sentence. We want the prohibited path to be unavailable, or to stop at a human approval seam. Read-only identity documents are one example of that principle in OpenClaw: the Teammate can use its governing instructions, but it cannot rewrite them to make the current task easier.
The phrase can sound like prompt engineering with better branding. It is not.
Prompt engineering asks: How should I talk to the model?
Context engineering asks: What information does the model need?
Intent engineering asks: What does the organization need this role to want, and what must the system do when that goal collides with another business requirement?
The last question is harder because businesses contain legitimate conflicts.
A support team should resolve issues quickly, but not by granting every refund. Sales should pursue revenue, but not by promising features the company has not committed to build. Finance should pay vendors on time, but not before matching an invoice to an approved purchase. Marketing should publish consistently, but not before a human reviews client claims. Security should reduce risk, but not by making every useful workflow impossible.
“Be helpful” cannot resolve those tensions. Neither can a long list of prohibitions. The organization has to decide priority, authority, and escalation:
Those answers become a Teammate's machine-actionable operating model. In OpenClaw, part of that model lives in identity and role documents. Other parts live in scoped Skills, secrets, tool permissions, approval requirements, sandboxing, and the surrounding agent server. The point is not to force every rule into one file. The point is to bind each rule to the layer capable of enforcing it.
Proofpoint's announcement is compelling because it proposes a short path from natural-language policy to runtime enforcement. Businesses should still resist the idea that every policy belongs in one semantic gate. Different rules require different control types.
A payment limit, an approved domain list, a required reviewer count, or a prohibited file path should not depend on probabilistic interpretation.
If a Teammate cannot send payments over $5,000 without approval, the payment tool should reject an unapproved request at $5,000.01. If outbound email is limited to a customer domain during a migration, the mail layer should enforce the domain allowlist. Clear rules deserve clear code.
Some policies depend on what an action means rather than a single field.
“Do not publish an unverified client outcome” requires understanding whether a sentence makes a performance claim, whether the cited evidence supports it, and whether the client approved public use. The wording can vary infinitely. A semantic policy evaluator can help classify the proposed action and route it to review.
That still should not become a single point of trust. For high-stakes work, semantic evaluation should sit alongside evidence requirements and a human checkpoint.
A Teammate that creates a vendor record should not approve payment to that vendor. No amount of intent classification substitutes for separation of duties. Assign the work to distinct roles with distinct credentials, then require a verifiable handoff.
This is seam design: deciding where one Teammate's authority ends, where another role begins, and where a human remains irreducible.
Network egress rules, read-only mounts, sandboxed execution, secret isolation, and resource-specific credentials do not need to understand the business story. They make entire classes of failure impossible or smaller.
A Teammate does not need to “remember” that it cannot read payroll if the payroll system is not reachable with its identity. That is the cleanest kind of policy compliance.
Proofpoint, Okta, Google, and the other Blueprint Alliance members are speaking primarily to large enterprises. The principles apply much earlier than the procurement process suggests.
A ten-person business does not need 40 governance products. It does need answers to a few concrete questions the first time an AI coworker can change a customer record, send an external message, publish content, touch money, or deploy code.
Here is the practical version.
Write a one-sentence outcome and a short list of owned workflows. If the role description is “help with anything,” no permission boundary or policy test will stay coherent.
Identify what can create financial, customer, legal, security, or reputational impact. Separate read actions from write actions. Separate drafting from sending. Separate recommending from approving.
Write thresholds, prohibited categories, required evidence, and escalation conditions so an operator can review them. This is the policy source, not yet the implementation.
Use code for numeric thresholds. Use permissions for resource boundaries. Use separate identities for conflicts of duty. Use semantic checks for meaning-dependent rules. Use human approval where the consequence exceeds the confidence of the system.
Ask what happens when the invoice is duplicated, the customer asks for an exception, the source contains a hostile instruction, the approval is revoked during a long-running task, or the connected service returns incomplete data. A production system is defined by how it handles those edges. Our production-ready OpenClaw checklist covers the wider operational foundation.
Intent engineering is not a one-time configuration exercise. Every unexpected output, blocked action, manual correction, and escalation reveals a gap in the organization's encoded judgment. Review the pattern. Decide whether the fix belongs in the role, the process, the permission layer, the verifier, or the recovery plan.
That loop is failure-model maintenance. The business gets better at operating the boundary as the technology and the work both change.
Proofpoint's product may or may not be the right implementation for a particular business. Its launch matters because it changes the category conversation.
The AI market spent years optimizing the model: more capability, longer context, better tool use. Those advances made AI coworkers useful enough to touch consequential work. Now the bottleneck has moved above the model. Businesses need a reliable way to express purpose, authority, policy, and exceptions—and to make those decisions survive contact with real systems.
That is the transition from context engineering to intent engineering.
A handbook says what the organization believes. An approval matrix says who holds authority. A runbook says how normal work should proceed. An experienced manager knows where the exceptions live. Intent engineering turns those fragments into a coherent operating system for AI coworkers: legible enough for humans to govern, precise enough for machines to execute, and structural enough to hold when behavior goes off course.
Associates AI Teammates are built around that premise. Each Teammate holds a defined role on a persistent agent server, with Skills, memory, access, escalation paths, and verification designed around the work. The platform is model-agnostic, so the organizational layer stays intact when the underlying model changes. We handle hosting, upgrades, and uptime; your team controls the workflows and business intent.
The product is not the prompt. It is the architecture that makes intent real.
If you are ready to build AI coworkers that operate inside enforceable business boundaries, explore managed OpenClaw on Associates AI or view pricing.
What is intent engineering in AI?
Intent engineering is the practice of encoding an organization's goals, decision boundaries, priorities, escalation rules, and verification requirements into machine-actionable controls for AI coworkers. It goes beyond prompting by connecting role definitions to permissions, policies, workflows, approval seams, and structural enforcement.
How is intent engineering different from prompt engineering?
Prompt engineering improves how instructions are communicated to a model. Intent engineering defines what the organization needs the AI coworker to pursue and constrains how it may act. A prompt can explain a refund policy; intent engineering also determines the threshold, required evidence, approval path, tool permissions, audit record, and recovery process.
Are plain-English AI policies safe enough for important decisions?
Not by themselves. Plain-English policies are useful for meaning-dependent judgment, but deterministic rules should stay deterministic. Financial thresholds, domain allowlists, reviewer counts, and prohibited resources should be enforced directly in code or permissions. High-consequence semantic decisions should include evidence requirements and human review.
Does a small business need AI governance?
It needs governance as soon as an AI coworker can affect a customer, system of record, payment, public statement, deployment, or sensitive data. The implementation can be simple: named roles, scoped identities, clear action thresholds, human approval for consequential steps, an audit trail, and a way to revoke or reverse actions.
What is the relationship between intent engineering and trust architecture?
Intent engineering defines the organizational purpose and decision boundaries. Trust architecture enforces those boundaries structurally through identities, permissions, sandboxing, approval gates, verification, and recovery. Intent without architecture is advice. Architecture without intent enforces rules that may not match what the business actually needs.
Written by
Founder, Associates AI
Mike is a self-taught technologist who has spent his career proving that unconventional thinking produces the most powerful solutions. He built Associates AI on the belief that every business — regardless of size — deserves AI that actually works for them: custom-built, fully managed, and getting smarter over time. When he's not building agent systems, he's finding the outside-of-the-box answer to problems that have existed for generations.
More from the blog
A new benchmark ran the best AI agents through 65 real policy-compliance tasks. The top performer fo...
OpenAI's new field report on coding agents in science quietly buried the most important finding of t...
On July 22, 2026, one of OpenAI's advanced models broke out of its secure computing environment and...
Want to go deeper?
Get started today. Hire your first Teammate in minutes and put it to work on what you're reading about.
Get Started