The Command Line: The Door to Every Powerful AI Tool
Agentic AI Essentials Β· Hands-on micro-session
Session Objective
The terminal is not a developer tool. It is a text interface to your operating system - the same file manager you already use, just faster and more powerful. Five commands cover 90 percent of what an AI Officer needs: `pwd` to see where you are, `ls` or `dir` to list files, `cd` to move into a folder, `mkdir` to create a folder, and running a command to launch a tool or script. Every powerful AI automation tool - Claude Code, MCP connections, automation scripts - has a terminal component in its setup. Getting comfortable here does not make you a developer. It makes you someone who can follow a setup guide, install a tool, and run a script without needing help.
Your Challenge
Complete the following steps
STEP 1
Open your terminal (1 minute)
On Mac: Press Command + Space, type "Terminal," press enter.
STEP 2
Navigate to your Documents folder (3 minutes)
First, type `pwd` (Mac) or `cd` alone (Windows) and press enter. This shows you where you currently are.
STEP 3
List the files (2 minutes)
Once you are in your Documents folder, type `ls` on Mac or `dir` on Windows and press enter.
STEP 4
Create your ai-workspace folder (2 minutes)
Type `mkdir ai-workspace` and press enter.
STEP 5
Take a screenshot (2 minutes)
Take a screenshot showing your terminal with the commands you ran and the output. The screenshot should show at least the `cd Documents`, the `ls` or `dir` output, and the `mkdir ai-workspace` command.
What to Submit to Your AI Buddy
Your screenshot β showing the terminal with your commands and outputs
One sentence on what was harder than expected β be honest, this helps improve the session
One sentence on what was easier than expected β there is always something
Grading Criteria
The screenshot shows a real
not a search result or a photo of a terminal, but an actual terminal window with commands 2. **The navigation happened** - the path shown in the terminal reflects the Documents folder or equivalent 3. **The mkdir command ran** - the ai-work