Skills.md from Scratch: Build a Skill-Driven Coding Agent
We start from the coding agent from the prerequisite workshop and turn it into a general-purpose coding agent with two reusable behavior la…
Archive
Browse the full AI Shipping Labs workshop archive, newest first, with recordings, step-by-step tutorials, materials, and membership access labels.
We start from the coding agent from the prerequisite workshop and turn it into a general-purpose coding agent with two reusable behavior la…
We start with a DataTalks.Club Data Engineering Zoomcamp FAQ assistant, then add checks that keep the agent on topic, block unsafe response…
We build a deep research agent over the DataTalks.Club podcast archive. The workshop starts by downloading and indexing YouTube transcripts…
We build a course FAQ assistant from the bottom up. First we expose a plain Python search(query) function to the OpenAI Responses API. Then…
We build a small project bootstrapper for Django: a coding agent that takes a plain-language app request, copies a working Django template,…