Code RoomOrg-wide AI use standard
HardPrep Room Coding #4245

Org-wide AI use standard

Vibe & agenticAlgorithms & data structuresSenior–Staff~25 min

You're the staff engineer on a 40-person platform org where every team has independently adopted AI coding agents (Cursor, Claude Code, Copilot) with no shared rules. Velocity is up but you're seeing inconsistent error handling, three different retry libraries appearing in one quarter, and a near-miss where an agent committed a hard-coded service token. Leadership asks you to write the org's first 'AI use standard.' What do you actually put in it, what do you deliberately leave out, and how do you make it stick without becoming the bottleneck everyone routes around?

Implement
evaluate_merge_gate(finding_lines: list[str], approved_dependencies: list[str]) → list[str]
Examples
in[["secret=svc_token_abc","style=naming"],[]]out["secret_scan"]
in[["new_dependency=retry-go","new_dependency=zap"],["zap"]]out["dependency_allowlist"]
in[["style=indent","tool_choice=cursor","prompt_style=terse"],["zap"]]out[]
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 25 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.