Question
Your team owns an in-house, proprietary stream-processing framework with quirky semantics that exists nowhere in public training data. A new hire proposes using an AI agent to build a major feature on top of it the same way they'd use it for a React app. Decide whether this is a good fit for heavy AI delegation, and explain what specifically changes when the system is one the AI has effectively never seen.
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.