Code RoomAI-written change auditability
HardPrep Room Coding #4169

AI-written change auditability

Vibe & agenticAlgorithms & data structuresSenior–Staff~20 min

Your team merges a lot of AI-agent-authored PRs. A subtle pricing-calculation bug ships, and during the postmortem someone asks 'why was this written this way?' — the author re-ran the agent and got a different implementation, and the original prompt and reasoning are gone. There's no record of what was asked, what the agent changed, or what the human reviewer actually checked. What process would you institute to make AI-written changes auditable and reproducible, and what are the limits of 'reproducibility' with a model?

Implement
audit_ai_pr_records(record_lines: list[str]) → list[str]
Examples
in[["PR-1|yes|claude-sonnet-4.5|yes|yes|yes","PR-2|no|claude-sonnet-4.5|yes|yes|yes"]]out["PR-1|auditable","PR-2|missing:prompt"]
in[["PR-3|yes|latest|yes|yes|yes","PR-4|yes|claude-opus-4.1|yes|yes|no"]]out["PR-3|missing:model","PR-4|missing:regression_test"]
What a strong answer looks like

Treat the AI’s output as a draft to verify, not an answer to trust. Name the specific flaw and the input that triggers it, say how you’d catch it (tests, edge cases, reading critically), and how you’d re-prompt or decompose to get it right.

0:00 of about 20 min

Vibe & agentic: describe the solution in plain language (or narrate it) and the coach grades your approach.

Which questions mattered is sealed until you submit. Telling you now would just be handing over the edge cases.