4Gentic Research · Trust Protocol

Autonomy is not a switch.

Negotiated Autonomy is a protocol where AI agents and humans collaboratively define, execute, and evolve the boundary of autonomous action.

The agent proposes. The human adjusts. The system learns. The boundary lives.

 

Originated by Jeh Kazimi, Founder, 4Gentic Whitepaper v1.0 — April 2026 Canonical statement — July 2026

The idea

Humans never treat autonomy as binary. Why do we build AI that way?

Children gain autonomy in small increments. Teenagers renegotiate it constantly. Adults operate with broad discretion — inside webs of obligation to family, teams, and institutions. Across the whole arc, autonomy expands, shrinks, shifts, and is sometimes renegotiated from scratch.

Yet the AI industry still talks about agent autonomy as a toggle. The human is in the loop, or out. The system is a tool, or it's autonomous. We trust it, or we don't.

The real question is never "is this AI autonomous?" It is: what kind of autonomy, in this domain, under what constraints, with what consequences if it gets things wrong?

Negotiated Autonomy is our answer to that question — as an architecture, not an aspiration.

The problem

Every high-stakes deployment picks one of three failure modes.

Agentic AI is moving into domains where consequences are irreversible — clinical workflows, financial operations, housing decisions, education, mental health support. Every deployment we've studied ends up choosing between:

Dangerous autonomy

The agent acts without sufficient judgment. In high-stakes work, a wrong autonomous action can't be corrected after the fact — the damage is done before anyone notices.

Nagging escalation

The agent asks about everything. The human develops escalation fatigue and starts rubber-stamping. You get the overhead of oversight with none of the substance.

Hard-coded rules

An exhaustive decision tree that is brittle on day one, wrong the moment it meets a scenario its author didn't anticipate, and a full-time job to maintain.

!

The common flaw: all three treat the boundary between agent autonomy and human oversight as something you configure once. In reality that boundary is dynamic — it should differ by context, by account, by relationship, and evolve with demonstrated competence and changing conditions.

The stance

Negotiated — not assigned, granted, or awarded from above.

The industry's autonomy frameworks — maturity levels, governance toolkits, five-level classifications — share a structural limitation: they are top-down. The organisation defines the levels, sets the gates, and decides when to promote the agent. The agent is graded, but it never participates in defining its own operating boundary.

That's like managing an employee by job description alone, without ever asking what they think they can handle. It discards the most valuable signal available: the agent's own assessment of where its judgment is reliable — and where it is not.

In Negotiated Autonomy, the agent is an active proposer with a voice in scoping its own boundary — not a passive subject being graded until it is promoted.

The protocol

Six phases. One living boundary.

Goal ingestion

The agent reads a human-authored Goal File: the desired outcome in plain, declarative language. What good looks like — not instructions, not procedures.

Scenario simulation

The agent decomposes the goal into decision scenarios where trade-offs exist, roleplays both sides, and honestly assesses whether it had the context and judgment to make the right call.

Contract proposal

The agent proposes a Trust Contract: "Here's what I'm confident handling autonomously. Here's where I'd check with you. And here's what I don't understand yet" — with its reasoning shown.

Human review & negotiation

The human adjusts: widen this boundary, your reasoning was solid; tighten that one, there are considerations you can't see. A genuine negotiation, in both directions.

Live operation

Every candidate action is checked against the contract — act, act-and-flag, or escalate. Corrections and confirmations accumulate as amendments. Evidence rewrites the contract, not single corrections.

Drift & renegotiation

When amendment patterns shift, the protocol distinguishes trust drift from goal drift, re-simulates against reality, and proposes a revised contract. Trust in unaffected areas is preserved.

The lifecycle is a circle, not a pipeline — renegotiated on evidence, not on schedule.

Feedback dynamics

Three loops, three speeds.

High-stakes agents run for weeks and months while the world shifts around them. A static autonomy classification — however well-calibrated at launch — degrades over time. So the protocol runs three nested feedback loops, each feeding the one above it.

FAST LOOP contract check on every action seconds → minutes MEDIUM LOOP · AMENDMENTS & DRIFT · DAYS → WEEKS SLOW LOOP · REASSESS & RENEGOTIATE · WEEKS → MONTHS

Fast

Seconds → minutes

A contract check before each action decides: act, flag, or escalate — based on current contract terms.

Medium

Days → weeks

Amendment capture from corrections and confirmations evolves trust boundaries on demonstrated outcomes.

Slow

Weeks → months, or on drift

Goal reassessment triggered by amendment patterns detects environmental change and re-simulates the contract.

Inside the runtime

A small set of components, each with one job.

The centrepiece

Trust Contract

A structured, machine-readable map of the agent's competence — not a permissions list. Each entry carries a decision category, scope, a confidence score that moves with evidence, an action policy (act, act-and-flag, or escalate), and the provenance of the boundary. It also governs inquiry — how much the agent may investigate before deciding, and which questions are off-limits regardless of how useful the answers would be. Proposed by the agent, negotiated with the human, amended through operation, re-generated when goals shift.

Onboarding & renegotiation

Scenario Simulator

Works backwards from the Goal File to find decision points where objectives collide, then has the agent roleplay both sides and self-assess. Over time it grounds scenarios in actual operational history, not hypotheticals.

Every decision, sub-second

Escalation Interceptor

Middleware in the critical path of every decision. Validates autonomous actions against the contract, upgrades grey-zone actions, and checks whether an escalation has already been answered before interrupting a human. Runs locally — no network round-trip in the decision loop.

Supporting memory

Resolution Store

A local, persistent record of every escalation and its resolution. Prevents asking the same question twice; high-reuse resolutions become candidates for promotion into the contract. Decision data never leaves the deployment environment.

Watching the patterns

Drift Detector

Distinguishes trust drift (miscalibrated competence boundary) from goal drift (the world changed). Incremental amendments are normal learning; concentrated spikes trigger a scoped re-simulation. Trust in unaffected areas is preserved.

Keeping trust auditable

Verification Sampler

Routes a small, configurable sample of pre-approved autonomous actions — 2% by default — back to the human as verification probes. An independent confirm/disconfirm stream that keeps drift signal alive in even the most trusted categories.

See it in action

Watch a Trust Contract live a hundred days.

The full protocol, running.

An interactive walkthrough of the reference runtime over a simulated 100-day horizon:

  • A Trust Contract is proposed and negotiated
  • Escalations drop as the boundary calibrates
  • A drift blip surfaces — verification probes catch it
  • The contract renegotiates; escalations settle again
Explore the interactive walkthrough →

The technical paper

Read the full specification.

The formal technical paper sets out the complete protocol: the trilemma, the six phases, the three-loop architecture, and the full runtime specification — including the analysis that motivated the Verification Sampler.

We're publishing it to invite criticism, replication, and pressure-testing. If you can break the reasoning, we want to hear about it.

Negotiated Autonomy: A Trust Protocol for High-Stakes Agentic AI Systems

4Gentic · 2026 · PDF

We'll email you a personal download link and only use your details to share the paper and occasional updates on the protocol. Privacy policy.

Check your inbox.

Your personal download link is on its way to the address you gave us. Nothing after a few minutes? Check spam — or write to contact@4gentic.ai.

Intellectual honesty

What we are not claiming.

Negotiated Autonomy today is a specified protocol and a reference runtime — not a completed industry standard. The fast loop is exercised in our prototype; the medium and slow loops are specified and wired into the runtime, but their empirical validation at production scale is ongoing work. The walkthrough uses modelled data, not measured production data.

We are publishing the framework precisely to invite criticism, replication, and pressure-testing. Criticism is more valuable to us than praise.

Pressure-test this idea →

Provenance

Negotiated Autonomy was originated by Jeh Kazimi at 4Gentic — the Trust Contract, Scenario Simulator, Escalation Interceptor, Resolution Store, and three-loop architecture were first set out in a 4Gentic whitepaper in April 2026, and he later added the Verification Sampler during prototype development. A formal technical paper is in preparation: Juan Aguilar Guisado contributed substantially to its formalization, literature positioning, technical writing, and refinement, and Andres Jimenez Ramirez served as an internal guide and critic throughout development. The broader 4Gentic team contributed by testing the practical implications across the company's ventures.