𝘀𝘁𝗼𝗽 telling Claude Code/Codex "no em dashes".
𝘀𝘁𝗼𝗽 telling Claude Code/Codex "stop saying delve".
𝘀𝘁𝗼𝗽 telling Claude Code/Codex "don't sound like AI".
you never gave it a 𝘄𝗿𝗶𝘁𝗶𝗻𝗴 𝘀𝘆𝘀𝘁𝗲𝗺. every README, PR description and landing page ships in the same AI voice, and you ban words one at a time.
orwell wrote the fix 𝟴𝟬 𝘆𝗲𝗮𝗿𝘀 𝗮𝗴𝗼. six rules, 1946. paste them into your global CLAUDE.md / AGENTS.md and every session picks them up:
→ never use a long word where a short one will do
→ if it is possible to cut a word out, cut it out
→ never use the passive where you can use the active
6 blocks you can copy-paste directly 👇
Claude Opus 5、いよいよ来そうでTLがそわそわしてる。
Fable並みの性能でかつ安くなるらしくて超楽しみ。
ただ正直な実感を言うと、最近はどのモデルも強すぎて、モデルの差で仕事の成果はほとんど変わらなくなってきた。
差が出るのは渡す側。何を目指していて、いまどこまで進んでいるかをAIに渡せているか。モデルが上がるほど、残るのはここの差だけになっていく。
新モデルを待つ間に鍛えるなら、プロンプトの腕より、渡す中身だと思う。
REAL VALUE観て、
「Addnessって、Claude Codeで良くない?」って思った人はこの記事読んでほしい。
いま答えを知ってる側から言うと、これは比べるものじゃなくて、繋ぐものでした。
Claude Codeは仕事をやるAI。
Addnessは、そのAIに読ませる目標と進み具合の置き場。
繋いでからは、新しく頼むたびの前提説明が消えて、AIが毎回ゴールの続きから動くようになりました。
で、Addness使ったら売上/成果爆伸びしました。
Anthropic engineer:
"Harness engineering is a really rare skill right now - and it's hard to know if you're even good at it."
how he actually thinks about building the full system:
• step 1 → the model. already smarter than we use it. "freeze development - you'd find new capabilities for another 6-12 months"
• step 2 → the harness. delete the steering. "we stopped using plan mode - the model thinks correctly"
• step 3 → the agents. workflows let Claude build its own harness per task and spin sub-agents. what didn't fit in one context window now runs across many
• step 4 → the context. "RAG is an anti-pattern. use grep." memory via files, clean context window, prompt caching. that's the stack
most people optimize step 1. he optimizes all four.
Watch the full video, then read the guide below on how to build an agentic system.