# Goose Projects at AI Tinkerers

> Canonical HTML: https://aitinkerers.org/technologies/goose
> Markdown URL: https://aitinkerers.org/technologies/goose.md
> Technology record last updated: 2026-09-18T15:13:42Z
> Generated: 2026-09-20T13:50:37Z

Goose is an open-source AI agent that automates software development tasks by directly interacting with your local shell, filesystem, and editor.

Goose turns LLMs into active contributors. Built by Block, this Rust-based CLI executes complex engineering workflows (like migrating a legacy Python 2 codebase to Python 3.12 or refactoring React components) by managing its own environment. It uses the Model Context Protocol (MCP) to extend its capabilities, allowing it to browse documentation, run unit tests, and commit code changes autonomously. You provide the objective: Goose handles the execution.

- Official technology site: https://block.github.io/goose/
- Public AI Tinkerers demos and talks: 1
- Result page: 1 of 1

## Recent Public Talks and Demos

### [Using Greywall's Sandbox + Proxy to Inspect an Agent Loop in Detail](https://toronto.aitinkerers.org/talks/rsvp_8jTeClvXAzk)

Greywall is a software-defined sandbox tool that provides a userland-defined sandbox, and funnels all network traffic through a SOCKS5 proxy. With these two pieces, we can dynamically block or allow requests, modify requests before they leave the proxy, and build a complete story of everything an AI agent request is doing (including sub-agents, all filesystem calls, etc).

- Event context: AI Tinkerers Toronto - April 2026 - hosted by Shopify — 2026-04-29 — Toronto
- Public talk page: https://toronto.aitinkerers.org/talks/rsvp_8jTeClvXAzk

## Related Technologies

- [Claude Code](https://aitinkerers.org/technologies/claude-code) ([Markdown](https://aitinkerers.org/technologies/claude-code.md)) — 214 public demos
- [Greywall sandbox/proxy](https://aitinkerers.org/technologies/greywall-sandbox-proxy) ([Markdown](https://aitinkerers.org/technologies/greywall-sandbox-proxy.md)) — 1 public demo
- [SOCKS5](https://aitinkerers.org/technologies/socks5) ([Markdown](https://aitinkerers.org/technologies/socks5.md)) — 1 public demo
