Terms  /  Human-Agent Relationship  /  Agent Transparency
07 · Human-Agent Relationship

Agent Transparency

The user can see what the agent did, why, and what it changed — at any time.

Agent Transparency is the behavioral manifestation of System Transparency at the relationship level. It means the agent doesn't just produce results — it shows its work, explains its decisions, and makes its actions visible to the user without being asked. This isn't about the user demanding accountability; it's about the system offering it by default. Agent Transparency prevents surprises, builds trust through evidence, and enables the user to learn from the agent's process.

Example
An agent completes a task and its activity log shows: "Read 3 files (auth.ts, middleware.ts, types.ts). Modified auth.ts: changed password hashing from MD5 to bcrypt (security improvement). Did not modify middleware.ts (no changes needed). Created new file: auth.test.ts (5 test cases). Ran tests: 5/5 passing. Decision log: considered argon2 vs bcrypt, chose bcrypt for broader library support." The user didn't ask for this transparency — the system provides it automatically.

More in Human-Agent Relationship