Platform · how BC actually works under the hood

The foundation,
before the features.

Most agencies sell features. We sell a knowledge graph, an agent fleet, and a structure that compounds. The Colliers OSBA engagement would land on this foundation — not as a one-off build, but as a tenant on a system we run end-to-end for life-sciences commercial operations.

Stages 1 & 2 are what you'd pay for first. Everything underneath this page is what makes Stages 3 through 7 cheap to add later — because the foundation is already there. New capabilities are weeks, not months.

Layer 1 · the knowledge graph

Every fact about Colliers, every conversation, every signal — one queryable record.

The foundation is a multi-tenant Postgres knowledge graph (we call it Hub DB), with per-client schema isolation and embeddings on every entity. It's the same architecture currently in production for multiple life-sci clients. Nothing on this site — the receipts, the corpus inventory, the action items, the funnel framing — would exist without it.

Account graph

One canonical record per company

Bay Area life-sci tenant universe + signals + relationships + past deals + past conversations — bound to the company, not the rep's inbox. Persistent. Versioned. Embedded for semantic retrieval.

Opportunity graph

Every deal, every artifact, anchored

Pre-meeting briefs, transcripts, post-call recaps, decks, LOIs, redlined contracts — bound to the opportunity record. Reps don't lose context when a deal goes quiet for three months.

Signal graph

Lease, funding, hiring, scientific

Every signal we ingest is timestamped, attributed, weighted, and linked to the account(s) it touches. Decays over time. Re-weighted when other signals corroborate.

Conversation graph

Transcripts ingested, chunked, queryable

Fireflies / Fathom transcripts → Hub DB with speaker segmentation, intent flags (task, pricing, metric, question), and embedding-indexed chunks. Action items auto-extracted by speaker. Already done for the Colliers 5/22 + 5/28 transcripts.

What this means for Colliers

Per-tenant data isolation isn't a feature we'd add — it's the default. Your Champions DB, your conversation history, your signals never touch another client's tenant. Encrypted at rest. Exportable at handoff. The corpus already sitting in Hub DB for Colliers (25 research files, 2 transcripts, 13 action items) demonstrates the model.

Layer 2 · the agentic fleet

Seven director-tier agents. A CEO Conductor above. A sub-agent fleet below each.

BC runs as an agentic org — not a chatbot, not a single "AI assistant." Seven specialist directors coordinate work the way a human executive team would. Each director has a fleet of sub-agents that execute discrete tasks under an Anthropic orchestrator-worker contract (goal · context · tools · done-condition). A CEO Conductor sits above all directors as the human-gated dispatcher.

7Director-tier agents

Dev · Sales · Operations · Marketing · R&D · Legal · Finance — orchestrated by the CEO Conductor.

16+Production skills

News, social, clinical trials, NIH grants, patents, SEC filings — extensible per client.

2VPS layer split

Brain (KB) for reasoning + RAG. Heart (Ops) for orchestration + workflows. Independent scaling.

Dev Director

Full IC. Writes, reviews, maintains all confirmed code. Builds sub-agents for other directors.

Live
Sales Director

Pipeline mgmt, targeting/scoring, proposals, MI, Miller-Heiman, blue sheets. The director that'd own Colliers' Stages 1–3 day-to-day.

Partial
Marketing Director

Outbound content, brand, social, paid ads, event mgmt, multi-touch. The director behind the marketing stack.

Live
Operations Director

Post-signed client work, FRO support, intelligence-pipeline orchestration, catch-all coordinator.

Designed
R&D Director

Learning library, market scanning, evergreen idea queue, prototyping. Where new capabilities incubate.

Designed
Legal Director ★

Post-signature contract wrap, redline reviews, compliance tracking. Walled off, Hub-DB-only access. Powers the Stage 4 legal agent.

Designed
Finance Director ★

Cash ledger, invoicing, AR/AP, P&L, tech-stack cost tracking. Walled off, Core-DB-only access.

Designed
CEO Conductor

Sits above all directors. Plans across them, dispatches work, holds the human-gated Cortex Inbox where Brian confirms every proposal.

Live

The Anthropic 4-part orchestrator-worker contract

Every director → sub-agent dispatch specifies: (1) Goal — what the sub-agent achieves, one sentence · (2) Context — what it needs to know that it doesn't already · (3) Tools — explicit tool allowlist · (4) Done condition — verifiable, not subjective.

If any of the four is missing, the sub-agent drifts. This is enforced in every director's system prompt. It's why work doesn't quietly fail.

What this means for Colliers

Your Stages 1 & 2 work would run under the Sales Director. If you add the marketing stack, that's the Marketing Director's fleet. If you add the legal agent, that's Legal Director sub-agents. Three different domains, one orchestration layer, one knowledge graph, one place where work proposes itself for human approval. You don't manage seven different vendors — you have one BC partner running seven coordinated specialists.

Layer 3 · the back-end split

Brain reasons. Heart executes.

BC's infrastructure is split across two VPS hosts — not for redundancy, for clean separation of concerns. Brain (KB VPS) is where LLM reasoning, RAG retrieval, and council-style multi-model decisions live. Heart (Ops VPS) is the pump — n8n workflows, heartbeats, scheduled jobs, Hub DB writes, integrations. No LLM lives on Heart; no scheduling lives on Brain. Each does one job well.

Brain (KB VPS)

LLM reasoning & retrieval

Single-model chat (claude-sonnet, gpt-4o, gemini, qwen-local for cheap classification). Multi-model council for high-stakes decisions (3 models fan out, judge synthesizes, all audit-logged). RAG over Brain DB — research_reports, council_decisions, kb_chunks, drug_candidates, companies, pubmed_articles, news_articles, patents — ~30 tables of pre-indexed life-sci context.

Heart (Ops VPS)

Orchestration & integrations

n8n workflows fired by webhook or schedule — Gmail digests, Fireflies ingestion, social listeners, signal scrapers, content publishers. Hub DB read/write across target_dossiers, new_accounts, contacts, opportunities, plus your per-tenant Colliers schema. Heartbeat log for every workflow run — observable, debuggable, no silent failures.

What this means for Colliers

When a lease-expiration signal fires at 6:47 AM, Heart catches it, writes it to your tenant schema, and triggers the matcher workflow. Heart then asks Brain "score this signal against this account's context"; Brain returns a routed action with the right rep, the right Gold Sheet attached, the right first-message draft. By the time Kareem's reps log in at 7:30 AM, the daily list is waiting. Two systems, one outcome, fully observable end-to-end.

"

The platform isn't a feature. It's the substrate every feature compounds on top of — same graph, same fleet, same harness, every client.

— The compounding-foundation thesis
Layer 4 · the agent harness + tool access

The same scaffolding builds a new agent in a week.

Every BC agent — signal scraper, content drafter, transcript ingester, prospect researcher, redline checker — is built on the same reusable harness. New capabilities are configuration, not architecture.

Skill library

16+ production skills, growing

News intel, social listening, clinical-trial collection, NIH grant matching, patent indexing, SEC filings, PubMed/OpenAlex research, account enrichment, ICP scoring, message generation, transcript ingestion. Each connects to a public or commercial API, runs through Python or Colab, stores results in Hub DB. Every skill feeds into or receives from at least one other skill — compounding intelligence.

MCP tool access

Brave, Firecrawl, Gmail, Calendar, GitHub, Supabase, Blotato…

Every agent has explicit, allowlisted access to the same MCP (Model Context Protocol) tools the human team uses. Same tools, same audit trail. Agents don't have hidden capabilities; humans don't have to learn agent-specific surfaces.

Cortex governance

Every agent proposes. Brian confirms.

Hard rule across all agents: write actions surface as proposals in the Cortex Inbox; nothing executes until Brian (or the designated human gate — for Colliers, that'd be your team) confirms. Eliminates "agent went rogue" failure modes. The price is one extra approval step; the value is total auditability.

Why this matters · the compounding-foundation thesis

Plugins, not rewrites. Weeks, not months.

Once the foundation is in — knowledge graph, director fleet, Brain×Heart back-end, agent harness — new capabilities stack on top instead of being rebuilt from scratch. That's why we can quote Stages 3, 4, and 7 as natural extensions rather than separate projects. It's also why each new capability gets cheaper, not more expensive, over time.

Adjacent precedent

CARR Biosystems

End-to-end commercial platform for an industrial centrifuge manufacturer — account graph, ICP scoring, daily intelligence brief, campaign ops, EmailBison integration. Same architecture as what we'd build for Colliers, different vertical.

Adjacent precedent

Made Scientific

Cell-and-gene-therapy CDMO partnership with full MI pipeline, content studio, brand intelligence, partnership tracking. Same Brain × Heart split. Different sub-agent fleet.

End-to-end demo

CellScale Bio (cellscalebio.com)

BC's fictional Series-A — full demonstration of the stack: brand → site → outbound → scoring → SEO → pipeline. Public; visit to see what an integrated build looks like.

The full picture for Colliers

Stages 1+2 today. Anything else when you're ready.

Here's the translation back to your funnel. The core engagement — what Kareem asked for on May 14 and refined on May 28 — uses Layers 1–4 to deliver Stages 1+2. Everything else on this site (Stages 3, 4, 7 + marketing) is the same foundation, pointed at different problems.

LayerUsed forToday's role at ColliersTomorrow's role
Knowledge graphHub DBAccount · signal · conversation graph for Colliers tenantStage 3 Gold Sheets · Stage 4 contract memory · Stage 7 expansion history
Agent fleetDirector-tier specialistsSales Director runs the matcher and message draftMarketing Director adds content; Legal Director adds redlines
Brain × HeartVPS infrastructureDaily 6 AM signal sweep, scoring, routingReal-time signal listener, multi-channel campaign exec, contract-review pipeline
Agent harnessReusable scaffold3 sub-agents (scorer · matcher · message drafter)+5 more for Stages 3–7 in subsequent rounds
Cortex InboxHuman approval gateKareem (or designate) confirms daily routing decisionsSame surface for marketing publishing, legal redlines, expansion alerts

This isn't aspirational architecture; it's the same stack we run our own business on, and the same stack we deploy for life-sci clients today. Colliers would be the first CRE deployment — the architecture is industry-agnostic, the signal stack is what we'd customize.

Continue across the site

More of the conversation, one click away.