Glass-Box AI

Pattern documented by Stack Overflow blog (2026): AI approach where each agent decision is explicitly surfaced before commit, with rationale, alternatives considered, and estimated impact. Human can then validate, reject, or nuance. Opposite of `black-box-ai-drift`. Concretely: the agent commits with a structured message (`Decision: chose color-bg-primary over color-accent because...`) or opens a PR with a `DECISION.md` file alongside the diff.

Strengths

Limitations

Best for

Official site

View on Coeurdar