How long does it take to build an AI MVP? Three weeks from kickoff to a working MVP in your environment is typical for a focused scope. The eval suite is live by week 2; the deployable slice is live by week 3. Stretch projects with custom data work or unusual integrations run 4-6 weeks.
The 3-week MVP, week by week
Week 1: discovery + foundation
- Day 1-2: read the codebase, talk to engineers, sketch the eval set on real examples.
- Day 3-4: write the technical spec, integration map, cost model.
- Day 5: lock the scope. Either build it or hand the spec back to you.
Week 2: prototype + eval live
- Wire the eval dataset and cost telemetry. Get a baseline number.
- Build the deployable slice , real integration with one of your systems.
- End of week: you can run the slice on your data and read the eval result.
Week 3: ship a real user can touch
- Tune the model / prompt / retrieval against the eval set.
- Add cost ceiling, fallback chain, observability.
- Ship to a real user inside your team. Watch them. Write down what surprised them.
When 3 weeks is not enough
- Data is not ready (missing labels, scattered across systems).
- The system you must integrate with has a SOAP API or no API at all.
- Compliance review (SOC 2 evidence, GDPR DPA) needs to happen before any data leaves staging.
- The eval depends on subjective human judgment and needs annotators.
- On-prem deployment with customer-owned GPUs.