Slide 1 — The Agentic Design Paradigm
Welcome to Agentic Design Fundamentals. This first module is about the paradigm itself — not the tools, not the prompts, just the shift. We are going to pin down what an agent actually is, why this change arrived now rather than five years ago, and what the new working loop looks like when an agent joins your design work. We will also be honest about what does not change: taste, intent, and accountability stay with you. By the end of this module you will have the vocabulary the rest of the course depends on. Let's start with what changed.
Slide 2 — What changed: three things arrived at once
So what changed? Three things, and the important part is that they arrived together. First, coding agents became genuinely capable of multi-step work — they read your project, make a plan, edit files, and run the checks. Second, MCP gave those agents a standard way to connect to design tools, so the agent is not locked inside a chat window. Third, design-as-code formats made the design artifact itself something an agent can read and a human can diff. None of these alone is the story. Together, they mean the model can finally reach your real work — and be checked while it does it.
Slide 3 — The old loop vs the new loop
Here is the shift in one table. The old loop is tool-centric: you open the design tool, you draw every screen and every state by hand, and the output is a picture of the product that engineering rebuilds. The new loop is intent-centric: you start by writing down what you want and how you will judge it, the agent produces a working draft in the product's own materials, and your time goes into review and critique. Iteration drops from hours to minutes — but only when your intent is clear. That is the honest trade: the leverage moves from production speed to clarity of thought.
Slide 4 — What an agent is, for designers
Let's define the word, because agent gets used loosely. For our purposes, an agent is a system that does four things on your actual project. It reads — your files, your components, your tokens, your screenshots. It plans — it proposes an approach you can review before anything gets built. It acts — it edits files and generates artifacts, inside permissions you set. And it verifies — it runs checks and compares results against what you asked for. A chatbot gives you an answer you carry somewhere else. An agent works where the work lives. That difference is the whole paradigm.
Slide 5 — Four agent platforms, one comparison
You will hear four platform names throughout this course: Claude Code, Codex CLI, OpenCode, and Gemini CLI. They are all command-line coding agents, they all read an instruction file from your project, and they all have a plan-before-build mode. The differences are in ecosystem and cost: Claude Code has the most mature skills and MCP ecosystem, Codex sits naturally in GitHub workflows, OpenCode is open source and model-agnostic, and Gemini CLI is the cheapest way to start. Here is the part that matters: every technique in this course works on all four. Pick one, and don't let the choice become procrastination.
Slide 6 — Design-as-code: the artifact becomes diffable
Here is a property that sounds technical but decides everything: whether your design artifact is diffable. When a design lives as text — component code, a token file, a canvas format like .pen, an SVG — an agent can read it, change it precisely, and show you exactly what changed, line by line. When it lives in a binary file, the agent is locked out, and your review turns into squinting at screenshots. This does not mean giving up visual tools. Connected canvases keep a visual surface on top of readable files. But where the design lives decides whether an agent can genuinely work on it.
Slide 7 — The agentic design loop
This is the loop the whole course is built around. You write the brief — intent, constraints, and how the result will be judged. The agent answers with a plan, while it is still read-only. You review that plan; this is the cheapest correction you will ever make, because nothing has been built. Then the agent generates, the work goes through critique — automated checks plus your judgment — the agent revises, and you decide what ships. Notice the pattern: the agent runs the production steps, and you hold the gates. Skip the gates and you get speed with nothing protecting the quality.
Slide 8 — What stays human
Now the part that stays with you. Agents are strong at execution inside stated constraints. They are not the source of taste — knowing which of five competent options is right for this product. They do not own intent — deciding what a screen is for and what to leave out. They cannot exercise judgment about context that never appears in the files: politics, history, risk. And they carry no accountability — when the work ships, your name is on it. So the floor of execution rises, and the value of a clear point of view rises with it. That is not a comforting footnote. It is a real change in what the job rewards.
Slide 9 — Closing the gap
Here is how the author of the two books behind this course frames it: we must close the gap between visual thinking and syntax execution — the agent is the bridge that lets designers write code like they design. The gap is one every designer knows. You think in hierarchy, rhythm, and flows; the product is made of components, tokens, and markup. That gap used to be crossed by handoff, and handoff is where intent leaks. With an agent, you stay in design language — the brief and the critique — while the agent executes in the product's real materials. You direct the syntax. You do not have to type it.
Slide 10 — Common misconceptions
Before we go further, let's clear out the misconceptions that derail teams. It is not just better prompting — the leverage lives in the harness and the review gates, not in magic wording. Agents do not replace designers; they replace production keystrokes, and they amplify whoever has the clearest intent. First drafts are not production-ready — they are reviewable, which is different. You do not need to write code — but you do need to read and critique what the agent produces. And one great demo does not mean your team is ready; repeatability comes from shared setup and shared habits, which is exactly where this course goes next.
Slide 11 — Worked example: the same task, twice
Let's make this concrete with a real run from this school's own site. The task: add a strip to the field-notes page explaining how a note gets made. We ran it twice. The one-line request came back as a marketing band with a gradient and an invented call-to-action, failed the token audit with ten violations, and took three correction rounds — about forty minutes. The briefed run, with the agent in plan mode, restated the job, reused the existing components, even flagged a contradiction in the brief — and needed one fix after a type error. About twenty minutes, including writing the brief. Same agent, same task. The brief just moved the correction to where it is cheap.
Slide 12 — Exercise: inventory one task
Time to make this yours. Pick one design task from your actual week — something bounded, a section or a component, not a whole redesign. On one page, sketch how it would run through the loop. Write the brief in seven lines. Mark which steps the agent would run and which gates you would hold. List what the agent would need to read to do the work properly. And note one thing that could plausibly go wrong, plus which gate would catch it. Don't run it yet. Keep the page — at the end of Module 3 you will run this exact task with an agent and compare.
Slide 13 — Summary, and what comes next
Let's close the module. The shift is structural, not cosmetic: agents can now reach your real project, through MCP, on artifacts that are text rather than binary. An agent reads, plans, acts, and verifies — which is why it needs gates, not just prompts. The loop is brief, plan, review, generate, critique, revise, ship; the agent runs production and you hold the gates. The platforms differ, but the skills transfer. And taste, intent, judgment, and accountability stay yours — worth more now, not less. In Module 2 we slow that loop down and walk it step by step, as a daily working rhythm. See you there.