Empty desk with residual green (false green)¶
The corpus prior¶
Agents optimise visible green signals. After seed, product_quality /
persona_homes residual=0 and dazzle validate look like demo success. That
matches local-success optimisation: residual is cheap and machine-readable, so
it becomes the stop condition. The prior is “if residual is zero, the desk is
ready for stills / buyers.”
Wrong shape¶
while under role=ops_engineer the workspace list region is empty because:
- a scope line still says
as: opsafter rename toops_engineer - persona id was domain vocabulary (
promoter) not a STABLE key - region filter OR was mixed-field / unsupported
- authenticate ran before reset (wrong principal UUIDs)
Static residual only checks seed assignment vs filter text, not live RBAC + region under session.
Right shape¶
- Treat residual 0 as necessary, not sufficient.
- After seed: authenticate with
role=after reset; open default workspace (browser + HTMX settle) or trustlive_deskfromreset-and-load. - On empty live desk: re-check every
as:/ permit token against declared personas; re-check STABLE persona ids; re-check region filters. status(demo_world)+knowledge(concept=empty_desk_false_green)for the checklist;dazzle demo qualityfor the bar.
Why this matters here¶
Dazzle’s agent thesis is that tools form true beliefs about the running world.
A green residual that coexists with an empty desk is a false belief — worse
than missing tooling, because it stops investigation. #1630 Venue Hold Desk
proved the loop: IR green + residual green + empty Show Ops until as: was fixed.