cd /news/artificial-intelligence/show-hn-i-am-getting-genuine-questio… Β· home β€Ί topics β€Ί artificial-intelligence β€Ί article
[ARTICLE Β· art-103219] src=github.com β†— pub= topic=artificial-intelligence verified=true sentiment=Β· neutral

Show HN: I am getting genuine questions

DocBrain, a self-hosted, read-only memory layer for humans and AI agents, captures undocumented knowledge from tickets, threads, incidents, and code changes with per-claim provenance, and its client source is open under MIT while the server remains closed under BSL 1.1. The project, which missed its original first-half-2026 server publication target, offers free production Docker images and Helm charts for self-hosting, and aims to solve the problem of organizational knowledge loss by ingesting historical systems on day one.

read9 min views31 publishedAug 19, 2026
Show HN: I am getting genuine questions
Image: Michielbdejong (auto-discovered)

The memory layer for humans and AI agents.

Every other tool retrieves what someone remembered to write down. DocBrain captures what nobody did β€” from tickets, threads, incidents and code changes β€” cites every individual claim to its source, and says so plainly when your record has no answer. Self-hosted. Read-only. Zero data egress.

Website β€’

β€’

DocsQuickstartβ€’

The Problemβ€’

How It Worksβ€’

Architectureβ€’

Security

real recording, no edits β€” watch the full 90-second quickstart β–Ά

Project Status: client source open, server closed.The source for everything DocBrain runs onyourside of the network boundary β€” thedocbrain

CLI and the IDE MCP server β€” is in this repo under[, MIT-licensed, built and tested in public CI β€” as is everything else in this repository. Audit exactly what runs in your environment and what leaves it. The server ships as free production Docker images (BSL 1.1 permits production use) with full Helm charts, complete configuration, the]crates/

[threat model], and all the docs to self-host in production. The server source stays closed for now β€” we originally targeted the first half of 2026 to publish it, we missed that date, and we won't post a new date until we're certain we can hit it. If a closed server is a dealbreaker for you, that's a rational position and we respect it:[how DocBrain earns trust]. Contributions: code PRs for the client crates, plus documentation, configuration, and bug reports. When the server source publishes, it will be published under the Business Source License 1.1.

Every organization runs on knowledge that never gets written down: the decision from a meeting, the fix someone found at 2am, the workaround only one person knows. It lives in PRs, chat threads, tickets, and people's heads. When that person changes teams or quits, years of context walk out the door with them.

Tools that "index your docs and add a chatbot" solve the wrong half of the problem: they retrieve your stale, incomplete wiki slightly faster. The knowledge that actually runs your organization was never captured in the first place. And it's getting worse now that AI produces code, changes, and fluent documentation faster than any human can absorb β€” your agents read those docs too. More documentation is easy. Documentation your organization can trust is the scarce thing.

DocBrain captures knowledge at the source, the moment it's created:

  Someone merges a change      ──→  decisions, caveats, procedures extracted
  A team works through chat    ──→  the answer, distilled from the thread
  A deploy goes out            ──→  what changed and why
  On-call resolves an incident ──→  the fix and the root cause
  Any other system you run     ──→  ingested via the Connector SDK

On day one it also reads backwards. Point it at systems you have been using for years β€” archived Slack channels, closed tickets, merged pull requests, the wiki nobody has opened since 2022 β€” and it ingests them in place, read-only. Your first answer can come from a thread nobody remembers writing. Nothing is migrated and nobody has to refile anything.

Captured fragments are confidence-scored, connected into one memory, and composed into documentation with per-claim provenance. Drafts route through human review before anything publishes. Then DocBrain keeps the result honest: freshness tracking, contradiction detection, and staleness alerts as reality changes. Ask a question, get a cited answer β€” or an honest "I don't know" instead of a guess.

git clone https://github.com/docbrain-ai/docbrain.git && cd docbrain
./scripts/setup.sh    # interactive wizard: picks provider, sets keys, starts services

Or manually:

cp .env.example .env   # set LLM_PROVIDER and API keys
docker compose up -d
docker compose exec server cat /app/admin-bootstrap-key.txt

open http://localhost:3001

curl -H "Authorization: Bearer <key>" \
     -H "Content-Type: application/json" \
     -d '{"question":"How do I deploy to production?"}' \
     http://localhost:3001/api/v1/ask

Full setup guide: docs/quickstart.md

If your team uses Claude Code or Cursor, the docbrain-mcp server already gives your agent capture tools β€” most teams just never tell the agent to use them. Three lines in your

CLAUDE.md

turn every debugging session into documentation:

When we resolve an error or discover non-obvious behavior, call
docbrain_suggest_capture for the files involved. If a gap exists, draft a
3–5 line capture and ask me to approve it before calling docbrain_capture.

Your agent fixes something, checks whether the org already knows it, and β€” with your approval β€” files what's missing into the review queue. The knowledge gets captured at the only moment it's free: seconds after the fix. Full guide, including Cursor setup and the privacy model: docs/agents.md

Capture from 13 built-in sourcesβ€” Confluence, Slack, Teams, GitHub, GitLab, Jira, PagerDuty, Linear, OpsGenie, Rootly, Zendesk, Intercom, and local files, plus a language-agnosticConnector SDKfor anything else.Ingestion guide β†’Ask, with citationsβ€” hybrid vector + keyword search, confidence-scored answers; low confidence asks clarifying questions instead of guessing.API β†’β€” on-demand docs grounded in your own runbooks, incidents, threads, and PRs, with per-claim provenance and honestdocbrain generate

needs_input

for what the knowledge can't answer.Generate guide β†’Quality gates on every docβ€” structural, style (your style guide, enforced automatically), and semantic scoring; nothing unscored enters the system.Style policy β†’Review workflows and ownershipβ€” multi-stage approvals, space owners, SLAs, and governance dashboards, so documentation has accountability.Governance β†’Β·Reviews β†’Autopilotβ€” clusters unanswered questions into gaps, drafts grounded fixes, and routes them to human review. Nothing publishes without oversight.Autopilot β†’Live intelligenceβ€” reads connected systemsat the moment you ask, then reconciles that with indexed history in one cited answer. Write-capable tools are dropped at discovery, so it never holds the capability to change anything.MCP tools β†’Freshness and contradiction detectionβ€” stale docs flagged, conflicting docs surfaced, cascade staleness traced across dependent docs.Knowledge intelligence β†’Learning pipeline (optional, off by default)β€” feedback on answers can fine-tune the embedding model onyourcorpus, so retrieval learns what "similar" means in your codebase. Versions are gated on quality before promotion and roll back automatically if they regress. Runs entirely on your infrastructure.Learning β†’Predictive intelligenceβ€” onboarding-gap detection from what new joiners ask in their first 30 days, seasonal query forecasting, and code-change-triggered doc review.Knowledge intelligence β†’Source-system ACL mirroringβ€” Confluence restrictions, Slack channel membership, and repo visibility enforced at query time.Access control β†’RBAC, SSO, audit loggingβ€” 4-tier roles, GitHub/GitLab/OIDC SSO, per-space isolation.RBAC β†’** Everywhere your team works**β€” web dashboard, Slack commands, CLI, CI hooks, and MCP tools for Claude Code, Cursor, and any MCP-compatible editor.Slack β†’

graph TB
    subgraph "Capture Layer"
        CI["CI/CD Pipelines"]
        IDE["IDE (MCP)"]
        SLACK["Slack / Teams"]
        WEB["Web UI"]
        CLI["CLI"]
        API_EXT["External APIs"]
    end

    subgraph "DocBrain Server (Rust / Axum)"
        FRAG["Fragment Router"]
        QUAL["Quality Pipeline"]
        CLUST["Clustering Engine"]
        COMP["Composition Engine"]
        REV["Review Workflows"]
        RAG["RAG Pipeline"]
        AUTO["Autopilot"]
        GOV["Governance"]
        EVT["Event Bus + Webhooks"]
    end

    subgraph "Storage"
        PG["PostgreSQL"]
        OS["OpenSearch<br/><i>vector + keyword</i>"]
        RD["Redis"]
    end

    CI & IDE & SLACK & WEB & CLI & API_EXT --> FRAG
    FRAG --> QUAL --> CLUST --> COMP --> REV
    WEB & CLI & SLACK --> RAG
    RAG & AUTO & GOV --> PG & OS
    EVT --> PG

Rust server, PostgreSQL, OpenSearch, Redis. Full design: docs/architecture.md

DocBrain runs entirely in your infrastructure, read-only against your sources. You choose where the model runs: fully local via Ollama (zero egress), your own cloud account (Bedrock, Azure, Vertex β€” your KMS, your audit trail), or a provider API. Documents, embeddings, and indexes never leave your network; only the query and the relevant chunks reach the LLM you chose.

API keys are Argon2-hashed, every endpoint enforces RBAC, rate limits are per-key, and admin actions are audit-logged. The client code you install is open source in crates/. The full threat model β€” 11 analyzed attack vectors and an operator checklist β€” is published:

THREAT_MODEL.md

LLM providers (14): Anthropic, OpenAI, AWS Bedrock, Ollama, Google Gemini, Vertex AI, Azure OpenAI, DeepSeek, Groq, Mistral, xAI, OpenRouter, Together AI, Cohere. Provider setup β†’

docker compose up -d

helm install docbrain ./helm/docbrain \
  --set llm.provider=anthropic \
  --set llm.anthropicApiKey=sk-ant-...

Kubernetes guide β†’ Β· Configuration β†’

|

ConfigurationProvider SetupArchitectureIngestion GuideExternal ConnectorsGovernanceReview WorkflowsKnowledge IntelligenceAutopilotGenerateCoding AgentsAPI ReferenceRBACSlack IntegrationKubernetesβ–Ά The quickstart, recorded unedited β€” install β†’ ingest β†’ cited answer β†’

generate

turning raw on-call notes into a runbook that cites its sources. 90 seconds, shipped images, 100% local models, nothing staged. |

Deep Dive Podcast, 20-min deep diveMCP Preview, 30-sec IDE demoFull Proof Demo, Downvote β†’ Gap β†’ DraftWe opened Atlassian's own AI assistant, asked it to compare itself with DocBrain, and published the full response unedited β€” including where it wins.

"DocBrain's 'capture knowledge that was never written down' is solving a problem I fundamentally can't."β€” Rovo, answering a direct comparison prompt

Where Rovo wins: native Atlassian integration, zero setup for existing Atlassian Cloud teams, broad work execution, and 3M+ users. Full transcript β†’

A project built on refusing to overclaim shouldn't overclaim about itself.

The server is closed source. The client that runs inside your network is MIT and auditable, in. The server isn't published. We targeted the first half of 2026, missed it, and won't name a new date until we're certain of it.crates/

We publish no measured accuracy benchmark. Grounding is measured internally and gates every model promotion, but no number goes in this README until it's measured across real customer corpora and we can publish the methodology with it.Self-hosting isn't unique to us. Open-source alternatives exist and several are genuinely good at retrieval β€” some more permissively licensed than we are. What they don't do is capture what was never written down. Judge us on that.Our evidence base is strongest for software teams. The mechanism generalises across support, operations and the rest of the business; the published statistics haven't been measured everywhere, and we won't imply otherwise.

GitHub Issues:Bug reports and feature requests** GitHub Discussions:Questions and community conversation Email:**hello@docbrainapi.com

We welcome contributions. The client tooling source ( crates/) accepts code PRs; server-side contributions land best as documentation, configuration, and bug reports. See

Contributing Guide.

To report a security vulnerability, see SECURITY.md. Do not file a public issue.

This repository is MIT licensed β€” the docbrain

CLI, the MCP server, the Helm charts, configuration, examples and documentation.

The DocBrain server binaries and container images are distributed under the Business Source License 1.1. Production use is permitted, except offering DocBrain as a hosted service. For alternative licensing: licensing@docbrainapi.com.

Contributor Covenant Code of Conduct. Report concerns to hello@docbrainapi.com.

── more in #artificial-intelligence 4 stories Β· sorted by recency
── more on @docbrain 3 stories trending now
sponsored brought to you by zahid.host 4,200+ EU-deployed projects
reading about agents? ship yours in a single git push.

Run your AI side-project on zahid.host

EU-based hosting, git-push deploys, automatic HTTPS, no cold starts. Free tier with a custom domain β€” perfect for shipping the agent you just read about.

$git push zahid main
β†’ Live at https://your-agent.zahid.host βœ“
Get free account β†’ Pricing
from €0/mo Β· no card required
LIVE [news/show-hn-i-am-getting…] indexed:0 read:9min 2026-08-19 Β· β€”