Code Room
Vibe codingEasyvc-g523
Subject Ai doc generationLevel Entry–Mid~12 minCommon in Algorithms & data structures interviewsIndustries Software development

Question

You point an AI agent at a small Python CLI tool and ask it to write the README, including a 'Quickstart' and an 'Environment variables' section. It produces a clean, confident README that lists a `--config` flag, a `DEBUG_LEVEL` env var, and an example `pip install yourtool` command. The repo has none of these — the AI inferred them from convention. Walk through how you verify a generated README is accurate before committing it, and what specifically you'd check first.

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.

Describe your solution

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.

Run or narrate your approach, then ask the coach.