01 — The product
What Coconut actually does
Coconut connects an organization's scattered documents, tools, and undocumented know-how into one living, governed source that any AI tool draws from through a permission-aware MCP connector. It is not a chatbot, not a search box, and not a wiki. It is the layer underneath all three.
The problem, stated precisely
Coconut argues organizational AI context fails in three compounding ways, and the framing is worth repeating because it is the sharpest part of the pitch:
- Fragmented — AI tools do not share context with each other, so every session starts from zero.
- Stale — context goes out of date the moment things change, so AI works from last month's reality.
- Inconsistent — without a shared source, output varies across every tool, team, and session.
The distinction Coconut draws against enterprise search is the crispest sentence on the site: search helps people find information; a context layer gives AI the knowledge to act on it. That is a real difference, and it is the argument that has to survive contact with Glean.
The five layers
Context is organized into a fixed taxonomy running from stable facts to live state. This is the most opinionated thing about the product and the thing most likely to be either its moat or its onboarding tax.
| # | Layer | What it holds | Investor-firm example |
|---|---|---|---|
| 01 | Identity | Who you are and what you are trying to do — mission, goals, OKRs | Fund thesis, mandate, investment criteria |
| 02 | Domain | What you work on and the language around it — product, segments, competitors | Focus areas, markets, portfolio, live deals |
| 03 | Process | How work gets done — templates, frameworks, checklists | Sourcing, diligence, the IC process |
| 04 | Relationships | The human layer — stakeholder maps, who owns what, landmines | Founders, co-investors, LPs, network |
| 05 | State | The living layer — current initiatives, recent decisions, open questions, metrics | Same |
Naming conflict on Coconut's own site
The platform page calls layer 02 Domain. The FAQ still calls it Product. Both were live on 8 August 2026. Prior research — including the Notion brief — carried "Product" forward. For a company whose entire pitch is that inconsistent context produces inconsistent answers, having two names for the same layer on two pages of its own marketing site is the kind of detail a sharp prospect will notice.
What is genuinely differentiated
Three things hold up under scrutiny, and none of them is the five-layer taxonomy.
Metadata as a query surface
Every page carries typed key-value metadata — scores, stages, dates, owners, sources — that stays queryable across a space. "Every deal in diligence with conviction above 0.7, ranked" becomes one query instead of a spreadsheet someone re-keys. Prose carries judgment, metadata carries the facts that churn.
Lineage, not overwrite
When a decision changes, the previous version is superseded, not overwritten. Every page is versioned, any two versions diff, and rollback is one step. That is a real governance primitive, not a marketing word.
Space agents as principals
Each space has a dedicated agent with standing instructions that runs on a schedule — folding transcripts into memos, appending sources, flagging stale coverage. It is treated as a permissioned principal: read-only outside explicit grants, every run recorded.
What is claimed but not yet shipped
Marked "coming soon" on the platform page
Propose-then-publish review. The review-and-approval workflow is the load-bearing beam of the governance pitch — tiered propagation where low-risk updates flow automatically and high-impact changes require confirmation. The FAQ describes it in the present tense. The platform page labels it Coming soon.
Governance is the wedge Coconut has chosen against both the free open-source option and the platform incumbents. Shipping the rest of it is the highest-leverage thing on the roadmap.
Pricing and access
Three contact-sales tiers, no public figures. Team for a first pilot, Company for multi-team workspaces, Enterprise for org-wide rollout with SSO/SCIM and procurement support. Access is still invite-only and demo-gated as of 8 August 2026; the docs site says so on its front page.
Prior research recorded these tiers as Starter / Growth / Enterprise. They are now Team / Company / Enterprise. Small, but it dates every document that still says otherwise.
Security posture
AWS, AES-256 at rest, TLS 1.2+ in transit, RBAC, MFA, least privilege, audit logging, regular penetration testing. Three deployment models: multi-tenant SaaS, single-tenant hosted, and self-hosted in your own environment.
The gap an enterprise buyer will find in minute one
No SOC 2 claim appears anywhere on the public site. Not on the security page, not in the FAQ. The language is "assurance artifacts available to customers under NDA." Meanwhile Dust advertises SOC 2 Type II and GDPR, and Mem0 advertises SOC 2 Type II — both smaller-scoped products. For a company selling governance to regulated buyers, an unstated certification status is read as an absent one.
02 — Architecture
A context layer wrapped around a coding agent
The published architecture diagrams in circulation — including the one in the Notion brief — describe Coconut as connectors feeding a knowledge index feeding a context layer. That is accurate but incomplete, and the omission matters. Reading the API reference and the skills documentation changes the picture.
The finding that reframes everything else
Per Coconut's own skills documentation:
a Coconut skill is a SKILL.md file that runs on a Coconut instance —
"a VM with the nut CLI installed and a .nut/ directory for
state," where "Claude Code (or any equivalent agent loop) on the instance reads
the SKILL.md and executes nut subcommands."
A "Coconut" is not a database row. It is a provisioned virtual machine running an agent loop. That explains the otherwise puzzling API surface — full git operations including worktrees and branches, interactive terminal sessions over WebSocket, code sessions, image/audio/video generation. Coconut is a context layer and an agent execution environment, sold as the former.
Confirmed independently by the provisioning flow. The Add Coconut dialog asks for a name (which becomes a subdomain), a cloud provider defaulting to AWS, an administrator, an emoji — and a Specification: CPU, RAM, and disk capacity. It provisions in 30–60 seconds. You are sizing a machine, not creating a workspace.
.nut directory
specification, connectors documentation, skills documentation, and security page,
read 8 August 2026. The VM-and-agent-loop detail comes from the skills docs and is
the material correction to previously circulated diagrams. Internal retrieval
mechanics — indexing method, ranking, the canonical store — remain undocumented and
are not drawn here.
diagrams/architecture-functional.mmd.
The distribution surface
The MCP server at app.coconut.dev/mcp exposes 26 tools gated by
granular OAuth scopes — coconuts:read, tasks:write,
knowledge:read, context:read, jobs:write,
skills:write and others. Scope-level authorization is genuinely more
careful than most MCP servers ship, and it is the concrete thing behind the
"permission-aware" claim. Skill write operations are restricted to organization
admins, with organizations managed through Clerk.
Coconut also publishes an A2A agent card endpoint. That is a bet on agent-to-agent interoperability beyond MCP, and neither prior research report noticed it.
Three architectural risks
- A VM per organization is a heavy unit of deployment. It buys strong isolation and a credible self-hosted story. It also means per-tenant cost scales with tenants rather than usage, which is an uncomfortable shape for a seat-priced product and makes a free tier hard to offer against a competitor whose unit is a database row.
-
The agent runtime is selectable, but the skills shelf is not. The scheduler
offers Claude, Gemini, or Codex per job and the coding-agent picker offers Claude Code
or Codex, so the runtime is genuinely model-agnostic. What is not agnostic is
distribution: skills ship through the Claude Code plugin marketplace and are written to
Anthropic's
SKILL.mdspec, with a third-party tool (openskills, unaffiliated with either company) as the route into Cursor or Codex. The dependency is real, but it sits in the supply chain rather than the execution path. - Retrieval is undocumented. Coconut says knowledge is "indexed and available for retrieval" and stops there. Hyper publicly describes query expansion, reciprocal rank fusion over embeddings and Postgres full-text search, and a ZeroEntropy reranker. A technical evaluator comparing the two will notice which one is willing to show its work.
03 — End-user workflows
Four workflows, and only one of them is the demo
Coconut's documentation organizes usage around what it calls loops — recurring, scheduled agent workflows rather than one-off prompts. This is the most concrete articulation of the product and it is buried in the docs rather than on the marketing site.
A. Onboarding — the first two weeks
- Request a demo Access is invite-only. There is no self-serve path, so evaluation begins with a 30-minute sales call.
- Bootstrap from templates Coconut builds initial context from templates plus materials you already have. The explicit promise is "no blank screen."
- Connect sources Slack, Google Drive, Notion, HubSpot, Linear, Asana, Box, Fireflies, Git, email.
- Assign owners Each space gets an owner and role-based access. This is the step that makes the governance story real, and the step most likely to stall.
- Install the MCP connector Added as a custom connector in Claude, ChatGPT, Copilot, or Gemini, with OAuth scopes chosen at grant time.
- Verify grounding Ask a question whose answer you already know and check that every figure traces to a source.
B. Daily use — the drafting loop
A team member asks their normal AI tool for a board deck, a memo, or call prep. The MCP connector performs a permission check, fetches relevant pages across the five layers, and injects them. The output arrives sourced, with each figure traceable. Coconut's own illustration claims a first draft in about 12 minutes.
The return path matters more than the draft. When the user finds something wrong, they open a Task — a change proposal against the context layer. An owner reviews and approves, and the change propagates downstream. This is the loop that makes context compound instead of decay, and it is the part still marked coming soon.
diagrams/daily-usage-sequence.mmd.
C. Background — space agents on a schedule
Each space's agent runs unattended: folding new call transcripts into the right memo, appending the sources it used, refreshing research pages, flagging coverage that has gone stale. Documented recurring loops include:
Research loops
- Daily Research Brief — a fresh read on one topic each morning
- Track a Company — one maintained document per company, product, or person
- Rolling Calendar — what is coming, refreshed every run
Product & marketing loops
- Competitor Intelligence Loop — a weekly read on named competitors
- Product Improvement Loop — one validated proposal per run, or an honest report that nothing cleared the bar
- POV Voice Loop — what your team's distinctive voices actually said, mined weekly
"One validated proposal per run, or an honest report of why nothing cleared the bar" is a notably disciplined default. Most agent products in this category are tuned to always produce output.
D. The developer workflow — the hidden second product
nut init creates a git-versioned .nut directory. From there:
nut context sets role and memory, nut skill installs packaged
behaviors, nut code runs AI-assisted implementation, nut task
opens change proposals, and full git operations run through the API — branches,
worktrees, commits, diffs, push.
Read this way
This is not a thin CLI wrapper on a knowledge product. Interactive terminal sessions over WebSocket, git worktree management, code sessions that dispatch to a selected AI agent, and task plan-steps add up to a coding-agent platform sitting inside a context product. The go-to-market points entirely at Product, Ops, VC/PE, and GTM leaders. Either the developer surface is a strategic second act or it is scope that a two-to-ten person team is paying to maintain without a buyer attached to it.
Who this is sold to
| Segment | The job Coconut does |
|---|---|
| Leadership | One grounded source for board prep, synthesis, and in-the-moment questions. |
| Investors (VC/PE) | One page per target: the body is a living investment memo, metadata carries stage, conviction score, sources, review dates. The Monday partner list becomes a query instead of a re-keyed spreadsheet. This is the sharpest-fit segment on the site. |
| Operating functions | Marketing, sales, CS, product, ops, people — campaign briefs, call prep, renewals, specs grounded in current context. |
| Developers | CLI, IDE extension, git-versioned context, skills. Real surface area, no named buyer. |
04 — Competitive landscape
The category got named, and then it got crowded
In its Summer 2026 Request for Startups, Y Combinator formally named this category the Company Brain: a system that pulls knowledge out of fragmented sources, structures it, keeps it current, and turns it into an executable skills file for AI. That is Coconut's pitch, published as an open invitation to build it. At least six funded teams accepted.
Top 10 most-funded close competitors
Ranked by capital raised among companies genuinely contesting "where does organizational knowledge live for AI." Acquired companies are included and marked — being owned by ServiceNow or Workday makes a competitor more dangerous, not less, because it arrives with platform distribution attached.
| # | Company | Capital | Position against Coconut | Threat |
|---|---|---|---|---|
| 01 | Glean | $765M raised $7.2B val · $300M ARR |
The comparison every enterprise buyer makes. ARR went ~$100M → $208M (end-2025) → $300M (May 2026), an 89% year-over-year jump on 1,648 employees. Not a slow incumbent — it is compounding faster than most startups in the category, and Glean Agents is closing the "search vs. act" gap Coconut relies on. | High |
| 02 | Moveworks ServiceNow |
$2.85B exit | Closed 15 Dec 2025 after a DOJ second request — the largest acquisition in ServiceNow's history. Read as proof the category exits into platform vendors, and as a credible endgame for Coconut itself. | Medium |
| 03 | Stack Internal Prosus |
$1.8B (2022 acq.) | Stack Overflow's private Q&A rebranded as an enterprise knowledge intelligence layer, with an MCP server over verified knowledge for Copilot, ChatGPT, Cursor, and M365. Closest incumbent on Coconut's exact combination of MCP plus governance. | Medium |
| 04 | Capacity | $155M+ raised | Roll-up of knowledge and support tooling, including Starmind's expertise network. Buying the pieces Coconut is building, aimed at a different buyer. | Low |
| 05 | Contextual AI | $100M raised | Ex-FAIR founders selling the toolkit for teams that would rather build their own context system. Competes for the same budget with the opposite answer. | Low |
| 06 | DevRev | $100.8M · $1.15B val | AgentOS over a real-time knowledge graph, anchored to support and product workflows rather than org-wide context. | Low |
| 07 | Guru | ~$68M raised | Shipped verification intervals and content ownership years before anyone said "context layer." Coconut's decay signals are the same idea rebuilt for agents. Guru has the install base; Coconut has the agent-native design. | Medium |
| 08 | Dust | $60M+ raised $40M Series B, May 2026 |
The most underrated name on this list. Series B led by Abstract and Sequoia with Snowflake Ventures and Datadog. 3,000+ organizations at 70%+ weekly active, 100+ data sources, built-in memory and governance. Dust also made "multiplayer AI" a category term in May 2026 — Coconut's blog adopted the same framing on 31 July 2026. | High |
| 09 | Shelf.io | ~$60.7M raised | Contact-center vertical. Same "stale knowledge is a liability" thesis, different buyer. | Low |
| 10 | Mem0 | $24.5M raised 62,829 GitHub stars |
Named in the AI stack map at Layer 10 as the memory player — the slot Coconut argues it belongs in. Owns developer mindshare for "AI memory" outright, so every technical evaluator starts there. | Medium |
Capital figures verified 8 August 2026 where marked in the competitor database. Capacity, Shelf, and DevRev totals come from secondary trackers and are flagged accordingly.
The six that are actually the same product
Funding rank understates the real threat. These teams are building Coconut's architecture, with Coconut's vocabulary, on Coconut's timeline — and most of them launched publicly while Coconut stayed invite-only.
| Company | Batch | Why it is the same product |
|---|---|---|
| GBrain | Open source Garry Tan | Markdown-first, git-versioned, MCP-served, nightly consolidation, multi-user company-brain mode. Free. 28,015 stars and 4,102 forks, from a repo created 5 April 2026. Authored by the president of the accelerator funding four of the rows below. |
| Hyper | YC P26 | Provenance, staleness tracking, per-user access control, MCP injection on every prompt turn. Reported $1K MRR in 12 days, 50+ teams, paid pilots scoped with Razorpay and Snorkel AI. Publishes its retrieval architecture. |
| Cerenovus | YC S26 | Single Markdown knowledge graph from files, PDFs, email, Slack, spreadsheets. Maps the company as a system and infers structure rather than imposing a fixed taxonomy. |
| Savant | YC Spring 26 | Captures undocumented procedures and serves them at decision time — the harder, more defensible half of tribal knowledge. |
| Memory Store | YC P26 | Self-updating "Briefs" are functionally Coconut's living pages. Founders previously shipped Julep, an open-source agent orchestrator with 7K+ stars. |
| Glen | YC S26 | Unified context for agents and humans; distills completed work back into reusable skills. One employee — a directional signal, not yet a threat. |
The uncomfortable arithmetic
GBrain went from repository creation to 28,015 stars in four months. Coconut's public GitHub organization, created 28 August 2025, has three repositories and a combined two stars. Those measure different things — one is an open-source project, the other a commercial company's incidental public code — but they measure the same thing to a developer deciding what to try on a Saturday, and that developer is often the person who recommends the tool on Monday.
Names to drop from any competitive deck
Prior research included several companies that use "brain," "memory," or "context" language while doing unrelated work: SuperHawk (revenue ops), Ego.ist (consumer identity), HeyClicky (screen tutor), Iris (personal calendar), Stamp (email client). None is an org-wide governed context layer. Including them in a competitive analysis dilutes its credibility.
One correction worth making in the other direction: Quivr has 39,393 GitHub stars and has not been pushed since 9 July 2025. It is the best available evidence that stars are not traction and that build-your-own second-brain projects decay — which is ammunition for Coconut's managed pitch, not against it.
→ Search the full 47-company database, filterable by tier, with each company's relationship to Coconut and a confidence flag on every entry.
05 — Existential threat
What actually kills this company
Not Glean. Not the YC cohort. The threats that end Coconut are structural, and two of the three are consequences of decisions already made.
Threat 1 — Anthropic owns the standards and the shelf
Skills ship through the Claude Code plugin marketplace. The AI chat endpoint
defaults to Claude Sonnet 4.5. MCP — the distribution mechanism the entire product
depends on — is an Anthropic-authored standard, as is the SKILL.md
specification Coconut skills are written in.
Anthropic is simultaneously Coconut's default runtime, its skill distribution channel, its standards body, and the vendor of a competing product one layer up. Every capability Anthropic adds to Projects, Skills, or Cowork narrows the gap Coconut sells into, and Coconut has no leverage over that roadmap or its pricing. The same applies to OpenAI and Microsoft on the context-consumption side.
Correction — this threat is narrower than first assessed
An earlier version of this page said Coconut's agent loop is Claude Code, and that "model-agnostic" therefore described only what Coconut distributes to and not what it runs on. That was too strong. Coconut's job scheduler lets you pick Claude, Gemini, or Codex per scheduled job, and the coding-agent picker offers Claude Code or OpenAI Codex. The runtime is genuinely selectable. Anthropic is the default and the skills shelf, not a lock-in — severity revised down accordingly.
Threat 2 — The free option is good, and its author funds the competition
GBrain is MIT-licensed, Markdown-first, git-versioned, ships as an MCP server, has a multi-user company-brain mode, and reportedly runs a 25-person brain for under $100 a month. It has 28,015 stars four months after creation. It is written by Garry Tan, who is also president and CEO of the accelerator that funded Hyper, Cerenovus, Savant, Memory Store, and Glen.
A free, credible, well-distributed baseline does not have to win to hurt. It has to make every paid product justify its delta at the start of every sales conversation. Coconut's honest delta is managed connectors, permission enforcement done for you, deployment options, and someone to call at 2am. That is a real answer — it is the same answer GitLab gives against self-hosted git — but it prices Coconut against the engineering cost of a self-hosted alternative rather than against the value of the context itself. That is a much lower ceiling.
Threat 3 — Governance is the wedge, and the wedge is not finished
Against platform-native memory, against free open source, and against capture-first tools like Screenpipe, governance is the one defensible position Coconut has chosen. It is the right choice. But propose-then-publish review is marked coming soon, and there is no SOC 2 claim on the public site.
Meanwhile the deepest-pocketed competitors are moving onto the same ground: Glean sells a permissions-aware knowledge graph as the governed context layer, Stack Internal ships an MCP server over verified knowledge, and Guru has shipped verification workflows for years. Coconut is defending a hill that better-funded companies are already climbing, with part of its own fortification unbuilt.
Threat 4 — Surface area versus headcount
LinkedIn reports 2–10 employees. The shipped surface is: web Studio, Control Plane, iOS app, VS Code/Cursor extension, CLI, REST API, MCP server, A2A endpoint, connectors for ten-plus systems, an agent runtime, a skills marketplace, a mail system, image, audio and video generation, an interactive terminal, and full git operations including worktrees.
Every one of those needs maintenance, security review, and documentation. Some of it — the media generation, the mail system, the terminal — has no obvious connection to the buyer Coconut names on its own solutions pages. In a category where six funded teams are attacking the same wedge, breadth is the expensive way to lose.
Threat 5 — The name
"Coconut" collides with Coconut Software (banking), Coconut tax software, coconut.co (video encoding), and a Meta research paper. The company sits at coconut.dev while the Studio runs at app.coconut.md and the Control Plane at app.coconut.dev. Crunchbase and PitchBook return the wrong companies. For a company that will be researched by procurement teams and journalists, this is a persistent tax on every search.
Verdict
Coconut is building in a genuinely validated market gap. Your own stack report ranks "Enterprise Context & Data Governance Layer for AI" as a HIGH-rated, venture-scale opportunity with a $5–10B TAM — the #2 opportunity across all tiers — and Coconut's positioning maps onto it almost exactly. The product is real: a shipped 1.0, a complete API, careful OAuth scoping, three deployment models, and a named reference at Kohl's.
The concern is not the thesis. It is that being right about a category is worth very little once the category has been named by Y Combinator, seeded with at least six funded teams, given a free reference implementation by YC's president, and entered by a $7.2B incumbent growing 89% year over year. Coconut's remaining edge is governance depth and enterprise readiness — and both are unfinished in exactly the places a buyer checks first.
The three questions worth putting to the founder: what is the plan for the day Anthropic ships governed org context in Cowork; what happens to unit economics when every customer is a VM; and when does propose-then-publish review, plus a SOC 2 report, actually land.
06 — Stack map positioning
Where Coconut sits in the maps
Mapped against The AI Technology Stack (12 layers, silicon to verticals) and The Robotics Stack (14 layers, raw material to service).
The AI stack — three layers, not one
| Layer | Fit | Reasoning |
|---|---|---|
| L10 · Middleware & APIs Primary |
Direct | Coconut belongs in the MCP servers / connectors sub-layer — which is currently listed in the stack map with no companies named at all. It is the cleanest available candidate to be the first entry. It also touches agent identity / auth via OAuth scope gating and the A2A agent card. The map already names Mem0 and Zep as the memory players here; Coconut competes with both for the same slot with a governance layer they lack. |
| L09 · Orchestration & Dev Tooling Stronger than previously assessed |
Direct |
Prior analysis rated this "medium" on the grounds that .nut parallels
.cursorrules and CLAUDE.md. The VM-runs-Claude-Code
finding makes it stronger than that. Coconut ships skills, jobs, tasks with plan
steps, code sessions, interactive terminals, and full git worktree management —
the same territory as Claude Code and Cursor in this layer, not merely adjacent to it.
|
| L11 · Application Platforms Secondary |
Partial | Competes in comms / collab AI alongside Notion AI and Glean, and in agentic work platforms alongside Cowork and Copilot Studio, for the question "where does org knowledge live for AI." Coconut's answer is that it should live in none of them — which is a position in this layer, taken against it. |
| L05 · Data Infrastructure | Weak | Not a warehouse and not a vector database. It plays the "data foundation for AI" role one level up, over prose and process rather than rows. The stack map's Enterprise Context Platforms sub-layer is the conceptual home. |
| L12 · Verticals | Weak | Coconut enables vertical solutions — the VC/PE motion is the clearest — but is not itself vertical. |
The strategic point
The stack report identifies "Enterprise Context & Data Governance Layer for AI" as a HIGH-rated, venture-scale opportunity with a $5–10B TAM within five years, and ranks it #2 across all tiers. The business case in the report reads: "15–30 engineers build 'Okta for AI context' … $50–200/user/month … 5-year: $500M+ ARR." Coconut is that company, arriving at that thesis independently.
Which is validation and warning in the same sentence. A HIGH rating on a widely-read map means the opportunity is legible to everyone — and the evidence from the competitor database is that roughly a dozen teams read it the same way in the same twelve months.
The robotics stack — the honest answer is no
Coconut does not fit the 14-layer robotics stack, and forcing it in would be the wrong call. That map runs raw material to service — magnets, actuators, lidar, end effectors, batteries, onboard silicon, ROS 2, simulators, teleoperation rigs, VLAs, fleet ops, OEMs, integrators, robot-delivered services. Every software layer in it is defined by physical embodiment: motion planning, real-time safety runtimes, world models, certification. Coconut has no embodied component and no robotics-specific data model.
Two honest adjacencies are worth stating rather than stretching:
- L11 · Fleet Ops, Safety & Certification — a robotics company operating a fleet has exactly the knowledge-governance problem Coconut solves: certification evidence, incident reviews, standards documentation, remote-operations runbooks, all of which must be current and traceable. Coconut would be a buyer-side tool for that team, not a component of the stack. The distinction matters.
- The vertical slot already has an occupant. Osseus (YC S26) is building a "secure research brain for R&D teams" — permissioned, version-aware memory connecting CAD, schematics, BOMs, firmware, simulations, tests, and supplier feedback for robotics and hardware R&D. That is precisely the shape a robotics-native Coconut would take, and someone is already building it. Entering would require CAD, BOM, and firmware-aware connectors, not Slack and Drive.
Recommendation: place Coconut on the AI stack map at L10 with cross-references to L09 and L11, and leave the robotics map alone. A context layer that claims to be everywhere is indistinguishable from one that is nowhere, and precision is the more credible position.
07 — Method
How this was built, and what it is not
Scope
Seven of the eight tabs are public sources only. Product, Architecture, Workflows, Competitors, Existential Threat, Stack Fit, and this Method tab contain nothing from hands-on use or private access. Every claim in them traces to coconut.dev, docs.coconut.dev, the GitHub API, a Y Combinator company page, or published reporting, read 8–9 August 2026.
The First-hand tab is the exception, and is quarantined deliberately. It comes from attaching the Coconut MCP connector to a live beta instance on 9–10 August 2026 and reading the object model directly. It covers structure and one observed product behaviour only — no page contents, no seeded or customer data, nothing identifying an organization or user, and no writes were made. If you need a strictly public-sourced document, ignore that one tab and the rest stands unchanged.
Verification tiers
Every company in the database carries one of three flags:
- verified — confirmed 8 Aug 2026 against a primary source: the GitHub API, the company's own site, a YC company page, or a funding announcement.
- reported — consistent secondary sourcing (Tracxn, Sacra, trade press) without primary confirmation.
- thin — single-source or inherited from prior research and not re-confirmed. Treat as a lead, not a fact.
Conflicts log
Where sources disagreed, the disagreement is published rather than smoothed.
| Claim | Prior research said | This report says | Basis |
|---|---|---|---|
| Context layer 02 | Product | Domain (with Product still live in the FAQ) | Platform page is more detailed and carries operator/investor variants. Both were live 8 Aug 2026; the conflict is Coconut's, not the sources'. |
| Pricing tiers | Starter / Growth / Enterprise | Team / Company / Enterprise | Live pricing page, 8 Aug 2026. |
| Glean ARR | $200M / $100M | $300M (May 2026) | Multiple sources concur; $100M → $208M → $300M trajectory. |
| Glean raised | $765M / $615M / $768M | $765M | Three figures circulate. Tracxn's $765M over 6 rounds is used; the stack map's own $615M is older. |
| Dust funding | "VC-backed" | $60M+ ($40M Series B, May 2026) | Announced May 2026, led by Abstract and Sequoia. Prior research materially understated this. |
| GBrain stars | ~23.6K | 28,015 | Live GitHub API, 8 Aug 2026. The gap is growth, not error — the number moves weekly. |
| Mem0 stars | 41K+ | 62,829 | Live GitHub API, 8 Aug 2026. |
| Coconut team size | 2–10 and ~81 in the same document | 2–10 (LinkedIn), unverified | The Notion brief contradicted itself. LinkedIn's 2–10 is the only sourced figure; self-reported LinkedIn ranges are unreliable and this should be confirmed directly. |
| Hyper batch | YC Spring 2026 | YC P26 = Spring 2026 | Same batch, two labels. Not a conflict. |
| Coconut's agent runtime | This report, first version: "the agent loop is Claude Code" | Selectable: Claude, Gemini, or Codex | Corrected 8 Aug 2026 after reading the Studio scheduler and coding-agent docs. The earlier reading came from the skills docs alone and was too strong. Threat 1 severity revised down. |
| VM per instance | Inferred from skills-doc phrasing | Confirmed | The Add Coconut dialog asks for CPU, RAM, and disk capacity and provisions in 30–60 seconds. |
| Dashworks → HubSpot Starmind → Capacity | Stated as fact | Unconfirmed | Could not be independently verified for this report. Flagged thin in the database. |
What this report does not cover
- Product quality. No hands-on evaluation. Retrieval accuracy, latency, connector reliability, and whether the five-layer model survives real use are all untested here.
- Funding and team. No disclosed rounds exist for Coconut AI Inc. Crunchbase and PitchBook return same-name companies. Leadership is not publicly named.
- Customers. One public reference: Ari Franklin, Group PM at Kohl's. No case studies, no scale metrics, no logo wall.
- Pricing. No public figures at any tier.
Known weaknesses in this analysis
- The YC 2026 cohort is very early and moves weekly. Traction figures are point-in-time and self-reported at launch.
- The VM-per-instance reading was originally inferred from the skills docs; it is now corroborated by the provisioning dialog, which asks for CPU, RAM, and disk. Still not confirmed by an architecture document from the company.
- Absence of a SOC 2 claim on a public site is not proof of absence of SOC 2. It is proof that it is not being marketed, which is itself informative but weaker.
- Funding data for Capacity, Shelf, Bloomfire, Swimm, and DevRev is inherited and thinly sourced.
Primary sources
- Coconut — Home
- Coconut — Platform
- Coconut — Pricing
- Coconut — Security
- Coconut — FAQ
- Coconut — Blog
- Coconut Docs
- Coconut Docs — llms.txt
- Coconut Docs — .nut directory
- Coconut Docs — Connectors & MCP
- Coconut Docs — Skills
- GitHub — lovelybunch (Coconut AI)
- GitHub — garrytan/gbrain
- YC — Hyper
- YC — Cerenovus
- YC — Savant
- YC — Memory Store
- YC — Glen
- Glean — Series F
- TechCrunch — Glean crosses $300M
- Dust — $40M Series B
- TechCrunch — Mem0 $24M
- ServiceNow completes Moveworks acquisition
- Contextual AI — Series A
- Guru — Series C
- The AI Technology Stack (report 01)
- The Robotics Stack (report 05)
08 — First-hand findings
What the connector shows that the docs do not
Everything in the other seven tabs is traceable to a public URL. This tab is not. It comes from connecting the Coconut MCP connector to a live beta instance on 9–10 August 2026 and reading the object model directly.
Scope of this tab
Included: the shipped tool surface, the data model, and one observed product behaviour. All of it is structural — how Coconut is built, not what any instance contains.
Excluded: the contents of any space or page, any customer or seeded data, anything identifying an organization or user. No writes were made to the instance. Nothing here is quoted from a page body.
Finding 1 — The shipped connector is not the documented one
The public connectors
documentation describes an MCP server exposing 26 tools shaped around
instance management: coconuts_list, tasks_list,
knowledge_search, jobs_list, skills_list.
The connector that actually attaches exposes a different surface entirely, shaped
around the context product.
| Namespace | Tools |
|---|---|
context_*pages & spaces |
whoami · space_list · create_space · list_shared_pages · get_shared_page · create_shared_page · update_shared_page · get_shared_page_revisions · search_shared_pages · recent_shared_pages · list_personal_pages · get_personal_page · create_personal_page · update_personal_page · get_page_metadata · set_page_metadata · list_metadata_keys · query_pages_by_metadata · get_page_links |
agent_*space agents |
list · get_instructions · set_instructions · create_task · get_task · update_task · list_tasks · run_task · get_run · list_runs |
| standalone | get_context_by_url |
Not one documented tool name appears. There is no knowledge_*
namespace at all — the knowledge/context split the CLI documentation is built
around does not exist in the shipped connector, where everything is a page in a
space. The published API reference describes a different generation of the
product.
This matters beyond tidiness. An evaluator who reads the docs, writes an
integration against knowledge_search, and then connects will find
nothing they planned for. It is also the second instance of the same pattern
documented on the Product tab: what ships and what is
described have drifted apart.
Finding 2 — The real object model
Three layers of content per page, not one — and this is the design detail that makes the "prose carries judgment, metadata carries facts that churn" claim actually work.
Finding 3 — Several things are better built than the marketing claims
This is the part worth telling the founder plainly: the engineering is ahead of the story being told about it.
-
Metadata patches do not create a page revision.
setupserts (JSONnulldeletes),appendextends arrays atomically, andappendUniqueis idempotent — explicitly safe for re-running agents. Metadata carries its own audit trail, separate from page versions. That is exactly the right design for "prose carries judgment, metadata carries the facts that churn," and no public page explains it. -
Real optimistic concurrency. Every update requires
expectedVersion. Two agents cannot silently clobber one another — the second write fails rather than winning. - The link graph is automatic. Indexed from Markdown bodies on every write, with backlinks and broken-target flagging. A dependency map that maintains itself, never mentioned in the marketing.
- Run observability is genuinely deep. Every run record carries status, timing, model, token usage, turn count, output, and an opt-in structured transcript of reasoning and tool calls. This is better instrumentation than most agent platforms expose.
- Agents really are principals. A run "executes as the space's agent principal" and writes its own record. The permission story is architectural, not cosmetic.
Finding 4 — Credit exhaustion degrades quality invisibly
The one behavioural finding, and the most important thing on this page
When an organization exhausts its agent credits, agent_run_task cannot
execute. Work does not stop — it falls back to running inline, in whatever client the
user is holding, with no retrieval.
The output of that degraded path is structurally indistinguishable from a fully researched run: same format, same confident tone, same citations-shaped prose, same gate tables. In the case observed, a run that performed zero web fetches made four specific, confident, false assertions about what pages on coconut.dev say — each of which was independently checked against the live site and contradicted.
Two things make this severe rather than cosmetic:
- The quality gates cannot catch it. They interrogate reasoning — is the frustration real, is it genuinely unmet, is the scope honest. None of them asks whether evidence was actually retrieved. A well-reasoned argument from fabricated premises passes every gate.
- The signal to catch it already exists and is not used. Run records carry a fetch count. Nothing consumes it. A run that fetched nothing is permitted to assert what a live page says.
The fix is small and sits in the product's own idiom: a run that performed zero retrievals should not be allowed to write a claim sourced to an external URL, and a degraded run should be marked as such on every page it touches. Provenance is the thing Coconut sells; this is the one place it is not enforced on itself.
In fairness: this is a degraded path, not the designed one. A properly executed agent run in the same instance — over a hundred tool calls, fetching live pages — recorded the same contested facts correctly. The architecture works. The failure mode is what happens when it cannot.
What this changes in the rest of the analysis
| Earlier claim | Status after first-hand access |
|---|---|
| Retrieval is undocumented | Unchanged, and now sharper. The connector exposes full-text search and metadata query, but ranking is still not described anywhere. |
| Governance is partly a promise | Softened. Optimistic concurrency, revision history, separate metadata audit trails, and agents-as-principals are all shipped. Propose-then-publish review remains the visible gap. |
| A VM per instance is a heavy unit | Unchanged. Confirmed by the provisioning dialog and unaffected by anything in the connector. |
| Page metadata as a query surface is a differentiator | Strengthened. Typed values, atomic array appends, idempotent patches, and revision-free updates are further along than the marketing suggests. |
| Docs and product have drifted | Strengthened considerably. The published API reference describes a tool surface that no longer exists. |