Your team is smarter
than your tools know.
Every collaboration tool you use treats your team like strangers. Divergencecore doesn't.
Your AI doesn't know your team.
It treats every person the same — same tone, same context, same zero memory of who they are or how they think. That's not team AI. That's a shared search engine.
Knowledge dies in the meeting.
The insight from Tuesday's session? Gone. Who mentioned the Acme pricing issue last month? Nobody wrote it down. Great teams lose their best thinking every single day.
Everyone's working in silos.
Sarah knows something that would change how Marcus is approaching the problem. They just never talked. And no AI in the world connected those dots — because no AI knows both of them.
Collaboration tools don't actually collaborate.
Slack, Notion, Loom — great for broadcasting. Useless at compounding. Your team is smarter together than apart. Your tools have no idea.
“The most important knowledge transfers in any organization
don't happen in meetings. They happen in the break room.”
Divergencecore builds the permanent digital break room — for your whole team.
Three steps to a
Vibe Team.
Invite your team.
Add members in seconds. Each person gets their own cognitive profile — Divergencecore learns how they think, how they communicate, and what they know. Not just their name.
The AI adapts to each person individually. Your systems architect gets a different experience than your creative director — not because you configured it, but because it learned.
Pick your model.
Choose the AI model that powers your team. Start with the included base model — or upgrade to Claude Sonnet 4.6 for deeper building, heavier reasoning, and richer compound intelligence.
Bring your own Anthropic key and pay Anthropic directly, or use our in-app model at close-to-API pricing. You always control what AI is running under the hood.
Base Model
Fast collab layer
Claude Sonnet 4.6
Full reasoning + building
BYOK = bring your own Anthropic API key
Build together. For real.
Run live compound sessions where Divergencecore knows every person in the room — their history, their thinking style, their relevant context. Not a transcript. An active participant.
Every session captures decisions, surfaces cross-team insights, and writes to org memory automatically. Your team leaves every session smarter than they came in.
Everything your team needs.
Nothing they don't.
Built for teams that actually want to build — not manage another tool.
Live Compound Sessions
Start a session with your team and Divergencecore participates — knows everyone in the room, surfaces relevant context in real-time, captures every decision automatically.
Individual Cognitive Profiles
Every team member gets a profile that learns how they think. Depth, pace, framing, communication style — the AI adapts to each person without any manual configuration.
Org Memory
Everything your team knows lives permanently in org memory. Decisions, insights, client context, lessons learned — searchable, permission-gated, attributed. Never lost.
Break Room Engine
What Sarah knows surfaces when Marcus needs it — naturally, without force. Ambient intelligence that connects the right knowledge to the right person at the right moment.
Permission-Gated Intelligence
Knowledge is shared on the right terms. Role-gated, project-scoped, fully auditable. Everyone sees what they should — nothing more.
Your Model. Your Rules.
Pick the AI that runs under the hood. Upgrade, downgrade, or bring your own API key at any time. You're never locked into a model you didn't choose.
Session Intelligence Reports
After every session: decisions captured, insights surfaced, action items extracted, org memory updated. Your team gets smarter without doing extra work.
Integrations
Slack, Notion, GitHub, Linear — Divergencecore connects to where your team already works. Intelligence surfaces where it's needed, not locked inside another app.
Proactive Heartbeat
Between sessions, Divergencecore stays aware. Surfaces connections your team didn't ask for. Alerts on patterns. Shows up before you remember to check in.
Pick your model.
Pick your plan.
Your price depends on the AI running your team. Start with what you need, scale as you grow. All plans include a 14-day free trial.
Starter
For small teams getting started.
Up to 3 members
🤖 Base collab model
Fast, lightweight — handles live sessions perfectly
- 3 team members
- Live compound sessions
- Individual cognitive profiles
- Org memory (30-day rolling)
- Break room engine
- Session intelligence reports
- Community support
Team
For teams ready to go deeper.
Up to 10 members
🤖 Claude Sonnet 4.6
Full reasoning, deep building, richer compound intelligence
✓ BYOK available
- 10 team members (+$7/additional)
- Live compound sessions — unlimited
- Individual cognitive profiles
- Org memory — unlimited
- Break room engine + proactive heartbeat
- Session intelligence reports
- Slack + Notion integrations
- Priority support
- BYOK option (bring your Anthropic key)
Pro
For fast-moving teams shipping real products.
Up to 25 members
🤖 Claude Sonnet 4.6 + Building model
Collab layer + heavy AI building — same session, different tasks
✓ BYOK available
- 25 team members (+$6/additional)
- Everything in Team
- Dedicated building model layer
- Cross-project compound intelligence
- Full integration suite (GitHub, Linear, Jira)
- Custom cognitive profile tuning
- Admin dashboard + audit logs
- Dedicated support + onboarding
- BYOK option — save up to 40%
BYOK
Full control. You pay Anthropic directly.
Unlimited members
🤖 Your Anthropic API key
You pick the model, you control the spend. We charge a flat platform fee.
✓ BYOK available
- Unlimited team members (+$4/user/mo)
- Full platform — all features
- Choose any Claude model (Haiku → Opus)
- Pay Anthropic directly for usage
- Platform fee: flat $39/mo base
- All integrations included
- Full admin + audit suite
- Priority support
Enterprise
Unlimited members. Dedicated infrastructure. HIPAA-ready deployment. On-prem or private cloud. Custom model agreements. SLA-backed. Audit-everything.
14-day free trial on all plans. No credit card required to start. Cancel anytime.
Build on the
compound layer.
Divergencecore ships a cloud-based SDK and REST API for devs who want to embed compound intelligence directly into their own products. Same primitives powering Vibe Teams — yours to build with.
- Memory, cognitive, and compound APIs
- Cloud-hosted — no infra to manage
- Usage-based pricing (per op)
- Webhook support + real-time events
- TypeScript SDK + REST API
import { aci } from '@divergencecore/sdk';
const team = await aci.teams.get('my-team-id');
// Start a live compound session
const session = await aci.sessions.start({
teamId: team.id,
members: ['corey', 'kelsi', 'trina'],
model: 'claude-sonnet-4-6',
});
// Surface cross-user intelligence
const insight = await aci.compound.surface({
sessionId: session.id,
query: 'What do we know about Acme?',
});
// insight.from → "kelsi"
// insight.content → "Hates complexity..."
// insight.confidence → 0.91
// Auto-write to org memory
await aci.memory.capture({
sessionId: session.id,
autoExtract: true, // ACI handles it
});Start your
Vibe Team.
14-day free trial. No credit card. Add your team in minutes.
Pick your plan → invite your team → pick your model → build.