ASOS introduces Test-Driven Vibe Development (TDVD) to deliver MVP 7–10× faster than estimate
Vibe coding with AI agents produced code without sufficient rigour, with hallucinations, hidden defects, and security risks. LLMs' attention diffusion in large contexts caused accuracy to decline as prompt complexity grew, making naive AI-assisted development unreliable for enterprise product builds.
Initial vibe coding attempts matched widely documented concerns about quality and rigour. During the TDVD trial, early over-sized feature prompts caused LLM context loss, requiring the team to tear down and rebuild the solution twice.
The team delivered the MVP plus additional capabilities in 4 weeks, which was 7–10 times faster than the original estimate of 4–6 months, with 42 hours of total active development time.
Show all 6 reported metrics
Frequently asked questions
What did this team achieve with this AI workflow?
The team delivered the MVP plus additional capabilities in 4 weeks, which was 7–10 times faster than the original estimate of 4–6 months, with 42 hours of total active development time.
What tools did this team use?
Azure Functions, React, AI agent.
What results were reported?
Development speed vs original estimate: 7–10 times faster; MVP delivery time: 4 weeks; Total active development time: 42 hours or 11 workdays; original MVP estimate: 4–6 months (source-reported, not independently verified).
What failed first in this deployment?
Initial vibe coding attempts matched widely documented concerns about quality and rigour.
How is this quality assurance AI workflow structured?
Plan: define intent test-first → Generate acceptance tests via AI → AI generates functional code → Continuous validation against tests → Refine prompts and user stories → Harden with deeper tests.