Code RoomIncident explanation unverified claims
HardPrep Room Coding #4441

Incident explanation unverified claims

Vibe & agenticAlgorithms & data structuresSenior–Staff~18 min

After a partial outage, leadership wants a one-paragraph explanation for a customer-facing status update. You draft it with an AI from the incident timeline. The AI writes: 'A brief networking issue caused some requests to slow down; no data was lost or exposed.' The actual cause was a deploy that exhausted a connection pool, and you haven't yet confirmed the 'no data exposed' claim. What's your process for verifying an AI-simplified incident explanation before it becomes a public statement?

Implement
review_public_claims(claims: list[str], confirmed_fact_ids: list[str]) → list[str]
Examples
in[["A brief networking issue caused some requests to slow down|f1","No data was lost or exposed|f2"],["f1"]]out["publish","remove"]
in[["Requests were slower than usual|"],[]]out["hedge"]
in[["All customer data is safe|f3"],["f3"]]out["publish"]
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 18 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.