Question
You have a multi-part task: (a) wire up a new REST endpoint with request validation, (b) write the SQL for a reporting query, and (c) design how the endpoint authenticates service-to-service calls and signs the requests. A teammate wants to hand the whole thing to an autonomous agent in one go. How would you decide what to delegate vs. own, and where do human checkpoints go?
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.
Vibe coding: describe the solution in plain language (or narrate it) and the coach grades your approach. Generating runnable code from your description is coming next.