Fetching from the wire…
Public story · 2026-07-31 · high
Testing across six Claude models found a 72.9% drop in writing-rule violations, per the project's GitHub page.
Why now: It hit Hacker News's front page with 309 points and 113 comments by July 31, real traction for a niche writing standard.
SimpleEnglish forces LLM-written documentation through ASD-STE100, a 53-rule controlled-language standard aviation maintenance crews have used since 1983, per its GitHub page.
The stakes are practical. A technician or support engineer reading hedged AI output has to guess at conditions instead of following a direct command. SimpleEnglish's benchmarks show the fix works: testing across six Claude models cut STE rule violations 72.9% per 100 words.
The rules read like a style guide for people who can't afford to misread a sentence. Max 20 words per instruction, active voice only, simple tenses, no hedging modals, and conditions stated before the command they modify. AminBlg built it as an installable skill, npx skills add AminBlg/SimpleEnglish, and says it works across roughly 25 agent frameworks.
The project has 817 stars on GitHub and hit the Hacker News front page with 309 points and 113 comments.
The GitHub page doesn't say whether the 72.9% figure holds for longer-form docs or just short instructional text. It also doesn't break down which of the 53 rules gets violated most often.
Conditions before commands isn't a documentation trick. It's how you'd structure any instruction you wanted followed correctly the first time. If that holds, the next version of this skill won't stop at docs.
Each link below shares sources, entities, or timing with this story.
Forrest Chang's andrej-karpathy-skills repo is a single CLAUDE.md file distilling Karpathy's observations on LLM coding pitfalls. It topped GitHub trending with +44K weekly stars. Then the ecosystem detonated. Ten-plus related repos trended simultaneously with 70K+ combined st...
A single markdown file. 56,000 stars. multica-ai/andrej-karpathy-skills gained 42,000 stars in one week, making it the fastest-growing repo I've tracked this year that isn't an actual software product. The file is derived from Karpathy's observations about LLM coding pitfalls....
A GitHub repo cataloging Claude Code tips doesn't normally warrant a top story. But shanraisshan/claude-code-best-practice at 53.4K stars isn't a tips list anymore. It's the de facto reference for how an entire generation of developers is learning to work with AI coding agents...
1. Flip your multi-model pipeline to review-then-generate. Instead of using a reasoning model to plan before code generation, let the specialist generate freely and use reasoning tokens for review. Paper shows 90.2% pass@1 vs 87.2% for the planning pattern. Source 2. Audit you...
wanshuiyin/HERO-Anti-OverDefense went from creation to 68 stars in a single day. HERO is Hashing, Edge cases, Rubrics, Overbuild, and the claim is that agent over-engineering isn't diffuse but falls into four recognizable shapes suppressible with a portable prompt contract acr...
1. Use claude agents --json to build session dashboards. Claude Code v2.1.145 outputs all live agent sessions as structured JSON with status, model, elapsed time, and parent relationships. Pipe it into a tmux status bar widget or session picker script for switching between bac...
MindPattern daily
One email a day at 7 AM. Sources and a take on every story. Unsubscribe anytime.