2 min lesson
Your environment fluency is part of the grade
Use the lesson to respond to this: "In the onsite small project, why is stating your cut early more valuable than building broadly?" Keep the answer plain.
Step 1 of 2
Your environment fluency is part of the grade. If you fumble your tools, lose your own context or can't drive an agent under light pressure, it reads as someone who doesn't actually build. Practice vibe-coding a small feature against the clock before you walk in.
1. Frame the slice for the agent:
"Build a minimal X. One file. No auth, no persistence yet.
I'll verify the diff before we add the next layer."
2. Verify every diff before accepting - reject oversized edits out loud.
3. Add the next layer only after the last one runs.
4. Keep a running 'what I cut and why' list you can recite at the end.Open the project by stating your cut, not your plan. “Here's the one thing I'm going to make work in the time we have and here's everything I'm deliberately not doing.” That single sentence signals shipping bias, taste and comfort owning a scope decision without anyone's approval - the exact profile Cursor is buying.
The most common failure is building wide instead of deep: five features that each half-work, nothing a user can actually touch. Better to hand someone one slice that runs and say “this is real, the rest is next.” That one working slice is the whole signal - it is what you produce under time pressure when you can actually build.