AI Boss Courses / Course 02
Midjourney, DALL-E, Stable Diffusion, Firefly: every AI image generator works by destroying pictures with noise and learning to run the destruction backwards. In this course you operate that process yourself, then put it to work on marketing, mockups, and presentations, with the rights and deepfake risks handled like a professional.
Outcomes
The Evidence
image-text pairs in LAION-5B, the public dataset used to train Stable Diffusion. The "creativity" comes from scale.
Schuhmann et al., LAION-5B (NeurIPS 2022)images generated with Adobe Firefly in roughly its first year inside Photoshop and Express. Image generation is already standard creative tooling.
Adobe announcement (2024)transferred by an employee at engineering firm Arup after a video call where every "colleague", including the CFO, was a deepfake.
Hong Kong police case, reported February 2024copyright protection for purely AI-generated images under current US doctrine: human authorship is required. Your usage rights come from the tool's license terms.
US Copyright Office guidance (2023), incl. Zarya of the DawnCurriculum
Each module opens as its own page: the lecture, its labs and games, and next and previous controls. Your progress is saved on this device, so you can leave and pick back up any time.
The idea sounds backwards at first. To teach a machine to create images, you first teach it to destroy them, in a very controlled way. Take a photo. Sprinkle a little random static (noise) on it. Then a little more. Repeat a thousand times until nothing remains but pure static. Now train a neural network on one job only: look at a noisy image and predict what noise was just added, so it can be subtracted back out.
Do that across billions of images and something remarkable happens: a network that can remove noise from anything, even from pure static that never contained a photo at all. Feed it random static, let it "remove noise" step after step, and it will hallucinate structure into the static: edges, then shapes, then a face or a beach or a product shot. That is generation. The name for this family of models is diffusion, after the physics of particles spreading out, and the landmark recipe was published in 2020 (Ho, Jain & Abbeel, "Denoising Diffusion Probabilistic Models").
Interactive Lab 1
This is a little Caribbean beach scene drawn by code. Drag the slider to run the forward process. Notice what survives longest as noise increases: big shapes and strong colors outlive fine details. Diffusion models learn images in exactly that order, coarse first, fine last.
t = 0 of 1000: the original image.
Voxel Lab
Here the image is a voxel sculpture and the noise scatters whole cubes instead of pixels. Slide right to destroy it, press Reassemble to run the film backwards, and press New Scene to see how different starting noise builds a different sculpture.
Generation is the destruction film played in reverse. Start with a canvas of pure random static. The trained network looks at it and estimates: "here is the noise I think is on top of some underlying image". Subtract a fraction of that estimated noise. The static gets slightly less random. Look again, estimate again, subtract again. After 20 to 50 of these sampling steps, a coherent image stands where static used to be.
This also answers the question every user asks: why does the same prompt give different images every time? Because each generation starts from a different canvas of random static. That starting static is set by a number called the seed. Same prompt, same settings, same seed: same image, every time. Change nothing but the seed and you get a sibling image, same idea, different execution. Professionals save seeds the way writers save drafts.
Interactive Lab 2
You have pure static and 50 steps. Click "Denoise ×5" and watch structure emerge, coarse shapes first, details last. Then click "New Seed" and run it again: the same "prompt" (a beach scene) produces a different beach. That variation is the seed at work, not the model changing its mind.
Step 0 of 50. Pure noise, seed #1.
Two engineering facts turn the denoising trick into a product you can talk to.
First: compression. Denoising every pixel of a large image is brutally expensive. Stable Diffusion's breakthrough (Rombach et al., 2022) was to do the diffusion in a compressed representation of the image, a so-called latent space, roughly 48 times smaller, then decompress at the end. Think of sculpting a maquette instead of the full statue. That is why it could run on a gaming PC and why the whole field exploded in 2022.
Second: text steering. Your prompt is converted by a text encoder (such as CLIP, trained on hundreds of millions of image-caption pairs) into a list of numbers: an embedding, a point in a space where nearby points mean similar things. "Golden retriever" and "labrador" sit close together; "invoice template" is far away. At every denoising step, the model is nudged toward images whose meaning sits near your prompt's point. How hard it is nudged is the guidance scale (often called CFG).
Interactive Lab 3
This pad is a toy latent space with two meaning-directions: left-right morphs shape, up-down morphs color. Drag anywhere and watch the output change smoothly: nearby points, similar images. The star is your "prompt". Raise the guidance slider and your point gets pulled toward the prompt, exactly like CFG pulls generations toward your text.
drag the pad • ★ = your prompt's location
Image prompting rewards the vocabulary of a photographer or art director, because that is the vocabulary the captions in the training data used. You do not need to be an artist. You need to name what you want in the words artists use.
Game 1
Your client: a Caribbean fintech startup needs a hero image for its landing page. Brand words: trustworthy, modern, human. Pick one option per slot, then get your brief scored. 8 points available; 7 or more earns art-director status.
Game 2
Five briefs land on your desk. For each, choose: diffusion model, LLM, or human craft (photographer, designer, or you). Choosing well is the actual skill.
Under current US Copyright Office doctrine, a purely AI-generated image has no copyright owner at all: human authorship is required. In the "Zarya of the Dawn" decision (2023), a comic's human-written text and arrangement kept protection while its Midjourney images did not. Practical consequences: you usually cannot stop others from reusing your raw generations, and your rights to use them commercially come from the tool's license terms, which differ by vendor and by plan. Meanwhile, lawsuits such as Getty Images v. Stability AI test whether training on copyrighted images without a license was lawful in the first place. This area is moving; large organizations mitigate by using tools with indemnification and training-data guarantees (this is Adobe Firefly's core enterprise pitch).
Game 3
Six requests from around your company. Classify each: Green (go), Yellow (go with guardrails), Red (stop). Your reputation is the score.
Demystified
Final Exam
Twenty multiple choice questions covering all six modules. You need 80% (16 of 20) to earn the certificate. Explanations follow every question, and retakes are unlimited.
Ready? Most people take 15 minutes. Your certificate will carry the name you enrolled with.