PaperBreak is a production-ready platform built on exactly this architecture. It is not a prototype. It is not a chatbot wrapper. It is a structured knowledge and document platform designed specifically for the kind of intensive, expert-driven document work described above.
Here is how it works under the hood.
A structured knowledge layer. Every domain is loaded as a navigable wiki, markdown pages with rich metadata, a manifest file the agent uses to orient itself, and a defined ontology of categories and entry points. The agent always starts from structure. It never guesses.
Three-horizon memory. PaperBreak separates knowledge into three layers: a long-term institutional knowledge base (read-only, versioned), a medium-term workspace wiki that persists findings across sessions, and a short-term session memory that builds up context as a conversation progresses. Each layer serves a different purpose. Together, they give the agent a complete picture of what it knows, what it has found, and what it is currently working on.
Agent-driven document production. The platform exposes a set of document tools that allow the agent to create, draft, edit, and version output documents, in standard formats (DOCX, XLSX), directly from the conversation. Agents can create a document, write sections, insert content at specific positions, and revise individual sections without touching the rest. The result is a professional deliverable, not a block of pasted text.
Multi-tenant workspaces. Teams work within shared or private workspaces. Findings, shortlists, and draft documents persist across sessions and are accessible to all workspace members. Knowledge built during one session is available in the next.
Conflict-safe concurrent writes. Every write to the knowledge base requires a content hash obtained from a prior read. This prevents silent overwrites when multiple agents or users are working in parallel, a critical requirement in any environment where document integrity matters.
The platform is live. It is already in use for grants research across UK, EU, and German funding programmes. The domain-specific logic, the knowledge ingestion, the metadata schema, the system prompt framing, is the only thing that changes between verticals. The platform itself is domain-agnostic.