Skip to content
github-actions[bot] edited this page Jun 25, 2026 · 2 revisions

The Workflow

The Toolchain Around AI Coding

A living course for IT professionals who are comfortable in an AI chat window and starting to build real software with it, but who are still copy-pasting between the chat and their files. The goal is to replace that loop with durable engineering workflows: version control, collaboration, CI/CD, runners, and the tools that extend AI into real systems.

Thesis: the model is the cheap, swappable part. The workflow around it is the skill that lasts. This course is deliberately model- and vendor-agnostic: whichever LLM you use, the scaffolding is the same.

This repo is the course, and it also dogfoods the course: it's version-controlled, it commits its own AI instructions file (AGENTS.md, the subject of Module 5), and each module is built on a branch and merged through review, the same motion the modules teach.


Contents

Unit 1: Get out of the chat window

Unit 2: Make it shareable, reviewable, recoverable

Unit 3: Automate the checking and shipping

Unit 4: Extend the AI into your systems

Unit 5: AI in the Loop

Finale


📖 This wiki is generated from the course repo; edit modules/ there, not these pages.

Clone this wiki locally