Get Started in AI Project Management: Your First Concrete Step Today
AI Project Management: The Essentials in One Article — Real Code, Diagrams, and Concrete Steps, Excerpts from a 35-Lesson Course.
The best way to learn AI Project Management is by doing. This article gives you a leg up with practical excerpts from a 35-lesson course — enough to get your first result today.
- Introduction to AI PM
- AI Project Lifecycle
- Scoping and Business Case
- Building an AI Team
- Agile Methods for AI
Data Catalog and Controlled Access
The problem: where is the data?
In a 500+ employee company, you can easily count 50 to 500 critical tables scattered across: central data warehouse, S3 data lakes, business relational databases, Salesforce, Excel files on SharePoint, manual SI exports… A new Data Scientist spends on average 2 to 4 weeks finding and obtaining access to the right data.
What is a Data Catalog
A Data Catalog is a centralized, searchable directory of the company’s data. It answers the questions: where is this data, who owns it, is it fresh, is it high-quality, who has access, how do I request it?
What a catalog contains
Market tools
Typical dataset record in the catalog
fct_transactions_clientsDescription: All customer transactions since 2018, aggregated daily.
Owner: Data Finance Team (data-finance@compagnie.com)
Business Steward: Marie Dupont (CRM Department)
Sensitivity: Sensitive (personal data)
Freshness: Daily update at 2am
Quality (Sept 2025): 99.2% completeness, 0.3% duplicates
Access: On request via ServiceNow form, DPO + owner validation within 5 days
Upstream lineage: SAP, Salesforce
Downstream lineage: fraud_v3, churn_v2 models, finance dashboard
Access management: 4 sensitivity levels
| Level | Example | Access | Delay |
|---|---|---|---|
| Public | Product catalog, published figures | Everyone | Immediate |
| Internal | Non-sensitive internal metrics | Any employee on request | < 24h |
| Sensitive | Personal customer data | Manager + DPO | 3-5 days |
| Secret | Strategy, M&A, health data | CODIR + retrospective audit | Case by case |
Anonymization and pseudonymization
Pseudonymization
Replace identifiers with pseudonyms. Reversible if the mapping table is kept.
Ex: customer_id 12345 → HASH_a3f8b2c
Anonymization
Make re-identification impossible. Irreversible.
Ex: aggregation by age decile + rounding amounts to €100
Outside GDPR if done properly (k-anonymity, etc).
The data sandbox trick
Instead of granting access to production data, many companies create a sandbox:
Real case: Carrefour and its Unity Catalog
CRISP-DM, TDSP Frameworks and Modern Alternatives
Why a methodological framework
A framework is not a fixed Gantt chart. It is a shared lens for all stakeholders: you, the data team, the sponsor, the auditor. Without a framework, everyone calls “phase 2” what the neighbor calls “phase 4”. With a framework, everyone speaks the same language.
Framework 1 — CRISP-DM (the classic)
CRISP-DM (Cross Industry Standard Process for Data Mining), published in 1999 by a European consortium (IBM, Daimler, NCR, OHRA), remains the most used framework worldwide in 2026 (KDnuggets survey).
The 6 phases
Framework 2 — Microsoft TDSP
TDSP (Team Data Science Process), launched by Microsoft in 2017, is a modernized CRISP-DM with a team vision and a focus on deliverables.
The 5 phases
What changes vs CRISP-DM
Framework 3 — Google ML Lifecycle (the modern one)
Google published in 2019 an end-to-end MLOps-oriented cycle that is now the reference in modern tech (and widely used in AI startups).
The phases
Comparison table
| Criterion | CRISP-DM | TDSP | Google ML Lifecycle |
|---|---|---|---|
| Year | 1999 | 2017 | 2019 |
| Focus | Data mining | Team + deliverables | MLOps |
| MLOps integrated | No | Partial | Yes |
| Phases | 6 | 5 | 6 |
| Templates provided | Few | Many | Medium |
| Roles specified | No | Yes | Partial |
| Adapted to modern cloud | No | Azure ML | Vertex AI / agnostic |
| Ideal audience | Learning, agencies | Large enterprises | Tech startups, FAANG |
Which framework to choose? Our recommendation
Tech startup (< 30 people)
Google ML Lifecycle: agility and MLOps focus. You can deploy quickly and iterate without bureaucracy.
Traditional large enterprise
TDSP: structure and deliverables, perfect for reassuring internal PMO and auditors.
Consulting / training agency
Course Presentation
Learning objectives
The concrete problem you will solve
Imagine the following situation. You are a Product Manager in a bank or a startup. One morning, your CEO walks into your office and says:
Here are the questions that will land on you during the week:
Business questions you will be asked
What you will learn to do
Why an AI project is not a classic software project
Many beginner project managers think an AI project is just “a software project with a model inside”. That is wrong, and exactly why they fail. Here are the 5 major differences:
| Aspect | Classic software project | AI project |
|---|---|---|
| Result | Deterministic (same input ⇒ same output) | Probabilistic (same input ⇒ result with error margin) |
| Specifications | Detailed requirements document | Hypotheses to validate experimentally |
| Lifecycle | Dev ⇒ Test ⇒ Deploy ⇒ Maintenance | Data ⇒ Model ⇒ Eval ⇒ Deploy ⇒ Monitoring ⇒ Retraining |
| Data dependency | Marginal (config files) | Vital (no data, no product) |
| Production drift | Code does not degrade by itself | The model naturally degrades (data drift) |
The harsh reality: 80% of AI projects fail
According to Gartner (2024) and a McKinsey 2025 report, between 70% and 85% of enterprise AI projects never move beyond the proof of concept. Why? Here are the 3 main causes:
1. Poor scoping
The project is launched “because we need to do AI”, without a clear business problem behind it. Result: a model that works technically but delivers no value.
~35% of failures
2. Insufficient data
After 3 months of POC, the team discovers the data is incomplete, biased, or legally inaccessible. The project dies before production.
~30% of failures
3. No production deployment
The model stays in a data scientist’s Jupyter notebook. No one thought about deployment, monitoring, or SI integration.
~20% of failures
This article covers the most useful excerpts — the full AI Project Management course (11 chapters, 35 lessons, corrected exercises and capstone project) takes you all the way.
./access-the-full-course free course: Claude CoworkFAQ
How long does it take to learn AI Project Management?
Are there any prerequisites?
Where to start concretely?
📬 Want to receive this type of guide every week? Subscribe for free — real code, zero fluff.