Framework · Coding Agents

Google Jules

Asynchronous cloud coding agent that fixes bugs, adds docs and builds features autonomously.

Description

Google's experimental asynchronous coding agent. It clones a repository into a cloud VM, installs dependencies, generates a plan for human approval, then autonomously modifies files while the developer works on other things. GitHub-integrated with browser notifications when tasks finish.

Solution

Async: clone repo into a cloud VM → install deps → generate a plan → human approves → autonomously edit files → notify on completion. The approval gate sits between planning and execution.

Primary use cases

  • asynchronous, autonomous bug fixes and feature work in the cloud
  • plan-then-approve coding tasks against a GitHub repo
  • offloading background coding while working elsewhere

Open the full interactive page

Diagram, neighbourhood map, code examples, related patterns and full provenance.

Related