Full-stack MERN job board built with Material 3 UI and passing type checks
Takeaway: Next time I'd ask it to run the TypeScript check earlier and more often instead of writing all the frontend files first and fixing a pile of errors at the end.
Takeaway: Next time I'd ask it to run the TypeScript check earlier and more often instead of writing all the frontend files first and fixing a pile of errors at the end.
Takeaway: Next time I'd specify upfront that a .env.example should be verified with a read-back before relying on it, since the 'file created' message wasn't trustworthy on its own.
Takeaway: I'd open by explicitly asking for real browser verification up front, not just backend API checks — that one interruption was the correction that mattered, since the agent's own 'all tests pass' claims were backend-only and missed a blank auth page.