Skip to content

AI Assistants Arena

Claude vs Poke

Claude wins · 318 (9 drawn)

Agenticness — how well agents can access and operate the productAgenticness

How well agents can access and operate the product

Agent access

  1. ai-native userPoint an agent at llms.txt or agent-oriented docs

    weight 2 · round to Poke
    Claudefullprobed7/10

    A probe confirms Claude's support site serves a working llms.txt (HTTP 200) listing topic links, and numerous individual documentation pages are available in clean .md format (e.g. claude-docs-1 through 63 all resolve as .md URLs), making the docs directly consumable by an agent. Missing for 10: confirmation that llms.txt/agent-readable docs exist on the main claude.com domain (only support.claude.com was probed), and independent/community evidence that agents actually consume these successfully rather than just first-party doc structure.

    • [probe] PROBE llms.txt: HTTP 200 at https://support.claude.com/llms.txt # Claude Help Center > Search for answers or browse by topic ## English #…
    • [claimed-docs] You can prompt Claude to search through your previous conversations to find and reference relevant information in new chats.
    • [claimed-docs] This article explains how chat search and memory work, what Claude does and doesn’t remember, how to review and edit what’s saved, and how t…
    • [probe] PROBE docs-md: HTTP 404 at https://support.claude.com/en/.md

    A live llms.txt file is confirmed via direct probe (HTTP 200) with actual agent-oriented content describing Poke, and Poke also maintains structured docs pages that agents/tools can be pointed at. missing for 10: no docs.md or openapi.json fallback (both 404), and no independent report of an agent successfully consuming llms.txt end-to-end.

    • [probe] PROBE llms.txt: HTTP 200 at https://poke.com/llms.txt # Poke > Poke is the proactive AI assistant on Apple Messages, WhatsApp, Telegram, an…
    • [claimed-docs] The Poke API allows you to send messages programmatically from your applications, scripts, and automation tools.
    • [probe] PROBE docs-md: HTTP 404 at https://poke.com/docs.md
    • [probe] PROBE openapi: all candidate paths 404 (https://poke.com/openapi.json, https://poke.com/swagger.json, https://poke.com/api/openapi.json, htt…
  2. ai-native userRun the product headlessly / in CI for automation

    weight 2 · round to Poke
    Claudenone0/10

    The evidence describes Claude Code as a terminal tool and mentions CLI/print output structure, but there is no documentation or claim of headless/non-interactive execution, CI pipeline integration, or scriptable automation mode for Claude products.

    • [claimed-docs] Build with Claude Code in your terminal, then deploy to a URL Claude can reach
    • [claimed-docs] The screen reader mode brings Claude Code back to the basic terminal experience: plain, sequential text with added labels and cues
    • [community] src/cli/print.ts is the single worst function in the codebase by every metric: 3,167 lines long, 12 levels of nesting at its deepest, ~486 b…

    Poke's docs explicitly state its API can be called from scripts, CI/CD pipelines, and monitoring tools to trigger messages programmatically, which supports headless/automation use (poke-docs-1, poke-docs-2). However, there's no evidence of a full headless run mode (e.g., batch execution, structured output for CI parsing) and probes show no OpenAPI/swagger spec is exposed, suggesting the API's automation surface is thin and undocumented beyond message-sending. Missing for 10: independent/hands-on CI integration examples, a public OpenAPI schema, and evidence of structured/machine-readable responses needed for reliable CI pipelines.

    • [claimed-docs] The Poke API allows you to send messages programmatically from your applications, scripts, and automation tools.
    • [claimed-docs] Services like GitHub, CI/CD pipelines, or monitoring tools can trigger Poke when something happens.
    • [probe] PROBE openapi: all candidate paths 404 (https://poke.com/openapi.json, https://poke.com/swagger.json, https://poke.com/api/openapi.json, htt…
  3. ai-native userPlug MCP servers into this product so it can use their tools

    weight 3 · round to Claude
    Claudefullprobed9/10

    Claude documents connecting to both remote MCP servers via custom connectors and installing local MCP servers on Claude Desktop as easily as browser extensions, plus a unified directory for finding/installing connectors, letting Claude use their tools. Missing for 10: independent/hands-on verification of MCP tool usage reliability beyond vendor docs.

    • [claimed-docs] Build your own remote MCP servers to connect with any tool.
    • [claimed-docs] You can: Connect Claude to existing remote MCP servers. Build your own remote MCP servers to connect with any tool.
    • [claimed-docs] You can: - Connect Claude to existing remote MCP servers. - Build your own remote MCP servers to connect with any tool.
    • [claimed-docs] installing and managing local MCP servers has become significantly easier... install local MCP servers on your computer as easily as browser…
    • [claimed-docs] you can now install local MCP servers on your computer as easily as browser extensions
    • [claimed-docs] Our unified directory brings skills, connectors, and plugins together in one place so you can find and install everything that customizes Cl…
    • [probe] official MCP server documented at https://support.claude.com/en/articles/11175166-get-started-with-custom-connectors-using-remote-mcp

    Poke's docs explicitly describe MCP server support, with CLI commands to tunnel local MCP servers and add remote ones ('poke mcp add'), plus a recipe/marketplace ecosystem for sharing MCP-based tools. This is first-party documented and corroborated by a probe confirming the docs page exists, though there's no independent hands-on report of the MCP integration actually working. Missing for 10: independent/hands-on verification of MCP tool usage in practice, and more detail on tool invocation reliability.

    • [claimed-docs] Poke supports Model Context Protocol (MCP) servers, allowing you to extend Poke with custom tools and data sources.
    • [claimed-docs] npx poke@latest tunnel http://localhost:3000/mcp -n "Local Dev MCP"
    • [claimed-docs] you earn revenue from MCP usage by users who install your recipe
    • [claimed-docs] npx poke@latest mcp add https://mcp.example.com/sse -n "My Server"
    • [probe] official MCP server documented at https://poke.com/docs/mcp-servers
  4. ai-native userUse an official CLI

    weight 2 · round to Poke

    Anthropic ships an official CLI, Claude Code, well documented for terminal-based coding, deployment, debugging, and even screen-reader accessibility (claude-docs-8, claude-docs-23, claude-docs-52, claude-docs-65). However, a hands-on community report describes it as an 'empty unresponsive terminal' upon first use, contradicting the polished experience implied by docs, and another notes serious code-quality issues in the CLI's own codebase (claude-comm-13, claude-comm-15). missing for 10: broader independent corroboration of reliable day-to-day CLI usage, resolution of reported unresponsiveness, and evidence the code-quality issues have been fixed.

    • [claimed-docs] Build with Claude Code in your terminal, then deploy to a URL Claude can reach. Test and verify in the browser with the Chrome extension. De…
    • [claimed-docs] Build with Claude Code in your terminal, then deploy to a URL Claude can reach. Test and verify in the browser with the Chrome extension.
    • [claimed-docs] Build with Claude Code in your terminal, then deploy to a URL Claude can reach
    • [claimed-docs] It was built with and for screen reader users, and it's useful to anyone who wants plain output for braille displays, slow connections, or t…
    • [community] Tried claude code, and have an empty unresponsive terminal. Looks cool in the demo though, but not sure this is going to perform better than…
    • [community] src/cli/print.ts is the single worst function in the codebase by every metric: 3,167 lines long, 12 levels of nesting at its deepest, ~486 b…

    Poke ships an official CLI invoked via `npx poke@latest` with subcommands like `login`, `tunnel`, and `mcp add`, confirming a real CLI exists for developer/MCP workflows. However, the documented CLI scope is narrow (mainly MCP server registration/tunneling and login) rather than a general-purpose CLI for broader AI-native automation tasks. Missing for 10: evidence of a fuller command set (e.g. messaging, recipe management, account/config commands) and any independent/hands-on verification of the CLI's reliability.

    • [claimed-docs] npx poke@latest tunnel http://localhost:3000/mcp -n "Local Dev MCP"
    • [claimed-docs] npx poke@latest login
    • [claimed-docs] npx poke@latest mcp add https://mcp.example.com/sse -n "My Server"
    • [claimed-docs] Poke supports Model Context Protocol (MCP) servers, allowing you to extend Poke with custom tools and data sources.
  5. ai-native userDrive the product through a documented public API

    weight 3 · round to Poke
    Claudepartialprobed3/10

    Evidence only hints at API-like surfaces (an Enterprise Compliance API for audit/chat data access, and references to using the Claude API/Console to power products) but never surfaces the actual general-purpose public API documentation for driving Claude's core capabilities; automated probes for an OpenAPI/swagger spec on the docs site returned 404s. Missing for 10: direct citation of the main Claude API reference docs, authentication/quickstart guides, and confirmation of comprehensive public API coverage beyond compliance/audit data.

    • [claimed-docs] Audit logs: capture key information about user actions, system events, and data access. ... Compliance API: programmatically access Claude u…
    • [claimed-docs] Audit logs: capture key information about user actions, system events, and data access.
    • [claimed-docs] Enterprise includes everything in the Team plan, plus the following: - Security features to ensure the safety and compliance of your organiz…
    • [claimed-docs] You can use the prompt improver in the Claude Console to automatically adapt prompts that were originally written for other AI models.
    • [probe] PROBE openapi: all candidate paths 404 (https://support.claude.com/openapi.json, https://support.claude.com/swagger.json, https://support.cl…

    Poke documents a public API for sending messages programmatically and integrating with external triggers (CI/CD, monitoring tools), plus CLI/MCP tooling for extending functionality, showing genuine programmatic access. However, no OpenAPI/Swagger spec or formal API reference was found (404s on standard discovery paths), so the API's documentation depth and completeness are unclear. Missing for 10: a full API reference/spec (OpenAPI schema), authentication details, rate limits, and independent developer corroboration of building against the API.

    • [claimed-docs] The Poke API allows you to send messages programmatically from your applications, scripts, and automation tools.
    • [claimed-docs] Services like GitHub, CI/CD pipelines, or monitoring tools can trigger Poke when something happens.
    • [probe] PROBE openapi: all candidate paths 404 (https://poke.com/openapi.json, https://poke.com/swagger.json, https://poke.com/api/openapi.json, htt…
  6. ai-native userIssue scoped/least-privilege API credentials for an agent

    weight 2 · round drawn
    Claudenone0/10

    No evidence describes scoped or least-privilege API credential issuance for agents; enterprise features mention audit logs and compliance API access but nothing about creating scoped/restricted API keys or credentials for agent use. Missing for 10: any documentation of API key scoping, permission tiers, or least-privilege credential management for agents.

      Pokenone0/10

      Evidence shows Poke supports API access, integrations, and MCP servers, but there's no mention of scoped or least-privilege API credential/key issuance for agents — no API key management, permission scoping, or token-based access control documentation. The prompt-injection incident (poke-comm-1) raises security concerns but is unrelated to credential scoping specifically.

      • ai-native userBuild against official SDKs

        weight 2 · round to Poke
        Claudenone0/10

        The evidence pack covers Claude's consumer/enterprise features (Cowork, Projects, connectors, MCP, Chrome extension, file handling) but contains no documentation of official language SDKs (e.g., Python/TypeScript client libraries) for building applications against the Claude API. Missing for 10: any first-party SDK docs, API reference, or code samples showing programmatic API usage.

          Poke exposes a documented API for sending messages programmatically and an official CLI (`npx poke@latest`) for managing MCP servers and recipes, which developers can build against, but there is no evidence of dedicated official SDK packages (e.g., Python/JS client libraries) — probes for OpenAPI/swagger specs and docs.md all returned 404, suggesting no formal SDK artifacts beyond the CLI/API docs. missing for 10: language-specific SDK packages, published OpenAPI/schema spec, independent developer corroboration of SDK usage.

          • [claimed-docs] The Poke API allows you to send messages programmatically from your applications, scripts, and automation tools.
          • [claimed-docs] Services like GitHub, CI/CD pipelines, or monitoring tools can trigger Poke when something happens.
          • [claimed-docs] npx poke@latest login
          • [claimed-docs] npx poke@latest mcp add https://mcp.example.com/sse -n "My Server"
          • [probe] PROBE docs-md: HTTP 404 at https://poke.com/docs.md
          • [probe] PROBE openapi: all candidate paths 404 (https://poke.com/openapi.json, https://poke.com/swagger.json, https://poke.com/api/openapi.json, htt…
        • ai-native userSubscribe to events via webhooks

          weight 2 · round to Poke
          Claudenone0/10

          No evidence pack item describes webhooks or event subscription mechanisms for Claude; the closest agentic integrations are MCP connectors and scheduled tasks, which are not webhook-based event subscriptions.

            Poke's API docs mention that external services like GitHub, CI/CD, or monitoring tools can trigger Poke via webhook-style calls, and the API can send messages programmatically, showing some webhook-adjacent integration. However, there's no explicit documentation of Poke exposing an outbound webhook subscription system for AI-native users to subscribe to Poke's own events. missing for 10: explicit outbound webhook/event subscription API, event types list, subscription management docs, independent confirmation of webhook reliability.

            • [claimed-docs] The Poke API allows you to send messages programmatically from your applications, scripts, and automation tools.
            • [claimed-docs] Services like GitHub, CI/CD pipelines, or monitoring tools can trigger Poke when something happens.

          Agentic features

          1. ai-native userGet AI-generated insights and suggestions from my data inside the product

            weight 2 · round to Claude
            Claudefullclaimed8/10

            Claude can ingest user data (files, connectors to Gmail/Drive/Calendar, Projects knowledge bases) and generate AI-driven insights, analysis, visualizations, and reports directly from that data, including agentic multi-step research that synthesizes findings with citations. This is well documented across file analysis, Research mode, Cowork task automation, and artifact/document generation features. Missing for 10: independent hands-on benchmarking specifically validating insight quality/accuracy from user data (community evidence is mixed/general rather than about this specific data-insight capability).

            • [claimed-docs] Claude can work with the following document types: - PDF - DOCX - CSV - TXT - HTML - ODT - RTF - EPUB - JSON - XLSX
            • [claimed-docs] Prompt Claude using natural language to generate Excel spreadsheets, PowerPoint presentations, Word documents, and PDF files that you can do…
            • [claimed-docs] Projects allow you to create self-contained workspaces with their own chat histories and knowledge bases.
            • [claimed-docs] With research, Claude delivers thorough answers in minutes, complete with easy-to-check citations so you can trust Claude's findings.
            • [claimed-docs] Research transforms how Claude finds and analyzes information. Claude operates agentically, conducting multiple searches that build on each …
            • [claimed-docs] Claude operates agentically, conducting multiple searches that build on each other while determining exactly what to investigate next.
            • [claimed-docs] produce reports with charts and visualizations, and generate presentations from your documents—all without specialized software skills
            • [claimed-docs] Connect your Gmail, Google Calendar, and Google Drive to Claude so you can search and send emails, manage your calendar, work with documents…
            • [claimed-docs] Files can be uploaded to individual chats or uploaded to a project's Files section for persistent reference across conversations.

            Poke can extract and visualize data from shared images/spreadsheets into tables and charts, and integrations let it access and act on connected app data conversationally, which implies some data-driven insight generation. However, there's no explicit documentation of proactive AI-generated insights, trend analysis, or suggestions surfaced from a user's own accumulated data/history. missing for 10: dedicated insights/suggestions feature documentation, evidence of proactive analysis of user data patterns, independent/hands-on confirmation of this capability.

            • [claimed-docs] Poke can now create tables and charts to help you visualize data. Describe what you want to see, or share images of existing data (like spre…
            • [claimed-docs] Integrations let you connect your favorite apps and services to Poke. Once connected, Poke can access information and perform actions across…
            • [claimed-docs] Once connected, Poke can access information and perform actions across apps and services through natural conversation.
          2. ai-native userSet up automations that run autonomously in the background

            weight 2 · round to Claude
            Claudefullclaimed8/10

            Claude Cowork's scheduled tasks let users describe a task once and have Claude execute it autonomously on a recurring or on-demand basis, delivering finished outputs like reports and briefings without further user input, which directly matches background automation. Missing for 10: independent/hands-on verification of scheduled task reliability and no detail on failure handling or notification mechanisms.

            • [claimed-docs] Instead of starting each task from scratch, you describe it once and Claude handles it on your schedule—delivering finished outputs like rep…
            • [claimed-docs] Scheduled tasks allow you to delegate work to Claude Cowork by creating tasks that run automatically on a recurring basis, or on demand.
            • [claimed-docs] you describe it once and Claude handles it on your schedule—delivering finished outputs like reports, briefings, and summaries every time
            • [claimed-docs] With Cowork, you can describe an outcome, step away, and come back to finished work—formatted documents, organized files, synthesized resear…
            • [claimed-docs] Claude can take on complex, multi-step tasks and execute them on your behalf.
            • [claimed-docs] brings Claude Code's agentic capabilities to knowledge work beyond coding

            Poke's docs show building blocks for automation—an API that external tools (CI/CD, monitoring) can call to trigger Poke, and a 'recipes' system that can be created and published—plus positioning as a 'proactive AI assistant.' However there is no explicit documentation of scheduled/autonomous background jobs running without an external trigger or user prompt. missing for 10: documented scheduling/cron-like triggers, evidence of recipes running unattended in the background, independent confirmation of autonomous execution.

            • [claimed-docs] The Poke API allows you to send messages programmatically from your applications, scripts, and automation tools.
            • [claimed-docs] Services like GitHub, CI/CD pipelines, or monitoring tools can trigger Poke when something happens.
            • [claimed-docs] npx poke@latest login
            • [claimed-docs] Publishing a recipe: marks it Published, generates a referral/share link, makes it eligible for payouts
            • [probe] PROBE llms.txt: HTTP 200 at https://poke.com/llms.txt # Poke > Poke is the proactive AI assistant on Apple Messages, WhatsApp, Telegram, an…
          3. ai-native userDelegate tasks to a built-in AI assistant inside the product

            weight 3 · round to Claude
            Claudefullclaimed9/10

            Claude's built-in Cowork feature explicitly lets users delegate multi-step tasks ('describe an outcome, step away, come back to finished work'), with agentic execution including browser/computer use, scheduling, and research that autonomously plans next steps. This is well-documented first-party functionality directly matching task delegation to a built-in assistant. Missing for 10: independent hands-on verification of Cowork's delegation reliability (community evidence covers Claude Code/coding use more than Cowork specifically).

            • [claimed-docs] With Cowork, you can describe an outcome, step away, and come back to finished work—formatted documents, organized files, synthesized resear…
            • [claimed-docs] Instead of starting each task from scratch, you describe it once and Claude handles it on your schedule—delivering finished outputs like rep…
            • [claimed-docs] Claude can take on complex, multi-step tasks and execute them on your behalf.
            • [claimed-docs] Scheduled tasks allow you to delegate work to Claude Cowork by creating tasks that run automatically on a recurring basis, or on demand.
            • [claimed-docs] brings Claude Code's agentic capabilities to knowledge work beyond coding
            • [claimed-docs] Research transforms how Claude finds and analyzes information. Claude operates agentically, conducting multiple searches that build on each …
            • [claimed-docs] Claude operates agentically, conducting multiple searches that build on each other while determining exactly what to investigate next.

            Poke IS the built-in AI assistant itself — users delegate tasks via natural conversation, integrations, MCP tools, and even real-human task execution (reservations, calls, deploying websites), all documented in first-party docs. Missing for 10: independent hands-on validation of task delegation beyond the security prompt-injection incident, which is off-topic here.

            • [claimed-docs] Integrations let you connect your favorite apps and services to Poke. Once connected, Poke can access information and perform actions across…
            • [claimed-docs] Once connected, Poke can access information and perform actions across apps and services through natural conversation.
            • [claimed-docs] Poke can now bring in real people to take on tasks with a human touch - restaurant reservations, phone calls, placing orders, booking rides,…
            • [claimed-docs] Poke can also create and deploy websites for you at yourname.poke.com.
            • [claimed-docs] Poke supports Model Context Protocol (MCP) servers, allowing you to extend Poke with custom tools and data sources.
            • [probe] PROBE llms.txt: HTTP 200 at https://poke.com/llms.txt # Poke > Poke is the proactive AI assistant on Apple Messages, WhatsApp, Telegram, an…
          4. ai-native userOperate the product with natural-language commands

            weight 2 · round to Claude

            Claude's entire interface is natural-language chat/voice, and documentation shows this extends to agentic actions—generating files, browsing/clicking the web, using the computer, scheduling recurring tasks, and building artifacts—all triggered by describing the desired outcome in plain language (claude-docs-4,6,7,15,37,38,54). Community evidence corroborates real-world agentic use (claude-comm-1,10,12), though some report friction with CLI usability. Missing for 10: independent benchmark of NL command reliability across all surfaces, and no rebuttal to the CLI unresponsiveness anecdote being addressed.

            • [claimed-docs] With Cowork, you can describe an outcome, step away, and come back to finished work—formatted documents, organized files, synthesized resear…
            • [claimed-docs] Claude opens sites, reads pages, clicks, types, and fills forms while you watch, with no need to switch windows.
            • [claimed-docs] it may navigate to your screen directly—clicking, typing, and opening apps just like you would.
            • [claimed-docs] Prompt Claude using natural language to generate Excel spreadsheets, PowerPoint presentations, Word documents, and PDF files that you can do…
            • [claimed-docs] Claude can take on complex, multi-step tasks and execute them on your behalf.
            • [claimed-docs] Scheduled tasks allow you to delegate work to Claude Cowork by creating tasks that run automatically on a recurring basis, or on demand.
            • [claimed-docs] build tools, visualizations, and experiences by simply describing what you need
            • [community] I've been running Opus 4.8 for agentic coding and I don't see it being significantly better than Sonnet 4.5. I find that pairing Google Gemi…
            • [community] Anecdotal, but it 1 shot fixed a UI bug that neither Opus 4.5/Codex 5.2-high could fix.
            • [community] Claude is significantly better than other models at code assistant tasks, or at least in the way I use it.

            Poke's entire interface is natural-language texting across WhatsApp/Apple Messages/Telegram, and its docs explicitly state integrations let it 'access information and perform actions across apps and services through natural conversation' (poke-docs-7/19), corroborated by the llms.txt description of Poke texting like a human (poke-probe-1). Missing for 10: independent hands-on user reviews confirming natural-language command reliability beyond vendor docs, and no detail on limits/edge cases of NL command parsing.

            • [claimed-docs] Integrations let you connect your favorite apps and services to Poke. Once connected, Poke can access information and perform actions across…
            • [claimed-docs] Once connected, Poke can access information and perform actions across apps and services through natural conversation.
            • [probe] PROBE llms.txt: HTTP 200 at https://poke.com/llms.txt # Poke > Poke is the proactive AI assistant on Apple Messages, WhatsApp, Telegram, an…
            • [claimed-docs] Poke can now bring in real people to take on tasks with a human touch - restaurant reservations, phone calls, placing orders, booking rides,…
            • [claimed-docs] Poke can now create tables and charts to help you visualize data. Describe what you want to see, or share images of existing data (like spre…

          Api quality

          1. ai-native userExplore an interactive API reference with runnable examples

            weight 2 · round drawn
            Claudenone0/10

            This evidence pack is entirely about Claude's consumer/product features (Cowork, connectors, memory, artifacts, etc.); there is no evidence of an interactive API reference with runnable examples. The probe explicitly found no OpenAPI spec at the checked endpoints, and no docs page describing an interactive API playground is present.

            • [probe] PROBE openapi: all candidate paths 404 (https://support.claude.com/openapi.json, https://support.claude.com/swagger.json, https://support.cl…
            • [probe] PROBE docs-md: HTTP 404 at https://support.claude.com/en/.md
            Pokenone0/10

            No evidence of an interactive API reference or runnable examples; probes for OpenAPI/Swagger specs and docs.md all returned 404, and only basic prose docs about the messaging API exist.

            • [probe] PROBE docs-md: HTTP 404 at https://poke.com/docs.md
            • [probe] PROBE openapi: all candidate paths 404 (https://poke.com/openapi.json, https://poke.com/swagger.json, https://poke.com/api/openapi.json, htt…
            • [claimed-docs] The Poke API allows you to send messages programmatically from your applications, scripts, and automation tools.
          2. ai-native userDownload a machine-readable API spec (OpenAPI or equivalent)

            weight 2 · round drawn
            Claudenone0/10

            The evidence pack includes explicit probes checking for a machine-readable API spec (openapi.json, swagger.json, etc.) on Claude's support domain, all returning 404, and no docs item anywhere references an OpenAPI/Swagger spec or downloadable schema for the Claude API. Nothing in the docs list an API reference format for AI-native consumption.

            • [probe] PROBE openapi: all candidate paths 404 (https://support.claude.com/openapi.json, https://support.claude.com/swagger.json, https://support.cl…
            • [probe] PROBE docs-md: HTTP 404 at https://support.claude.com/en/.md
            Pokenone0/10

            Direct probes for OpenAPI/swagger spec files all returned 404, and no documentation references a downloadable machine-readable API spec; only an llms.txt file exists, which is not an API spec.

            • [probe] PROBE docs-md: HTTP 404 at https://poke.com/docs.md
            • [probe] PROBE openapi: all candidate paths 404 (https://poke.com/openapi.json, https://poke.com/swagger.json, https://poke.com/api/openapi.json, htt…
            • [probe] PROBE llms.txt: HTTP 200 at https://poke.com/llms.txt # Poke > Poke is the proactive AI assistant on Apple Messages, WhatsApp, Telegram, an…
          3. ai-native userTest against a sandbox environment without touching production data

            weight 1 · round drawn
            Claudenone0/10

            The evidence pack shows Claude's connectors, Cowork, computer use, and browser automation acting directly on real accounts (Gmail, Drive, live websites) with no mention of a sandbox, staging, or test-mode environment that isolates actions from production data.

              Pokenone0/10

              No evidence pack mentions any sandbox environment, test/staging mode, or way to isolate testing from production data; Poke's docs focus on integrations, MCP servers, and messaging features with no mention of sandboxing.

              • ai-native userRely on versioned APIs with a documented deprecation policy

                weight 2 · round drawn
                Claudenone0/10

                The evidence pack covers Claude's consumer features, connectors, Cowork, and MCP integrations, but contains no mention of API versioning schemes or a documented deprecation policy for any Claude/Anthropic API. Since Claude does expose developer-facing APIs (e.g., for Console, Claude Code, MCP), this axis is applicable, but no evidence supports it.

                  Pokenone0/10

                  There is no evidence of API versioning scheme, changelog for breaking changes, or a documented deprecation policy; probes show no OpenAPI spec available (404s), and docs only describe basic API usage without versioning or deprecation commitments.

                  • [claimed-docs] The Poke API allows you to send messages programmatically from your applications, scripts, and automation tools.
                  • [probe] PROBE openapi: all candidate paths 404 (https://poke.com/openapi.json, https://poke.com/swagger.json, https://poke.com/api/openapi.json, htt…
                  • [probe] PROBE docs-md: HTTP 404 at https://poke.com/docs.md

                Agents tasks — stories about agents tasks in this arenaAgents tasks

                Stories about agents tasks in this arena

                Agent mode

                1. power-userDelegate a multi-step task that the assistant works on autonomously in the background and returns for my review

                  weight 3 · round to Claude
                  Claudefullclaimed8/10

                  Claude Cowork is documented as letting users describe a multi-step outcome, step away, and return to finished work, with scheduled/recurring tasks and background agentic execution (browser/computer use, file generation) explicitly designed for delegation and later review. Missing for 10: independent hands-on validation of Cowork's reliability/quality for complex delegated tasks and clearer detail on review/approval workflow beyond docs.

                  • [claimed-docs] With Cowork, you can describe an outcome, step away, and come back to finished work—formatted documents, organized files, synthesized resear…
                  • [claimed-docs] Instead of starting each task from scratch, you describe it once and Claude handles it on your schedule—delivering finished outputs like rep…
                  • [claimed-docs] Claude can take on complex, multi-step tasks and execute them on your behalf.
                  • [claimed-docs] Scheduled tasks allow you to delegate work to Claude Cowork by creating tasks that run automatically on a recurring basis, or on demand.
                  • [claimed-docs] you describe it once and Claude handles it on your schedule—delivering finished outputs like reports, briefings, and summaries every time
                  • [claimed-docs] This article explains how to use Claude Cowork, which brings Claude Code's agentic capabilities to knowledge work beyond coding.
                  • [claimed-docs] Claude opens sites, reads pages, clicks, types, and fills forms while you watch, with no need to switch windows.
                  • [claimed-docs] it may navigate to your screen directly—clicking, typing, and opening apps just like you would.

                  Poke's docs show it can be triggered by external events (GitHub, CI/CD) and can even delegate real-world tasks to humans (reservations, calls) and act across integrated apps 'through natural conversation,' plus the llms.txt describes it as a 'proactive AI assistant.' However, there is no explicit documentation of a structured multi-step task queue, autonomous background execution status, or a dedicated review/approval step for complex delegated tasks. Missing for 10: explicit multi-step task orchestration docs, background task status/progress tracking, and a defined 'review results' UX beyond ad-hoc chat replies.

                  • [claimed-docs] Services like GitHub, CI/CD pipelines, or monitoring tools can trigger Poke when something happens.
                  • [claimed-docs] Integrations let you connect your favorite apps and services to Poke. Once connected, Poke can access information and perform actions across…
                  • [claimed-docs] Poke can now bring in real people to take on tasks with a human touch - restaurant reservations, phone calls, placing orders, booking rides,…
                  • [probe] PROBE llms.txt: HTTP 200 at https://poke.com/llms.txt # Poke > Poke is the proactive AI assistant on Apple Messages, WhatsApp, Telegram, an…
                2. power-userHave the assistant operate a web browser on my behalf to research and complete tasks on websites

                  weight 3 · round to Claude
                  Claudefullclaimed8/10

                  Claude has multiple documented browser-control capabilities: the built-in browser in Cowork that opens sites, reads pages, clicks, types, and fills forms autonomously (claude-docs-6/67), the Claude in Chrome extension that reads/clicks/navigates websites (claude-docs-63), and computer-use navigation for on-screen actions (claude-docs-7/22/59), enabling research and task completion on websites. Missing for 10: independent hands-on validation of browser-task success rates and reliability under real-world site complexity.

                  • [claimed-docs] Claude opens sites, reads pages, clicks, types, and fills forms while you watch, with no need to switch windows.
                  • [claimed-docs] Claude opens sites, reads pages, clicks, types, and fills forms while you watch, with no need to swit
                  • [claimed-docs] Claude in Chrome is a browser extension that allows Claude to read, click, and navigate websites alongside you.
                  • [claimed-docs] it may navigate to your screen directly—clicking, typing, and opening apps just like you would.
                  • [claimed-docs] When computer use is enabled and Claude doesn't have a connector or tool for what you need, it may navigate to your screen directly—clicking…
                  • [claimed-docs] it may navigate to your screen directly—clicking, typing, and opening apps just like you would
                  • [claimed-docs] Claude can take on complex, multi-step tasks and execute them on your behalf.
                  Pokenone0/10

                  Poke's docs describe integrations, MCP tool connections, and even outsourcing tasks to humans, but there is no evidence Poke itself drives a web browser to navigate sites or complete web-based research/tasks autonomously. missing for 10: any mention of browser automation, web navigation, or headless browsing capability.

                  • [claimed-docs] Integrations let you connect your favorite apps and services to Poke. Once connected, Poke can access information and perform actions across…
                  • [claimed-docs] Poke can now bring in real people to take on tasks with a human touch - restaurant reservations, phone calls, placing orders, booking rides,…
                  • [claimed-docs] Once connected, Poke can access information and perform actions across apps and services through natural conversation.
                3. power-userLet the assistant see and operate applications on my computer to complete work

                  weight 2 · round to Claude
                  Claudefullclaimed8/10

                  Claude Cowork/computer use lets Claude navigate directly to the user's screen—clicking, typing, opening apps, filling forms—while the user watches, plus a built-in browser for opening sites and interacting with pages, directly matching the story of operating applications to complete work. Community evidence corroborates agentic coding/task use though notes mixed quality perceptions unrelated to this specific capability. Missing for 10: independent hands-on verification of computer-use reliability/accuracy and broader third-party benchmarking beyond vendor docs.

                  • [claimed-docs] it may navigate to your screen directly—clicking, typing, and opening apps just like you would.
                  • [claimed-docs] When computer use is enabled and Claude doesn't have a connector or tool for what you need, it may navigate to your screen directly—clicking…
                  • [claimed-docs] it may navigate to your screen directly—clicking, typing, and opening apps just like you would
                  • [claimed-docs] Claude opens sites, reads pages, clicks, types, and fills forms while you watch, with no need to switch windows.
                  • [claimed-docs] Claude opens sites, reads pages, clicks, types, and fills forms while you watch, with no need to swit
                  • [claimed-docs] With Cowork, you can describe an outcome, step away, and come back to finished work—formatted documents, organized files, synthesized resear…
                  • [claimed-docs] Claude can take on complex, multi-step tasks and execute them on your behalf.
                  • [claimed-docs] Claude in Chrome is a browser extension that allows Claude to read, click, and navigate websites alongside you.
                  Pokenone0/10

                  Poke's evidence shows it connects to cloud services/integrations and MCP tool servers (poke-docs-7, poke-docs-19, poke-docs-3) but there is no evidence of it seeing a user's screen or directly operating local desktop applications — its automation is limited to API/webhook-based integrations and remote 'recipes,' not computer-use style control of a user's machine.

                  • [claimed-docs] Integrations let you connect your favorite apps and services to Poke. Once connected, Poke can access information and perform actions across…
                  • [claimed-docs] Once connected, Poke can access information and perform actions across apps and services through natural conversation.
                  • [claimed-docs] Poke supports Model Context Protocol (MCP) servers, allowing you to extend Poke with custom tools and data sources.

                Tasks

                1. power-userSchedule recurring or one-off tasks that run automatically and come back to me with results

                  weight 2 · round to Claude
                  Claudefullclaimed8/10

                  Claude Cowork explicitly supports scheduled tasks that run on a recurring or one-off basis and deliver finished outputs like reports and summaries back to the user, matching the story closely. Missing for 10: independent/hands-on validation of scheduling reliability and no detail on notification/delivery mechanisms beyond docs.

                  • [claimed-docs] Scheduled tasks allow you to delegate work to Claude Cowork by creating tasks that run automatically on a recurring basis, or on demand.
                  • [claimed-docs] you describe it once and Claude handles it on your schedule—delivering finished outputs like reports, briefings, and summaries every time
                  • [claimed-docs] Instead of starting each task from scratch, you describe it once and Claude handles it on your schedule—delivering finished outputs like rep…
                  • [claimed-docs] With Cowork, you can describe an outcome, step away, and come back to finished work—formatted documents, organized files, synthesized resear…
                  • [claimed-docs] Claude can take on complex, multi-step tasks and execute them on your behalf.
                  Pokenone0/10

                  The evidence pack shows Poke's API/integrations for triggering messages from external events (CI/CD, monitoring) and MCP tool extensions, but nothing documents a user-facing scheduler for recurring or one-off tasks that return results later. Missing for 10: any explicit scheduling/reminder feature, recurrence configuration, or hands-on proof of a task running and reporting back autonomously.

                  • [claimed-docs] The Poke API allows you to send messages programmatically from your applications, scripts, and automation tools.
                  • [claimed-docs] Services like GitHub, CI/CD pipelines, or monitoring tools can trigger Poke when something happens.
                  • [claimed-docs] Integrations let you connect your favorite apps and services to Poke. Once connected, Poke can access information and perform actions across…

                Apps devices — stories about apps devices in this arenaApps devices

                Stories about apps devices in this arena

                Apps

                1. knowledge-workerUse full-featured official mobile apps for iOS and Android

                  weight 2 · round to Claude
                  Claudefullclaimed8/10

                  Official iOS and Android apps are documented (App Store install instructions, Chrome/mobile chat parity across web/iOS/Android/desktop, voice mode explicitly available on Claude Mobile), indicating full-featured mobile apps rather than a bare wrapper. Missing for 10: no independent hands-on review of mobile app feature parity/quality, and no detail on which advanced features (Cowork, computer use) are available on mobile vs desktop-only.

                  • [claimed-docs] You can install the Claude app onto your iOS device by navigating to the App Store and searching for “Claude by Anthropic”
                  • [claimed-docs] You can install the Claude app onto your iOS device by navigating to the App Store and searching for "Claude by Anthropic"
                  • [claimed-docs] Chat on web, iOS, Android, and on your desktop ... Memory across conversations
                  • [claimed-docs] Chat on web, iOS, Android, and on your desktop
                  • [claimed-docs] Voice mode is a beta feature available to all plans (Free, Pro, Max, Team, and Enterprise) on Claude Mobile (iOS and Android), Claude Deskto…
                  Pokenone0/10

                  Evidence shows Poke operates through existing messaging channels (Apple Messages, WhatsApp, Telegram) rather than shipping its own official iOS/Android app; no documentation or probe evidence mentions a dedicated Poke mobile app.

                  • [claimed-docs] Poke is now available on Apple Messages as the first and only AI product to be verified on the platform.
                  • [claimed-docs] Poke now works with Telegram as an alternative to WhatsApp while it is temporarily unavailable (except in Italy and Brazil).
                  • [probe] PROBE llms.txt: HTTP 200 at https://poke.com/llms.txt # Poke > Poke is the proactive AI assistant on Apple Messages, WhatsApp, Telegram, an…

                Custom bots

                1. power-userBuild and share custom assistants with their own instructions and knowledge

                  weight 2 · round to Claude
                  Claudepartialclaimed6/10

                  Claude supports Projects (self-contained workspaces with custom knowledge bases/files) and Skills (teach Claude repeatable instructions like brand guidelines), which together let a power-user build a persona-like assistant with instructions and knowledge; Projects can be shared with team members. However, there's no dedicated 'custom GPT'-style public sharing/marketplace for assistants, and no independent evidence of end-to-end sharing outside an org. missing for 10: evidence of public/marketplace sharing of custom assistants, explicit persona/system-instruction configuration UI, and independent hands-on confirmation of building and sharing such assistants.

                  • [claimed-docs] Projects allow you to create self-contained workspaces with their own chat histories and knowledge bases.
                  • [claimed-docs] whether that's creating documents with your company's brand guidelines, analyzing data using your organization's specific workflows
                  • [claimed-docs] Skills teach Claude how to complete specific tasks in a repeatable way, whether that's creating documents with your company's brand guidelin…
                  • [claimed-docs] Files can be uploaded to individual chats or uploaded to a project's Files section for persistent reference across conversations.

                  Poke supports 'recipes' that can be created, published, shared via referral link, and monetized, plus MCP servers/integrations that extend its knowledge and behavior — this maps loosely to custom assistants with instructions/knowledge. However, there's no explicit documentation of defining a persistent 'assistant persona' with custom instructions in the way tools like GPTs allow; recipes appear more tool/automation-centric than persona-centric. missing for 10: explicit support for custom system-prompt/persona instructions per assistant, evidence of knowledge-base attachment beyond MCP tool integration, independent user validation of sharing custom assistants.

                  • [claimed-docs] you earn revenue from MCP usage by users who install your recipe
                  • [claimed-docs] npx poke@latest login
                  • [claimed-docs] Publishing a recipe: marks it Published, generates a referral/share link, makes it eligible for payouts
                  • [claimed-docs] Go to poke.com/recipes to browse all first-party and approved third-party recipes.
                  • [claimed-docs] Poke supports Model Context Protocol (MCP) servers, allowing you to extend Poke with custom tools and data sources.
                  • [claimed-docs] Integrations let you connect your favorite apps and services to Poke. Once connected, Poke can access information and perform actions across…

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

                How much of the product can run unattended

                1. ai-native userPerform bulk operations across many items at once

                  weight 2 · round drawn
                  Claudenone0/10

                  The evidence pack documents agentic task automation (Cowork, scheduled tasks, Research) and single-document file handling, but no feature is described for processing or acting on many items at once (e.g., batch file processing, bulk edit across records, or a batch API). Automation-depth stories like this are plausible for Claude given its agentic tooling, but nothing in the pack shows bulk/multi-item operation support.

                    Pokenone0/10

                    Evidence shows Poke can message, integrate apps, and run recipes/MCP tools, but nothing describes performing bulk operations across many items at once (e.g., batch processing, multi-item automation loops); this remains unevidenced.

                    • ai-native userDefine rules that trigger actions automatically on events

                      weight 3 · round to Poke
                      Claudepartialclaimed4/10

                      Claude Cowork supports scheduled/recurring tasks that run automatically on a time-based schedule or on demand (claude-docs-38, claude-docs-58), which is a form of automation, but there's no evidence of user-defined rules triggered by external events (e.g., 'when an email arrives' or 'when a file changes, do X') as opposed to calendar/time-based scheduling. missing for 10: event-driven trigger conditions (webhooks, connector-based event listeners), a rules engine for conditional automation, and any documentation of non-time-based triggers.

                      • [claimed-docs] Scheduled tasks allow you to delegate work to Claude Cowork by creating tasks that run automatically on a recurring basis, or on demand.
                      • [claimed-docs] you describe it once and Claude handles it on your schedule—delivering finished outputs like reports, briefings, and summaries every time
                      • [claimed-docs] Instead of starting each task from scratch, you describe it once and Claude handles it on your schedule—delivering finished outputs like rep…
                      • [claimed-docs] Claude can take on complex, multi-step tasks and execute them on your behalf.

                      Poke supports external triggers via its API (services like GitHub/CI/CD can trigger Poke) and integrations that let it act across apps, which enables event-driven automation, but there's no documented user-facing rules engine (e.g., 'if X happens, do Y' conditional automation builder) — triggers rely on third-party services calling the API rather than Poke itself defining declarative rules. missing for 10: a native rule/condition definition UI or DSL, evidence of multi-step conditional logic, and independent confirmation of reliability of triggered automations.

                      • [claimed-docs] The Poke API allows you to send messages programmatically from your applications, scripts, and automation tools.
                      • [claimed-docs] Services like GitHub, CI/CD pipelines, or monitoring tools can trigger Poke when something happens.
                      • [claimed-docs] Integrations let you connect your favorite apps and services to Poke. Once connected, Poke can access information and perform actions across…
                      • [claimed-docs] Once connected, Poke can access information and perform actions across apps and services through natural conversation.
                    • ai-native userSchedule recurring jobs or workflows

                      weight 2 · round to Claude
                      Claudefullclaimed8/10

                      Claude Cowork explicitly supports scheduled recurring tasks, letting users describe a workflow once and have Claude execute it automatically on a recurring or on-demand basis, delivering outputs like reports and briefings — this directly matches the story. Missing for 10: independent/hands-on verification of scheduling reliability and details on scheduling granularity/limits beyond vendor docs.

                      • [claimed-docs] Instead of starting each task from scratch, you describe it once and Claude handles it on your schedule—delivering finished outputs like rep…
                      • [claimed-docs] Scheduled tasks allow you to delegate work to Claude Cowork by creating tasks that run automatically on a recurring basis, or on demand.
                      • [claimed-docs] you describe it once and Claude handles it on your schedule—delivering finished outputs like reports, briefings, and summaries every time
                      • [claimed-docs] With Cowork, you can describe an outcome, step away, and come back to finished work—formatted documents, organized files, synthesized resear…
                      Pokenone0/10

                      No evidence describes a scheduling or recurring-job/workflow feature; docs cover API messaging, integrations, MCP servers, and recipes but nothing about setting up recurring or time-based automations. The 'proactive assistant' description in the probe snippet is too vague to confirm recurring job scheduling. missing for 10: any documentation of cron-like scheduling, recurring triggers, or persistent workflow automation.

                      • [claimed-docs] The Poke API allows you to send messages programmatically from your applications, scripts, and automation tools.
                      • [claimed-docs] Services like GitHub, CI/CD pipelines, or monitoring tools can trigger Poke when something happens.
                      • [probe] PROBE llms.txt: HTTP 200 at https://poke.com/llms.txt # Poke > Poke is the proactive AI assistant on Apple Messages, WhatsApp, Telegram, an…
                    • ai-native userVersion, review, and roll back my automations

                      weight 1 · round drawn
                      Claudenone0/10

                      No evidence describes versioning, reviewing, or rolling back automations like scheduled Cowork tasks or Skills; docs cover creating/scheduling tasks but not history, diffs, or rollback capability.

                        Pokenone0/10

                        No evidence describes versioning, review workflows, or rollback capability for Poke's automations/recipes; docs mention creating, publishing, and monetizing recipes but nothing about version history or reverting changes.

                        Connectors apps — stories about connectors apps in this arenaConnectors apps

                        Stories about connectors apps in this arena

                        Connectors

                        1. power-userBrowse a directory of third-party apps and connectors and add them to the assistant

                          weight 2 · round to Claude
                          Claudefullclaimed9/10

                          Claude documents a unified directory that brings skills, connectors, and plugins together in one place to find and install everything that customizes Claude, plus specific connectors like Google Workspace and remote/local MCP servers to extend the assistant. Missing for 10: no independent hands-on review confirming the browsing/discovery UX of the directory itself.

                          • [claimed-docs] Our unified directory brings skills, connectors, and plugins together in one place so you can find and install everything that customizes Cl…
                          • [claimed-docs] Our unified directory brings skills, connectors, and plugins together in one place so you can find and install everything that customizes Cl…
                          • [claimed-docs] Connect your Gmail, Google Calendar, and Google Drive to Claude so you can search and send emails, manage your calendar, work with documents…
                          • [claimed-docs] Connect your Gmail, Google Calendar, and Google Drive to Claude so you can search and send emails, manage your calendar, work with documents…
                          • [claimed-docs] installing and managing local MCP servers has become significantly easier... install local MCP servers on your computer as easily as browser…
                          • [claimed-docs] you can now install local MCP servers on your computer as easily as browser extensions
                          • [claimed-docs] You can: Connect Claude to existing remote MCP servers. Build your own remote MCP servers to connect with any tool.

                          Poke docs describe poke.com/recipes as a directory of first-party and approved third-party recipes/integrations that users can browse and add, plus a separate Integrations page for connecting apps/services. This matches the power-user story of browsing and adding connectors. missing for 10: independent/hands-on evidence of the directory's breadth or UX, and no confirmation of search/filtering or ratings within the directory.

                          • [claimed-docs] Go to poke.com/recipes to browse all first-party and approved third-party recipes.
                          • [claimed-docs] Integrations let you connect your favorite apps and services to Poke. Once connected, Poke can access information and perform actions across…
                          • [claimed-docs] Once connected, Poke can access information and perform actions across apps and services through natural conversation.
                          • [claimed-docs] Webflow - Design and deploy websites visually
                          • [claimed-docs] Poke supports Model Context Protocol (MCP) servers, allowing you to extend Poke with custom tools and data sources.
                        2. knowledge-workerConnect my cloud drive, email, and calendar so the assistant can search and use them in answers

                          weight 3 · round to Claude
                          Claudefullclaimed9/10

                          Claude has a documented Google Workspace connector letting users connect Gmail, Google Calendar, and Google Drive so Claude can search emails, manage calendar, and work with documents/files directly in conversation, plus a privacy commitment not to train on this data. This directly satisfies the story's cloud drive/email/calendar connection use case. Missing for 10: no independent hands-on report corroborating real-world reliability of these specific connectors.

                          • [claimed-docs] Connect your Gmail, Google Calendar, and Google Drive to Claude so you can search and send emails, manage your calendar, work with documents…
                          • [claimed-docs] Connect your Gmail, Google Calendar, and Google Drive to Claude so you can search and send emails, manage your calendar, work with documents…
                          • [claimed-docs] We do not train our models on your Gmail, Drive, or Calendar connector data, ensuring your private information remains private.
                          • [claimed-docs] Our unified directory brings skills, connectors, and plugins together in one place so you can find and install everything that customizes Cl…

                          Poke's docs describe a general 'Integrations' system that lets users connect apps/services (with Webflow given as the only named example) and mention an email-address feature, but no evidence names concrete cloud-drive (e.g., Google Drive), email (Gmail/Outlook), or calendar connectors, nor demonstrates search/use of such data in answers. Missing for 10: named cloud-drive integration, named email inbox integration, named calendar integration, and evidence of search/retrieval across them.

                          • [claimed-docs] Integrations let you connect your favorite apps and services to Poke. Once connected, Poke can access information and perform actions across…
                          • [claimed-docs] Once connected, Poke can access information and perform actions across apps and services through natural conversation.
                          • [claimed-docs] Webflow - Design and deploy websites visually
                          • [claimed-docs] You can now set up a @poke.com address to use with your primary email account in Poke.

                        Files analysis — stories about files analysis in this arenaFiles analysis

                        Stories about files analysis in this arena

                        Analysis

                        1. power-userHave the assistant write and run code on my data to produce charts, computed answers, and downloadable files

                          weight 3 · round to Claude
                          Claudefullclaimed8/10

                          Docs explicitly describe generating downloadable Excel/PowerPoint/Word/PDF files, producing reports with charts and visualizations, and using artifacts to build code-driven visualizations and interactive components from uploaded data files (CSV, XLSX, etc.). This directly matches the power-user story of writing/running code on data to produce charts, computed answers, and downloadable outputs. missing for 10: independent/hands-on community corroboration specifically validating the data-analysis/code-execution-to-chart workflow (community evidence in the pack focuses on coding agent quality, not this analysis feature).

                          • [claimed-docs] Prompt Claude using natural language to generate Excel spreadsheets, PowerPoint presentations, Word documents, and PDF files that you can do…
                          • [claimed-docs] produce reports with charts and visualizations, and generate presentations from your documents—all without specialized software skills
                          • [claimed-docs] Generate code and visualize data
                          • [claimed-docs] Claude can work with the following document types: - PDF - DOCX - CSV - TXT - HTML - ODT - RTF - EPUB - JSON - XLSX
                          • [claimed-docs] Claude can work with the following document types: PDF DOCX CSV TXT HTML ODT RTF EPUB JSON XLSX
                          • [claimed-docs] Common examples of artifact content include: Documents (Markdown or plain text) - Code snippets ... Interactive React components
                          • [claimed-docs] Common examples of artifact content include: - Documents (Markdown or plain text) - Code snippets - Single-page HTML websites - SVG images -…
                          • [claimed-docs] Artifacts allow you to turn ideas into shareable apps, tools, or content—build tools, visualizations, and experiences by simply describing w…
                          • [claimed-docs] build tools, visualizations, and experiences by simply describing what you need
                          • [claimed-docs] Files can be uploaded to individual chats or uploaded to a project's Files section for persistent reference across conversations.

                          Poke's docs show it can create tables and charts from described data or shared images (poke-docs-21), but there's no evidence of an underlying code-execution environment, computed numeric answers, or generation of downloadable files. missing for 10: evidence of actual code execution/sandbox, computed-answer capability, downloadable file output.

                          • [claimed-docs] Poke can now create tables and charts to help you visualize data. Describe what you want to see, or share images of existing data (like spre…

                        Artifacts

                        1. knowledge-workerHave the assistant create and iteratively edit documents, presentations, and other files I can export

                          weight 2 · round to Claude
                          Claudefullclaimed9/10

                          Docs explicitly describe generating and editing Excel, PowerPoint, Word, and PDF files via natural-language prompts, plus Artifacts for documents/code/interactive content that can be iteratively refined and downloaded, and uploading/persisting files in Projects for ongoing editing. Missing for 10: independent hands-on review confirming export fidelity/iteration quality across file types.

                          • [claimed-docs] Prompt Claude using natural language to generate Excel spreadsheets, PowerPoint presentations, Word documents, and PDF files that you can do…
                          • [claimed-docs] produce reports with charts and visualizations, and generate presentations from your documents—all without specialized software skills
                          • [claimed-docs] Common examples of artifact content include: Documents (Markdown or plain text) - Code snippets ... Interactive React components
                          • [claimed-docs] Common examples of artifact content include: - Documents (Markdown or plain text) - Code snippets - Single-page HTML websites - SVG images -…
                          • [claimed-docs] Files can be uploaded to individual chats or uploaded to a project's Files section for persistent reference across conversations.
                          • [claimed-docs] Claude can work with the following document types: - PDF - DOCX - CSV - TXT - HTML - ODT - RTF - EPUB - JSON - XLSX
                          Pokenone0/10

                          Evidence shows Poke can create websites and generate tables/charts from data, but there is no evidence of creating or iteratively editing documents/presentations that can be exported (e.g. Word, PDF, PowerPoint files). Missing for 10: document creation/editing evidence, presentation creation, export functionality for standard file formats.

                          • [claimed-docs] Poke can also create and deploy websites for you at yourname.poke.com.
                          • [claimed-docs] Poke can now create tables and charts to help you visualize data. Describe what you want to see, or share images of existing data (like spre…

                        Files

                        1. knowledge-workerUpload documents, spreadsheets, and PDFs and get accurate analysis of their contents

                          weight 3 · round to Claude
                          Claudefullclaimed9/10

                          Docs confirm Claude supports uploading PDFs, DOCX, CSV, XLSX, TXT, HTML, ODT, RTF, EPUB, JSON, with analysis of both text and visual elements in PDFs up to 100 pages, plus persistent Project file storage for cross-conversation reference and generation of derived documents/reports. Missing for 10: independent hands-on benchmarking of analysis accuracy across large/complex spreadsheets or long PDFs beyond the 100-page limit.

                          • [claimed-docs] Claude can work with the following document types: - PDF - DOCX - CSV - TXT - HTML - ODT - RTF - EPUB - JSON - XLSX
                          • [claimed-docs] Claude can work with the following document types: PDF DOCX CSV TXT HTML ODT RTF EPUB JSON XLSX
                          • [claimed-docs] Claude analyzes both text and visual elements (like images, charts, and graphics) in PDFs of 100 pages or fewer
                          • [claimed-docs] Files can be uploaded to individual chats or uploaded to a project's Files section for persistent reference across conversations.
                          • [claimed-docs] Prompt Claude using natural language to generate Excel spreadsheets, PowerPoint presentations, Word documents, and PDF files that you can do…
                          • [claimed-docs] produce reports with charts and visualizations, and generate presentations from your documents—all without specialized software skills

                          The only relevant evidence is that Poke can 'extract and visualize' data from shared images of spreadsheets to create tables/charts, which is a narrow slice of the story. There is no documentation of direct document or PDF upload, parsing, or accurate content analysis for knowledge-worker use cases. Missing for 10: explicit PDF/document upload support, evidence of accuracy on structured/text-heavy files, and any hands-on validation of analysis quality.

                          • [claimed-docs] Poke can now create tables and charts to help you visualize data. Describe what you want to see, or share images of existing data (like spre…

                        Memory context — stories about memory context in this arenaMemory context

                        Stories about memory context in this arena

                        Memory

                        1. power-userHave the assistant remember relevant context from previous chats and apply it in new conversations

                          weight 3 · round to Claude
                          Claudefullclaimed8/10

                          Claude has explicit first-party memory/chat-search docs: it can search previous conversations and "remember context from your chats and carry it into new conversations and Cowork tasks," plus a dedicated article on how memory works, what's remembered, and how to review/edit it; the product page also advertises "Memory across conversations" as a core feature. This directly matches the story of remembering context across chats and applying it in new ones. Missing for 10: independent/hands-on corroboration of memory quality or limitations in practice beyond vendor docs.

                          • [claimed-docs] You can prompt Claude to search through your previous conversations to find and reference relevant information in new chats.
                          • [claimed-docs] Chat on web, iOS, Android, and on your desktop ... Memory across conversations
                          • [claimed-docs] This article explains how chat search and memory work, what Claude does and doesn’t remember, how to review and edit what’s saved, and how t…
                          • [claimed-docs] Claude can also remember context from your chats and carry it into new conversations and Cowork tasks.

                          Docs mention Poke's Memory as a concept tied to account merging (poke-docs-20), implying persistent memory exists across the assistant, but there's no detailed documentation of how memory is captured, retained, or applied across separate conversations, nor independent confirmation of its effectiveness. Missing for 10: dedicated memory documentation explaining retention/retrieval mechanics, examples of cross-chat context recall, and independent/hands-on verification that it works reliably.

                          • [claimed-docs] This keeps Poke's Memory, Recipes, and Integrations from the selected account, and your messaging channels ... will be connected to it.
                        2. power-userSet persistent custom instructions and preferences that shape every response

                          weight 1 · round to Claude
                          Claudepartialclaimed6/10

                          Claude supports persistent memory/context (chat search and memory, Projects with knowledge bases, custom instructions implied via Skills and Projects) that carries into new conversations, but there is no explicit documented feature for setting global 'custom instructions' that shape every response the way ChatGPT's system prompt does. missing for 10: dedicated persistent custom-instructions/preferences UI applying to all chats, independent/hands-on verification that memory reliably shapes every response, and clarity on scope/limits of what's remembered.

                          • [claimed-docs] You can prompt Claude to search through your previous conversations to find and reference relevant information in new chats.
                          • [claimed-docs] This article explains how chat search and memory work, what Claude does and doesn’t remember, how to review and edit what’s saved, and how t…
                          • [claimed-docs] Claude can also remember context from your chats and carry it into new conversations and Cowork tasks.
                          • [claimed-docs] Projects allow you to create self-contained workspaces with their own chat histories and knowledge bases.
                          • [claimed-docs] Skills teach Claude how to complete specific tasks in a repeatable way, whether that's creating documents with your company's brand guidelin…

                          The docs mention a 'Memory' feature tied to a user's account (carried over when merging accounts), implying some persistent context storage, but there is no documentation of a dedicated custom-instructions/preferences setting that explicitly shapes every response. Missing for 10: explicit UI/API for setting persistent custom instructions, examples of how such preferences influence responses, and independent confirmation of this behavior.

                          • [claimed-docs] This keeps Poke's Memory, Recipes, and Integrations from the selected account, and your messaging channels ... will be connected to it.

                        Projects

                        1. knowledge-workerOrganize related chats and files into a project or space that shares context and instructions

                          weight 2 · round to Claude
                          Claudefullclaimed8/10

                          Projects docs confirm self-contained workspaces with shared chat histories and knowledge bases, persistent file uploads scoped to a project for cross-conversation reference, and memory/chat search to build on prior context. missing for 10: no evidence of custom instructions/system prompt configuration per project beyond files, and no independent/hands-on corroboration of the project workflow in practice.

                          • [claimed-docs] Projects allow you to create self-contained workspaces with their own chat histories and knowledge bases.
                          • [claimed-docs] Files can be uploaded to individual chats or uploaded to a project's Files section for persistent reference across conversations.
                          • [claimed-docs] This article explains how chat search and memory work, what Claude does and doesn’t remember, how to review and edit what’s saved, and how t…
                          • [claimed-docs] Chat on web, iOS, Android, and on your desktop ... Memory across conversations
                          Pokenone0/10

                          Poke's docs describe messaging, integrations, MCP servers, and recipes, but there is no mention of organizing chats/files into projects or spaces with shared context/instructions, which is a distinct memory-organization feature not evidenced here.

                          Multimodal — stories about multimodal in this arenaMultimodal

                          Stories about multimodal in this arena

                          Images

                          1. knowledge-workerGenerate and edit images from natural-language prompts

                            weight 2 · round to Claude
                            Claudepartialclaimed4/10

                            Claude can understand and analyze uploaded/pasted images (JPEG, PNG, GIF, WebP) and can produce SVG images, diagrams, and flowcharts as artifacts from natural-language descriptions, but there is no evidence of true raster image generation or photo-editing capability comparable to dedicated image models. Editing of generated visual artifacts is possible via iterative prompting, but this is limited to code-rendered graphics rather than general image generation/editing. Missing for 10: dedicated raster image-generation model, photo editing/inpainting features, and any independent confirmation of image-generation quality.

                            • [claimed-docs] Common examples of artifact content include: - Documents (Markdown or plain text) - Code snippets - Single-page HTML websites - SVG images -…
                            • [claimed-docs] Claude analyzes both text and visual elements (like images, charts, and graphics) in PDFs of 100 pages or fewer
                            • [claimed-docs] Claude supports the following image formats: - JPEG - PNG - GIF - WebP
                            • [claimed-docs] You can also copy images and paste them from your clipboard into Claude
                            • [claimed-docs] build tools, visualizations, and experiences by simply describing what you need
                            Pokenone0/10

                            Evidence shows Poke can create tables/charts from data and extract data from images (poke-docs-21), and can create websites, but there is no mention of generating or editing images from natural-language prompts anywhere in the docs or release notes.

                            • knowledge-workerShare screenshots and photos and have the assistant accurately interpret what is in them

                              weight 2 · round to Claude
                              Claudefullclaimed7/10

                              Claude's docs confirm native image upload/paste support (JPEG, PNG, GIF, WebP) and clipboard paste, plus PDF analysis that includes visual elements like images and charts, directly supporting screenshot/photo interpretation for knowledge workers. Missing for 10: independent/hands-on evidence validating accuracy of image interpretation, and no explicit mention of screenshot-specific use cases (e.g., UI screenshots, photos of documents) beyond general image/PDF support.

                              • [claimed-docs] Claude analyzes both text and visual elements (like images, charts, and graphics) in PDFs of 100 pages or fewer
                              • [claimed-docs] Claude supports the following image formats: - JPEG - PNG - GIF - WebP
                              • [claimed-docs] You can also copy images and paste them from your clipboard into Claude
                              • [claimed-docs] Claude can work with the following document types: - PDF - DOCX - CSV - TXT - HTML - ODT - RTF - EPUB - JSON - XLSX

                              Poke's release notes explicitly state it can 'share images of existing data (like spreadsheets) for Poke to extract and visualize,' showing some image-interpretation capability, but this is limited to structured data extraction rather than general photo/screenshot understanding across varied content. Missing for 10: evidence of accurate interpretation of arbitrary photos/screenshots (e.g., UI screenshots, handwritten notes, general scenes), independent hands-on verification of accuracy, and any first-party documentation describing general vision/OCR capability beyond the spreadsheet example.

                              • [claimed-docs] Poke can now create tables and charts to help you visualize data. Describe what you want to see, or share images of existing data (like spre…

                            Voice

                            1. knowledge-workerHave a natural, real-time voice conversation with the assistant

                              weight 2 · round to Claude
                              Claudefullclaimed8/10

                              Claude ships an explicit Voice mode enabling complete spoken conversations, available across web, desktop, iOS and Android, positioned to work best on phone. Missing for 10: independent hands-on reviews of voice latency/naturalness and confirmation it's out of beta.

                              • [claimed-docs] Voice mode allows you to have complete spoken conversations with Claude.
                              • [claimed-docs] Voice mode is a beta feature available to all plans (Free, Pro, Max, Team, and Enterprise) on Claude Mobile (iOS and Android), Claude Deskto…
                              Pokenone0/10

                              Poke is described as a text-based assistant across messaging platforms (WhatsApp, Telegram, Apple Messages) with no evidence of real-time voice call or voice conversation capability; all documented interactions are text/message-based.

                              Openness — open source, data portability, and self-hosting storiesOpenness

                              Open source, data portability, and self-hosting stories

                              1. ai-native userDo everything through the API that I can do in the UI

                                weight 2 · round to Poke
                                Claudenone0/10

                                The evidence pack details many UI-exclusive Claude.ai features (Cowork, voice mode, computer use, memory/chat search, artifacts, browser extension, scheduled tasks) but contains no documentation that these capabilities are exposed through the Claude API, nor any statement of API/UI feature parity. Enterprise API mentions are limited to a Compliance API for logs, not general feature parity.

                                • [claimed-docs] With Cowork, you can describe an outcome, step away, and come back to finished work—formatted documents, organized files, synthesized resear…
                                • [claimed-docs] Voice mode allows you to have complete spoken conversations with Claude.
                                • [claimed-docs] Claude opens sites, reads pages, clicks, types, and fills forms while you watch, with no need to switch windows.
                                • [claimed-docs] it may navigate to your screen directly—clicking, typing, and opening apps just like you would.
                                • [claimed-docs] Audit logs: capture key information about user actions, system events, and data access. ... Compliance API: programmatically access Claude u…
                                • [claimed-docs] Projects allow you to create self-contained workspaces with their own chat histories and knowledge bases.
                                • [claimed-docs] This article explains how chat search and memory work, what Claude does and doesn’t remember, how to review and edit what’s saved, and how t…

                                Poke exposes a documented API for sending messages programmatically and triggering it from external systems (poke-docs-1, poke-docs-2), plus an MCP server/tunnel mechanism for extending tools (poke-docs-3/4/16). However, there's no evidence of API parity for major UI capabilities like managing integrations, recipes, human-task requests, website deployment, or memory/account management, and no public OpenAPI/spec was found (poke-probe-2, poke-probe-3 both 404). missing for 10: API coverage for integrations/recipes/human-tasks/website-deploy features, published OpenAPI spec, independent confirmation of API-UI parity.

                                • [claimed-docs] The Poke API allows you to send messages programmatically from your applications, scripts, and automation tools.
                                • [claimed-docs] Services like GitHub, CI/CD pipelines, or monitoring tools can trigger Poke when something happens.
                                • [claimed-docs] Poke supports Model Context Protocol (MCP) servers, allowing you to extend Poke with custom tools and data sources.
                                • [claimed-docs] npx poke@latest tunnel http://localhost:3000/mcp -n "Local Dev MCP"
                                • [claimed-docs] npx poke@latest mcp add https://mcp.example.com/sse -n "My Server"
                                • [probe] PROBE docs-md: HTTP 404 at https://poke.com/docs.md
                                • [probe] PROBE openapi: all candidate paths 404 (https://poke.com/openapi.json, https://poke.com/swagger.json, https://poke.com/api/openapi.json, htt…
                              2. ai-native userExport all of my data in open formats and leave

                                weight 3 · round to Claude
                                Claudepartialclaimed6/10

                                Claude documents a data-export feature covering conversation and account data, letting users take their data with them ([claude-docs-12], [claude-docs-40]). However, there is no evidence specifying the export format is an open/standard one (e.g., JSON/portable), nor documentation of easy migration/interoperability with other tools, so the 'open format' and full portability aspects of the story are unconfirmed. missing for 10: explicit statement of open/standard export format, evidence of full interoperability/reuse elsewhere, and independent confirmation of export completeness.

                                • [claimed-docs] Individual Claude users can export user information and chat history from Settings > Privacy
                                • [claimed-docs] Data exports include conversation data and the user data for your account.
                                Pokenone0/10

                                No evidence of any data export feature or open-format data portability in Poke's docs; the pack covers messaging API, MCP servers, integrations, and account merging but nothing about exporting user data (memory, conversation history, recipes) in open formats or account closure/data takeout.

                                • ai-native userRead the product's source under an open license

                                  weight 2 · round drawn
                                  Claudenone0/10

                                  Claude is closed-source; there is no evidence of an open-license source release for the model or app, and community evidence even criticizes it as closed/opaque compared to FOSS alternatives like Codex CLI (claude-comm-6).

                                  • [community] Codex CLI is FOSS, unlike Claude Code, so Codex is less likely to do things like that, and it's one more reason to avoid Claude Code and Cla…
                                  Pokenone0/10

                                  No evidence Poke's source code is published under any open license; Poke is presented as a closed SaaS product with docs, APIs, and integrations but no repository or licensing information is mentioned anywhere in the evidence pack.

                                  Privacy posture — data-handling and privacy storiesPrivacy posture

                                  Data-handling and privacy stories

                                  1. ai-native userChoose where my data is stored (region/residency)

                                    weight 2 · round drawn
                                    Claudenone0/10

                                    No evidence in the pack mentions data residency, regional storage options, or geographic controls for where account/chat data is stored; the closest items concern export, audit logs, and training opt-outs, none of which address residency choice.

                                      Pokenone0/10

                                      No evidence anywhere in the pack mentions data residency, region selection, or storage location controls; Poke's docs cover integrations, MCP, messaging channels, and pricing but nothing about where user data is stored or any regional choice.

                                      • ai-native userPrevent my data from being used to train AI models

                                        weight 3 · round to Claude
                                        Claudefullclaimed8/10

                                        Claude documents explicit user controls to prevent training use: incognito chats are never used to improve Claude even with Model Improvement enabled, users can toggle the 'Model Improvement' privacy setting, and connector data (Gmail/Drive/Calendar) is explicitly excluded from training. This directly satisfies the ai-native privacy-posture story of preventing data from being used for model training. Missing for 10: independent/third-party verification of these claims and explicit default policy for Enterprise/Team plans beyond connectors.

                                        • [claimed-docs] Your incognito chats are not used to improve Claude, even if you have enabled Model Improvement in your privacy settings.
                                        • [claimed-docs] When you allow us to use your chats or coding sessions to help improve Claude, we implement several layers of protection for your privacy.
                                        • [claimed-docs] We do not train our models on your Gmail, Drive, or Calendar connector data, ensuring your private information remains private.
                                        Pokenone0/10

                                        No evidence in the pack addresses data-training opt-out or privacy controls regarding AI model training; the docs focus on messaging, integrations, MCP, and recipes with no mention of data usage policies or opt-out settings.

                                        • ai-native userControl data retention and deletion

                                          weight 2 · round to Claude
                                          Claudefullclaimed8/10

                                          Claude provides explicit user-facing data controls: exporting chat history/user data (claude-docs-12, 40), reviewing/editing/turning off memory (claude-docs-45), incognito chats excluded from training (claude-docs-46), and enterprise audit logs plus a compliance API for data governance (claude-docs-11, 44). Missing for 10: explicit self-service account/data deletion flow documentation and independent verification that deletion requests are honored.

                                          • [claimed-docs] Individual Claude users can export user information and chat history from Settings > Privacy
                                          • [claimed-docs] Data exports include conversation data and the user data for your account.
                                          • [claimed-docs] This article explains how chat search and memory work, what Claude does and doesn’t remember, how to review and edit what’s saved, and how t…
                                          • [claimed-docs] Your incognito chats are not used to improve Claude, even if you have enabled Model Improvement in your privacy settings.
                                          • [claimed-docs] When you allow us to use your chats or coding sessions to help improve Claude, we implement several layers of protection for your privacy.
                                          • [claimed-docs] Audit logs: capture key information about user actions, system events, and data access. ... Compliance API: programmatically access Claude u…
                                          • [claimed-docs] Enterprise includes everything in the Team plan, plus the following: - Security features to ensure the safety and compliance of your organiz…
                                          Pokenone0/10

                                          No evidence pack item addresses data retention policies, deletion controls, or export/delete-my-data mechanisms; docs cover memory merging and integrations but not retention/deletion controls, and the prompt-injection report is unrelated to this axis.

                                          • ai-native userOpt out of telemetry and usage tracking

                                            weight 2 · round to Claude
                                            Claudepartialclaimed6/10

                                            Claude documents a 'Model Improvement' privacy setting that can be toggled off and 'incognito chats' that are excluded from training even if Model Improvement is enabled, giving users control over whether their conversations are used to improve the model (claude-docs-46, claude-docs-47). This addresses opt-out of usage-for-training, and data export/deletion options exist (claude-docs-12, claude-docs-40), but there is no explicit documentation of a broader telemetry/analytics opt-out (e.g., product usage metrics, crash reporting) beyond model-training data use. missing for 10: explicit telemetry/analytics tracking opt-out settings, independent confirmation that toggling actually stops all usage tracking, documentation of what non-training telemetry data is collected.

                                            • [claimed-docs] Your incognito chats are not used to improve Claude, even if you have enabled Model Improvement in your privacy settings.
                                            • [claimed-docs] When you allow us to use your chats or coding sessions to help improve Claude, we implement several layers of protection for your privacy.
                                            • [claimed-docs] Individual Claude users can export user information and chat history from Settings > Privacy
                                            • [claimed-docs] Data exports include conversation data and the user data for your account.
                                            Pokenone0/10

                                            No evidence pack item discusses telemetry, analytics opt-out, or usage-tracking controls for Poke users; docs cover API, MCP, integrations, pricing, and release notes but never privacy/telemetry settings.

                                            Research answers — stories about research answers in this arenaResearch answers

                                            Stories about research answers in this arena

                                            Research

                                            1. knowledge-workerLaunch a deep research run that autonomously searches many sources and returns a cited report

                                              weight 3 · round to Claude

                                              Claude's Research feature is well documented: it operates agentically running multiple searches that build on each other, determines what to investigate next, and delivers thorough answers in minutes with easy-to-check citations. Community evidence is mixed on research depth (some say it lags ChatGPT/Gemini), which caps quality but the core capability is clearly delivered. Missing for 10: independent hands-on benchmark showing citation accuracy/report quality, and clearer detail on breadth of sources searched.

                                              • [claimed-docs] With research, Claude delivers thorough answers in minutes, complete with easy-to-check citations so you can trust Claude's findings.
                                              • [claimed-docs] Research transforms how Claude finds and analyzes information. Claude operates agentically, conducting multiple searches that build on each …
                                              • [claimed-docs] Claude operates agentically, conducting multiple searches that build on each other while determining exactly what to investigate next.
                                              • [claimed-docs] Claude delivers thorough answers in minutes, complete with easy-to-check citations so you can trust Claude's findings.
                                              • [community] Meanwhile, Claude's general use cases are... fine. For generic research topics, I find that ChatGPT and Gemini run circles around it: in the…
                                              • [community] Works pretty nicely for research still, not seeing a substantial qualitative improvement over Opus 4.5.
                                              Pokenone0/10

                                              Poke's evidence pack covers messaging integrations, MCP tool extensibility, recipes, and various assistant features, but nothing describes an autonomous multi-source deep research capability that returns a cited report. No mention of web search breadth, citation generation, or research-report output.

                                              • knowledge-workerGet answers grounded in current web results with citations back to the sources

                                                weight 2 · round to Claude

                                                Claude's Research feature is documented to perform agentic multi-step web searches and deliver answers with 'easy-to-check citations' (claude-docs-20, 27, 39, 68), directly matching the story. However, independent community feedback suggests mixed real-world quality—commenters say Claude's general research 'is fine' but that ChatGPT and Gemini 'run circles around it' in depth and presentation (claude-comm-8, claude-comm-9), tempering confidence in how well-grounded/comprehensive the citations truly are. missing for 10: independent hands-on verification of citation accuracy/source quality, and confirmation research draws from live/current web data versus stale index.

                                                • [claimed-docs] With research, Claude delivers thorough answers in minutes, complete with easy-to-check citations so you can trust Claude's findings.
                                                • [claimed-docs] Research transforms how Claude finds and analyzes information. Claude operates agentically, conducting multiple searches that build on each …
                                                • [claimed-docs] Claude operates agentically, conducting multiple searches that build on each other while determining exactly what to investigate next.
                                                • [claimed-docs] Claude delivers thorough answers in minutes, complete with easy-to-check citations so you can trust Claude's findings.
                                                • [community] Meanwhile, Claude's general use cases are... fine. For generic research topics, I find that ChatGPT and Gemini run circles around it: in the…
                                                • [community] Works pretty nicely for research still, not seeing a substantial qualitative improvement over Opus 4.5.
                                                Pokenone0/10

                                                No evidence describes Poke performing web search, retrieval-augmented answers, or providing citations back to sources; docs focus on messaging, integrations, MCP tooling, and account features, not grounded research answers.

                                                Trust controls — stories about trust controls in this arenaTrust controls

                                                Stories about trust controls in this arena

                                                Data controls

                                                1. knowledge-workerExport my complete chat history and account data

                                                  weight 1 · round to Claude
                                                  Claudefullclaimed9/10

                                                  Claude's docs explicitly state individual users can export user information and chat history from Settings > Privacy, and that exports include both conversation data and account/user data; Enterprise adds a Compliance API for programmatic access to chat histories and file content. Missing for 10: independent/hands-on confirmation of export completeness or format details beyond first-party docs.

                                                  • [claimed-docs] Individual Claude users can export user information and chat history from Settings > Privacy
                                                  • [claimed-docs] Data exports include conversation data and the user data for your account.
                                                  • [claimed-docs] Audit logs: capture key information about user actions, system events, and data access. ... Compliance API: programmatically access Claude u…
                                                  Pokenone0/10

                                                  No evidence in the pack mentions any data export, chat history download, or account data portability feature; documentation covers integrations, MCP, recipes, and messaging channels but nothing about exporting user data.

                                                  • knowledge-workerControl whether my conversations are used to train models

                                                    weight 3 · round to Claude
                                                    Claudefullclaimed8/10

                                                    Claude provides explicit privacy controls: incognito chats are excluded from model training even with Model Improvement enabled, a 'Model Improvement' opt-in/out toggle exists, and connector data (Gmail/Drive/Calendar) is explicitly excluded from training. Missing for 10: independent/hands-on verification that the training opt-out is actually honored in practice, and clearer documentation of the toggle's exact location/scope for all plan tiers.

                                                    • [claimed-docs] Your incognito chats are not used to improve Claude, even if you have enabled Model Improvement in your privacy settings.
                                                    • [claimed-docs] When you allow us to use your chats or coding sessions to help improve Claude, we implement several layers of protection for your privacy.
                                                    • [claimed-docs] We do not train our models on your Gmail, Drive, or Calendar connector data, ensuring your private information remains private.
                                                    Pokenone0/10

                                                    No evidence pack item addresses model-training data usage or opt-out controls for conversation data; documentation covers integrations, MCP, pricing, and release notes but nothing about training data policy. Missing for 10: any privacy/data-training policy page, opt-out toggle, or enterprise data-use agreement.

                                                    Not comparable on these axes

                                                    1. ai-native userConnect an agent via an official MCP server

                                                      weight 3 · not comparable
                                                      Clauden/a

                                                      Claude is itself an AI agent/assistant (client role); the evidence only shows Claude connecting to or building remote MCP servers as a client (claude-docs-18, claude-docs-31, claude-docs-36, claude-probe-4), which is the separate MCP-client story. There is no evidence Claude itself runs as an MCP server that other agents could connect to, so this server-role axis does not apply to this product.

                                                        Poken/a

                                                        Poke is itself an AI agent product; all MCP evidence (poke-docs-3,4,16) shows Poke acting as an MCP *client*—connecting to or tunneling external MCP servers to extend its own capabilities—not Poke exposing an official MCP server endpoint for other agents to connect to. Per the agent-role rule, this client-side capability does not make the 'official MCP server' axis applicable.

                                                        • power-userUse an official desktop app with OS-level shortcuts and access to what is on my screen

                                                          weight 2 · not comparable
                                                          Claudepartialclaimed5/10

                                                          Claude ships an official desktop app (Mac, Windows, Linux via apt) and a Cowork/computer-use feature that lets Claude 'navigate to your screen directly—clicking, typing, and opening apps' while the user watches, which shows real screen access. However there is no evidence of dedicated OS-level keyboard shortcuts (e.g., a global hotkey to invoke Claude with current screen context) — the screen access described is agentic task automation rather than a power-user shortcut workflow. Missing for 10: documented OS-level global shortcuts/hotkeys, and evidence that a user can quickly summon Claude to see the current screen via keypress rather than launching a Cowork/computer-use task.

                                                          • [claimed-docs] you can install Claude Desktop from Anthropic's apt repository rather than as a downloaded .deb file so that updates arrive through your sys…
                                                          • [claimed-docs] The Claude desktop apps bring Claude's capabilities directly to your computer, allowing for seamless integration with your workflow.
                                                          • [claimed-docs] it may navigate to your screen directly—clicking, typing, and opening apps just like you would.
                                                          • [claimed-docs] When computer use is enabled and Claude doesn't have a connector or tool for what you need, it may navigate to your screen directly—clicking…
                                                          • [claimed-docs] it may navigate to your screen directly—clicking, typing, and opening apps just like you would
                                                          • [claimed-docs] This article explains how to use Claude Cowork, which brings Claude Code's agentic capabilities to knowledge work beyond coding.
                                                          Poken/a

                                                          Poke is a messaging-based AI assistant (WhatsApp/Telegram/Apple Messages/API/MCP integrations), not a desktop application with OS-level shortcuts or screen access; this axis is a category error for its product type.

                                                          • ai-native userSelf-host the core product

                                                            weight 3 · not comparable
                                                            Clauden/a

                                                            Claude is a closed, hosted proprietary model/service with no self-hosting option; self-hosting the core product is a category error for this type of SaaS/AI assistant offering, not an unmet applicable axis.

                                                              Pokenone0/10

                                                              Poke is a hosted SaaS assistant with no evidence of any self-hostable core product, open-source release, or on-prem deployment option; all docs describe a cloud service accessed via API/integrations/MCP.

                                                              • team-adminManage members, permissions, and data policies for my organization's workspace

                                                                weight 2 · not comparable
                                                                Claudepartialclaimed4/10

                                                                Evidence confirms Enterprise plan admin/security features like audit logs and a Compliance API for programmatic access to usage data, implying some org-level governance, but there is no documentation of member management, role/permission assignment, or granular data policy controls for team admins. missing for 10: member invitation/removal workflows, role-based permission management, workspace-level data retention/policy settings, and independent corroboration of admin console functionality.

                                                                • [claimed-docs] Audit logs: capture key information about user actions, system events, and data access. ... Compliance API: programmatically access Claude u…
                                                                • [claimed-docs] Audit logs: capture key information about user actions, system events, and data access.
                                                                • [claimed-docs] Enterprise includes everything in the Team plan, plus the following: - Security features to ensure the safety and compliance of your organiz…
                                                                Poken/a

                                                                Poke is a consumer personal AI assistant (individual account, messaging channels, integrations, recipes) with no evidence of organizational/team workspace concepts like member management, role-based permissions, or org-wide data policies. This is a category mismatch rather than a missing feature.