LabsAI · Research Brief · Runtime Governance

Introducing TARG

Tandem Agent Runtime Guardianship — governance built into the runtime, not written beside it.

August 17, 2026

Agentic systems are usually governed by documents: a policy the agents never read, enforced somewhere the work never passes through. TARG inverts that. It is the guardianship layer inside the runtime — every operation an intelligence attempts passes through the same sequential stages, every decision is recorded, and a refusal is delivered to the intelligence itself as something it can see, say, and steer around. Governance stops being paperwork and becomes architecture.

Labsintelligence · lab1 of Labs Many systems have agents · the Studio has governed agents

The actors first. Tandem Agents are coordinated agents that work alongside one another through complementary roles, shared context and organized handoffs — reasoning, acting and verifying different portions of the same objective. TARG is the structure they operate inside: the runtime that knows what each agent is doing, why, with what permissions, and with what outcome. Spoken, their work arrives as Speech‑to‑Action and Speech‑to‑Orchestration Voice Commands; TARG is what stands between a spoken instruction and its execution.

01Six stages, every operation

The shipped gate evaluates every tool operation in sequence, short-circuiting on the first stage that objects:

Identityis the request coming from who it claims to be — and is anything trying to impersonate the governor?
Contentdoes the payload carry instruction-injection shapes aimed at the runtime itself?
Capabilitydoes this session even have the tool? An entitlement absent is an operation that cannot exist.
Scopeper-session budgets — each tool carries a ration, and the ration runs out before abuse does.
Policydestructive-operation patterns in the arguments themselves are refused regardless of who asks.
Sanitizewhat survives is cleaned before it travels further.

Every stage decision lands in a bounded audit record — the same records the orchestration graph carries as its policy section, and the A2F .orch export serialises.

02Budgets, and the record

Two of the six stages deserve their own paragraph, because they are where guardianship becomes measurable. Scope is a per-session ration: every tool carries a budget, spent call by call, and an exhausted ration refuses further use of that tool for the session — which converts abuse from something detected afterwards into something arithmetically impossible. Policy inspects the operation’s own arguments for destructive patterns, so even an entitled, in-budget request is refused when what it says crosses a line — the authority of the asker never launders the content of the ask.

And every stage decision — pass, flag or block — lands in a bounded audit record. That record is not private telemetry: it is the policy section of the Orchestration Graph, rendered in the Studio’s Work view and serialised into every A2F .orch export. Governance that cannot be inspected afterwards is a promise; governance on the record is a property.

03The block the intelligence can see

The design decision that carries the philosophy: a refusal is never a silent failure. When TARG blocks an operation, the block is returned to the intelligence as the operation’s result — named, explained, and visible — so the model can tell the visitor plainly what happened and offer another path instead of retrying into a wall or, worse, pretending success. Governance the governed can see is the kind that holds; it is the same discipline the truthfulness-weighted verification track of the Interactive Intelligence Benchmark scores from the outside. Safety, on this design, is a property of the architecture rather than a review performed after deployment: the analysis lives in the runtime’s structure, and the record it leaves can be checked while the system runs, not just once it has.

Silent failure is the characteristic failure of agentic systems: an operation quietly refused upstream, an agent that never learns it, and a confident report about work that never happened. Making the refusal part of the conversation removes the gap that fabrication grows in — the intelligence cannot credibly claim what it was just told, in so many words, did not run.

Many systems have agents. Governed agents are the ones you can trust with a surface.

04From gate to constitution

The six stages, the budgets and the audit record run today in LabsAI Studio, on every tool operation of every session — including operations arriving over PAP, which pass the same gate as spoken ones; a protocol is not a side door. The fuller guardianship the name reaches toward — planning tickets, environment-wide state, an agent constitution that makes the principles themselves inspectable — is in research and development at Labsintelligence. The published position is the direction of travel: as agents multiply, governance has to live where the work lives, and the runtime is the only place every operation is guaranteed to pass through.

What the governed work leaves behind is the graph’s story.

Read Introducing the Orchestration Graph

Contributors

Labsintelligence

Contributing authors: Maya E. Davis · Duránd F. Davis Jr.

Tell us what you think, join us

This research is published while the questions are still open, and the systems it describes are live. We would love for you to join us — and please share your thoughts at research@labsintelligence.ai.

Citation

Please cite this work as:

Davis, Maya E., and Davis, Duránd F., Jr., “Introducing TARG.” LabsAI Research Briefs, Labsintelligence — lab1 of Labs Companies, Inc., August 2026.

Or use the BibTeX citation:

@article{labsintelligence2026introducingtarg,
  author  = {Davis, Maya E. and Davis, Duránd F., Jr.},
  title   = {Introducing TARG},
  journal = {LabsAI Research Briefs},
  publisher = {Labsintelligence, lab1 of Labs Companies, Inc.},
  year    = {2026},
  month   = {august},
  url     = {https://labsintelligence.ai/research/labsai/introducing-targ/},
}