This article from Meta Engineering details the architectural design of an AI agent dubbed an "Organizational Second Brain." The system focuses on capturing, structuring, and leveraging deep specialist knowledge within an enterprise, separating knowledge from reasoning. It features a self-improvement loop that compiles expert feedback into verified updates without model retraining, making it highly relevant for understanding how to build scalable and auditable AI systems that integrate human expertise.
Read original on Meta EngineeringLarge organizations frequently struggle to capture and scale expert knowledge, which often resides implicitly within subject matter experts (SMEs). This leads to inefficiencies, inconsistencies, and risks, especially in high-stakes domains like compliance or security. Meta's "Organizational Second Brain" addresses this by codifying institutional intelligence into an AI agent designed to make deep specialist knowledge readily available and persistently learn from expert feedback.
Knowledge Partitioning Strategy
A key design decision is how to partition knowledge. High-density, frequently referenced, and evolving knowledge (e.g., organizational positions, decision frameworks) is curated in the structured wiki. Sparse, situationally relevant information (e.g., detailed reference material, historical records) is served via semantic or lexical search (RAG) to prevent system bloat and dilute attention, ensuring core reasoning remains grounded in refined, current knowledge.
The system incorporates checkpoints (intermediate reasoning review by experts) and escalations (agent hands off ambiguous cases to experts). These mechanisms ensure quality control, provide critical training signals for the self-improvement loop, and build expert trust by making the agent's reasoning transparent and allowing human overrides.