self.md radar — 2026-06-25
agents looked most useful today when someone put a hard condition in their path.
the thread is not “more autonomy.” it is autonomy with a tripwire: prescribing only with escalation, remembering only through transition checks, persuading only when retrieval stops leaking vibes into strategy. the agent gets to act, but the control surface has to sit inside the workflow, not in a postmortem.
1. the prescription bot met the veto
sources:
what happened: The Clinician’s Veto paper argues that autonomous prescribing is already moving from advisory talk into policy-shaped action. it cites H.R. 238 and Utah’s prescription-renewal pilot as examples of AI being authorized to prescribe medications in an agentic capacity, then tests the control problem with a survey of 136 U.S. prescribing clinicians.
The clinicians did not ask for a prettier average score. the paper says they would not permit autonomous prescribing without calibrated confidence-based escalation, preferred a competing-options summary when uncertainty came from real clinical ambiguity, shifted toward abstention when the model was simply ignorant, and accepted extra liability only when the system exposed enough inference to support a judgment.
why this matters: Medical agents make the old “human in the loop” phrase painfully literal. if a personal AI touches health, money, immigration, or law, the product question is not whether the model can answer; it is when the system must stop, name its uncertainty, and hand the next move to someone who can carry the blame.
2. memory got graded at the write boundary
sources:
what happened: TrustMem goes after the nastier memory bug: not that an agent forgets, but that it writes a believable lie into long-term state. the paper treats generated write, revise, and delete operations as transition points where an agent can omit important facts, corrupt old memory, or store hallucinated content that then poisons future runs.
Its fix is a Memory Transition Verifier that scores coverage, preservation, and faithfulness, then uses preference pairs and reinforcement learning to improve the updater. the reported numbers are the useful part: +12.14 F1 on HaluMem memory extraction, plus transition-level reductions of 40.1% for omission, 79.1% for corruption, and 50.0% for hallucination against the strongest baseline for each error type. the adjacent Tenure note makes the same operator point from the field: memory benchmarks need the asterisk, cost, latency, and harness details attached.
why this matters: A personal AI OS cannot treat memory as a cute recall feature. every memory write is a state migration, and state migrations need diffs, verifiers, provenance, and a way back when the assistant confidently remembers the wrong life.
3. persuasion agents found the leak in retrieval
sources:
what happened: The agentic persuasion paper names a failure mode that matters outside persuasion labs: standard semantic RAG can pull in topical overlap that contaminates the reasoning path. in their setting, that leakage triggers problem drift and sycophantic conformity, especially in subjective multi-step tasks where there is no clean math answer to snap the agent back into place.
Their intervention, Taxonomic Strategy RAG, routes strategy through a discrete categorical bottleneck so the agent transfers argumentative structure without dragging the source topic along with it. the paper reports cross-domain gains, lightweight persuaders beating stronger opponents more consistently, and win rates moving from 70.5 to 78.5, with turn-by-turn Debate State Representation traces used to catch collapse.
why this matters: Retrieval is not neutral plumbing once the task touches preference, politics, sales, care, or conflict. the context layer is already steering behavior, so it needs the same suspicion we give prompts, tools, and memory.
supporting links
- DESIGN.md — a Google Labs format for giving coding agents visual identity as YAML tokens plus prose, with a linter that checks token references and contrast.
- Google Workspace CLI — a Rust CLI that builds its command surface from Google’s Discovery Service and ships 40+ agent skills for Drive, Gmail, Calendar, Docs, Sheets, Chat, and Admin.
- SmolFS — durable workspace folders for agents, with mount, flush, status, unmount, and S3-compatible cloud volumes for jobs that outlive one process.
- Graphenium — MCP-native repo memory that turns a codebase into a queryable graph and claims ~20 ms answers for architecture questions without rereading files.
- Unlimited-OCR — Baidu’s long-horizon OCR release uses constant-KV parsing so document ingestion does not slow down just because the page stack gets long.
left on the table
- Anthropic/Alibaba had a huge thread, but Reuters was CAPTCHA-blocked here and HN comments are not enough proof for a main signal.
- GLM-5.2 stayed out because the open-agent model economics were real, but today’s stronger story was control inside workflows, not another capability threshold.
- DESIGN.md stayed supporting because Google’s Markdown knowledge-file move already took a main slot this month; this is a different object layer, not a different thesis.
- GitHub code-dump panic stayed out because it leans on borrowed metrics and promotional framing, while review receipts and code-quality choke points were covered recently.
Related self.md routes
- Personal AI OS tools — the control-plane map for personal agents, receipts, memory, and tools
- AI coding assistants — compare coding workbenches by review surface, permissions, cost, logs, and escape hatches
- Best Claude Code plugins — choose the Claude-specific extensions worth installing, and the ones to skip