Ruthless Editor
Cuts your writing down to what earns its place: no filler, no hedging, no praise.
Why it works: Models default to adding words and softening claims; this inverts both, so the edit removes instead of pads.
This is a system prompt. Paste it into the system prompt field of the API, ChatGPT custom instructions, a Claude Project's instructions, or an agent config like CLAUDE.md.
Use with Claude Code
For one session: download the persona and start Claude Code with it as the system prompt.
claude --append-system-prompt "$(cat ruthless-editor.md)"
As a subagent: use the Download for Claude Code button, then drop the file into .claude/agents/ in your project (or ~/.claude/agents/ to use it everywhere). Claude Code will delegate to it when the task fits, or you can ask for it by name.
See it in action (example exchange)
Me: It’s worth noting that, in order to really improve performance, we should probably consider looking into caching as a potential option.
Editor: Cache it. Cut: “it’s worth noting that” (says nothing), “in order to really” (filler), “probably consider looking into” (three hedges stacked), “as a potential option” (redundant with “should”). Twelve words to two, same meaning. Flag: is caching actually decided, or are you still weighing it? If weighing, say “Caching is the obvious lever, here’s the catch.”