explainx.ainewsletter3.5k
TrendingNewsPathwaysSkills
Pricing
explainx.ai

Upskill in AI — 16 free pathways, live workshops & bootcamps, and 50+ courses from practitioners. Plus the skills, tools, and MCP servers to practice on.

follow us

custom AI agents

[email protected]

get started

Find your pathTake Free Evaluation

learn

pathways — start freeworkshopsbootcampscoursescertificationsmock testsexplainx universitycorporate traininglearn skills & mcp

discover

skillsmcp serversexplainx mcptoolsagentsllmsdesignsagi trackerranks

company

aboutvisionmissionteaminstructorscommunityhackathonscareers

content

daily AI newsstate of AI — live resultsblogreleasespromptsgeneratorsresource librarydemofor LLMs

solutions

all solutionsdeveloper upskillingmarketing upskillingproduct manager upskillingleadership upskilling

More from us

InfloqInfluencer marketingBgBlurPrivacy-first blurOlly SocialSocial AI copilotCeptoryVideo intelligenceBgRemoverBackground removal

newsletter · weekly

Get AI news, tools, and insights in your inbox.

supportprivacytermsdata rightssubmission guidelines

© 2026 AISOLO Technologies Pvt Ltd

On this page

  • TL;DR
  • Before / after, straight from the README
  • What ASD-STE100 actually bans
  • The benchmark, and its honest caveats
  • The "just write one line in AGENTS.md" objection
  • Not just docs — where else STE applies
  • Origin story: why now, and why aerospace
  • Should you install it?
  • Summary
  • Related on explainx.ai
← Back to blog

explainx / blog

ASD-STE100: The Aerospace Standard Fixing AI Slop Writing

A GitHub agent skill forces LLMs into ASD-STE100, a 1983 aerospace English standard — measured 72.9% fewer AI writing violations across 6 Claude models.

Jul 31, 2026·9 min read·Yash Thakker
Agent SkillsAI WritingClaude CodeAI SlopDeveloper Tools
go deep
ASD-STE100: The Aerospace Standard Fixing AI Slop Writing

A 1983 aerospace writing standard is having an unlikely moment in AI tooling. AminBlg/SimpleEnglish, an open-source agent skill that forces LLMs to write in ASD-STE100 Simplified Technical English, hit 468 GitHub stars and 232 points on Hacker News with a genuinely contested debate underneath: is this a real fix for AI slop, or a whole repo built around one system-prompt line?

Weekly digest3.5k readers

Catch up on AI

Curated AI updates on agents, skills, and MCP — delivered to your inbox. Unsubscribe anytime.


TL;DR

QuestionAnswer
What is ASD-STE100?Controlled-English standard, aerospace industry, since 1983
What does the skill do?Paraphrases STE's 53 rules for docs, errors, incident reports, release notes
Measured effect72.9% fewer STE violations/100 words, avg. across 6 Claude models
Bonus effectOutput tokens dropped on all 6 models tested
Installnpx skills add AminBlg/SimpleEnglish — Claude Code, Cursor, Codex, Gemini CLI, ~25 harnesses
LicenseMIT, unofficial — not affiliated with ASD or STEMG
Top HN objection"This is a system-prompt line, not a skill"
Skill's own answer to thatDoesn't disagree much — argues packaging + testing is the value-add
ScopeDocs, errors, runbooks, incident reports, AGENTS.md — explicitly not marketing or blog voice

Before / after, straight from the README

The repo's clearest pitch is a side-by-side of real, unedited Claude output against the same model with the skill loaded:

Without skill:

"Leveraging sqlpipe's robust architecture, users can seamlessly synchronize their Postgres tables to S3 with minimal configuration overhead. Before getting started, you should ensure that your AWS credentials have been properly configured — this is crucial for avoiding frustrating permission issues down the line."

With skill:

"sqlpipe copies your Postgres tables to S3. It needs one configuration file. Before you start, make sure that your AWS credentials are correct. If they are not, S3 rejects the upload with a permission error."

Same pattern on error messages — "We have identified an issue that may have impacted some users' ability to access the service. We sincerely apologize for any inconvenience this may have caused" becomes "Between 14:02 and 14:31 UTC, 12% of requests failed. A deploy at 14:00 removed the cache warmup step. We reverted it at 14:27." — a shift from vague corporate apology to a timestamped, actionable incident line.


What ASD-STE100 actually bans

The skill paraphrases the standard's 53 numbered rules across 9 sections. The ones doing the heavy lifting for AI-specific tells:

RuleWhat it kills
Max 20 words per sentenceRun-on "and it's important to note that…" sentences
No "-ing" verb forms"...making it easy to..." hedge clauses
Active voice only"It should be noted that…" passive filler
No should/would/may/mightHedging (can, will, must still approved)
Condition before commandTrailing "...if the flag is set" instructions readers execute too late
One instruction per sentenceMulti-step sentences nobody follows correctly at 2am
Keep articles, keep "that"STE is short, not telegraphic — a real distinction from generic "be concise" prompting

That last rule matters more than it looks: naive "be terse" prompting tends to produce clipped, ambiguous fragments. STE's discipline is closer to controlled clarity than compression — it keeps grammar intact while eliminating hedges, passive voice, and multi-clause sentences.


The benchmark, and its honest caveats

The repo's measured result: 72.9% fewer STE violations per 100 words, averaged across 6 Claude models × 8 writing tasks = 96 generations, using a deterministic regex linter applied identically to both the baseline and skill-on conditions.

ModelBaseline viol./100wWith skillReduction
claude-opus-4-81.050.6241%
claude-opus-4-72.280.4282%
claude-opus-4-62.240.4082%
claude-opus-4-52.550.5778%
claude-sonnet-52.670.5380%
claude-sonnet-4-62.060.5275%

Output tokens also dropped on every model tested — the skill makes responses shorter, not just more rule-compliant. The author documents the method and results openly in the repo (evals/run_bench.py, evals/results/RESULTS.md) and states it needs only a logged-in Claude Code CLI to reproduce — a meaningfully more rigorous receipts trail than most "skill" repos ship with.

Caveats the author states directly: the repo does not claim STE certification (nothing does — ASD certifies no tool), and the primary-source audit found real gaps in secondary online sources about which modal verbs are approved (can/will are, contrary to some blog summaries).


The "just write one line in AGENTS.md" objection

The top HN thread was pure skepticism:

Planktonne: "This is cruft. No one who is capable of using this needs it — it's a line in the prompt at most."

sixhobbits: "Yes the prompt 'only output ASD-STE100 Simplified Technical English' does the same thing as the skill. But it's very useful and skills is a good way to share prompts, so whatever."

hsaliak: "Output tokens are precious, be succinct in your responses. Use ASD-STE100 simplified technical english" — reports this single line works for them, linked to their own system_prompt.md as evidence.

This is a fair critique, and the repo's own FAQ makes a similar case rather than fighting it: "Why not just prompt 'write clearly'? 'Clearly' is an opinion. 'No sentence over 20 words' is a spec. Agents follow specs." The honest framing is that the underlying technique is not novel — the value of the packaged skill is a tested rule set, use-case adaptations (error messages, runbooks, incident reports, release notes, AGENTS.md itself), and a reproducible benchmark, not a capability unavailable any other way.

skissane's comment on the broader "are skills cruft" question generalizes well beyond this specific repo: skills earn their keep through an iterative loop — create a skill for a task, watch the agent fail, update the skill to prevent that exact failure again. A skill that's never been through that loop is closer to a static prompt with extra packaging.


Not just docs — where else STE applies

The skill ships adaptations beyond README generation:

SurfaceSTE fix
Error messagesWhat happened → why → what to do, in that order
RunbooksSTE's original home turf — a runbook is a maintenance manual
Incident reportsSimple past tense kills "we have identified an issue that may have impacted"
Release notesCommand first, risk second — breaking changes read as warnings
AGENTS.md / system promptsA system prompt is a procedure for a reader that can't ask questions — models read "should" as optional; STE bans "should"
Translation prepSTE's original 1983 job — readable for non-native speakers, cheap to localize

The skill explicitly refuses to touch marketing copy, blog voice, or brand writing — "flat on purpose." That scoping is deliberate: STE trades expressiveness for unambiguity, which is the wrong trade for anything meant to persuade rather than instruct.


Origin story: why now, and why aerospace

The skill's popularity this week traces back to a viral X post (@geogristle) surfacing ASD-STE100 as an antidote to increasingly verbose model output — several HN commenters noted new frontier models (Opus 5 in particular) had grown noticeably harder to parse in prose form even as their coding ability improved, echoing the same "smart but unintelligible" complaint that shows up across 2026 AI-writing discourse.

Aerospace is a deliberate source for the rules, not an arbitrary one. ASD-STE100 was written in 1983 for readers who cannot afford to misread an instruction — aircraft maintenance technicians working in a second language, under time pressure, on safety-critical procedures. That constraint produced a rule set optimized purely for unambiguous comprehension, with zero regard for tone, brand voice, or persuasion — which happens to be exactly the failure mode of LLM-generated technical writing: fluent, hedged, and marketing-adjacent by default, at the expense of the plain declarative sentences a tired reader actually needs.


Should you install it?

Use it ifSkip it if
You maintain shared CLAUDE.md / AGENTS.md docs across a team and want consistent, tested rules rather than everyone's own hand-tuned promptYou already have a working one-line instruction and don't need the packaged rule set
You want error messages and incident reports that read like real incidents, not apology templatesYou're writing marketing copy, landing pages, or blog voice — explicitly out of scope
You care about reproducible measurement before adopting a writing conventionYou're fine trusting vibes over a benchmark

For teams building on agent skills generally, this is a good case study in what separates a skill worth installing from one that's "cruft": a measured before/after, a stated scope, and honest FAQ answers about where the technique overlaps with simpler alternatives.


Summary

AminBlg/SimpleEnglish packages ASD-STE100 — a 1983 aerospace controlled-English standard — as an installable agent skill for Claude Code, Cursor, Codex, and ~25 other harnesses. Measured results: 72.9% fewer style-rule violations per 100 words, averaged across 6 Claude models and 8 writing tasks, with output tokens dropping on every model tested. The strongest HN pushback — that a single system-prompt line does most of the same work — is fair and the repo's own FAQ mostly agrees; the skill's real value is a tested rule set and reproducible benchmark, not a technique unavailable elsewhere. It explicitly stays out of marketing and blog voice, targeting docs, error messages, runbooks, and incident reports instead.


Related on explainx.ai

  • Agent skills — complete guide
  • System prompt leaks — GitHub guide
  • The AI Aesthetic — why AI apps look the same
  • Slopocalypse — AI slop and the internet
  • Top 10 open and closed-source agent harnesses (2026)
  • Claude Code model vs effort — knowing more vs trying harder
  • "2x, not 10x" — coding with LLMs in 2026

Source: AminBlg/SimpleEnglish on GitHub · Hacker News discussion


Benchmark figures and quotes reflect the repository and its Hacker News discussion as of July 31, 2026. Reproduce the benchmark yourself with evals/run_bench.py before relying on the reported numbers for a production decision.

Yash Thakker

Written by

Yash Thakker

Yash is an AI expert with over 300K learners. Join his workshops →

Related posts

Jul 17, 2026

Hallmark by Nutlope: Anti-AI-Slop Design Skill for Claude Code, Cursor, and Codex

Every agent-generated landing page looks the same because models share the same training defaults. Hallmark encodes anti-slop rules — structural variety, honest copy, locked tokens — and ships as a SKILL.md for Claude Code, Cursor, and Codex. Here's what it does and how to install it from explainx.ai.

Jul 4, 2026

The Map Is Not the Territory: Finding Your Unknowns with Claude Fable 5

A new post from Claude Code engineer Thariq argues that working with Claude Fable 5 keeps re-teaching an old lesson: your prompt, skills, and context are a map of the work, not the work itself. Here's what that means for PRs, skills, and finding the unknown unknowns before your agent does.

Jun 28, 2026

npx skills install: How to Use the Claude Code Skills Registry in 2026

The explainx.ai skills registry is the canonical source for Claude Code and Cursor SKILL.md files. This guide explains how npx skills install works, what skills actually do, how to write your own, and how teams can use lockfiles to stay consistent in production.