AIBC · Week 2
Week 2 – GPT Operations
Core LLM concepts + function calling
Focus for this week
Learn how GPT-style models work and how to call them from code, including sending and receiving structured data.
Skills & concepts
- • Prompting for clarity and structure
- • System vs user vs assistant messages
- • Calling GPT via API from a simple script
- • Using function calling to request JSON output
Weekly deliverable
A small script or endpoint that takes input and returns a structured JSON response from GPT.