KNIGHT CENTER //
COURSE STATUS: IN DEVELOPMENT

ESCAPE THE
CHAT WINDOW

Move AI off the web and onto your machine. Scrape data, process documents, build automation pipelines, and create tools for your newsroom — all from the command line.

TRANSCRIPT

Every time you open ChatGPT, or Claude, or Gemini, you start from scratch. You paste in your documents, you fiddle with your prompts, explain what you're covering, describe the output format, and then next week, when you come back to it, you have to do it all again from scratch.

I'm Joe Amditis, Associate Director of Operations at the Center for Cooperative Media, and hopefully this course will fix that for you.

This is Advanced Prompt Engineering for Journalists, a four-week online asynchronous course from the Knight Center at UT Austin.

This course is all about escaping the chat window on the web, and moving to the command line, or at least getting off the web and getting these tools into the files and folders on your computer, so you can do real work with them.

You'll learn how to create reusable and repeatable commands for your newsroom pipelines and workflows. Together, we will use plain English to describe automation workflows and have AI build them for you right in front of your eyes.

You'll connect your tools to your data and let the AI search across them and cite its sources.

You don't need to know how to code or program or do software development. The AI handles most of that itself. All you need to do is understand and articulate what you want and how you want it, and you already do a lot of that as your day job.

So if you already have some familiarity with AI tools and you want to go from just chatting to actually delegating, then this course is for you.

Coming soon at JournalismCourses.org, and we'll see you there.

02 //

Quick start

Get up and running in three steps.

01

Install Node.js

Download from nodejs.org and run the installer. This gives you npm, the package manager you will use to install AI tools.

$ node --version
02

Install an AI tool

Pick one to start. Gemini CLI is free and works well for beginners.

$ curl -fsSL https://claude.ai/install.sh | sh
# or Gemini
$ npm install -g @google/gemini-cli
03

Fork the starter kit

Fork the starter repo, clone your fork, and launch.

$ cd mooc-starter-kit
$ claude