An assumption detector for your coding agent: it digs out every silent assumption the agent made, attaches evidence, sho…
Extracts assumptions; Judges what broke; Computes a base rate; Tests asking policies; Reports honestly
- "make implicit assumptions explicit" transfers directly to reviewing any proposal — have the agent (or a colleague) list assumptions before starting, and review the assumption list, not just the conclusion. AI failures usually live in the premises it took for granted, not in the code.
Site github.com