Google Jules 5.7/10 Fair · T3
bestaiq
// CODE

Google Jules Review (2026): Google's Autonomous GitHub Coding Agent, Reviewed on Capability, Pricing, and Security

5.7/10
Fair · T3

A free, GitHub-native autonomous coding agent from Google that is quick to try but still short on independent proof of both capability and security.

SUB-SCORE SPINE
6.0
CAP
7.0
VAL
6.0
EAS
4.5
PRI
5.0
SUP
7.0
ECO
Independent · ad-free verdicts · we may earn affiliate commissions — this never affects our scores.
FIG · QUICK ANSWER

Jules is Google's autonomous coding agent, built inside Google Labs and powered by Google's Gemini models. It connects to a GitHub repository, clones the code into an isolated cloud virtual machine, plans a set of changes, and opens a pull request for review. Google previewed Jules in December 2024, opened a public beta in May 2025, and moved it to general availability with free and paid tiers in August 2025.

TABLE · AT A GLANCE
Category AI coding agent [liveFacts] ✓Jul'2026
Free tier 15 tasks/day, 3 concurrent tasks [liveFacts] ✓Jul'2026
Pro plan $19.99/month, 100 tasks/day, 15 concurrent tasks [liveFacts] ✓Jul'2026
Ultra plan $100 to $200/month depending on tier (restructured May 2026), up to 300 tasks/day and 60 concurrent tasks [liveFacts] ✓Jul'2026
Underlying model Gemini 3 Flash by default, Gemini 3.1 Pro on the Pro plan [liveFacts] ✓Jul'2026
Key integrations GitHub, CLI, REST API, MCP [liveFacts] ✓Jul'2026

//Strengths & things to watch

STRENGTHS
  • Free tier with no waitlist: 15 tasks a day and 3 running at once.
  • Shows an editable plan before making changes and opens a standard GitHub pull request when the task is done.
  • Reads a repo-root AGENTS.md file to build a more relevant plan for a specific codebase.
  • A growing toolset: a command-line interface, a REST API, MCP support, pull request comment handling, and an automatic CI failure fixer.
  • States plainly that it does not train on private repository code, only on public repository data.
THINGS TO WATCH
  • No independently verified SWE-bench or similar benchmark score for Jules exists yet, and it is not included in the OpenHands Index or confirmed on public leaderboards we checked.
  • An independent security researcher disclosed a prompt injection data exfiltration issue and a separate remote code execution chain nicknamed ZombAI in 2025; the researcher said the underlying sandboxing gaps were not confirmed fixed as of publication.
  • No SOC 2, ISO 27001, or similar certification specific to Jules has been published, and no data retention period for cloned code or task logs is documented.
  • User reports on Hacker News and independent blogs describe hallucinated progress claims and messy pull requests; one detailed account ranked Jules last among four async coding agents it tested.
  • No G2, Capterra, or Trustpilot listing exists for Jules, so there is no aggregated third-party rating to check against.

//How it works

  1. 01
    Connect a repository

    Jules connects to a GitHub account and repository and can be assigned a task directly or through the 'jules' label on a GitHub issue.

  2. 02
    Plan

    Jules reads the codebase, including an optional AGENTS.md file, and produces an editable plan before making any changes.

  3. 03
    Execute in an isolated VM

    The task runs in a dedicated Google Cloud virtual machine where Jules installs dependencies and modifies files; multiple tasks can run at once in separate VMs.

  4. 04
    Review the pull request

    Jules opens a GitHub pull request with its changes, can respond to PR comments, and can attempt to fix failing CI checks automatically.

FIG · SCORE BREAKDOWN
CapabilityCAP
0.30WEIGHT
6.0
ValueVAL
0.20WEIGHT
7.0
Ease of useEAS
0.15WEIGHT
6.0
PrivacyPRI
0.15WEIGHT
4.5
SupportSUP
0.10WEIGHT
5.0
EcosystemECO
0.10WEIGHT
7.0

EDITORIAL NOTEApplied a small downward adjustment because two independent security disclosures in 2025 (prompt-injection data exfiltration and a remote-control exploit) were not confirmed fully remediated as of publication, a severity the privacy sub-score's 15% weight may understate for an agent with GitHub write access and code execution.

SCORING PIPELINE — SHOW THE WORK
SOURCES
42
SUB-SCORES
6 DIMS
WEIGHTED
Σ=1.0
EDITORIAL
+OVERRIDE
VERDICT
5.7/10

//Who it's for

CHOOSE GOOGLE JULES IF…
  • Teams already working in GitHub who want an async agent that opens standard pull requests instead of relying on a chat window.
  • Developers who want a free way to try an autonomous coding agent before paying for one.
  • Users willing to review every change in full and treat Jules like a junior contributor rather than a finished product.
LOOK ELSEWHERE IF…
  • Teams that require a documented SOC 2 or ISO certification, or a defined data retention policy, before adopting a coding tool.
  • Anyone who needs an independently verified benchmark score to justify the choice, since none currently exists for Jules.
  • Users who want a track record on G2, Capterra, or Trustpilot before committing, since no listing exists yet.
TABLE · HOW IT COMPARES
ToolScoreTierFromFreeLink
Google JulesTHIS TOOL 5.7 Fair · T3 $0/mo [liveFacts] Yes
Playwright 8.4 EXCELLENT · T1 $0/mo [liveFacts] Yes Review →
Claude Code 7.9 GREAT · T2 $17/mo [liveFacts] No Review →
GitHub Copilot 7.8 GREAT · T2 $0/mo [liveFacts] Yes Review →

//What users say

AI synthesis of external reviews · not on bestaiq

Hacker News
MIXED7 sources
[S]
G2
MIXED1 review
[S]
Blogs
MIXED5 sources
[S]
◆ AI SUMMARY

Synthesized from 3 external reviews. Independent signal (Trustpilot / Reddit / verified aggregators) weighted higher than commission-carrying review sites.

MOST PRAISED
  • Plan-then-execute workflow shown before changes execute
  • Deep GitHub integration (issue labels, PR comments, CI Fixer)
  • Free tier available with no waitlist
  • Adds tests alongside implementations per one reviewer
MOST CRITICIZED
  • Reports of hallucinated progress claims (the tool reports doing something it did not)
  • Messy pull request output and missing conveniences compared to competitors
  • Context-window limits reported as inadequate for very large files on pre-Gemini-3 tiers
  • No G2, Capterra, or Trustpilot presence to gauge broader satisfaction
  • Independently disclosed prompt-injection exfiltration and remote-control vulnerabilities in 2025
TAKEAWAYSentiment is genuinely mixed and thin on formal review platforms; treat any specific satisfaction percentage as unverified.

//Frequently asked

Q1

Is Google Jules free to use?

Yes. The free tier allows 15 tasks per day with 3 running at once, on Gemini 2.5 Pro. Paid plans raise those limits and give access to newer Gemini models.

Q2

What does Google Jules cost on paid plans?

Jules is included in Google AI Pro at $19.99 a month, which raises the limit to 100 tasks a day and 15 concurrent tasks. Google restructured its Ultra plan in May 2026 into a $100 a month tier and a $200 a month tier; which one carries Jules' full 300 tasks a day and 60 concurrent tasks has not been confirmed on an official page, so check current pricing directly before subscribing.

Q3

Does Jules train on my code?

According to Jules' own documentation, it does not train on private repository code. If a connected repository is public, its data may be used for training. Google said an August 2025 wording update to this policy clarified the language without changing the underlying behavior.

Q4

Has Jules had any security problems?

Yes. An independent security researcher disclosed a prompt injection vulnerability in 2025 that could exfiltrate code to an outside server, and a separate issue where a malicious GitHub issue could lead Jules to download and run unauthorized software inside its task environment. Google was notified of both; the researcher said the underlying gaps were not confirmed fixed as of publication.

Q5

How does Jules compare to Devin, Claude Code, or OpenAI Codex?

There is no rigorous, independently verified benchmark comparing Jules against these tools. Informal, single-author tests and forum comments exist but are not standardized; some found Jules behind competitors on task completion, and one found it added tests more consistently than Codex in early testing. Treat any specific win-rate or percentage figure for Jules against a named competitor as unverified unless it cites a primary source.

BOTTOM LINE
Google Jules

Jules is a genuinely free way to try an autonomous, GitHub-native coding agent from Google, and its toolset has grown quickly since 2024. It currently lacks an independently verified benchmark score, a security certification, and a documented data retention policy, and it has two disclosed 2025 security findings that were not confirmed fixed as of publication. Review every change carefully before merging, and confirm current pricing on jules.google before subscribing, since the Ultra plan's price and task limits changed in 2026.

Fair · T3 5.7/10

//Related tools

//Featured in

42 sources· Last verified Jul 2026 ✓ VERIFIED