Google Jules
Google Labs async coding agent: clones GitHub repos into cloud VMs, plans with Gemini, opens PRs. Free 15 tasks/day; Pro/Ultra via Google AI (~$19.99+).
Pricing
Contact Sales
freemium
Category
AI Coding
0 features tracked
Quick Links
Overview
Jules is Google’s asynchronous autonomous coding agent from Google Labs. You assign a task (web UI, GitHub issue label, CLI, or API); Jules clones the repo into a secure Google Cloud VM, builds a plan with Gemini, edits multi-file code, runs commands, and opens a pull request for you to review—while you keep coding elsewhere.
Official site: jules.google. Not an IDE autocomplete copilot—a background agent for bug fixes, tests, dependency bumps, refactors, and small-to-medium features. Public beta May 20, 2025; GA August 6, 2025 (Gemini 2.5 Pro). Mid-2026 free tasks still run on Gemini 2.5 Pro; Google AI Pro/Ultra add higher limits and priority access starting with Gemini 3 Pro.
Maker: Google Labs (AIDA). Job: scoped natural-language or GitHub-issue goals → reviewable PRs without monopolizing your laptop. Sign-in is a Google account; paid throughput bundles with Google AI Pro and Ultra, not a standalone Jules SKU for most individuals.
Quick start: Sign in at jules.google → Connect GitHub → pick repo/branch → write a specific prompt (or add the jules label on an issue) → review the plan → approve → merge the PR. Optional CLI: npm install -g @google/jules.
Key features
- Cloud VM execution — Jules clones your repository into an isolated Google Cloud virtual machine, installs dependencies, and runs shell commands there. Your laptop is not the sandbox; work continues while you leave the tab.
- Plan-first workflow — Before heavy edits, Jules proposes a plan (files, steps, reasoning). You can approve, steer, or reject. Plan review is the main control surface; API sessions can auto-approve plans or require explicit approval.
- GitHub-native loop — Connect selected or all repos via the Jules GitHub app. Jules branches, produces diffs, and helps open PRs. Assign work with a
juleslabel on issues so the agent picks up work from the tracker you already use. - Gemini reasoning stack — Free tier tasks run on Gemini 2.5 Pro; Jules in Pro/Ultra advertise higher and priority access to the latest models, starting with Gemini 3 Pro. Model quality is the main driver of plan and patch quality.
- Multi-file agentic edits — Designed for coordinated changes across many files (framework upgrades, app-router migrations, test scaffolding)—not single-line completion inside an editor.
- Environment setup & secrets — Optional setup scripts and env vars for the task VM. Prefer stub/local credentials; never commit production secrets.
- AGENTS.md — Reads root
AGENTS.mdfor conventions and tooling (open agent-instructions format shared with other agents). - Audio changelogs — Audio summaries of recent commits when catching up on agent/teammate work.
- Jules Tools CLI —
npm install -g @google/jules: list repos/tasks, create remote sessions, TUI, script withgh. - Jules API (alpha) —
jules.googleapis.com, keys from Settings (max 3). Sources, Sessions, Activities;AUTO_CREATE_PR, plan approval, sendMessage. Schemas may change. - Gemini CLI extension — Delegate with
/juleswhile staying in a local agentic terminal. - Concurrency — 3 / 15 / 60 concurrent tasks by plan—useful for multi-issue backlog runs.
- Privacy (Google-stated) — Private by default; does not train on private code; data isolated in the execution environment. Re-check ToS for your account type.
Pricing
Jules is free with daily task caps. Higher throughput comes with Google AI consumer plans (Google One AI), not a separate Jules-only cart for most Gmail users. US list prices below; confirm on one.google.com/ai and Jules usage limits.
| Jules tier | Access via | US list (approx.) | Daily tasks (rolling 24h) | Concurrent tasks | Model access (docs / product) |
|---|---|---|---|---|---|
| Jules (introductory) | Free with Google account | $0 | 15 | 3 | Gemini 2.5 Pro |
| Jules in Pro | Google AI Pro | ~$19.99/mo | 100 | 15 | Higher access to latest models (starting with Gemini 3 Pro) |
| Jules in Ultra | Google AI Ultra | From ~$99.99/mo (higher Ultra tiers exist) | 300 | 60 | Priority access to latest models (starting with Gemini 3 Pro) |
Notes that matter in practice:
- Rolling 24-hour window — Hitting the daily task cap disables new tasks until the window resets; you can still review existing sessions and history.
- @gmail.com individuals — Paid Jules via Google AI is currently for individual accounts ending in @gmail.com; Workspace upgrade paths lag (interest form for business power users).
- Age gate & family — Must be 18+; family plan members do not pool Jules task limits.
- Bundle value — AI Pro/Ultra also include Gemini app limits and storage—compare full plan value to ChatGPT + Codex or Claude + Claude Code, not Jules alone.
- API alpha — API sessions still consume Jules task quotas; do not assume unlimited automation.
Pricing gotcha: Jules pages stress task counts more than dollars. Map “Jules in Pro / Ultra” to the live Google AI plan price in your country before budgeting.
Limits & gotchas
- Task & concurrency caps — Free 15/day and 3 concurrent is enough for experiments and a few PRs; heavy multi-agent backlog work needs Pro (100/15) or Ultra (300/60).
- Environment fragility — HN/Reddit often report setup-script drift (tools validated then missing mid-session, package managers reinstalled each step). Budget first-week setup on complex monorepos.
- Not zero-shot magic — Vague prompts and huge epics yield messy trees or unfinished PRs. Prefer issue-sized scope, green main, AGENTS.md.
- Async feedback — Steering is turn-based; mistakes appear after minutes of cloud work, not instantly like local Claude Code/Cursor. CI on the PR branch is almost mandatory.
- Secrets — Awkward for tests needing real keys; never paste production credentials into prompts or checked-in setup scripts.
- GitHub permissions — Org SSO/app policies can block the Jules GitHub app; use least-privilege repo selection.
- Account eligibility — Workspace-only and under-18 accounts hit friction; some regions still show limited access.
- API alpha — Breaking changes possible; max 3 API keys; exposed keys may be disabled.
- Quality vs peers — Many HN practitioners ranked Claude Code, Codex, and GitHub Copilot Agent ahead of Jules for merge-ready hard PRs—verify on your stack.
- Overlapping Google tools — Jules, Antigravity, Gemini CLI, and Code Assist share a brand but different limits and entry points.
Community sentiment
Sentiment is polarized but concrete: treat Jules as an async junior for well-scoped backlog items and users report real savings; expect Claude Code–level local agency or one-shot greenfield and many leave disappointed.
Hacker News GA threads praise phone-side async coding, dependency bumps on abandoned repos, and cloud isolation. Common complaints: flaky env setup, plans stalling after approval, branch/push confusion, and ranking Jules behind Claude Code, Codex, and Copilot Agent. Google’s YouTube+storage packaging draws meta-complaints unrelated to code quality.
Reddit (r/JulesAgent, r/googlecloud, r/vibecoding) echoes launch hype plus practical friction (test env vars, popularity vs Cursor). Third-party reviews in 2025–2026 describe the same loop—issue → VM → plan → PR—with human review required.
Async agents shine when issues are small, tests are green, and review is cheap—Jules is built for that loop, not live architecture pairing.
Who should use it
- Individual developers on Gmail + Google AI Pro who already want Gemini storage/app benefits and need a cloud PR factory for chores.
- Maintainers with clean GitHub issue hygiene who want to farm dependency bumps, test scaffolding, docs, and tightly scoped bugs overnight or on a commute.
- Teams experimenting with agent-on-issue workflows who can invest in AGENTS.md, setup scripts, and PR CI before expanding concurrency.
- Developers who prefer isolation — cloud VM only, no local agent with shell access to the primary machine.
- Not ideal as sole agent if you need tight interactive control, complex private monorepos with exotic build chains, or Workspace-only billing without Gmail Pro upgrades.
Alternatives
- OpenAI Codex — Strong cloud + CLI agent suite in the ChatGPT ecosystem; often compared head-to-head with Jules for async PR work.
- Claude Code — Best-in-class local/agentic terminal workflows for many engineers; can also run via GitHub Actions for async issue handling.
- GitHub Copilot — Coding agent / PR workflows native to GitHub; familiar for orgs already on Copilot Business/Enterprise.
- Cursor — Editor-first agent with background agents; tighter feedback loop inside the IDE when you want hands-on steering.
- Devin — Autonomous software engineer product aimed at longer agent sessions and team workflows; different pricing and enterprise motion.
- Gemini Code Assist — Google’s IDE/completion-oriented coding assistance; complementary to Jules rather than a full async PR agent replacement.
- Aider — Open, local git-centric pair programmer for developers who want repo-native diffs without a Google cloud VM.
- Windsurf — Agentic IDE experience competing with Cursor for in-editor flow.
Verdict
Jules is a real GA Google Labs coding agent—not vaporware. Honest value is the async cloud loop: scoped GitHub work → plan → PR, with human review as the quality gate. Free 15 tasks/day is enough to learn; Google AI Pro (~$20/mo) is the practical daily driver for individuals who also want Gemini Pro quotas.
It is not automatically the best coding agent of 2026. Env setup and merge rates lag peers on some stacks; Workspace billing still frustrates. Use Jules for isolation + issue-shaped backlog work with strong CI and AGENTS.md. Prefer Claude Code or Codex when interactive control and hard-repo reliability beat Google’s cloud packaging.
Bottom line: run free Jules on two real backlog issues. Mergeable with light edits → AI Pro is easy to justify. Env failures or half-finished plans → keep Jules for chores and fund the agent that already ships on your stack.
Alternatives
Best Alternatives to Google Jules
Head-to-Head
Compare Google Jules Side-by-Side
More in AI Coding