Last updated: March 29, 2026

← MSBAi Home

Agentic AI for Analytics

Program-level details: See program/curriculum.md

Credits: 2 Term: Spring 2027 (Weeks 5-8, concurrent with BADM 558 second half) Instructor: TBD
Status: Draft No instructor assigned. Tentative — pending review.

Course Vision

Students move beyond prompt engineering to build AI-powered analytics systems. The course covers LLM fundamentals, Retrieval-Augmented Generation (RAG) pipelines, and agentic AI patterns — equipping graduates to build internal AI tools, not just use them. By course end, students can design and implement RAG systems and agent-based workflows for real analytics problems.


Learning Outcomes (L-C-E Framework)

Literacy:

Competency:

Expertise:


Week-by-Week Breakdown

Week Topic Activities Assessment
1 LLM fundamentals + prompt engineering Transformer architecture overview, prompt patterns for analytics (chain-of-thought, few-shot), AI for SQL/Python generation Assignment 1: Prompt engineering exercises · Milestone 1: Problem statement + data source
2 RAG implementation LangChain fundamentals, document chunking strategies, embedding models (OpenAI Embeddings API), vector databases (ChromaDB/Pinecone), retrieval evaluation Assignment 2: RAG pipeline lab · Milestone 2: RAG prototype + retrieval evaluation
3 Agentic AI patterns + governance Function calling, tool use, multi-agent intro, orchestration patterns, NIST AI RMF overview, AI governance basics Assignment 3: Agentic AI lab · Milestone 3: Agent integration + governance plan
4 Capstone project + ethics Build RAG or agent-based analytics workflow, ethics case study, responsible AI checklist Final deliverable: Agentic capstone + oral defense

Assessments (1 individual project — 4-week course)

Weekly Assignments (30% of grade)

Project Milestones (25% of grade) Progressive deliverables toward the final project, submitted individually:

Final Project Deliverable — Agentic Capstone (35% of grade)

Studio Participation (10% of grade)


Assessment Summary

Component Weight Notes
Weekly assignments 30% 3 assignments (Weeks 1-3), individual
Project milestones 25% 3 progressive deliverables (Weeks 1-3), individual
Final project (Agentic Capstone) 35% Week 4, individual, includes oral defense
Studio participation 10% Weekly attendance + live exercises

No traditional exam. Project-based with AI systems focus.

AI Usage Levels (AIAS)

Assessment AIAS Level AI Permitted
Weekly Assignments 4 AI is the subject — students build, evaluate, and critique AI systems
Project Milestones 4 AI is the subject — students design and prototype AI pipelines
Final Project (Agentic Capstone) 4 AI is the subject — students design and implement agent-based workflows
Oral Defense (in Final Project) 0 No AI
Studio Participation 3 AI as collaborator — full integration for hands-on AI experimentation

Rubric (5 dimensions)

Dimension Excellent (A) Proficient (B) Developing (C)
RAG Implementation Well-architected pipeline, strong retrieval accuracy, justified chunking/embedding choices Functional pipeline, adequate accuracy Basic implementation, poor retrieval quality
Agentic Design Sophisticated agent patterns, effective tool use, handles edge cases Functional agent, basic tool integration Minimal agent functionality
AI Governance Comprehensive model card, risk assessment, NIST alignment Adequate governance documentation Minimal or missing governance
Code Quality Production-ready, well-documented, tested Functional with minor issues AI code has problems
Oral Defense Explains architecture clearly, handles questions confidently, articulates trade-offs Adequate explanation, answers most questions Cannot explain choices or struggles with Q&A

Competitive Agent Exercise Ideas

These in-class activities use agent-vs-agent competition to teach prompting, fine-tuning, and AI safety concepts through gameplay. Inspired by Manzoor (2026) at Cornell (haggleforme.computer).

Exercise A: Procurement Negotiation Arena

Exercise B: Analyst vs. Auditor

Exercise C: Fine-Tuning Showdown (Week 3)

Implementation note: These exercises can be built with AI coding agents using a SPEC.md — see design/faculty_resources.md for the workflow. The instructor doesn’t need web development skills.


Technology Stack

Prerequisites


Course Sequence:BADM 558 — Big Data Infrastructure Next: Quantum Computing for Optimization