Second Brain Agent

The Second Brain Agent. Every cite checkable.

Your company's knowledge, ready to answer, every cite checkable.

Second Brain Agent is a private RAG system that learns your company from the inside. It reads your docs, code, contracts, policies, tickets, and chat history, then answers staff questions with paragraph-anchored citations. It never returns a document the asker cannot already open in the source system. It runs on your server or in a node we provision in your regulatory region.

All products
★ Why not a chat wrapper

Generic LLMs can't do this.

A generic chat model knows the public internet and almost nothing about your company. It cannot quote your renewal clause with Vendor X, your PTO carryover rule for India, or the path to the auth middleware in your monorepo. It invents plausible citations because nothing forces it to ground in your corpus. It has no inherited ACL, so a curious analyst could pull a board memo the model happened to ingest. It runs in a vendor cloud you do not control, which fails GDPR, DPDP, HIPAA, and most state privacy regimes the moment regulated data touches the wire. Second Brain Agent is built to fail closed on every one of those points.

RAG over docs, code, contracts, policies, tickets, chat
Paragraph-anchored citations. Refuses when no source supports the answer.
Permission inherited at query time from SharePoint, Drive, GitHub, Jira, Salesforce, Confluence
Lives in your regulatory region. No cross-tenant training, ever.
★ Use cases

What it actually does.

Real work the agent does end-to-end. Every step is auditable, every consent gate logged, every escalation routed to a named human.

  1. 01

    New-hire onboarding desk

    Day-one expense, payroll, and policy Q&A without pinging a colleague.

    • Hire signs in with SSO on day one.
    • Asks: "How do I file expenses for a client dinner in Mumbai?"
    • Agent pulls the India expense policy, the Concur SOP, and the per-diem table.
    • Answer cites the exact paragraph in each doc with the section header.
    • If the hire's role has no Concur access, the agent flags that and routes to IT.
    Permission boundaryHRIS role and country attributes filter India vs US policy versions.
    Human in the loopCitation requirement: every claim links to a paragraph anchor. No anchor, no answer.
  2. 02

    Contract Q&A for legal and procurement

    Find renewal, indemnity, and auto-renew terms across thousands of MSAs in seconds.

    • Legal counsel asks: "What is our auto-renewal stance with Vendor X?"
    • Agent retrieves the active MSA, the last amendment, and the email confirmations of waiver.
    • Returns the clause text, effective date, and the contradicting amendment.
    • Flags conflict between two sources and shows both with dates.
    • Offers to draft a renewal-decline note from the template library.
    Permission boundaryLegal-only DealRoom folders stay invisible to non-counsel users.
    Human in the loopCounsel decides the answer. The agent surfaces the evidence.
  3. 03

    Code search across the monorepo

    Show me where the auth middleware lives and what it depends on.

    • Engineer asks: "Where does the JWT refresh path break for SSO users?"
    • Agent pulls files, recent PRs, the on-call runbook, and the last incident postmortem.
    • Returns the function with line range, the upstream config, and the related Jira.
    • Highlights a stale doc in the wiki that contradicts the current code.
    • Links to the test that covers the change.
    Permission boundaryGitHub repo membership and Jira project ACLs propagate at query time.
    Human in the loopThe engineer still writes the fix. The agent shows where to look.
  4. 04

    IT helpdesk deflection

    VPN, MFA, and laptop-imaging questions answered before a ticket opens.

    • Employee types the question into the Slack agent.
    • Agent matches against the IT runbook and the last 90 days of solved tickets.
    • Returns the steps with a one-click "still broken" escalation.
    • If the runbook is older than the relevant config change, agent says so.
    • Logs the deflected ticket against the IT KPI dashboard.
    Permission boundaryReads runbooks the user's group already has Confluence access to.
    Human in the loopIT handles the escalations the agent could not close.
  5. 05

    Sales enablement collateral lookup

    Pull the right one-pager, battlecard, and reference customer in 10 seconds.

    • AE asks: "What's our best reference for a UK retail bank evaluating us against Vendor Y?"
    • Agent matches industry, geo, and competitor tags across Highspot and Drive.
    • Returns the case study, the battlecard, and the latest pricing memo.
    • Cites the win-loss note that supports the competitor framing.
    • Refuses to quote NDA references and shows why.
    Permission boundarySalesforce sharing rules and Highspot groups gate every asset.
    Human in the loopThe AE makes the customer call. The agent prepares the kit.
  6. 06

    Policy lookup for managers

    PTO carryover, parental leave, and travel rules per country and grade.

    • Manager asks: "How much PTO can my Singapore L4 carry into next year?"
    • Agent pulls the Singapore policy, the grade matrix, and the HRIS rule.
    • Returns the number with the policy clause and the HRIS field that proves it.
    • Notes the policy was updated 11 days ago and links to the changelog.
    • Refuses to answer if the user is not the employee's line manager.
    Permission boundaryWorkday manager-of relationship gates the query.
    Human in the loopHR owns policy. The agent surfaces it, with the version date.
  7. 07

    Internal product FAQ

    Why was this feature built this way, and what was the trade-off.

    • PM asks: "Why did we deprecate the v2 webhook?"
    • Agent pulls the RFC, the deprecation memo, and the customer-impact email.
    • Returns the decision rationale with the names of the deciders and the date.
    • Surfaces the v3 migration guide and known caveats.
    • Shows the two customer tickets that triggered the change.
    Permission boundaryConfluence space and Notion teamspace ACLs.
    Human in the loopThe PM still decides what to build next.
★ The journey

Phase by phase.

The end-to-end path the agent runs. Every phase logs what it captured, what consent applies, and where a human gates the next step.

  1. 01

    Connector onboarded

    For each source: SharePoint, Drive, Confluence, GitHub, Jira, Salesforce, NetSuite, Zendesk, Slack.

  2. 02

    ACL graph extracted

    Group nesting, inheritance breaks, and per-document overrides imported from each source.

  3. 03

    Chunking

    Documents chunked at paragraph and heading boundaries. Code chunked at function level.

  4. 04

    Local embeddings

    Vectors generated and stored on the client server or in-region node. Nothing leaves the boundary.

  5. 05

    Sensitive-field pass

    PII tagging and redaction. Restricted classes flagged for narrower retrieval.

  6. 06

    Eval calibration

    First eval set runs against 200 golden questions per department to score grounding and refusal.

  7. 07

    Rollout

    Behind a Slack and web client, with audit logging on every query and citation click.

  8. 08

    Reindex and drift watch

    Per-source reindex schedule, freshness scores, weekly eval regression report.

★ Posture

The non-negotiables, spelled out.

Consent, security, accuracy, and residency. Explicit, auditable, and the same line items your CISO or GC already asks about.

Permissions and ACL

Permissions are checked at query time, not at index time. A permission revoked five minutes ago is honoured five seconds later. Every retrieved chunk carries its source-system ACL: SharePoint inheritance chains, Google Drive sharing scopes, Confluence space permissions, GitHub repo and branch protections, Jira project roles, Salesforce sharing rules, NetSuite roles. The retriever filters candidate chunks against the asker's resolved group membership before any LLM call. The index itself is encrypted per tenant and segmented by ACL group, so a misrouted query cannot leak a chunk it should not see.

Data residency

Pick where the brain lives. On-prem on your hardware. Single-tenant VPC in AWS, Azure, or GCP in the region you name: Frankfurt, Mumbai, Singapore, Virginia, São Paulo, Sydney. Or a node we provision in a sovereign cloud where one is required. All embeddings, vectors, logs, and model traffic stay inside that boundary. Keys are held in your KMS or HSM. We never see them. SOC 2 Type II, ISO 27001, and HIPAA-ready controls. GDPR DPA and India DPDP addenda signed at order. No training on your data, ever.

Citation discipline

Answers are grounded at the paragraph anchor or function range, not the document. The generator is constrained to quote only chunks the retriever returned, and a separate verifier rejects any sentence whose claim is not supported by a cited chunk. When the corpus has nothing relevant, the agent refuses and says so, instead of guessing. When two sources disagree, both are shown with dates and the asker is told there is a conflict. Every cite carries a freshness stamp. If the source is older than the policy half-life for that doc type, the answer leads with a stale warning.

★ Outcomes

What the numbers look like.

Figures we can point at. Every one carries a source you can verify.

70% IT-ticket deflection
Equipment, permissions, and software questions answered by agent rather than a human.
Source: Glean, Canva case study
New-hire ramp cut from 3 months to 3 weeks
Personalised onboarding agent surfacing materials and contacts.
Source: Glean, financial services customer
35% reduction in time spent searching
Q&A over the enterprise corpus.
Source: Notion AI, Osaka Gas (3,000 employees)
19-30% of the workday spent searching for information
Baseline knowledge-worker behavior before any AI search; this is the addressable surface.
Source: McKinsey and IDC
Up to 71% reduction in hallucinations with disciplined RAG
Grounded answers with paragraph-anchored citations vs an ungrounded LLM.
Source: 2025 benchmarks compiled across enterprise studies
★ Where it lands

What it replaces. What it augments.

Replaces

  • The SharePoint search box nobody uses.
  • The wiki nobody updates.
  • The "ask in #help" Slack ritual and the FAQ doc that goes stale in 30 days.
  • The level-1 IT ticket queue and the 30-minute onboarding shadowing call.

Augments

  • Confluence, Notion, Google Drive, SharePoint. The agent reads them and points back to them.
  • GitHub, Jira, Salesforce, NetSuite, Zendesk, Slack stay the source of truth.
  • IT, HR, Legal, and Sales Enablement keep ownership of what is true. The agent surfaces it, with citations.
★ Inside Second Brain Agent

What the Second Brain does

It learns your business, answers from it with citations, and stays inside the boundary you set.

What it learns and how it answers

  • RAG over your entire knowledge base: docs, policies, contracts, code, and tickets. Every answer carries a citation back to the source.
  • Ask it anything your documentation could answer and get a grounded reply in seconds, instead of a Slack thread.
  • It drafts, researches, and summarises against your real material, not the open internet.

Where it runs and what it can reach

  • Lives on your server, or one we provision for you inside your regulatory region.
  • Filtered internet reach. It researches, updates, and reports only inside the security boundary you set.
  • Encryption at rest and in transit, access controls, and a full audit trail as standard.
★ Pricing

The numbers, up front.

Per-headcount tier pricing matches where the value lands. The brain pays for itself in time recovered per employee, so a $4,500/month seat at 1,000 staff is $4.50 per head, well under the 2 to 4 hours per knowledge worker per week that platforms in this category report saving. The tiered cap protects mid-market budgets while letting enterprises with global custom needs negotiate residency, connector load, and SLA separately.

Tiers by enterprise size
Small (up to 100 employees)$1,200 / mo
Mid-market (100 to 1,000 employees)$4,500 / mo
Enterprise (1,000 to 10,000 employees)$12,000 / mo
Global (10,000+ employees)custom quote
Compute, model usage, storagepass-through
Second Brain Agent

Put the Second Brain Agent to work.

See all products
★ Other agents
Specialized · 4 rolesfrom $50 / week

Ready-made Agent

Four specialised agents in one framework: copywriting, marketing, design, and HR. Each one trains on your brand, your work, your policies, and your jurisdictions, then drafts inside the first week.

Explore
Sales · Lead to paymentfrom $300 / month

Sales Agent

A multi-channel sales agent that runs the full lead-to-payment journey. Enriches, scores, books, takes payment, and logs every consent it collects.

Explore
Legal · 66% accuracy · Counsel reviewedEnterprise licence

Predictive Legal Agent

A counsel-supervised agent that drafts cited responses, flags regulatory drift, and refuses when no source supports the answer. Counsel finalises every output.

Explore
Observability · On callCustom scope

Server Agent

An agent that lives next to your kernel. It collapses alert storms into one triaged incident, proposes a root-cause hypothesis with a confidence score, and never acts without permission.

Explore