Fill blog course-link placeholders with the course URL (#76)

Co-authored-by: claude <claude@jpaul.io>
Co-committed-by: claude <claude@jpaul.io>
This commit was merged in pull request #76.
This commit is contained in:
2026-06-22 19:15:32 -04:00
committed by Claude (agent)
parent e5960c17ab
commit 3671541d6b
18 changed files with 41 additions and 37 deletions
@@ -10,7 +10,7 @@ Tags: AI, developer workflow, getting started, terminal, VS Code,
# The Copy-Paste Problem (and How to Actually Get Started)
In the [announcement post]([COURSE LINK]) I made the case that the AI writing your code isn't your problem — everything *around* the code is. This post gets specific about that, and then gets you set up to do something about it. It's the first real lesson in [The Workflow]([COURSE LINK]), and it's the one that costs you almost nothing to follow along with.
In the [announcement post](https://git.jpaul.io/justin/ai-workflow-course) I made the case that the AI writing your code isn't your problem — everything *around* the code is. This post gets specific about that, and then gets you set up to do something about it. It's the first real lesson in [The Workflow](https://git.jpaul.io/justin/ai-workflow-course), and it's the one that costs you almost nothing to follow along with.
If you've ever built anything with an AI chat assistant beyond a one-off script, the failure I'm about to describe is going to feel uncomfortably familiar. That's the point. Naming it precisely is what makes the fix obvious later.
@@ -60,7 +60,7 @@ Here's what to get in place. You'll use all of it for the rest of the course.
### Grab the course materials
Everything you'll run lives in one repo. Grab it once, up front — no tools required beyond a web browser. Open the course home page at **[COURSE LINK]**, use its **Download ZIP** link, and unzip it under your home directory so the `modules/` folder lands somewhere tidy like `~/workflow-course/modules/`.
Everything you'll run lives in one repo. Grab it once, up front — no tools required beyond a web browser. Open the course home page at **https://git.jpaul.io/justin/ai-workflow-course**, use its **Download ZIP** link, and unzip it under your home directory so the `modules/` folder lands somewhere tidy like `~/ai-workflow-course/modules/`.
That's it — you now have every module's files locally, including a small running example app called `tasks-app` that the whole course is built around. (There's a cleaner, *updatable* way to get the repo — `git clone` — but that arrives a couple of modules in, once you've actually learned Git. A one-time ZIP is all you need today.)