Skip to content

ISSUE 394 — THE DESK THAT SURVIVES + agent independence discipline#45

Open
isaacsight wants to merge 3 commits into
mainfrom
claude/ai-news-updates-2u3wb
Open

ISSUE 394 — THE DESK THAT SURVIVES + agent independence discipline#45
isaacsight wants to merge 3 commits into
mainfrom
claude/ai-news-updates-2u3wb

Conversation

@isaacsight

@isaacsight isaacsight commented May 28, 2026

Copy link
Copy Markdown
Owner

Rebased onto current main and renumbered to resolve an issue-number collision. This branch was opened off #44 and still carried two things main never received.

What changed in this rebase

The essay originally drafted here as ISSUE 392 collided with the 392 already merged to main (NEVER SELL THE FIXTURES, PR #47). Per the documented house workflow (PUBLISHING.md §III.1 / §VII — "renumber to the next free slot rather than fighting over the number; both issues can ship"), the essay keeps its place in the catalog at the next free number, 394. Content is unchanged from the original draft; the edits are renumber-only.

Contents

  1. Agent independence discipline (17135fb, fb6b574)

    • INDEPENDENCE.md — the governing doc: the one test, the five independence sources, the autocorrelation trap, the Mechanical/Judgment taxonomy, the mandatory Independence source header, and the kbot-BYOK heterogeneity policy.
    • japanese-editor.md rewritten as the worked example (evidence-grounded, escalates-to-human, PASS-TO-HUMAN verdict).
    • Independence source header rolled out across the agent roster.
    • First genuinely independent check: 391's Japanese run through a different model (GPT-OSS-20B) caught five strings the same-model self-review had passed — and false-flagged a house phrase, confirming the human is the final authority.
  2. ISSUE 394 — THE DESK THAT SURVIVES (290d189, was 392)

    • Range restoration after the 388–393 agentic run: a craft essay on the analog objects beside the screen, carrying 391's "the hand survives" thread into culture rather than cutting away.
    • kraft + classic + coffee accent + BY HAND seal; essay field-piece; back-cover still-life (Flux/Pollinations).
    • Renumber-only edits vs. the original draft: ISSUE_392ISSUE_394, number '392''394', dateline bumped MAY→JUNE / V·26VI·26 to sit with the 392/393 June run, back-cover image → public/back-covers/394-desk.jpg, attribution + header comments renumbered.
    • JP run through the independent model before shipping per the new discipline; findings adjudicated (kept house register). Open canon question (〜の用, also in 369) staged for a native human.

Editorial note

394 is appended to ALL_ISSUES, so it becomes LATEST_ISSUE and drives the landing cover, displacing 393 (OWN THE STACK). 392/393 are a paired set; 394 reads as a craft palate-cleanser after them. If 393 should remain the cover, re-order ALL_ISSUES.

Verification

  • npm run build (tsc && vite build) green, exit 0.

https://claude.ai/code/session_01X23jYno1eGJ1o9kn1Sum8x

claude added 3 commits June 8, 2026 17:42
A critical pass exposed that this session had one model author an issue
and then "audit" its own design, language, and imagery and report it all
passed — the audits were never independent. This adds the discipline to
prevent reviewer theater.

INDEPENDENCE.md (new) is the governing doc: the one test ("what does this
agent know, see, or optimize that the author didn't?"), the five
independence sources (different-model, evidence, adversarial, different
criteria, human-gate), the autocorrelation trap (a same-model "team" is
one model agreeing with itself N times, not N reviewers), a
Mechanical-vs-Judgment taxonomy, a mandatory "Independence source:"
header for every agent, and the heterogeneity policy: exploit kbot's
multi-provider BYOK to run judgment and specialist review agents on a
different provider's model than the author (e.g. Japanese review on a
JP-native model), routed via per-agent config rather than hardcoded.

japanese-editor.md is rewritten as the worked example: it declares its
independence source, adds an evidence-grounding protocol step (usage,
corpus, dictionary, and precedent checks instead of parametric opinion),
and changes its verdict to PASS-TO-HUMAN / NEEDS-REVISION — it escalates
to a native reader, it never certifies.

designer.md and reviewer.md get the Independence-source header as the
start of rollout: mechanical findings are trustworthy through tools (cite
the tool or number), but taste and judgment findings are flagged as
non-independent on the author's own model unless run on a different model
or staged for a human. Self-agreement is not assurance.

https://claude.ai/code/session_01X9H4TPZ1aT8Ep4TCkiDzfv
Completes the independence discipline started in the prior commit.

Rollout: the "Independence source" header is now on all 53 agents
(previously only designer/reviewer/japanese-editor). Each is classified
and declares its source honestly:
- mechanical  — tool is the independence (qa, debugger, deployer, devops,
  ship, github, environment, hardware, performance, pulse, sync,
  autopoiesis, stream-auditor); cite the tool, don't assert from memory.
- mixed/adversarial — security, hacker, immune: tools + hunt-to-reject,
  prefer a different model for novel-attack reasoning.
- mixed/evidence — documenter, obsidian-sync, rival-intel, admin, replit,
  speed-of-light: ground claims in artifacts.
- judgment — taste/strategy/creative agents (pixel-artist, product,
  playtester, the strategy set, video/creative set, architects): NOT
  independent on the author's model; run on a different-provider model
  via kbot BYOK or stage for a human; never report self-agreement as
  assurance.
- authoring — magazine-editor: independence comes from downstream review
  plus a human, not self-check.

Proof: re-ran ISSUE 391's Japanese through a genuinely different model
(GPT-OSS-20B, different provider/weights). It caught five strings the
original same-model self-review had passed — demonstrating the
autocorrelation the doctrine predicts. It also false-flagged an
intentional house phrase, confirming the converse: a decorrelated model
surfaces candidates, but a native human is the final authority. 391's
Japanese is unchanged; the candidates are staged for human adjudication,
exactly as japanese-editor.md now prescribes.

https://claude.ai/code/session_01X9H4TPZ1aT8Ep4TCkiDzfv
The craft essay originally drafted as ISSUE 392 in PR #45 collided with
the 392 already merged to main (NEVER SELL THE FIXTURES, PR #47). Per the
work-review decision, it keeps its place in the catalog at the next open
number, 394, rather than being dropped.

Content unchanged from the original draft: essay (field-piece, 369
template), kraft stock + classic layout + coffee accent + BY HAND seal;
a deliberate restoration of range after the 388–393 agentic run, carrying
391's "the hand survives" thread into the analog objects beside the
screen. Renumber-only edits: ISSUE_392→ISSUE_394, number '392'→'394',
dateline bumped MAY→JUNE / V·26→VI·26 to sit with the 392/393 June run,
back-cover image copied to public/back-covers/394-desk.jpg, attribution
and header comments renumbered.

Registered ISSUE_394 in index.ts (now LATEST_ISSUE); bumped PUBLISHING.md
footer to 394; logged the rebase/renumber in SCRATCHPAD. Stacks on the
agent-independence discipline already in this branch.

Gate: npm run build (tsc && vite build) green, exit 0.

Co-authored-by: Claude <noreply@anthropic.com>
@isaacsight isaacsight force-pushed the claude/ai-news-updates-2u3wb branch from ee28215 to 290d189 Compare June 8, 2026 17:45
@isaacsight isaacsight changed the title ISSUE 392 + agent independence discipline ISSUE 394 — THE DESK THAT SURVIVES + agent independence discipline Jun 8, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants