2-week Discovery Sprint: how to get a client out of PoC purgatory
A fixed-cost AI sprint: workshop, code/data/infra audit, decision matrix, output PoC plus architecture spec. The full structure.
The 2-week Discovery Sprint: the structure that gets any AI project out of PoC purgatory
A term we hear too often in 2026: “PoC purgatory”. A team has invested months in an AI project that does not cross the bar from prototype to production. The money is spent, the demo runs, but no one starts the real implementation. The cause is not lack of technical capacity; it is lack of a clear architectural decision. The team is not sure what to implement, what model to use, what data architecture, how to measure success.
The 2-week fixed-cost Discovery Sprint is the format we developed as antidote. Two weeks, clear deliverables, an owned architectural decision. This article describes the sprint structure, what happens each day, what comes out at the end, and why the fixed-cost format is the key.
TL;DR
- PoC purgatory appears when there is no architectural decision owned in writing.
- The Discovery Sprint delivers: architecture spec, justified decision matrix, working PoC on a real case, implementation plan with effort estimates.
- Fixed cost eliminates hesitation: the client knows exactly what they receive, we know exactly what we deliver.
- Sprint structure: week 1 audit + decision, week 2 PoC + plan.
- The output is not a slide deck. It is a technical document plus working code.
Why PoCs stay in limbo
Three frequent causes:
Lack of written decision. The team tried three approaches, each with partial results. No one wrote definitively “we go with approach X, the reasons are Y”. Without a document, the decision stays open and real implementation does not start.
Lack of business alignment. The technical team produced a nice-looking PoC, but it is not clear who uses it, how it adds value, what KPI measures it. Management sees a demo, asks “and now?”, the team has no answer.
Lack of a realistic plan. The PoC runs on synthetic data, no auth, no audit, no monitoring. The distance from prototype to production gets underestimated by 50% of real time needed. The team does not want to accept the real estimate.
The Discovery Sprint forces decisions, alignment and a plan. It does not build everything; it builds the inflection points that allow the rest.
Sprint structure — week 1
Day 1 — Initial workshop (4-6 hours)
With technical and business stakeholders present. Agenda:
- Defining the business problem AI should solve. What KPI moves?
- User mapping: who benefits, how do we measure satisfaction, what alternatives do they have?
- Non-functional constraints: latency, cost budget, compliance (GDPR, sector-specific), hosting (cloud / on-prem / mixed).
- What already exists: data, models, infrastructure, internal team with AI skills.
- Out-of-scope: what we will not solve in this sprint and why.
Output: a 2-3 page project charter signed by all.
Days 2-3 — Technical audit
Our team performs an audit on three parallel directions:
Data audit. What data exists? In what format? How clean? Are there labels? Are they enough for what we want to do? Here we discover classic problems: data scattered across 5 systems, inconsistent labels, duplicates, lack of versioning.
Code audit. If a previous PoC exists, we read the code. What model it uses, how it manages context, how it does evaluation. We identify what we can reuse, what must be rewritten.
Infrastructure audit. Where will it run? Are there GPUs, vector DB, monitoring? Can the internal team operate it? What are the network restrictions?
Output: three short reports (3-5 pages each) with findings and recommendations.
Days 4-5 — Decision matrix
Based on the audit, we build concrete (not abstract) architectural options. For a typical AI case:
- Option A: SaaS model (Claude/OpenAI) + RAG with pgvector
- Option B: self-hosted model (Llama/Qwen) + RAG with Qdrant
- Option C: small model fine-tuning + cache for latency
For each: initial cost, monthly cost at expected scale, estimated latency, expected quality, operational complexity, compliance.
The decision matrix is presented to the client in a one-hour meeting. We discuss trade-offs, pick a direction together. It is not just signed; it is discussed.
Output: a 5-8 page architectural decision document, with the chosen option and reasoning.
Sprint structure — week 2
Days 6-9 — PoC on a real case
Now we implement. Not a demo with synthetic data; a PoC with real client data on a concrete, well-defined case. Examples:
- For a legal assistant: 50 real documents, 30 real queries (that the team uses today manually)
- For a support agent: 100 historical tickets, 20 classification categories, target 90% accuracy
- For a recommendation system: real catalog, 50 users with history, target precision at top-5
The PoC runs on the architecture chosen in week 1. It is not production-ready: no auth, audit, scaling. But it is functional on real data.
We demo daily to stakeholders, with actual output. We iterate based on feedback.
Output: PoC code in a dedicated repo, with README and run instructions.
Day 10 — Evaluation
Evaluation on a fixed set of real queries:
- Accuracy / precision / recall (depending on task)
- Latency p50/p95
- Cost per query
- Qualitative quality (a human reviewer reads 30 outputs)
Output: a 2-3 page evaluation report with concrete numbers.
Days 11-12 — Implementation plan
Based on the PoC and evaluation, we build a detailed implementation plan to take the PoC into production:
- List of missing features (auth, audit, monitoring, error handling, fallback)
- Estimate per feature (person-days)
- External dependencies (provider, infrastructure, integrations)
- Risk register with mitigations
- Rollout plan (pilot, validation, scale-up)
- Estimated monthly cost at steady state
- KPIs to monitor post-launch
Output: an 8-12 page implementation plan with total estimated effort.
Days 13-14 — Final readout and handover
Final meeting with management plus the technical team. We present:
- PoC demo on a real case
- The evaluation report
- The owned architectural decision
- The implementation plan with effort
We hand over all materials (code, documents) to the client’s internal team. We answer questions. We agree, if applicable, how we continue with implementation (as a separate project, not included in the sprint).
Output: all material handed over plus a 2-3 hour Q&A discussion.
Why fixed cost
The sprint’s fixed cost has two critical reasons:
For the client. The hesitation that fuels PoC purgatory is lack of budget control. Fixed cost eliminates uncertainty: the client knows exactly what they pay for clear deliverables. Minimal risk, easy decision to approve.
For us. Fixed cost forces us to be efficient. Two weeks is short for audit + decision + PoC + plan. We cannot drown in endless deliverables. Focus on what matters is built into the format.
Exact pricing depends on complexity, but it is in the small-medium project range. For any serious client, the cost is recovered in the first month of implementation thanks to the good plan.
What the Discovery Sprint is not
For clarity:
- Not a general AI strategy workshop. We work on a concrete case.
- Not a production implementation. Production happens in a separate project.
- Not a full security/compliance audit. The audit operates at the level of architectural decisions.
- Not training for the internal team. We hand over material, not courses.
Four typical sprint outcomes
Based on our sprints, the typical output is one of four:
1. “Yes, we go”. The client approves the plan, we start the implementation (or their team does). The most frequent case (60%).
2. “Yes, but in a different direction than we thought”. The PoC showed the initial approach (fine-tuning, complex RAG, specific framework) is not the right one. The sprint saved the client weeks of work in the wrong direction (25%).
3. “Not now”. The audit showed that the data is not ready, or the internal team lacks capacity. The sprint avoided a project that would have failed. The client invests in prerequisites (data quality, hiring) and returns in 6-12 months (10%).
4. “This problem does not need AI”. Sometimes the audit discovers the problem is solved with a rule or simple script. Honesty here is crucial. The client saves money they would not have spent usefully (5%).
All four are good outcomes. The only bad outcome is PoC purgatory — and that is what the sprint prevents.
Executive conclusion
For any CTO or innovation director with an AI project stuck in PoC purgatory: the 2-week sprint is the most efficient vehicle to unblock the decision. Predictable cost, clear deliverables, owned decision.
For CAI Technology, the format is internal discipline: it forces us to think, decide and deliver. For clients, it is the fastest way to get a real technical plan without months of uncertainty.
Related articles
- RAG vs fine-tuning in 2026
- Cost-aware LLM routing
- Pillar Consulting — AI assessment
- Pillar IRIS — the CAI Technology orchestrator agent
External sources
- “The Phoenix Project” — Gene Kim — standard reference for why short sprints work
- Google Design Sprint guide — methodological origins of the structured sprint
- “Lean Startup” — Eric Ries — context for build-measure-learn applied to AI
- NIST AI Risk Management Framework — reference for risk audit in AI architectural decisions
- “Crossing the Chasm” — Geoffrey Moore — context for why PoCs do not jump into production by themselves
Next step
If your team has an AI project that is stuck or about to start, and you want to discuss whether a Discovery Sprint fits, we offer an initial 30-minute consultation at no cost.