Skip to content

Bash

Time to touch on the tools themselves.

When you start working with an agent, you’ll see your computer typing out a bunch of commands. This is basically what a developer would be doing if they were really technical and lived in a terminal all day (without an agent).

The main tool here is called Bash (A specific shell program - the default on most Linux systems and older Macs. It interprets the commands you type in a terminal.). Agents love it because they can just do stuff: run commands, look things up, move files around, chain a bunch of operations together.