Why AI Projects Fail Differently From Other Technology Projects
In short
AI projects fail at higher rates than conventional software projects because they introduce three failure vectors that standard project management ignores: data unavailability, model non-determinism, and undefined success criteria.
Approximately 35% of all projects succeed according to Nenni et al. (Springer, 2024) — and AI projects add layers of complexity that push that number lower. Standard frameworks like PMI or PRINCE2 were not designed for the failure modes that AI introduces.
There are three distinct ways AI projects break down that traditional project management simply does not account for. Understanding these failure vectors is the prerequisite to fixing them.
- Data risk: The training data required often doesn't exist, is low quality, or is inaccessible at project start. Teams discover this mid-build, not at scoping — a fatal sequencing error.
- Model uncertainty: Unlike deterministic software, AI model outputs are probabilistic. Acceptance testing cannot be binary pass/fail — yet most project gates require exactly that.
- Success criteria ambiguity: Teams optimise for model metrics (accuracy, F1 score) rather than business outcomes (cost reduction, error rate reduction). The model succeeds; the project fails.
Approximately 35% of projects succeed overall — and AI projects face additional failure vectors including data unavailability and undefined success criteria (Nenni et al., Springer, 2024).
The 2024 Springer review by Nenni et al. analysed project success rates across industries and methodologies. AI projects consistently underperformed because delivery frameworks were not adapted for experimental, data-dependent work. Teams selecting an AI implementation services partner should verify how they handle these three failure vectors before contracting.
The table below contrasts how traditional software project management handles four critical dimensions versus what AI project management requires. The gap is structural, not cosmetic.
| Dimension | Traditional Software PM | AI Project Management |
|---|---|---|
| Scope definition | Fixed requirements document, agreed upfront | Iterative hypothesis testing; scope tightens as data is understood |
| Testing approach | Binary pass/fail unit and integration tests | Probabilistic model evaluation against business KPI thresholds |
| Success metrics | Feature delivery on time and on budget | Business KPI improvement (cost, accuracy, throughput) — not model accuracy score |
| Team composition | Developers, QA engineers, and project managers | Data engineers, domain experts, legal/compliance, and end users alongside technical leads |
The AI Project Paradox: Stakeholders Want Certainty, AI Requires Experimentation
Enterprise project governance demands defined deliverables, fixed timelines, and budget certainty. AI development is hypothesis-driven, data-dependent, and iterative by nature. These two realities are in direct conflict.
Müller, Locatelli, Holzmann, Nilsson, and Sagay (Sage, 2024) provide an empirical overview of AI-related project management research that confirms this tension is structural — not a communication problem or a stakeholder alignment issue.
Resolving the paradox requires a governance model that allows iterative development inside a structured accountability framework. That is precisely what the 8-step process in this article is designed to deliver.
For a deeper view of why implementations break down, see our dedicated analysis of why AI projects fail — which covers organisational, technical, and strategic failure patterns in detail.
The 8-Step AI Project Management Framework
In short
Effective AI project management follows eight sequential steps: scoping, data assessment, team formation, governance design, iterative build, evaluation, deployment, and continuous monitoring.
This 8-step framework is derived from both academic research — including the ScienceDirect 2026 systematic review of AI-driven project management use cases and Adamantiadou & Tsironis (MDPI, 2025) — and practical experience running 100+ enterprise AI implementations at Alice Labs since 2023.
The framework is methodology-agnostic but works best within an agile-first delivery approach. It does not prescribe a specific tool stack — it prescribes a sequence of decisions and gates that prevent the most common failure modes.
- Use-case scoping: Define the single business outcome the project must deliver — before any technical work begins.
- Data assessment: Audit data availability, quality, access rights, and GDPR compliance against the scoped use case.
- Team formation: Assemble the cross-functional team — data engineers, domain experts, legal/compliance, and end users.
- Governance design: Define the three checkpoint gates (pre-build, pre-deploy, post-deploy) and assign decision authority.
- Iterative build: Run sprint-based model development cycles with defined hypotheses and exit criteria per sprint.
- Evaluation: Assess model performance against the business KPI defined in step 1 — not against internal model accuracy benchmarks.
- Deployment: Execute a controlled production rollout with a documented rollback plan and change management process.
- Continuous monitoring: Track model performance, data drift, and business KPI movement on a defined review cadence.
Steps 1–3 — scoping, data assessment, and team formation — determine whether an AI project can succeed. Most teams spend 80% of their energy on the build. Invert that ratio.
This framework connects directly to your broader AI implementation roadmap. The 8 steps sit inside a wider organisational transformation context — not as a standalone technical process.
When to Use Waterfall vs Agile Phases in an AI Project
Not every phase of an AI project benefits from the same delivery methodology. Lumbanraja, Raharjo & Fitriani (IJCS, 2024) demonstrate that AI and Agile integration maximises impact when applied selectively across project phases — not uniformly.
| Phase Group | Steps | Methodology | Rationale |
|---|---|---|---|
| Foundation | Steps 1–3 | Linear, gated (waterfall) | Produce defined artefacts: use-case brief, data audit, team charter. Each gate must close before the next opens. |
| Development | Steps 4–6 | Iterative, sprint-based (agile) | Outputs are uncertain; hypothesis-driven sprints allow course correction without project failure. |
| Operations | Steps 7–8 | Controlled, change-management-driven | Production environments require stability; changes follow a defined release and rollback process. |
How to Scope an AI Project and Assess Your Data
In short
AI project scoping requires defining a single measurable business outcome first, then working backwards to determine what data, model type, and infrastructure are required to achieve it.
The cardinal rule of AI project scoping: start with the business outcome, not the technology. The question is never "what AI can we build?" — it is "what business metric needs to move, by how much, by when?"
A poorly scoped AI project sounds like: "Build a demand forecasting model." A correctly scoped project sounds like: "Reduce inventory holding costs by 15% in the Nordic distribution network by Q3, within a €120k budget constraint."
Every well-formed AI project scope statement contains four components:
- Business metric to move: The specific KPI — cost, error rate, throughput, conversion — that defines success.
- Magnitude of change targeted: A specific percentage or absolute improvement, not "improve" or "optimise".
- Timeline: A fixed delivery date or sprint milestone — not "as soon as possible".
- Constraints: Data availability, budget ceiling, regulatory requirements (especially GDPR for European enterprises), and infrastructure limits.
Once scope is locked, the most common hidden project killer surfaces: data readiness. Adamantiadou & Tsironis (MDPI, 2025) identify data quality and access as the primary AI project challenge in enterprise settings — ahead of model selection or infrastructure.
Run a data readiness assessment across these five dimensions before any model development begins:
- Availability: Does the required data exist in a structured, accessible form — or does it need to be created or acquired?
- Quality: Is the data complete, recent, and labelled correctly? What is the missing-value rate?
- Access rights: Who owns the data? Are there data sharing agreements, consent requirements, or GDPR restrictions that limit use?
- Volume: Is the dataset large enough for the model type being considered — classification, regression, or NLP?
- Recency: Is the data current enough to reflect the real-world conditions the model will operate in?
Do not start model development until your data readiness score is above 70% across these dimensions. Building models on incomplete data produces misleading confidence — and expensive rework.
Minimum Viable Dataset Requirements by AI Use Case
Dataset size requirements vary significantly by model type. Using the wrong volume benchmark is a common scoping error that delays projects by weeks.
| Use Case Type | Model Category | Minimum Records (indicative) | Critical Data Quality Factor |
|---|---|---|---|
| Document classification | Classification | 500–1,000 labelled examples per class | Label consistency and class balance |
| Demand forecasting | Regression / time-series | 2+ years of historical data at required granularity | Temporal completeness; no gaps at forecast horizon |
| Internal knowledge Q&A | NLP / RAG | No minimum — quality of source documents is the constraint | Document recency, coverage, and retrieval structure |
| Anomaly detection | Unsupervised / supervised | 1,000+ normal-state records; 100+ anomaly examples | Anomaly label accuracy; class imbalance handling |
For teams evaluating internal NLP or retrieval-augmented generation use cases, our guide to what is RAG explains the data architecture requirements in detail — including how document quality affects retrieval accuracy.
Team Formation and Governance Design for AI Projects
In short
AI project teams require five roles beyond a standard software team: a data engineer, a domain expert, a legal/compliance reviewer, an end-user representative, and an AI project sponsor with decision authority.
Purely technical teams — developers and a project manager — are the wrong structure for AI delivery. Cross-functional teams that include domain experts, compliance reviewers, and end-user representatives consistently outperform on AI project delivery rates.
In our experience running 100+ enterprise AI implementations at Alice Labs, the single most common structural failure is the absence of a domain expert in the build phase. Models get built on technically correct data that is operationally meaningless.
The five non-negotiable roles for an AI project team:
- Data engineer: Owns data pipeline, quality, and infrastructure. Must be involved from the data assessment step — not brought in at build time.
- Domain expert: Validates that model inputs and outputs map to real operational realities. Without this role, models optimise for the wrong proxies.
- Legal / compliance reviewer: Reviews data usage, model outputs, and deployment against GDPR, the EU AI Act, and any sector-specific regulation. For European enterprises, this is not optional.
- End-user representative: Provides feedback on usability, trust, and adoption barriers throughout the sprint cycle — not only at UAT.
- AI project sponsor: A senior stakeholder with budget authority and decision rights at each governance gate. Without this role, governance checkpoints become advisory — and fail.
The Three Governance Checkpoints That Prevent Production Failures
AI governance for projects operates on three checkpoints, not continuous oversight. Each checkpoint has a defined scope, a responsible reviewer, and a binary gate decision: proceed, revise, or stop.
| Gate | Timing | What Is Reviewed | Decision Authority |
|---|---|---|---|
| Pre-build gate | Before model development starts (after steps 1–3) | Scope definition, data readiness score, team charter, ethical risk assessment | AI project sponsor + legal/compliance reviewer |
| Pre-deploy gate | Before production deployment (after step 6) | Model evaluation results vs. business KPI threshold, explainability review, rollback plan | AI project sponsor + domain expert + legal/compliance reviewer |
| Post-deploy gate | 30 and 90 days post-deployment | Business KPI movement, model drift indicators, user adoption rate, incident log | AI project sponsor + data engineer |
For European enterprises, the pre-build gate must include a risk-category assessment under the EU AI Act. Our EU AI Act compliance checklist provides a step-by-step review process that integrates directly with this gate structure.
Teams building a broader governance framework around their AI project portfolio should also review our guide to what is AI governance — which covers organisational accountability structures beyond the project level.
How to Structure Agile Sprints for AI Development
In short
AI development sprints differ from standard software sprints in one critical way: each sprint must begin with a falsifiable hypothesis and end with a decision — build further, pivot the approach, or stop.
Standard agile sprints deliver working software increments. AI development sprints deliver validated or invalidated hypotheses. This is not a semantic distinction — it changes how sprints are planned, reviewed, and signed off.
Lumbanraja, Raharjo & Fitriani (IJCS, 2024) confirm that AI-agile integration maximises delivery impact when sprint planning explicitly encodes the hypothesis being tested — not just the features being built.
Each AI development sprint should follow this structure:
- Sprint hypothesis: State the specific assumption being tested. Example: "A gradient boosting model trained on 18 months of transaction data will predict customer churn with precision above 0.75."
- Data slice definition: Specify exactly which data subset will be used — training split, validation split, date range. Lock this before the sprint starts.
- Build & experiment: Model development, feature engineering, and hyperparameter tuning within the sprint boundary (typically 1–2 weeks for AI sprints).
- Evaluation against hypothesis: Test the model against the pre-defined threshold. Did the hypothesis hold?
- Sprint decision: Three options only — continue (hypothesis validated, build further), pivot (hypothesis invalidated, change approach), or stop (use case not viable with available data).
Sprint Length and Cadence Recommendations for AI Projects
AI development sprints typically run 1–2 weeks, shorter than standard software sprints of 2–3 weeks. The reason: model experiments produce results quickly, but the decision of what to try next requires frequent team alignment.
Longer sprints create a false sense of progress. A team running 2-week AI sprints discovers wrong directions in 14 days. A team running 4-week sprints discovers them in 28 days — at double the cost.
- Data exploration sprints: 1 week. Goal is a documented data quality report and a confirmed feature hypothesis.
- Model development sprints: 1–2 weeks. Goal is a trained model evaluated against the sprint hypothesis threshold.
- Integration sprints: 2 weeks. Goal is a working API or pipeline connecting the model to the production system.
- UAT sprints: 1–2 weeks. Goal is documented end-user feedback and a signed-off pre-deploy gate review.
Define explicit stop conditions before the sprint cycle begins. If the model fails to exceed the business KPI threshold after three consecutive pivots, the use case is not viable with available data. Stopping is a successful outcome — not a project failure.
Ready to accelerate your AI journey?
Book a free 30-minute consultation with our AI strategists.
Book ConsultationDefining Success Metrics and Measuring AI Project ROI
In short
AI project success metrics must be defined before development begins and must connect directly to a business KPI — not to model accuracy scores, which measure technical performance, not business value.
The most common measurement failure in AI projects: teams report model accuracy at 94% and call the project a success. The business stakeholder asks what cost was reduced. Nobody knows.
Success metrics for AI must be defined at the scoping stage — in the same step as the use-case definition. They cannot be retrofitted after the build.
A valid AI project success metric has four properties:
- Business-linked: It measures a business outcome (cost per unit, error rate, processing time) — not a model property (accuracy, F1, AUC).
- Measurable before and after: You must be able to record the baseline value before the project starts, or the ROI calculation is fiction.
- Time-bounded: Measured at a specific point — 30 days post-deploy, end of quarter — not "over time".
- Attributable: The metric must be one the AI system can plausibly move, isolated from other concurrent business changes.
How to Calculate AI Project ROI
AI project ROI follows the same structure as any investment calculation — but requires two AI-specific adjustments: a confidence discount on projected savings, and an ongoing operating cost line for model maintenance and monitoring.
| Component | What to Measure | Common Mistake |
|---|---|---|
| Project cost | All-in: internal team time, external consulting, data infrastructure, licensing | Excluding internal team time — the largest hidden cost on most projects |
| Projected benefit | Baseline KPI × improvement magnitude × time horizon | Using model accuracy as a proxy for business benefit — they are not correlated |
| Confidence discount | Apply 30–50% discount to projected benefits at pilot stage; reduce to 10–20% post-validation | Presenting pilot projections as production-grade certainty to steering committees |
| Operating costs | Ongoing MLOps, monitoring, retraining, and compliance review costs — typically 15–25% of build cost annually | Treating deployment as the cost endpoint — model maintenance is a multi-year commitment |
For a structured ROI model with worked examples, our AI ROI calculator and companion guide to what is AI ROI provide the quantitative framework that connects project delivery to board-level investment reporting.
Understanding ongoing model operations is also critical — our introduction to what is MLOps explains the infrastructure and process layer that keeps deployed AI models performing after go-live.
AI Model Deployment and Continuous Monitoring
In short
AI model deployment requires a controlled rollout with a documented rollback plan, and continuous monitoring across three signal types: model performance drift, data distribution drift, and business KPI movement.
Deployment is not the end of an AI project — it is the beginning of the operational phase. Teams that treat go-live as the finish line discover model degradation weeks later with no monitoring in place to catch it.
The deployment phase (step 7) and monitoring phase (step 8) of the framework are operationally distinct but must be planned together. The monitoring architecture should be designed before deployment begins — not added as an afterthought.
Controlled Rollout: The Deployment Approach That Reduces Risk
A controlled rollout limits initial model exposure to a subset of the production environment. This creates a comparison signal — model output vs. previous process — and limits the blast radius if something fails.
At Alice Labs, we recommend a three-stage rollout structure for enterprise AI deployments:
- Shadow mode (week 1–2): Model runs in parallel with the existing process. Outputs are logged but not acted on. The team compares model decisions to current decisions — no business impact if the model is wrong.
- Partial activation (week 3–6): Model handles 10–25% of live volume. Business KPI measurement begins. Human review remains active for model-flagged edge cases.
- Full activation (week 7+): Model handles full production volume after the 30-day post-deploy gate review confirms KPI movement is on track.
Monitor across three signal types post-deployment:
- Model performance drift: Are prediction accuracy, precision, and recall degrading over time as real-world data diverges from training data?
- Data distribution drift: Are the input data distributions shifting in ways the model was not trained for? This is the leading indicator of performance drift.
- Business KPI movement: Is the target metric actually improving at the rate the business case projected? This is the lagging indicator that governance decisions are based on.
Schedule-based retraining (e.g. "retrain every quarter") misses rapid drift events. Define threshold-based triggers instead: retrain when data drift exceeds a defined threshold or when business KPI improvement drops below the target range.
What We've Learned From 100+ Enterprise AI Implementations
In short
Across 100+ enterprise AI implementations, Alice Labs has identified five consistent patterns that separate projects that deliver measurable ROI from those that stall in pilot indefinitely.
Since founding Alice Labs in 2023, we have run AI implementations across industries including energy, retail, professional services, and manufacturing — primarily across Sweden and Northern Europe. The failure patterns are remarkably consistent regardless of sector.
The five lessons below are practitioner observations — not academic abstractions. Each corresponds to a specific step in the 8-step framework where the pattern reliably surfaces.
- Projects that skip the data assessment always pay for it in the build phase. We have never seen an enterprise AI project that discovered a data problem at step 2 and wished they had found it at step 5. It is always the reverse.
- Sponsor disengagement is the leading cause of pilot stagnation. When the AI project sponsor stops attending governance gates, the project stops moving. Stakeholder engagement is an ongoing delivery task — not a one-time kickoff activity.
- The first model is never the production model. Organisations that plan for one build-and-deploy cycle are structurally wrong. Budget and timeline assumptions must accommodate at least two sprint cycles of model revision.
- Domain experts accelerate delivery more than additional ML engineers. On projects where we added domain expertise mid-cycle, sprint output quality improved faster than on projects where we added technical capacity. The bottleneck is almost always understanding the problem, not computing the answer.
- Defining done before starting is non-negotiable. Projects without a pre-agreed business KPI threshold for go/no-go deployment decisions run indefinitely. "We'll know it's ready when it feels right" is not a deployment criterion.
For organisations assessing their readiness to begin this process, our AI readiness assessment provides a structured diagnostic across data, team, governance, and strategy dimensions — typically completed in a half-day workshop format.
Organisations earlier in their journey can also review our enterprise AI strategy framework to understand how individual AI projects fit into a portfolio-level strategic context.
Frequently Asked Questions: AI Project Management
In short
Answers to the most common questions on planning, structuring, and delivering AI projects in enterprise settings.
How long does a typical enterprise AI project take from scoping to deployment?
A well-structured AI pilot — covering steps 1 through 7 of the framework — typically runs 10 to 16 weeks for a single-use-case deployment. Complex multi-system integrations or heavily regulated environments extend this to 20–28 weeks.
The variance is almost always driven by data readiness, not model development. Projects with clean, accessible, GDPR-compliant data complete faster than projects that require data remediation mid-cycle.
What is the minimum team size for an AI project?
The minimum viable AI project team is five roles: data engineer, domain expert, ML engineer or AI specialist, legal/compliance reviewer (can be part-time), and an AI project sponsor. A four-person team typically means the domain expert role is absent — which is the highest-risk gap.
Should AI projects use agile or waterfall methodology?
Neither exclusively. The hybrid approach — linear gated phases for scoping and governance, agile sprints for model development and evaluation — outperforms either pure methodology for AI delivery. Lumbanraja, Raharjo & Fitriani (IJCS, 2024) confirm this pattern empirically.
What KPIs should I use to measure AI project success?
Use business outcome KPIs, not model performance metrics. Accepted KPI categories: cost reduction (€ or % of process cost), error rate reduction (% of decisions requiring correction), throughput improvement (units processed per hour), and revenue impact (directly attributable pipeline or conversion changes).
Model accuracy, F1 score, and AUC are engineering signals — useful during development, not valid as business success criteria.
What governance structure does an AI project need?
A minimum-viable AI project governance structure requires three elements: a sponsor with budget and stop authority, three defined checkpoint gates (pre-build, pre-deploy, 30-day post-deploy), and a legal/compliance reviewer at each gate who can block deployment.
For projects involving personal data or automated decision-making — which covers most enterprise AI — EU AI Act risk classification must be completed at the pre-build gate.
How much data do I need to start an AI project?
This depends on use case type. Classification models typically require 500–1,000 labelled examples per class. Time-series regression models require 2+ years of historical data at the required granularity. NLP and retrieval-augmented generation (RAG) systems are constrained by document quality, not volume.
The data readiness assessment (step 2 of the framework) produces a concrete answer for the specific use case — generalised rules are indicative only.
What are the most common mistakes in AI project management?
The five most consistent failure patterns across our 50+ implementations: starting model development before completing data assessment, using model accuracy as the primary success metric, running fixed-scope waterfall delivery on the model development phase, having no explicit stop condition for the pilot, and underbudgeting for ongoing model operations post-deployment.
How do I move an AI pilot to full production?
The pre-deploy gate (step 6 in the framework) is the formal decision point for production transition. The gate requires three sign-offs: model evaluation results meet the business KPI threshold, legal/compliance review is complete, and a rollback plan is documented and tested.
Production rollout then follows the three-stage controlled deployment structure: shadow mode, partial activation, then full activation after the 30-day post-deploy review confirms KPI movement.
Continue exploring:
About the Authors & Reviewers

Co-Founder, Alice Labs
Co-Founder at Alice Labs. Builds AI automation, agent workflows and integration systems that hold up in real business operations.
- AI automation & agent systems lead
- Workflow design across 100+ deployments
- Specialist in RAG, integrations & APIs

Co-Founder, Alice Labs
Co-Founder at Alice Labs. Author of 7 research reports on AI adoption, governance and labor markets cited across EU, OECD and US benchmarks.
- 8+ years in AI strategy & implementation
- Top-5 AI Speaker, Sweden (Mindley 2025)
- 100+ enterprise AI engagements
Frequently Asked Questions
How long does a typical enterprise AI project take from scoping to deployment?
A well-structured AI pilot covering scoping through deployment typically runs 10–16 weeks for a single use case. Data readiness is the primary variable — projects requiring data remediation mid-cycle extend to 20–28 weeks.
What is the minimum team size for an AI project?
Five roles: data engineer, domain expert, ML engineer, legal/compliance reviewer (can be part-time), and an AI project sponsor with budget authority. Missing the domain expert is the highest-risk gap.
Should AI projects use agile or waterfall methodology?
A hybrid approach works best: linear gated phases for scoping and governance (steps 1–3), agile sprints for model development (steps 4–6), and controlled change management for deployment and monitoring (steps 7–8).
What KPIs should I use to measure AI project success?
Business outcome KPIs: cost reduction, error rate reduction, throughput improvement, or revenue impact. Model accuracy and F1 score are engineering signals — not valid business success criteria.
What governance structure does an AI project need?
At minimum: a sponsor with stop authority, three checkpoint gates (pre-build, pre-deploy, 30-day post-deploy), and a legal/compliance reviewer at each gate. EU AI Act risk classification is required at the pre-build gate for most enterprise use cases.
How much data do I need to start an AI project?
It depends on use case type. Classification: 500–1,000 labelled examples per class. Time-series regression: 2+ years of historical data. NLP/RAG: constrained by document quality, not volume. Complete a data readiness assessment before deciding.
What are the most common mistakes in AI project management?
The top five: starting model development before data assessment, using model accuracy as the primary success metric, running waterfall delivery on the model build phase, having no explicit stop condition, and underbudgeting for post-deployment operations.
How do I move an AI pilot to full production?
Pass the pre-deploy gate: model results meet the business KPI threshold, compliance review is signed off, and a rollback plan is documented. Then run a three-stage controlled rollout: shadow mode → partial activation → full activation after the 30-day review.
AI Data Preparation: How to Get Your Data Ready for AI Projects
Next in AI ImplementationRAG vs Fine-Tuning: Which Should You Choose for Your AI Project?
Further reading
- Nenni et al. (Springer, 2024)· link.springer.com
- ScienceDirect 2026 systematic review of AI-driven project management use cases· sciencedirect.com
- Lumbanraja, Raharjo & Fitriani (IJCS, 2024)· ijcs.net
Related services
Related reading
Why AI Projects Fail: 7 Root Causes & How to Avoid Them
Learn more about why ai projects fail: 7 root causes & how to avoid them.
howtoAI Implementation Roadmap: From Pilot to Production
Learn more about ai implementation roadmap: from pilot to production.
glossaryWhat Is MLOps? Machine Learning Operations Explained
Learn more about what is mlops? machine learning operations explained.
glossaryWhat Is RAG? Retrieval-Augmented Generation Explained
Learn more about what is rag? retrieval-augmented generation explained.
dataAI ROI Calculator: Estimate Your Return Before You Start
Learn more about ai roi calculator: estimate your return before you start.
Sources
- Project success rates across industries and methodologiesNenni et al. · Management Review Quarterly, Springer
- AI-driven Project Management: Identifying Use Cases across risk, scheduling, cost, and resource domainsScienceDirect · Procedia Computer Science
- AI implementation in agile project management: maximising impact across key Agile phasesLumbanraja, Raharjo & Fitriani · Indonesian Journal of Computer Science
- Empirical overview of AI-related project management researchMüller, Locatelli, Holzmann, Nilsson & Sagay · Sage
- AI challenges in project management — systematic reviewAdamantiadou & Tsironis · MDPI
Next scheduled review: