- Follow the initial instructions to Get Started with Autonomy.
- Set up your favorite coding agent and give it the following prompt.
Prompt:
Your coding agent will:
- Refer to the Autonomy documentation to learn how to create, deploy, and debug Autonomy apps.
- Create a README describing the architecture of the application.
- Write Python code for claim extraction, fact-checking, and reporter agents.
- Write code to create parallel fact-checking deep-research agents.
- Set up the Brave Search MCP server and create streaming APIs.
- Build a Next.js user interface.
- Deploy the application to the Autonomy Computer and test it.
Using Docker in Claude Cowork
Claude Cowork runs in a VZVirtualMachine (Apple’s Virtualization framework). To use Docker inside Claude Cowork, you need to expose your Docker daemon to the macOS VM. If you use Docker Desktop, enable “Expose daemon on tcp://localhost:2375 without TLS” in Docker Desktop settings, then create an SSH tunnel to expose it to the VM that Claude Cowork runs in. If you use Podman as your Docker daemon on macOS, you can expose it to Claude Cowork by setting up an SSH tunnel: On your Mac host (run this before starting Claude Cowork):Learn More
Agents
Create deep work agents.
Tools
Give agents the ability to take actions.

