Agentic AI Comparison:
Ace by General Agents vs Project Mariner

Ace by General Agents - AI toolvsProject Mariner logo

Introduction

This report provides a detailed, metric-based comparison between Project Mariner (Google DeepMind’s autonomous web agent) and Ace by General Agents (a developer-focused agent framework for building and orchestrating AI agents). It focuses on five key dimensions—autonomy, ease of use, flexibility, cost, and popularity—using a 1–10 scoring scale where higher values indicate better performance. All characterizations of Project Mariner are based on publicly available analyses and product overviews. Information about Ace is inferred from the General Agents product and GitHub presence, which emphasize composable agent frameworks and infrastructure rather than an end-user Chrome assistant.[Ace-1][Ace-2]

Overview

Ace by General Agents

Ace by General Agents is best understood as a developer-oriented agent framework and runtime provided by the General Agents team, exposed both through a commercial website and an open-source presence on GitHub.[Ace-1][Ace-2] Rather than a single consumer-facing browser agent, Ace is positioned as infrastructure and tooling for building, configuring, and running AI agents: it offers abstractions for defining agents, connecting them to tools/APIs, orchestrating multi-agent workflows, and deploying them in production environments.[Ace-1][Ace-2] The focus is on composability, extensibility, and integration: developers can create specialized agents for their own domains (e.g., operations, support, data pipelines), plug in different LLM backends or tools, and rely on Ace/General Agents for execution, logging, and orchestration. As a result, Ace’s “autonomy” is heavily dependent on how a given team configures tools and policies, and its usability is oriented toward engineers rather than general end-users. Pricing and exact usage numbers are less clearly documented than for prominent consumer agents; popularity appears concentrated in developer and open-source communities rather than mainstream browser users.[Ace-1][Ace-2]

Project Mariner

Project Mariner is a Gemini-powered autonomous web agent from Google DeepMind that operates within Chrome (or browser-like environments) to observe the user’s screen, plan multi-step workflows, and execute actions such as clicking, scrolling, typing, form-filling, and tab management on behalf of the user. It follows an explicit Observe–Plan–Act loop: it perceives the browser’s DOM and visual layout, interprets the user’s natural-language goal, decomposes it into a plan, then executes the plan while keeping the user informed and allowing intervention. Key capabilities include multimodal understanding of text, images, forms, and code; Teach & Repeat workflow learning (the user demonstrates a task once and Mariner replays and generalizes it later); and parallel task execution, reportedly handling up to ~10 simultaneous browser-based tasks. Mariner is presented as a research/early product exploring high-autonomy, consumer-facing agents that directly act in authenticated sessions to automate routine web activities such as shopping, information gathering, and complex online transactions.

Metrics Comparison

autonomy

Ace by General Agents: 7

Ace by General Agents is fundamentally an agent framework and runtime: autonomy is not a single fixed capability but a property of the agents that developers build with it.[Ace-1][Ace-2] The framework is designed to support autonomous and semi-autonomous agents (e.g., task-oriented bots, workflow agents) through integration with tools, APIs, and LLMs, and likely includes features such as background execution, action planning, and tool invocation.[Ace-1][Ace-2] However, Ace is not itself a specific, fully provisioned browser agent that independently controls a user’s session; instead, autonomy is contingent on configuration (what tools are available, what permissions are granted, how safety and approval flows are set). In practical terms, teams can build highly autonomous agents with Ace, but the framework’s default posture is more about orchestration than about a single turnkey “agent that uses the web for you,” which makes its out-of-the-box autonomy appreciably lower than Mariner’s but still substantial for engineered deployments.

Project Mariner: 9

Project Mariner is explicitly described as an autonomous web agent that can navigate websites, click buttons, fill forms, and complete multi-step tasks directly in the user’s browser, sometimes achieving human-level performance on benchmarks like WebVoyager. It executes complex workflows—such as comparing conference venues, booking travel, or performing structured information retrieval—by interpreting goals, planning steps, and acting without micro-level user supervision, though with user oversight and the ability to intervene. Features like Teach & Repeat and parallel task execution further increase autonomy, allowing Mariner to learn and re-run workflows and handle up to ~10 tasks concurrently in virtual-machine environments. Because it still relies on user approval and operates as a research/controlled agent rather than fully unsupervised automation, it does not achieve a perfect score, but it is near the top of current consumer-facing web agents.

On autonomy, Project Mariner scores higher because it is explicitly architected and marketed as a browser-native, consumer-facing autonomous web agent that directly manipulates the user’s Chrome environment to carry out complex tasks, supported by multi-step planning, multimodal perception, and benchmarked performance. Ace, by contrast, is a flexible framework for building agents whose autonomy depends on each developer’s design; this makes Ace powerful but less inherently autonomous as a single packaged agent, resulting in a somewhat lower score.[Ace-1][Ace-2]

ease of use

Ace by General Agents: 6

Ace targets developers and technical teams: it is delivered as a framework and/or library with GitHub-hosted code, APIs, and configuration files, requiring knowledge of programming, agent architectures, and integrations.[Ace-1][Ace-2] For engineers familiar with modern agent stacks, this can be straightforward and powerful, but it is not oriented toward one-click consumer use; configuring agents, tools, and deployment environments demands technical effort. Non-technical users would typically access Ace-based agents only via a custom UI that their organization has built. As a result, Ace’s inherent ease of use, as a product developers download and configure, is lower than that of Mariner for ordinary end-users, even though it may be quite ergonomic for experienced developers.

Project Mariner: 8

Project Mariner is designed for non-technical end users: interaction is primarily via natural-language prompts describing goals (e.g., “find a table at 8 pm under a given budget”), and the agent handles the details of navigation, clicking, and form filling. Documentation and analyses emphasize that users do not need to write code; they can instead teach workflows via demonstration (Teach & Repeat) and let Mariner automate subsequent runs, lowering the barrier for business and consumer users. The Observe–Plan–Act loop is transparent, with Mariner explaining plans and current steps, which improves trust and usability. However, as a research/early product integrated into Chrome and sometimes running on virtual machines, setup and availability may be limited, and users must adapt to reviewing and approving autonomous actions, which adds some complexity compared to simple chatbots.

For ease of use, Mariner is significantly more approachable for general users, emphasizing natural-language goals, visual explanations of its plan, and teach-by-demonstration workflows within a familiar browser. Ace is easier for developers who want configurable frameworks but requires programming and system integration skills; its UX is primarily an engineering surface rather than a consumer experience.[Ace-1][Ace-2] Consequently, Mariner receives a higher usability score, while Ace is evaluated in the context of developer-centric use.

flexibility

Ace by General Agents: 9

Ace by General Agents is designed around composability and integration, giving developers a platform to create agents tailored to a wide range of domains—internal operations, customer support, data pipelines, and more—by connecting to arbitrary tools, APIs, and models.[Ace-1][Ace-2] Because Ace is not confined to browser automation, teams can embed agents into back-end systems, microservices, or custom front-ends, and can choose among different LLMs and tools, making the framework highly flexible across industries and use cases.[Ace-1][Ace-2] The open-source/GitHub-based approach also facilitates extension, customization, and contributions, further increasing flexibility. Its main limitation is not technical flexibility but the need for engineering effort to realize that flexibility in concrete agents, so the high score reflects potential and observed usage patterns rather than plug-and-play breadth.

Project Mariner: 8

Project Mariner exhibits high task flexibility within the domain of browser-based workflows: it can open tabs, navigate arbitrary websites, interpret DOM structures and visual layouts, and interact with diverse interfaces regardless of underlying implementation. Its multimodal understanding allows it to parse text, images, forms, charts, code, and accessibility metadata, giving it broad applicability across web apps, e-commerce sites, dashboards, and information portals. Teach & Repeat further extends flexibility by letting users define new workflows without engineering work, and parallel task capabilities support complex multi-tab workflows (e.g., comparison tasks, cross-site data aggregation). However, Mariner’s capabilities are still largely focused on browser/web contexts; integrating it deeply into arbitrary back-end systems or non-web operational environments is not its primary design goal, which places some bounds on flexibility compared to general-purpose agent frameworks.

On flexibility, the comparison hinges on domain scope. Project Mariner is extremely flexible within the web: it handles diverse, unknown sites and complex interfaces with multimodal perception and can learn new workflows via demonstration. Ace’s flexibility is more structural: as a general-purpose agent framework with GitHub-hosted code and APIs, it can be adapted to many environments beyond the browser, depending on what developers build.[Ace-1][Ace-2] Because Ace is not tied to a single execution environment and emphasizes extensible integrations, it receives a slightly higher flexibility score overall, while Mariner retains a strong position within the narrower but important space of web automation.

cost

Ace by General Agents: 8

Ace by General Agents has an open-source footprint on GitHub, which typically allows developers to adopt core functionality without direct license fees, subject to the repository’s license terms.[Ace-2] The commercial site suggests that paid services or enterprise offerings may exist, but the availability of code and self-hosting options generally reduce entry costs, especially for technically capable teams.[Ace-1][Ace-2] Operating Ace-based agents still incurs infrastructure and model costs (e.g., cloud compute, LLM usage), but because teams can choose their own models and deployment strategies, they can optimize for cost efficiency. In the absence of explicit pricing but given the open-source nature and flexible hosting model, Ace receives a slightly higher cost score than Mariner, reflecting potentially lower and more controllable costs for organizations.

Project Mariner: 7

Public descriptions of Project Mariner emphasize its status as a research prototype or early product rather than a widely priced commercial offering, and specific pricing tiers are not consistently documented. It is tightly integrated with Google’s Gemini models and Chrome, so eventual cost is likely to be tied to Gemini usage (tokens, subscriptions) and possibly enterprise licensing for agent features, implying non-zero operational cost once commercialized. For users already within the Google ecosystem, incremental cost may be moderate if Mariner is bundled with existing subscriptions, but absent explicit pricing, a mid-range score reflects both the computational intensity of multimodal autonomous agents and the uncertainty around eventual licensing structures.

Regarding cost, detailed, official pricing for Project Mariner is not widely documented; as a Gemini-based research product, it likely shares the cost profile of other large-model-powered services and may become part of paid Google plans. Ace benefits from its GitHub-based, open-source distribution and self-hosting potential, giving organizations more control over infrastructure choices and associated expenses.[Ace-1][Ace-2] While both require model and compute budgets, Ace’s openness and customizable deployment strategies justify a higher cost score under typical enterprise evaluation assumptions.

popularity

Ace by General Agents: 6

Ace by General Agents is visible within developer and open-source circles through the General Agents website and GitHub presence, but it does not receive the same level of mainstream media coverage as high-profile agents from large tech companies.[Ace-1][Ace-2] Its adoption is likely concentrated in engineering teams experimenting with agent frameworks and infrastructure, where it may be well-regarded but relatively niche compared to mass-market browser agents or widely marketed AI assistants.[Ace-1][Ace-2] The popularity score therefore reflects moderate recognition within specialized communities but lower general awareness and consumer-scale usage relative to a Google-backed project like Mariner.

Project Mariner: 8

Project Mariner has attracted extensive media coverage and analysis from major technology outlets and blogs, including detailed write-ups on its capabilities as a flagship Google DeepMind AI agent. References in high-profile publications and benchmarks, along with its association with Gemini and Chrome, indicate significant attention and early adoption interest within both developer and consumer communities. Although it remains partly a research/early-stage product rather than a fully deployed, universally available feature, the volume and prominence of coverage suggest relatively high popularity and brand recognition among AI practitioners and tech-savvy users. The score reflects this strong visibility while acknowledging that widespread, everyday user adoption is still emerging.

For popularity, Mariner benefits from Google’s brand, integration with Gemini and Chrome, and extensive coverage from major tech media and AI commentators, which jointly signal strong awareness and interest even at an early deployment stage. Ace’s visibility is shaped primarily by its presence in developer and open-source ecosystems rather than large-scale consumer marketing.[Ace-1][Ace-2] Consequently, Mariner scores higher on popularity, while Ace remains more specialized but potentially influential within its target user base.

Conclusions

Overall, Project Mariner and Ace by General Agents occupy complementary positions in the agent landscape. Mariner is a high-autonomy, consumer-facing web agent tightly integrated with Chrome and powered by Gemini, optimized for natural-language goal specification, autonomous web navigation, Teach & Repeat workflow learning, and multi-tab task execution. Its strengths lie in autonomy, end-user usability, and popularity, enabled by multimodal perception and direct control of the browser environment. By contrast, Ace is a developer-centric agent framework and runtime aimed at building, orchestrating, and deploying agents across diverse domains and infrastructures rather than a single packaged web-browsing assistant.[Ace-1][Ace-2] Ace excels in flexibility and cost control, allowing technical teams to design their own autonomous or semi-autonomous agents, integrate arbitrary tools and models, and leverage open-source code and self-hosting options.[Ace-1][Ace-2] For organizations seeking an out-of-the-box agent to “use the web for you,” Mariner is the more directly applicable product. For teams wanting to build and own their own agent stack, integrating agents into back-end systems, internal tools, or custom UIs, Ace offers greater architectural flexibility at the expense of requiring developer effort. The choice between them should therefore be guided by whether the primary need is immediate browser-centric automation for end users (favoring Mariner) or a customizable, extensible agent infrastructure for engineers (favoring Ace).

Try the real workflow

The best framework is the one you can keep current and afford to run.

Run OpenClaw or Hermes with saved memory, one-click runtime updates, and your choice of Platform Credits, provider keys, or supported subscriptions.

Runs without your laptopBrowser + messaging appsCredits, keys, or subscriptionsMemory survives restarts

Plans start at $29/month. Cancel anytime.

Hosted agent

OpenClaw or Hermes

saved state
Browser
WhatsApp
Telegram
Slack
“I checked the inbox, handled the routine messages, and sent you the one question that needs a decision.”
Create an AI worker that keeps running after this tab closes.
Open Agent Teams