Overview
The agent environments discussed in this module include Codex, Claude Code, and Google's Anti-gravity environment. Their interfaces differ, but their operating pattern is similar.
A typical environment contains:
- A conversation area where the user provides goals and feedback.
- A workspace or folder containing project files.
- A reasoning or planning area.
- Tool-call indicators showing what the agent is doing.
- A way to queue or steer messages while work is in progress.
- The ability to open or preview the generated output.
A simple website-building example illustrates the pattern. The user opens a project folder and asks the agent to create a minimal portfolio site. The agent inspects the workspace, creates the required files, writes the code, and reports completion. The user can then ask it to open the site. The message can be queued while the build is still running, allowing the agent to consume the next instruction after completing the current step.
The products may use different visual conventions, but the user is still managing the same underlying loop: provide a goal, allow the agent to plan and act, inspect the result, and steer or revise as needed.
The practical lesson is to focus less on small interface differences and more on the transferable skills of defining work, designing instructions, selecting tools, managing context, and validating results.