Skip to content

Rank #7 of 9 in Software Factory

no public signals

Showcase

Jules homepage screenshot
homepage · captured Sep 2026 · view live ↗
Jules docs screenshot
docs · captured Sep 2026 · view live ↗

Google ships more than one product — each judged line competes in its own arena on the same stories as everyone else.

Not yet judged (4 — no arena where they compete): Google AI Studio · Flow · Gemini in Chrome · Gemini Code Assist

Verified integrations

Connections to other tracked products — hover a chip for the verbatim evidence quote behind it.

By theme — the product's score on each story themeBy theme

Agenticness — how well agents can access and operate the productAgenticnessevidence →

How well agents can access and operate the product

32.2/100

Automation depth — how much of the product can run unattendedAutomation depthevidence →

How much of the product can run unattended

18.8/100

Autonomous implementation — end-to-end implementation by the agent — multi-file changes, task completionAutonomous implementationevidence →

End-to-end implementation by the agent — multi-file changes, task completion

52.4/100

Human oversight — keeping a human in the loop — approvals, checkpoints, interruptsHuman oversightevidence →

Keeping a human in the loop — approvals, checkpoints, interrupts

29.0/100

Intent to spec — stories about intent to spec in this arenaIntent to specevidence →

Stories about intent to spec in this arena

44.0/100

Openness — open source, data portability, and self-hosting storiesOpennessevidence →

Open source, data portability, and self-hosting stories

6.0/100

Pricing limits — free-tier ceilings, usage caps, and rate limits before you have to payPricing limitsevidence →

Free-tier ceilings, usage caps, and rate limits before you have to pay

8.0/100

Privacy posture — data-handling and privacy storiesPrivacy postureevidence →

Data-handling and privacy stories

0.0/100

Repo integration — stories about repo integration in this arenaRepo integrationevidence →

Stories about repo integration in this arena

42.9/100

Review quality gates — quality gates on changes — review flow, required checks, merge protectionReview quality gatesevidence →

Quality gates on changes — review flow, required checks, merge protection

27.2/100

Scale parallelism — running many jobs at once — concurrency, fleets, queueingScale parallelismevidence →

Running many jobs at once — concurrency, fleets, queueing

29.8/100

Story verdicts — every judged story with its evidenceStory verdicts

What’s free: 4 free · 0 paid · 0 enterprise · 35 not stated in evidence

?

Sorted by importance (agentic first) (high → low) · 73/73 stories · click a row’s chevron for the rationale and evidence

Delegate tasks to a built-in AI assistant inside the product G

Agentic features

ai-native userAgenticness — how well agents can access and operate the productAgenticness3full8/10X

Drive the product through a documented public API G

Agent access

ai-native userAgenticness — how well agents can access and operate the productAgenticness3full8/10T

Connect an agent via an official MCP server G

Agent access

ai-native userAgenticness — how well agents can access and operate the productAgenticness3n/a0/10

Plug MCP servers into this product so it can use their tools G

Agent access

ai-native userAgenticness — how well agents can access and operate the productAgenticness3none0/10

Operate the product with natural-language commands G

Agentic features

ai-native userAgenticness — how well agents can access and operate the productAgenticness2fullfree8/10X

Build against official SDKs G

Agent access

ai-native userAgenticness — how well agents can access and operate the productAgenticness2full7/10T

Run the product headlessly / in CI for automation G

Agent access

ai-native userAgenticness — how well agents can access and operate the productAgenticness2full7/10X

Get AI-generated insights and suggestions from my data inside the product G

Agentic features

ai-native userAgenticness — how well agents can access and operate the productAgenticness2partial6/10X

Set up automations that run autonomously in the background G

Agentic features

ai-native userAgenticness — how well agents can access and operate the productAgenticness2partial6/10X

Download a machine-readable API spec (OpenAPI or equivalent) G

Api quality

ai-native userAgenticness — how well agents can access and operate the productAgenticness2none0/10

Explore an interactive API reference with runnable examples G

Api quality

ai-native userAgenticness — how well agents can access and operate the productAgenticness2none0/10

Issue scoped/least-privilege API credentials for an agent G

Agent access

ai-native userAgenticness — how well agents can access and operate the productAgenticness2none0/10

Point an agent at llms.txt or agent-oriented docs G

Agent access

ai-native userAgenticness — how well agents can access and operate the productAgenticness2none0/10

Rely on versioned APIs with a documented deprecation policy G

Api quality

ai-native userAgenticness — how well agents can access and operate the productAgenticness2none0/10

Subscribe to events via webhooks G

Agent access

ai-native userAgenticness — how well agents can access and operate the productAgenticness2none0/10

Use an official CLI G

Agent access

ai-native userAgenticness — how well agents can access and operate the productAgenticness2none0/10

Test against a sandbox environment without touching production data G

Api quality

ai-native userAgenticness — how well agents can access and operate the productAgenticness1partial5/10C

Connect a GitHub repository so an agent can access the code and open pull requests against it C

Version control integration

developerRepo integration — stories about repo integration in this arenaRepo integration3full9/10X

Review a diff of an agent's changes and approve it before it becomes a pull request C

Diff review

developerReview quality gates — quality gates on changes — review flow, required checks, merge protectionReview quality gates3full9/10X

Assign a coding task to an agent directly from an existing issue or ticket C

Ticket driven tasking

developerIntent to spec — stories about intent to spec in this arenaIntent to spec3full8/10X

Have an agent autonomously diagnose and fix a reported bug C

End to end feature delivery

developerAutonomous implementation — end-to-end implementation by the agent — multi-file changes, task completionAutonomous implementation3fullfree8/10X

Have an agent safely execute code and install dependencies inside an isolated sandbox C

Sandbox execution

developerAutonomous implementation — end-to-end implementation by the agent — multi-file changes, task completionAutonomous implementation3full8/10X

Review and approve an agent's implementation plan before any code changes are made C

Plan approval

developerIntent to spec — stories about intent to spec in this arenaIntent to spec3full8/10C

Add a context file describing my codebase conventions so agents generate more relevant plans and code C

Knowledge context

developerRepo integration — stories about repo integration in this arenaRepo integration3full7/10C

Describe a feature or bug in plain language and have it automatically turned into a scoped implementation task C

Natural language task intake

developerIntent to spec — stories about intent to spec in this arenaIntent to spec3partial6/10X

Have an agent implement a requested feature end-to-end, including writing tests C

End to end feature delivery

developerAutonomous implementation — end-to-end implementation by the agent — multi-file changes, task completionAutonomous implementation3partial6/10X

Run many agent tasks concurrently to scale delivery throughput C

Concurrent execution

engineering-leadScale parallelism — running many jobs at once — concurrency, fleets, queueingScale parallelism3partialfree6/10X

Define rules that trigger actions automatically on events G

ai-native userAutomation depth — how much of the product can run unattendedAutomation depth3partial5/10C

Watch what a running agent is doing in real time, including its current status C

Visibility monitoring

developerHuman oversight — keeping a human in the loop — approvals, checkpoints, interruptsHuman oversight3partial5/10X

Set tiered autonomy levels controlling what an agent can do without manual confirmation C

Approval controls

engineering-leadHuman oversight — keeping a human in the loop — approvals, checkpoints, interruptsHuman oversight3partial4/10C

Have failed CI workflows automatically diagnosed and fixed with a proposed pull request C

Ci remediation

engineering-leadReview quality gates — quality gates on changes — review flow, required checks, merge protectionReview quality gates3partial3/10C

Have every pull request automatically reviewed with AI-generated inline comments C

Pr review automation

engineering-leadReview quality gates — quality gates on changes — review flow, required checks, merge protectionReview quality gates3none0/10

Self-host the core product G

ai-native userOpenness — open source, data portability, and self-hosting storiesOpenness3none0/10

Connect issue trackers like Jira, Linear, ClickUp, or Monday.com so agents can manage tickets directly C

Project management integration

product-managerRepo integration — stories about repo integration in this arenaRepo integration3noneuntestednone yet

Export all of my data in open formats and leave G

ai-native userOpenness — open source, data portability, and self-hosting storiesOpenness3noneuntestednone yet

Prevent my data from being used to train AI models G

ai-native userPrivacy posture — data-handling and privacy storiesPrivacy posture3noneuntestednone yet

Configure an agent to automatically open a pull request when its task completes C

Diff review

developerReview quality gates — quality gates on changes — review flow, required checks, merge protectionReview quality gates2full8/10X

Get notified when an agent completes a task or needs my input C

Visibility monitoring

developerHuman oversight — keeping a human in the loop — approvals, checkpoints, interruptsHuman oversight2full8/10X

Have an agent automatically clone the repo, install dependencies, and configure its own working environment C

Environment setup

developerAutonomous implementation — end-to-end implementation by the agent — multi-file changes, task completionAutonomous implementation2full8/10X

Use a managed cloud offering to run agents without operating my own backend infrastructure C

Deployment flexibility

developerScale parallelism — running many jobs at once — concurrency, fleets, queueingScale parallelism2full8/10X

Send follow-up instructions to an active agent session to steer its work without restarting C

Interactive takeover

developerAutonomous implementation — end-to-end implementation by the agent — multi-file changes, task completionAutonomous implementation2full7/10X

Approve a task's scope and contract before an agent is allowed to modify the repository C

Plan approval

engineering-leadIntent to spec — stories about intent to spec in this arenaIntent to spec2partial6/10C

Grant an agent access to my repositories with a one-click install, without complex setup C

Version control integration

developerRepo integration — stories about repo integration in this arenaRepo integration2partial6/10X

Do everything through the API that I can do in the UI G

ai-native userOpenness — open source, data portability, and self-hosting storiesOpenness2partial5/10T

Perform bulk operations across many items at once G

ai-native userAutomation depth — how much of the product can run unattendedAutomation depth2partial5/10X

Run an agent headlessly inside CI/CD pipelines and shell scripts C

Headless automation

developerScale parallelism — running many jobs at once — concurrency, fleets, queueingScale parallelism2partial5/10X

Take over an in-progress agent task in my editor, terminal, or browser to finish or redirect the work C

Interactive takeover

developerAutonomous implementation — end-to-end implementation by the agent — multi-file changes, task completionAutonomous implementation2partial5/10X

Trigger an agent from CI/CD pipelines to fix a broken build or failing test C

Ci remediation

developerReview quality gates — quality gates on changes — review flow, required checks, merge protectionReview quality gates2partial5/10X

Configure an agent to auto-approve all its actions instead of confirming each one C

Approval controls

developerHuman oversight — keeping a human in the loop — approvals, checkpoints, interruptsHuman oversight2partial4/10C

Have an agent automatically generate and run tests to validate its own code changes before proposing them C

End to end feature delivery

ai-native userAutonomous implementation — end-to-end implementation by the agent — multi-file changes, task completionAutonomous implementation2partial4/10X

See and manage plan-based daily task and concurrency limits for agent workflows G

Usage quotas

engineering-leadPricing limits — free-tier ceilings, usage caps, and rate limits before you have to payPricing limits2partialfree4/10X

Tag an agent in a chat thread to discuss and delegate a bug or task C

Chat integration

developerRepo integration — stories about repo integration in this arenaRepo integration2partial4/10X

Bring my own LLM or API key so agents run on the model of my choice C

Model flexibility

engineering-leadPricing limits — free-tier ceilings, usage caps, and rate limits before you have to payPricing limits2none0/10

Convert user feedback submissions into structured tasks with proposed scope C

Natural language task intake

product-managerIntent to spec — stories about intent to spec in this arenaIntent to spec2none0/10

Create agent sessions on behalf of other users in my organization C

Concurrent execution

engineering-leadScale parallelism — running many jobs at once — concurrency, fleets, queueingScale parallelism2none0/10

Go from a mockup or design to a working implementation without an engineering handoff C

End to end feature delivery

product-managerAutonomous implementation — end-to-end implementation by the agent — multi-file changes, task completionAutonomous implementation2none0/10

Have each task prompt automatically routed to the most suitable underlying model C

Model control

ai-native userHuman oversight — keeping a human in the loop — approvals, checkpoints, interruptsHuman oversight2none0/10

Have incoming issues automatically triaged with severity suggested and routed to the right owner C

Pr review automation

ai-native userReview quality gates — quality gates on changes — review flow, required checks, merge protectionReview quality gates2none0/10

Have security alerts automatically validated and remediated with an opened pull request C

Security remediation

engineering-leadReview quality gates — quality gates on changes — review flow, required checks, merge protectionReview quality gates2none0/10

License an enterprise deployment with SSO and commercial support for organization-wide rollout G

Enterprise licensing

engineering-leadPricing limits — free-tier ceilings, usage caps, and rate limits before you have to payPricing limits2none0/10

Read the product's source under an open license G

ai-native userOpenness — open source, data portability, and self-hosting storiesOpenness2none0/10

Schedule recurring jobs or workflows G

ai-native userAutomation depth — how much of the product can run unattendedAutomation depth2none0/10

Self-host agent infrastructure locally, in containers, or on my own VMs C

Deployment flexibility

engineering-leadScale parallelism — running many jobs at once — concurrency, fleets, queueingScale parallelism2none0/10

Attach a marked-up screenshot or mockup to a task so the agent implements the correct visual change C

Natural language task intake

developerIntent to spec — stories about intent to spec in this arenaIntent to spec2noneuntestednone yet

Choose where my data is stored (region/residency) G

ai-native userPrivacy posture — data-handling and privacy storiesPrivacy posture2noneuntestednone yet

Control data retention and deletion G

ai-native userPrivacy posture — data-handling and privacy storiesPrivacy posture2noneuntestednone yet

Opt out of telemetry and usage tracking G

ai-native userPrivacy posture — data-handling and privacy storiesPrivacy posture2noneuntestednone yet

Run a readiness report that evaluates how ready my repository is for autonomous agents C

Readiness checks

engineering-leadReview quality gates — quality gates on changes — review flow, required checks, merge protectionReview quality gates2noneuntestednone yet

Approve key agent decisions from my phone while agents continue working C

Approval controls

product-managerHuman oversight — keeping a human in the loop — approvals, checkpoints, interruptsHuman oversight1partial6/10X

Automatically fix failing agent-readiness criteria in my repository C

Readiness checks

engineering-leadReview quality gates — quality gates on changes — review flow, required checks, merge protectionReview quality gates1none0/10

Query generated documentation for any public or private repository C

Knowledge context

developerRepo integration — stories about repo integration in this arenaRepo integration1none0/10

Switch away from automatic model selection to a specific model of my choice C

Model control

engineering-leadHuman oversight — keeping a human in the loop — approvals, checkpoints, interruptsHuman oversight1noneuntestednone yet

Version, review, and roll back my automations G

ai-native userAutomation depth — how much of the product can run unattendedAutomation depth1noneuntestednone yet

Opportunities — the stories that would move this product's scores, from its own judged verdictsOpportunitiestop 8 of 55 stories with headroom

What would move Jules’s scores — derived from its own judged verdicts, biggest headroom first. Each line quotes what the judge found missing; shipping it (or evidencing it publicly) is the fix.

  1. Agenticness — how well agents can access and operate the productPlug MCP servers into this product so it can use their tools

    nonemoves agent-readyimpact 45

    No evidence that Jules can connect to or consume external MCP servers as tool providers; the only MCP-related evidence (jules-comm-19) describes someone building an MCP server that calls INTO the Jules API, which is the reverse integration direction, not Jules plugging in MCP servers for its own tool use.

  2. Review quality gates — quality gates on changes — review flow, required checks, merge protectionHave every pull request automatically reviewed with AI-generated inline comments

    nonemoves PA Scoreimpact 30

    Jules is documented as a task-execution agent that clones repos, makes code changes, and creates its own PRs for approval — not as a bot that automatically reviews incoming pull requests with inline comments.

  3. Repo integration — stories about repo integration in this arenaConnect issue trackers like Jira, Linear, ClickUp, or Monday.com so agents can manage tickets directly

    nonemoves PA Scoreimpact 30

    Evidence only shows Jules integrating with GitHub (repos, issues, PRs) and provides an API for custom workflows, but there is no mention of Jira, Linear, ClickUp, Monday.com, or any issue-tracker integration beyond GitHub.

  4. Openness — open source, data portability, and self-hosting storiesExport all of my data in open formats and leave

    nonemoves PA Scoreimpact 30

    Missing: any documentation of data export, open format support, or account portability/deletion workflow.

  5. Openness — open source, data portability, and self-hosting storiesSelf-host the core product

    nonemoves PA Scoreimpact 30

    Jules is explicitly a cloud-based VM service (Google-hosted) with no evidence of any self-hosting option; community even notes cloud-only design as a drawback compared to local tools like Claude Code.

  6. Privacy posture — data-handling and privacy storiesPrevent my data from being used to train AI models

    nonemoves PA Scoreimpact 30

    No evidence in the pack addresses data usage/training opt-out policies, privacy controls, or any statement about whether user code/data is used to train AI models; the docs focus on functionality (VM execution, PR creation, API) rather than data governance.

  7. Agenticness — how well agents can access and operate the productPoint an agent at llms.txt or agent-oriented docs

    nonemoves agent-readyimpact 30

    Probes show no llms.txt, docs.md, or machine-readable API spec exist at expected paths, and no evidence Jules can be pointed at such agent-oriented documentation formats; Jules does support AGENTS.md for repo context but that's a different mechanism than consuming llms.txt-style docs.

  8. Agenticness — how well agents can access and operate the productUse an official CLI

    nonemoves agent-readyimpact 30

    Evidence shows Jules offers a web app, GitHub integration, and a REST API for custom workflows, but no official CLI tool is documented or mentioned anywhere in the evidence pack.

Showing the top 8 of 55 — every none/partial verdict in the story verdicts table is headroom.

Think a verdict is wrong? Every verdicts-table row has a Flag link — see the methodology.

Coverage map — which docs area, API section, or community source covers which judged storiesCoverage map5 surfaces · 39 covered stories

Where the cited evidence behind each covered verdict came from — the same citations the verdicts table shows, no extra judging.

Hacker News31 stories

docs29 stories

jules.google24 stories

Claims vs evidence — vendor claims reconciled against independent verdictsClaims vs evidence

9 of 11 testable claims verified · 0 contradictedintegrity 82/100

13 distinct capability claims found in Jules’s own claimed-docs/GitHub materials, reconciled against our judge’s independent verdicts.

9

Verified

2

Unverified

0

Contradicted

28

Undersold

Verified (10)
Unverified (2)
Undersold (28)
Claims outside our story set (2)

Real capability claims found in Jules’s own materials, but no story in this arena’s taxonomy covers them yet — that’s feedback on the taxonomy, not a mark against the product.

  • You can create and manage API keys (up to 3 at a time) from the web app settings

    source ↗
  • Priority access to the latest underlying models, starting with Gemini 3 Pro

    source ↗
Suggest a story for these →

Business model

free-tiersubscription-per-seat

Free tier with daily/concurrent task limits on an older Gemini model; higher limits and newer Gemini models are bundled into paid Google AI Pro/Ultra subscriptions.

pricing ↗

Score trend

How this product’s scores have moved as evidence and verdicts are re-derived — a point per change, not per day.

PA Score18 (Sep 3 '26)23 (Sep 4 '26)
Agent-ready23 (Sep 3 '26)29 (Sep 4 '26)

Flag

⚑ Flag a verdict

Think a verdict is wrong? Opens a prefilled GitHub issue — or use the ⚑ next to any verdict above.

Badge

Embed this product's score badge →

Hotlinked SVG — always shows the live current score.

For agents

Data