Overview
Google’s autonomous coding agent that runs in a cloud VM, takes GitHub tasks, and produces pull requests using Gemini models.
Details
Jules is Google’s asynchronous autonomous coding agent powered by Gemini models. You assign it a GitHub issue or task description, and it spins up a cloud VM, clones the repo, plans the work, edits files, runs tests, and opens a pull request. Jules emphasizes parallelism (run many tasks concurrently), an audit log of agent actions, and a clean integration with GitHub. Jules graduated from Google Labs to a generally available product in 2025.
Tags
coding, autonomous-agent, cloud, github