Constrain before execution
Per-stage tool access, explicit guidance, human authority boundaries, and completion gates limit what the agent can do and what counts as finished.
An agent is easier to govern when it works inside an explicit process. Malleable constrains what each stage can do, requires evidence that work is complete, produces structured records for review, and turns policy failures into visible opportunities to correct the operation.
A standalone agent may have broad instructions and broad tool access, then improvise an entire task inside one context window. That makes it difficult to predict where a policy applies, limit authority precisely, or reconstruct why an action occurred.
Malleable breaks an operation into explicit stages. Each stage has a goal, guidance, permitted tools, completion gates, and defined paths to people or other work. The agent still has room to exercise judgment, but it does so inside boundaries the organization can inspect and change.
No single guardrail carries the whole burden. Malleable combines controls before and during execution with structured review and an improvement loop after the run.
Per-stage tool access, explicit guidance, human authority boundaries, and completion gates limit what the agent can do and what counts as finished.
Stages produce structured outputs and an attributable history of actions, decisions, and handoffs, making review more direct than reconstructing a free-form agent session.
The self-improvement loop can identify behavior that violated policy, surface the mistaken example for correction, and propose a durable change to the operation.
LLM-as-judge stages can review work in a separate context window, reducing the prompt-injection risk of asking the same compromised context to police itself.
Governance becomes an operating loop rather than a document that sits beside the agentic system.
Domain owners and governance teams make policies, permissions, completion criteria, and human decisions explicit in the workflow.
Each stage runs with only its permitted tools and must satisfy its gates before the operation can move forward.
Structured outputs, run history, and independent judge steps make behavior easier to inspect against policy.
Detected failures and mistaken examples feed a reviewable improvement back into the workflow instead of remaining one-off incidents.
Operations involving compliance, evidence, and consequential decisions show why control needs to live at the stage where work occurs.
A governed workflow can gather evidence, apply explicit requirements, record its findings, and route uncertain or consequential cases for human review.
Explore the workflowMalleable can check requested changes against policy, make its evidence visible, and keep approval authority with the appropriate person.
Explore the workflowAgent governance should cover what the system may do, how behavior is reviewed, and how the operation changes after a failure is found.