Fetching from the wire…
Top 5 · 2026-08-27 · source-backed
Stanford's Denisov-Blanch group built a maturity model for AI adoption scored entirely from artifacts already in version control, applied it to 441 repositories, and found something I've been assuming without evidence.
RAMP is a four-level model derived only from committed AI configuration files. No surveys, no self-reporting, just what's in the repo. Independent human annotation reproduced RAMP's labels on 97% of a held-out sample, which is a stronger validation than most tooling papers bother with (arXiv 2608.25241).
The volume finding is uniform and boring: agents raise commit volume 28 to 38% at every maturity level. Config or no config, mature or not, more commits.
The quality finding splits hard. Among agent-first repos, those with no committed AI configuration show roughly twice the increase in cognitive complexity, +53% against +27%, and 1.7x the increase in static-analysis warnings. Same productivity lift, double the mess.
Then the number that made me close the tab and open my own repos: 73.8% of these configuration artifacts are committed once and never modified again. Someone runs claude init or drops in an AGENTS.md, gets the file, commits it, and never edits it again as the codebase changes underneath it.
I'm guilty of a version of this. My CLAUDE.md files get written at project start, get one or two panicked edits after an agent does something dumb, and then sit. The lesson I'm taking from this paper is that the config file is a living document with the same maintenance obligation as a test suite, and I've been treating it like a README.
The authors are careful, and I'll be careful with them. This is observational and they flag it as hypothesis-generating. Teams that commit and maintain agent configuration are plausibly teams that were already disciplined about complexity, and the config file is a marker rather than a cause. Nobody has run the controlled version.
But the intervention costs nothing. Commit the file. Then put a recurring item on your calendar to actually edit it. That's the whole action, and if the causal story is even half true, it's the highest-leverage 20 minutes in your month.
This connects to something Warp published about their internal setup: a two-skill loop where a base skill holds domain instructions and an outer "improver" skill runs on a schedule, pulls accumulated human feedback, compares the agent's suggestions against what humans actually did, and opens PRs editing the base skill (Anthropic). Their operating rules are specific and I've started copying them: write principles rather than rules, always include the rationale so the agent generalizes, keep skills small and reference external files, and weight one senior engineer's detailed PR comment above high-volume cursory signal. Warp reports 10M+ Claude Code sessions internally, 400K+ per week, and calls the improver skill the reusable half.
Automating the edit is the answer to the 73.8%. Warp built it. The rest of us are still editing by hand, when we edit at all.
Each link below shares sources, entities, or timing with this story.
Anthropic invented a file convention. It's now shipping GA inside a competitor's product. Nobody wrote a spec, nobody held a standards meeting, it just happened. On July 29, GitHub made agent skills and MCP server support generally available in Copilot code review for all Pro,...
SaaStr's customer success panel put numbers on something I'd been noticing anecdotally: the CSM role grew 700% through Q2 2022, then flatlined for four years, while forward-deployed engineering is up 1,000%+ and still climbing. What makes it a story rather than a stat is the s...
Your llms.txt is a config file for other people's agents. That's the part most teams publishing one didn't think through. A study published August 27 scanned 6,214 live domains belonging to defense contractors, Fortune 500 companies and Big Tech, and found 227 install commands...
$3,054 against $38,370. Same benchmark, better score. Praxist (arXiv 2608.25955, submitted August 26) replaces per-attempt agent memory with a typed evidence graph of findings, plus lane-structured frontiers and agendas, so later attempts inherit validated mechanisms rather th...
This one changed how I'm spending my week. Anthropic's July 24 context-engineering post says they removed over 80% of Claude Code's system prompt for Opus 5 and Fable 5 with no measurable loss on coding evals. They call it "unhobbling" — stripping guardrails and rules that new...
Thibault Sottiaux at OpenAI published an investigation into "a handful of reports where GPT-5.6 unexpectedly deleted files," finding it happens most commonly when full access mode is enabled in Codex. Simon Willison relayed it. A frontier lab publishing a first-party post-mort...
MindPattern daily
One email a day at 7 AM. Sources and a take on every story. Unsubscribe anytime.