Urgent.News

What's breaking now, across thousands of outlets.

Tech

Your agent run passed. Can you prove it was allowed?

Short version: Most agent teams can show a run. Few can show, in one re-runnable command, whether that run was allowed under a policy. I added a policy-as-code audit to agent-lab-trust : it checks cost and call caps, the declared artifact contract, and forbidden markers, then emits a canonical audit_hash . On 13 archived runs, the default contract passed 0/13 and a declared GenMentor contract…

Short version: Most agent teams can show a run, but few can prove whether that run was allowed under a policy. A new policy-as-code audit feature in agent-lab-trust addresses this gap. The audit checks cost and call caps, the declared artifact contract, and forbidden markers, then emits a canonical audit_hash. The audit was run on 13 archived GenMentor runs, with the default contract passing 0/13 and the declared GenMentor contract passing 13/13.

The data remained unchanged, but the contract did. The audit highlights the importance of explicitly declaring the contract, caps, and markers in the policy. The demonstration runs 13 archived GenMentor runs, with the trust-layer default contract failing and the declared GenMentor contract passing. The audit is designed to be unobtrusive, but it reveals that an audit without a specified contract is based on a default contract.

The lesson learned is that an audit must clearly state the contract, caps, and markers to avoid ambiguity. The article emphasizes the need for a governance framework that requires clear policy declarations and reproducible audits.

Written by urgent.news from Dev.to's reporting — not their text. Machine-written — may contain errors; check the original before relying on it.

Read the original at dev.to →

More in Tech

Oracle SQL: Pseudo-Columns

1. Overview & Core Concepts Definition: A pseudo-column behaves like a table column, but it is not actually stored on disk in the table.

  • Pseudo-columns behave like regular columns but don't store data physically.
  • ROWID, ROWNUM, NEXTVAL, CURRVAL, COLUMNVALUE, ORAROWSCN, UID, and USER are key pseudo-columns.
  • Pseudo-columns are evaluated after WHERE clause but before ORDER BY and GROUP BY.

From smartphone to sovereign agent:How native on-device intelligence reshapes the personal computing device

Abstract For fifteen years the smartphone has been a window onto intelligence that lives somewhere else. The handset captures a voice command or a photograph, ships it to a hyperscale GPU cluster, and…

  • Native on-device intelligence replaces remote cloud processing in smartphones.
  • Gemma 4 model loaded entirely onto Android phone for private inference service.
  • On-device generation reaches instant-to-human threshold, enabling agentic computing system.

More from Wednesday 23 September →