stage · Your workspace
26The terminal isn't scary
Five minutes to stop being afraid of it
A black window full of text frightens roughly everybody. Let's take it apart.
The terminal is a way of talking to your computer in text instead of with a mouse. Instead of "double-click the folder" you write "go into the folder". That's it. No mystery, just a different way of giving the same instructions.
Why it matters to us: AI agents live there. And it suits them - they don't have to guess where you clicked, they just act.
What you actually need at the start: how to open a terminal, how to move into a folder, how to run a program. That's three commands. The AI will tell you the rest.
And here's the trick that removes the fear: you can ask the AI about the terminal, in the terminal. "I'm in the terminal, I don't understand what's happening, here's what it says" - and it will explain and tell you what to type. That's how I learned: I didn't read manuals, I asked as I went.
One safety rule: don't paste commands you don't understand if you got them from some random place online. Ask the AI what the command does before running it. It will tell you honestly.