まとめ
- AIコーディングエージェントは、念のためのfallbackや互換分岐を増やしがち
AGENTS.mdに、確認できている要件と現実的な障害を扱う最も単純な実装を選ぶよう明記する- エラーハンドリングを省くのではなく、根拠のない複雑さを足さないための指示
指示
IMPORTANT: Do not write overly defensive code. Prefer the simplest implementation that handles demonstrated requirements and realistic failure modes. Do not add speculative fallbacks, compatibility branches, or abstractions without concrete evidence that they are needed.