You Can Build This
You describe what you want, Claude writes it, you run it — and that is the entire skill.
Here is what most people believe about building software tools: you need to learn to code first. Pick a language, complete a course, practice for months, and only then can you make something that runs on your computer.
That belief is outdated. It was true before AI writing tools existed. It is not true now.
This track is about proving that to you directly — by having you build an actual working thing before the track is finished.
The Only Idea You Need
There is one idea at the center of everything in this track:
That is the whole model. You tell Claude what you need. Claude produces the code. You paste it somewhere and run it. The result appears on your screen.
You are not learning a programming language. You are not memorizing syntax. You are learning to describe what you want precisely enough that an AI can do the technical work for you. That is a different skill — and it is one you already have the raw materials for.
What the Loop Looks Like
The process has three moves. You do two of them. Claude does one.
Describe it. Write what you want in plain English. "I want a script that..." followed by the specific thing. The more concrete your description, the better the result. "Make something useful" is too vague. "Give me a script that takes a dollar amount and a tip percentage and shows me the tip and the total" is a prompt Claude can work with.
Claude writes it. You paste your description into Claude (claude.ai in a browser — your own account, on your own machine) and it produces a working script. It does the syntax, the structure, the logic. You read the result, but you do not need to understand every line.
You run it. Copy the script, paste it into a terminal or a simple file, and execute it. The answer appears. This is the moment — the aha moment — when something you described with words becomes a thing that actually does something.
That loop is the skill this track teaches. Everything else builds on it.
Where You Are on the Spectrum
If you are reading this, you probably think of yourself as a non-technical person. That is a reasonable self-description, and it does not stop you from using this approach.
There is a wide range of ways to work with computers — from drag-and-drop tools that require no code to writing software from scratch. AI-assisted scripting sits between those extremes, and it is the easiest starting point for people who have never written code before.
You do not need to move along the spectrum. You do not need to eventually become a "real" programmer to get value from this. The goal is to build things that are useful to you, using the simplest approach that works. For a lot of tasks, that approach is: describe it, let Claude write it, run it.
What You Actually Need
You need a Claude account — the free claude.ai tier is enough for this track. That is it. Claude.ai in your browser — your own account, your own session.
The academy does not run your code. The academy does not have access to your machine. What you build runs on your machine, using your own Claude session, under your own control. The academy's job is to teach you how to do this — not to do it for you.
This distinction matters for one important reason: when your code runs on your machine, you are the one in control of it. Nothing runs without you telling it to. Nothing goes anywhere unless you send it. You are not handing off work to a system you cannot see — you are building a small tool and running it yourself.
What Comes Next
The next lesson in this track is where you actually build something. Not a toy example — a small, real script that does a useful thing. You will write the prompt, read what Claude produces, and run it.
The lesson after that names the skill you developed and maps where it can take you from here.
There is no coding prerequisite. You do not need to understand how Claude works internally. You do not need to have written code before.
You just need to be able to describe what you want clearly — which, if you got through this lesson, you can already do.
Continue at academy.jeremyknox.ai or read more at jeremyknox.ai.