Organise was about reading a pile and deciding where things belong. Compute is different. It's about doing things that used to require a programmer — reading data out of files, transforming it, calculating across it, writing results back out. Tasks that were never hard to understand, just impossible to do without code.
Now you have a CS PhD on call. You describe the outcome in plain language — Majk writes the code, runs it, and hands you the result. The barrier was never the idea. It was the implementation.
Before AI, these tasks belonged to programmers. Not because they were conceptually hard — but because turning the idea into working code was a skill most people didn't have.
You always knew what you wanted. You just couldn't tell a computer how to do it. That's what's changed.
Compute requires three things: knowing what to ask for, knowing how to describe it clearly, and knowing how to correct it when the result isn't quite right. That's what the next tutorials teach.