EN
Back to the archive

The archive · Developer & Business Tools · Product decision · 2025–2026

Comp AI's agent-first CRM bet: open-source repo hits GitHub #1 in 3 days

Compliance startup Comp AI open-sourced the CRM its own sales team used, betting an always-on agent — not a chat sidebar — is the future of sales software.

Comp AI (Bubba AI, Inc.)

The betThat an always-on research agent, not a chat sidebar, is the product — the CRM is where it keeps notes — and that open source is the way to prove the new category.Live

What the business is

Comp AI (legal name Bubba AI, Inc.) is a San Francisco compliance-automation startup; Comp AI CRM is its MIT open-source sales CRM built around a durable research agent that reads email, enriches contacts and companies, and updates deals on its own schedule.

Starting capital$2.6M pre-seed in August 2025, co-led by OSS Capital and Grand Ventures

How it started

Comp AI was founded in 2025 to automate SOC 2, HIPAA, GDPR and ISO 27001 compliance for companies that could not pay the $25K+ annual cost of traditional trust platforms; its $2.6M pre-seed was meant to expand the open-source platform and launch an AI agent studio. While selling compliance, its sales team needed a CRM the agent could actually run, so Comp AI built one internally and decided to release it.

What happened

trycompai/crm appeared on GitHub on 2026-08-04 under an MIT license: single-tenant by design, Google-only sign-in with an allowlist, and an agent that runs on its own schedule and queue inside a sandbox with no database credentials and 18 named tools. The README's inversion became the hook: the agent is not a feature of the CRM; the CRM is where the agent keeps its notes. The repo jumped to #1 on GitHub's daily trending list within days.

How it ended up

As of 2026-09-06 the repo holds about 9.6k stars and Comp AI still ships its compliance platform; the CRM is early — the codebase was only tens of commits at launch — but the agent-first architecture is getting visible developer pull and third-party write-ups.

Background

Comp AI, a San Francisco compliance-automation startup incorporated as Bubba AI, Inc., raised a $2.6M pre-seed in August 2025 to automate SOC 2, HIPAA, GDPR and ISO 27001 compliance at a fraction of the traditional $25K+ annual cost. To sell that platform its own team needed a CRM an AI agent could actually run, so the company built one internally.

In early August 2026 Comp AI open-sourced that internal tool as trycompai/crm under MIT. The design inverts the usual AI-plus-CRUD pattern: a durable research agent runs on its own schedule against a work queue, reads and triages email, enriches contacts and companies, and updates deals — while the CRM acts as the place where the agent keeps its notes and evidence.

The agent is deliberately constrained: it runs in a sandbox with deny-all egress and no database URL, reaching the system only through 18 named tools; strong evidence updates records directly while weak evidence becomes a suggestion for human review. The single-tenant posture and Google-only sign-in keep deployment simple.

The bet found an audience fast. The repository appeared on 2026-08-04, was #1 on GitHub's daily trending list on 2026-08-07 with 7,185 stars and 745 forks, and by 2026-09-03 had roughly 9.6k stars while still appearing on the daily list.

What has to be true

  • Comp AI had a real internal buyer: its own sales team needed a CRM where the agent did the pipeline work, so the product was dogfooded before it was public.
  • Durable agents with schedules, budgets and queues escape the chat-sidebar trap where AI only works while a human is watching (DEV Community analysis).
  • Denying the model database credentials and egress kills the prompt-injection class of risk instead of mitigating individual incidents (DEV Community analysis).
  • MIT open source let other teams read the sandboxed-agent architecture in an afternoon, converting an internal tool into a reference implementation for a new category.
  • GitHub rewarded the inversion: 7,185 stars within three days of launch and #1 on the daily trending list on 2026-08-07 (rui.vin daily Git report).

What can be applied

Make the AI worker own its schedule, budget and tools while denying it credentials and egress: an agent that survives the browser closing is a product, not a chat feature.

Aftermath

As of 2026-09-06 the trycompai/crm repository is active at roughly 9.6k stars and still appears on GitHub's daily trending list, while Comp AI continues to operate its original compliance-automation business. The CRM remains MIT-licensed and single-tenant, positioned as an open alternative to closed CRMs from Attio, Salesforce and HubSpot; the main open question is whether an agent-first sales tool with tens of commits at launch can mature into a product companies trust with a real pipeline.

Sources

spotted an error? The archive wants to know.

Your turn

You just read one. Describe what you are building, and see who is betting on the same thing.

Free account · 3 free questions · no card

Related cases