Skip to content

How HelixDB’s scores are calculated

The full audit trail, recomputed from the verdict data at build time through the same code that produced the leaderboard: verdict × quality × story weight per cell, cells sum to dimension scores, dimensions blend into the PA Score. Every number on the product page is reproducible from this page alone; for why the formula looks like this, see the methodology.

verdict factors: full ×1.0 · partial ×0.6 · disputed ×0.3 · none ×0.0 · n/a excluded from both sides · cell points = weight × quality × factor · cell max = weight × 10

PA Score32/100

Agent-ready 63.4 × 0.30 = 19.02

API quality 34.9 × 0.20 = 6.98

Openness 26.4 × 0.20 = 5.28

Built-in AI 2.6 × 0.15 = 0.39

Automation 0.0 × 0.15 = 0.00

(19.02 + 6.98 + 5.28 + 0.39 + 0.00) ÷ (0.30 + 0.20 + 0.20 + 0.15 + 0.15) = 31.67 ÷ 1.00 = 31.7

Scores are stored to 1 decimal; the product page’s pills round to whole numbers for display. Each dimension below shows the stories, verdicts, and cited evidence behind its number.

Agent-ready63.4/100×0.30 of the PA blend

Outside-in: can YOUR agent reach and drive this product — API, MCP, CLI, headless runs, agent docs.

Point an agent at llms.txt or agent-oriented docsweight 2

2 (weight) × 9 (quality) × 1.0 (full) = 18.0 of 20 max

  • [probe] https://docs.helix-db.com/llms.txtPROBE llms.txt: HTTP 200 at https://docs.helix-db.com/llms.txt # HelixDB > HelixDB combines a property graph, approximate vector search, and BM25 full-text search behind one operatio
  • [github] https://github.com/HelixDB/helix-dbhelix chef is an interactive, one-shot bootstrapper. It installs the HelixDB query skills and docs MCP, scaffolds a project, starts a local instance, seeds some example data
  • [probe] https://docs.helix-db.com/database/helix-cloud/connect/mcpofficial MCP server documented at https://docs.helix-db.com/database/helix-cloud/connect/mcp

Run the product headlessly / in CI for automationweight 2

2 (weight) × 6 (quality) × 0.6 (partial) = 7.2 of 20 max

  • [claimed-docs] https://docs.helix-db.com/database/helix-db/start-here/quickstart.mdInitialize HelixDB, start a local instance, run the generated query, and stop it
  • [claimed-docs] https://docs.helix-db.com/database/helix-db/start-here/release-notesEmbedded database — run the same engine and queries in process with memory, disk, or object storage.
  • [probe] https://docs.helix-db.com/cli/getting-startedofficial CLI documented at https://docs.helix-db.com/cli/getting-started
  • [github] https://github.com/HelixDB/helix-dbhelix chef is an interactive, one-shot bootstrapper. It installs the HelixDB query skills and docs MCP, scaffolds a project, starts a local instance, seeds some example data

Plug MCP servers into this product so it can use their toolsweight 3

n/a — not applicable to this product: excluded from numerator and denominator

no evidence cited — the verdict rests on absence of evidence, re-checked on refresh

Connect an agent via an official MCP serverweight 3

3 (weight) × 7 (quality) × 1.0 (full) = 21.0 of 30 max

  • [claimed-docs] https://docs.helix-db.com/database/helix-cloud/connect/mcp.mdhelix_execute_read_query: execute exact v3 request_type: "read" JSON; requires database.query.read.
  • [probe] https://docs.helix-db.com/database/helix-cloud/connect/mcpofficial MCP server documented at https://docs.helix-db.com/database/helix-cloud/connect/mcp
  • [github] https://github.com/HelixDB/helix-dbhelix chef is an interactive, one-shot bootstrapper. It installs the HelixDB query skills and docs MCP, scaffolds a project, starts a local instance, seeds some example data

Use an official CLIweight 2

2 (weight) × 7 (quality) × 1.0 (full) = 14.0 of 20 max

  • [probe] https://docs.helix-db.com/cli/getting-startedofficial CLI documented at https://docs.helix-db.com/cli/getting-started
  • [claimed-docs] https://docs.helix-db.com/database/helix-db/start-here/quickstart.mdInitialize HelixDB, start a local instance, run the generated query, and stop it
  • [github] https://github.com/HelixDB/helix-dbhelix chef is an interactive, one-shot bootstrapper. It installs the HelixDB query skills and docs MCP, scaffolds a project, starts a local instance, seeds some example data

Drive the product through a documented public APIweight 3

3 (weight) × 8 (quality) × 1.0 (full) = 24.0 of 30 max

  • [claimed-docs] https://docs.helix-db.com/database/helix-db/start-here/sdk-setup/overview.mdHelixDB v3 uses one operation-tree request model across the Rust, TypeScript, Go, and Python SDKs.
  • [claimed-docs] https://docs.helix-db.com/database/helix-cloud/connect/mcp.mdhelix_execute_read_query: execute exact v3 request_type: "read" JSON; requires database.query.read.
  • [probe] https://docs.helix-db.com/llms.txtPROBE llms.txt: HTTP 200 at https://docs.helix-db.com/llms.txt # HelixDB > HelixDB combines a property graph, approximate vector search, and BM25 full-text search behind one operatio
  • [probe] https://docs.helix-db.com/openapi.jsonPROBE openapi: HTTP 200 at https://docs.helix-db.com/openapi.json — contains "openapi" key
  • [probe] https://docs.helix-db.com/database/helix-cloud/connect/mcpofficial MCP server documented at https://docs.helix-db.com/database/helix-cloud/connect/mcp
  • [probe] https://docs.helix-db.com/cli/getting-startedofficial CLI documented at https://docs.helix-db.com/cli/getting-started

Issue scoped/least-privilege API credentials for an agentweight 2

2 (weight) × 7 (quality) × 1.0 (full) = 14.0 of 20 max

  • [claimed-docs] https://docs.helix-db.com/database/helix-cloud/operate/security.mdRole-based access control. Scoped API keys with read-only, read-write, or operation-restricted permissions for least-privilege credentials per service or environment.
  • [claimed-docs] https://docs.helix-db.com/database/helix-cloud/connect/mcp.mdhelix_execute_read_query: execute exact v3 request_type: "read" JSON; requires database.query.read.
  • [claimed-docs] https://docs.helix-db.com/database/helix-cloud/operate/limits.mdDatabase-specific overrides can change the sustained rate, burst capacity, and query attempt budget.

Build against official SDKsweight 2

2 (weight) × 8 (quality) × 1.0 (full) = 16.0 of 20 max

  • [claimed-docs] https://docs.helix-db.com/database/helix-db/start-here/sdk-setup/overview.mdHelixDB v3 uses one operation-tree request model across the Rust, TypeScript, Go, and Python SDKs.
  • [probe] https://docs.helix-db.com/cli/getting-startedofficial CLI documented at https://docs.helix-db.com/cli/getting-started
  • [probe] https://docs.helix-db.com/database/helix-cloud/connect/mcpofficial MCP server documented at https://docs.helix-db.com/database/helix-cloud/connect/mcp
  • [github] https://github.com/HelixDB/helix-dbhelix chef is an interactive, one-shot bootstrapper. It installs the HelixDB query skills and docs MCP, scaffolds a project, starts a local instance, seeds some example data

Subscribe to events via webhooksweight 2

2 (weight) × 0 (quality) × 0.0 (none) = 0.0 of 20 max

no evidence cited — the verdict rests on absence of evidence, re-checked on refresh

Agent-ready = 114.2 ÷ 180 × 100 = 63.4

API quality34.9/100×0.20 of the PA blend

The programmable surface once an agent is there — machine-readable spec, interactive docs, sandbox, versioning discipline.

Explore an interactive API reference with runnable examplesweight 2

2 (weight) × 4 (quality) × 0.6 (partial) = 4.8 of 20 max

  • [probe] https://docs.helix-db.com/openapi.jsonPROBE openapi: HTTP 200 at https://docs.helix-db.com/openapi.json — contains "openapi" key
  • [claimed-docs] https://docs.helix-db.com/database/helix-db/start-here/quickstart.mdInitialize HelixDB, start a local instance, run the generated query, and stop it
  • [probe] https://docs.helix-db.com/cli/getting-startedofficial CLI documented at https://docs.helix-db.com/cli/getting-started

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

2 (weight) × 8 (quality) × 1.0 (full) = 16.0 of 20 max

  • [probe] https://docs.helix-db.com/openapi.jsonPROBE openapi: HTTP 200 at https://docs.helix-db.com/openapi.json — contains "openapi" key
  • [probe] https://docs.helix-db.com/llms.txtPROBE llms.txt: HTTP 200 at https://docs.helix-db.com/llms.txt # HelixDB > HelixDB combines a property graph, approximate vector search, and BM25 full-text search behind one operatio

Test against a sandbox environment without touching production dataweight 1

1 (weight) × 6 (quality) × 0.6 (partial) = 3.6 of 10 max

  • [claimed-docs] https://docs.helix-db.com/database/helix-db/start-here/quickstart.mdInitialize HelixDB, start a local instance, run the generated query, and stop it
  • [claimed-docs] https://docs.helix-db.com/database/helix-db/start-here/release-notesEmbedded database — run the same engine and queries in process with memory, disk, or object storage.
  • [github] https://github.com/HelixDB/helix-dbhelix chef is an interactive, one-shot bootstrapper. It installs the HelixDB query skills and docs MCP, scaffolds a project, starts a local instance, seeds some example data
  • [claimed-docs] https://docs.helix-db.com/database/helix-cloud/operate/security.mdRole-based access control. Scoped API keys with read-only, read-write, or operation-restricted permissions for least-privilege credentials per service or environment.

Rely on versioned APIs with a documented deprecation policyweight 2

2 (weight) × 0 (quality) × 0.0 (none) = 0.0 of 20 max

no evidence cited — the verdict rests on absence of evidence, re-checked on refresh

API quality = 24.4 ÷ 70 × 100 = 34.9

Openness26.4/100×0.20 of the PA blend

Can you leave, inspect, or self-host — data export, open source, portability.

Do everything through the API that I can do in the UIweight 2

2 (weight) × 0 (quality) × 0.0 (none) = 0.0 of 20 max

no evidence cited — the verdict rests on absence of evidence, re-checked on refresh

Export all of my data in open formats and leaveweight 3

3 (weight) × 0 (quality) × 0.0 (none) = 0.0 of 30 max

  • [claimed-docs] https://helix-db.comOpen source: Apache 2.0 licensed and developed in the open on GitHub.
  • [claimed-docs] https://docs.helix-db.com/database/helix-db/start-here/release-notesEmbedded database — run the same engine and queries in process with memory, disk, or object storage.
  • [community] https://news.ycombinator.com/item?id=43975423> so much easier that it's worth a bit of a learning curve — I think you misspelled 'vendor lock in'
  • [community] https://news.ycombinator.com/item?id=48478148can you host this yourself or do you need to use helix-cloud? ... it looks like that starts at like $600/mo which is above my experimentation budget.

Read the product's source under an open licenseweight 2

2 (weight) × 4 (quality) × 0.3 (disputed) = 2.4 of 20 max

  • [claimed-docs] https://helix-db.comOpen source: Apache 2.0 licensed and developed in the open on GitHub.
  • [github] https://github.com/HelixDB/helix-dbhelix chef is an interactive, one-shot bootstrapper. It installs the HelixDB query skills and docs MCP, scaffolds a project, starts a local instance, seeds some example data
  • [community] https://news.ycombinator.com/item?id=48478148Where's the source code for the database itself? Looks like the repo is just a client.

Self-host the core productweight 3

3 (weight) × 8 (quality) × 1.0 (full) = 24.0 of 30 max

  • [claimed-docs] https://docs.helix-db.com/database/helix-db/start-here/quickstart.mdInitialize HelixDB, start a local instance, run the generated query, and stop it
  • [claimed-docs] https://docs.helix-db.com/database/helix-db/start-here/release-notesEmbedded database — run the same engine and queries in process with memory, disk, or object storage.
  • [claimed-docs] https://helix-db.comOpen source: Apache 2.0 licensed and developed in the open on GitHub.
  • [community] https://news.ycombinator.com/item?id=48478148Where's the source code for the database itself? Looks like the repo is just a client.
  • [community] https://news.ycombinator.com/item?id=48478148can you host this yourself or do you need to use helix-cloud? ... it looks like that starts at like $600/mo which is above my experimentation budget.

Openness = 26.4 ÷ 100 × 100 = 26.4

Built-in AI2.6/100×0.15 of the PA blend

Inside-out: how agentic the product itself is for its users — built-in assistants, autonomous features.

Get AI-generated insights and suggestions from my data inside the productweight 2

2 (weight) × 0 (quality) × 0.0 (none) = 0.0 of 20 max

no evidence cited — the verdict rests on absence of evidence, re-checked on refresh

Set up automations that run autonomously in the backgroundweight 2

n/a — not applicable to this product: excluded from numerator and denominator

no evidence cited — the verdict rests on absence of evidence, re-checked on refresh

Delegate tasks to a built-in AI assistant inside the productweight 3

3 (weight) × 0 (quality) × 0.0 (none) = 0.0 of 30 max

  • [claimed-docs] https://docs.helix-db.com/database/helix-cloud/connect/mcp.mdhelix_execute_read_query: execute exact v3 request_type: "read" JSON; requires database.query.read.
  • [github] https://github.com/HelixDB/helix-dbhelix chef is an interactive, one-shot bootstrapper. It installs the HelixDB query skills and docs MCP, scaffolds a project, starts a local instance, seeds some example data
  • [probe] https://docs.helix-db.com/database/helix-cloud/connect/mcpofficial MCP server documented at https://docs.helix-db.com/database/helix-cloud/connect/mcp

Operate the product with natural-language commandsweight 2

2 (weight) × 3 (quality) × 0.3 (disputed) = 1.8 of 20 max

  • [github] https://github.com/HelixDB/helix-dbhelix chef is an interactive, one-shot bootstrapper. It installs the HelixDB query skills and docs MCP, scaffolds a project, starts a local instance, seeds some example data
  • [claimed-docs] https://docs.helix-db.com/database/helix-cloud/connect/mcp.mdhelix_execute_read_query: execute exact v3 request_type: "read" JSON; requires database.query.read.
  • [community] https://news.ycombinator.com/item?id=43975423At the moment I wouldn't consider HelixDB because of HelixQL. With OpenCypher even older cheap models can generate queries... by creating HelixQL you do not have an AI coding friendly query language.
  • [community] https://news.ycombinator.com/item?id=43975423Can I run this as an embedded DB like sqlite? Can I sidestep the DSL? I want my LLMs to generate queries and using a new language is going to make that hard or expensive.
  • [community] https://news.ycombinator.com/item?id=43155338our new query language, HelixQL — But why? Why increase the barrier of entry for your system?
  • [community] https://news.ycombinator.com/item?id=43975423This is very cool, and right up my alley. Hesitant to try it out because of the bespoke query language for now.

Built-in AI = 1.8 ÷ 70 × 100 = 2.6

Automation0.0/100×0.15 of the PA blend

Depth of automation primitives — rules, scheduling, bulk operations, webhooks.

Perform bulk operations across many items at onceweight 2

2 (weight) × 0 (quality) × 0.0 (none) = 0.0 of 20 max

no evidence cited — the verdict rests on absence of evidence, re-checked on refresh

Define rules that trigger actions automatically on eventsweight 3

3 (weight) × 0 (quality) × 0.0 (none) = 0.0 of 30 max

no evidence cited — the verdict rests on absence of evidence, re-checked on refresh

Schedule recurring jobs or workflowsweight 2

n/a — not applicable to this product: excluded from numerator and denominator

no evidence cited — the verdict rests on absence of evidence, re-checked on refresh

Version, review, and roll back my automationsweight 1

1 (weight) × 0 (quality) × 0.0 (none) = 0.0 of 10 max

no evidence cited — the verdict rests on absence of evidence, re-checked on refresh

Automation = 0.0 ÷ 60 × 100 = 0.0