self.md radar — 2026-06-26
agents did not need a bigger mystique today. they needed someone, or something, close enough to the work to say what counts.
that showed up in three places: Anthropic’s Claude Code data says domain experts get more out of the agent, OpenKnowledge turns markdown into a room where agents can actually work, and two fresh papers push verification down into actions, logs, and rewards that have to keep changing.
1. expertise stayed in the driver’s seat
sources:
what happened: Anthropic published a privacy-preserving analysis of roughly 400,000 Claude Code sessions from about 235,000 people between October 2025 and April 2026. the clean split is almost too neat: humans made most of the planning decisions, while Claude made most of the execution decisions.
The useful part is who did well. Anthropic says people with more domain expertise got more work out of Claude per instruction, and on coding tasks, major occupations succeeded at nearly the same rate as software engineers on average. over the seven months studied, debugging took up nearly half as much session share, more work moved into deploying, running code, analysis, and documents, and the estimated value of the typical task rose about 25%.
why this matters: The agent does not erase the need to understand the job. it moves the scarce thing upstream: knowing what to ask for, what failure smells like, and when “passed tests” is still not done.
2. the wiki became the workbench
sources:
what happened: OpenKnowledge landed on HN as a local-first markdown editor and LLM wiki, pitched as an AI-first alternative to Obsidian and Notion. the product shape is telling: WYSIWYG editing for plain markdown files, plus direct work with Claude, Codex, Cursor, and other harnesses through MCP and CLI paths.
The repo says ok init can scaffold a project and wire up Claude Code, Cursor, and Codex. the product page adds the rest of the operator bait: agent skills, native MCP, agentic search with embeddings and hierarchical RAG, git-backed sync, and shared docs that humans and agents edit in the same file system instead of losing state in a thread.
why this matters: A second brain that agents can read and write is not just nicer notes. it is a softer version of infrastructure: memory, specs, ownership, and review history living where both the human and the worker can touch them.
3. verification stopped being a checkbox
sources:
what happened: Governing Actions, Not Agents argues that high-risk AI systems should not be governed by staring harder at the agent’s thoughts. the proposed model lets the agent plan freely, but gives it no execution authority over designated actions until separate authoritative sources attest the required preconditions, the evidence is cryptographically bound to a declared intent, a deterministic policy evaluates it, and the decision lands in a tamper-evident log.
The Verification Horizon paper hits the same bruise from coding-agent rewards. it argues that producing candidate solutions is getting easier while checking whether they satisfy human intent is becoming the harder problem. the authors frame verifier quality across scalability, faithfulness, and robustness, then study test, rubric, user, and automated-agent reward constructions before landing on the uncomfortable bit: no fixed reward function stays good as the policy gets stronger.
why this matters: The control layer has to age with the agent. if the verifier, policy, or audit trail stays frozen while the worker gets cleverer, the system is just teaching itself where the old gate is loose.
supporting links
- DeepSeek Flash browser-agent note — Retriever’s code-as-plan writeup claims a 100x cheaper browser-agent path by making a cheap model write executable workflows over cached text DOMs instead of renting a frontier screenshot loop.
- Agent Toolkit for AWS — AWS shipped official MCP servers, skills, and plugins for Claude Code, Codex, Cursor, and Kiro; boring cloud guardrails are becoming agent UX.
- agbox — a small workflow-memory tool that records repeated corrections to coding agents and turns them into approved replay plans instead of another swollen memory file.
- Vtx coding agent — a lean local harness with a roughly 2,000-token base prompt, AGENTS.md plus skills context, permission modes, extension hooks, and task subagents.
left on the table
- DESIGN.md and Google Workspace CLI stayed out because yesterday already used both; repeating them would be lazy, even if the fit is obvious.
- ArcReel and the broader open media-agent stack were loud in GitHub signals, but “big video-agent workbench exists” is a repo gift, not today’s cleanest operator shift.
- the papers-please privacy thread had the right internet-control smell, but the candidate article fetched as a 404 here, so it did not get promoted on HN residue alone.
- the Anthropic expertise study was allowed despite recent expertise coverage because it is a new first-party dataset with session counts, task mix, and value estimates — not the same argument in a new jacket.
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