Phase 2: Technical Portfolio β RAG, Agents, and Evaluation (Weeks 5β12)
Objective: Build the core technical evidence for the AI Solution Architect profile. In 8 weeks you produce 3 strong, reproducible artifacts (a data pipeline with business value, an evaluated RAG system, and an agent comparison) that support the architecture narrative in interviews.
π― Expected Outcomesβ
By completing this phase:
- Data pipeline feeding an AI use case, with documented impact metric
- RAG system implemented with reproducible evaluation (groundedness, relevance)
- Agent comparison with traces and selection criteria
- 3 repos with professional README files ready for Gate CP2 (Week 12)
"Proof over study": every week closes with published evidence (repo, benchmark, or write-up). See Methodology.
Block A β Data that feeds AI (Weeks 5β8)β
Week 5 β Data project #1: ingestion and cleaningβ
Objective: build a reproducible pipeline that transforms raw data into an AI-ready dataset (the foundation for a RAG or dashboard).
| Resource | Language | Type |
|---|---|---|
| Python: pandas | π¬π§ | Docs |
| Microsoft Learn: Power Query | πͺπΈ | Learning Path |
| SQL β SQLBolt | π¬π§ | Interactive |
Deliverable: repo data-pipeline/ β ingestion + cleaning script, versioned output dataset, README with flow diagram and one metric (records processed, % errors corrected).
Week 6 β Data project #2: impact metricβ
Objective: enrich the pipeline with a second source and calculate a business metric (time savings, coverage, quality).
Deliverable: notebook or script that produces the before/after metric + short write-up explaining "why this matters to the business."
Week 7 β Executive dashboard + write-upβ
Objective: communicate the result to an executive audience.
| Resource | Language | Type |
|---|---|---|
| Microsoft Learn: Power BI | πͺπΈ | Learning Path |
| DAX Guide (SQLBI) | π¬π§ | Reference |
Deliverable: dashboard (Power BI or similar) with 3β5 KPIs + 1-page write-up with the data story.
Week 8 β Workflow automation + READMEβ
Objective: remove manual steps from the pipeline.
| Resource | Language | Type |
|---|---|---|
| Power Automate | πͺπΈ | Learning Path |
| Python: scheduling / basic cron | π¬π§ | Docs |
Deliverable: documented automated flow + README anyone can run. Block A close: publishable artifact #1.
Block B β RAG and Agents (Weeks 9β12)β
Week 9 β RAG prerequisite lab + baseline benchmarkβ
Objective: understand RAG architecture and establish a measurable quality baseline.
| Resource | Language | Type |
|---|---|---|
| Microsoft Learn: RAG with Azure AI | πͺπΈ | Docs |
| LangChain: RAG Tutorial | π¬π§ | Tutorial |
| Azure AI Search | πͺπΈ | Docs |
Deliverable: RAG architecture diagram + a set of 15β20 evaluation questions (your "baseline benchmark").
Week 10 β RAG implementation + evaluationβ
Objective: build the RAG and measure its quality (not just that it "works").
| Resource | Language | Type |
|---|---|---|
| Azure AI Evaluation SDK | πͺπΈ | Tutorial |
| Chunking strategies | πͺπΈ | Docs |
Reference architecture: ingestion β chunking β embeddings β vector store (Azure AI Search / Chroma) β retrieval (hybrid + reranking) β generation with source citations β evaluation (groundedness, relevance).
Deliverable: repo rag-evaluado/ β functional RAG + evaluation report with metrics per question. Publishable artifact #2.
Week 11 β Comparative agents + tracesβ
Objective: compare 2β3 agent approaches on the same task and justify the selection.
| Resource | Language | Type |
|---|---|---|
| Azure AI Agent Service | πͺπΈ | Docs |
| Agent Framework: Your First Agent | π¬π§ | Lab |
| LangGraph (open, portable) | π¬π§ | Docs |
Deliverable: repo with the same task solved by 2β3 agents, captured execution traces, and a trade-off table (latency, cost, reliability).
Week 12 β CP2 close: 3 strong artifactsβ
Objective: make the three artifacts hiring-ready and pass the gate.
Checklist for Gate CP2:
- 3 repos with professional README files
- At least 1 reproducible benchmark (the evaluated RAG)
- At least 1 published technical write-up
- Architecture whiteboard narrative ready
π Phase 2 Checklistβ
- Data pipeline with impact metric (artifact #1)
- RAG system with reproducible evaluation (artifact #2)
- Agent comparison with traces (artifact #3)
- Executive dashboard + write-up published
- 3 repos with professional README files
- Gate CP2 approved
v4 Operationsβ
π Resume Valueβ
"I built an enterprise RAG system with reproducible evaluation (groundedness/relevance), an agent comparison with traces and selection criteria, and a data pipeline with measurable business impact β all published on GitHub."