justify
The simplest change that fixes the problem is the safest change to merge. Adding code is easy. Removing the need for code is engineering.
Justify
The Additive Bias Problem
AI models are trained to be helpful, which creates a systematic bias toward adding code rather than fixing root causes:
| AI Default Behavior | Correct Behavior |
|---|---|
| Add a workaround | Fix the root cause |
| Modify test expectations | Fix the implementation |
| Create a new helper | Use an existing one |
| Add error handling | Prevent the error |
More from athola/claude-night-market
project-planning
Turn a specification into a phased implementation plan with dependency ordering.
125code-quality-principles
KISS, YAGNI, and SOLID code quality principles for clean code, reducing complexity and preventing over-engineering.
93project-brainstorming
Guide project ideation via Socratic questioning to generate project briefs.
91doc-generator
Generate or remediate documentation with human-quality writing and style.
80rigorous-reasoning
Anti-sycophancy reasoning checklist.
78project-specification
Transform project briefs into testable specifications with user stories, acceptance criteria, and measurable outcomes.
77