Session 1 Slides: The AI-Native Workspace

--:-- --
↓ Scroll for more

Session 1

The AI-Native Workspace

AI Product Engineering

Building Intelligent Applications with Modern AI

Block 1: Foundations & The Exocortex | 2 Hours

The Old World

Building AI required expensive GPUs, specialised teams, and years of training.

  • Computer vision project: weeks of GPU time + PhD team
  • Recommendation engine: data scientists + ML engineers + infra
  • Chatbot: NLP experts + labelled training data

That world no longer exists for most practitioners.

The New World

Foundation models are accessible via a simple API call.

Send text (or image, audio, document)
Model runs on infrastructure you never touch
Receive sophisticated, structured response
Pay per use β€” not for the hardware

Three Levels of AI Interaction

LevelExampleResult
Consumer"Give me a recipe"One answer, conversation ends
Prompt Writer"Act as a chef and…"Better answer, still one-shot
Engineering PartnerIterative: define β†’ generate β†’ evaluate β†’ revise β†’ testWorking software

This course operates at Level 3.

THINK β†’ KNOW β†’ BUILD β†’ CONNECT β†’ EQUIP β†’ EVALUATE β†’ SHIP

🧠 THINK β€” Explore problems with AI

πŸ“š KNOW β€” Build your knowledge base

πŸ”¨ BUILD β€” Scaffold with AI coding partner

πŸ”Œ CONNECT β€” Wire to cloud AI APIs

πŸ› οΈ EQUIP β€” Add tools & agentic workflows

πŸ§ͺ EVALUATE β€” Test for failures

πŸš€ SHIP β€” Deliver working prototype

Lab: Set Up Your Workspace

  1. GitHub Copilot β€” VS Code extension, student licence
  2. Google AI Studio β€” aistudio.google.com β†’ get API key
  3. Verify: open a .py file, Copilot suggests code

Store your API key safely. You will use it from Session 7 onwards.

Define Your AI Product Idea

You will build one project across all 15 sessions.

QuestionAnswer
ProblemWhat specific issue does it solve?
UserWho uses it? (Be specific)
AI RoleWhat does the AI specifically do?
Success MetricHow do you know it works?

Session 1 Summary

  • Cloud AI = foundation model capability via API call
  • AI as engineering partner, not search engine
  • Framework: THINK β†’ KNOW β†’ BUILD β†’ CONNECT β†’ EQUIP β†’ EVALUATE β†’ SHIP
  • You have a product idea, a workspace, and an API key

Next Session: Prompting & Structured Outputs