Investigating with AI Agents:
the Command Line for Journalists
What AI agents can do that chatbots can't
AI agents in the terminal can do things ChatGPT can't
Tools and terminal basics
Install these free tools before we start
Navigate your file system with these commands
| pwd | Print working directory — where am I? |
| ls | List files and folders in current directory |
| cd folder | Change directory — go into a folder |
| cd .. | Go up one level |
| mkdir name | Create a new folder |
Scan the QR code to get all setup commands
Three AI agents you can run from the terminal
Three hands-on exercises
Take a messy data source and turn it into a clean, publishable dataset using an AI agent.
Use an AI agent to analyze a document, translate key sections, and extract media references.
Code an interactive scrollytelling article using an AI agent — no prior coding experience needed.
Publish your work to the web
Where your code lives online — like Google Drive for code, with version history
Tell your AI agent what to do — step by step
Terminal, AI agents, GitHub — you've got the tools