<- all tokdocs

Why Your Personal AI Brain Won't Work for a Team of 50

Watch on TikTok

View on TikTok ->

A personal knowledge graph built in Obsidian works well when you are the only user. But the moment you try to scale that same approach across an organization with different roles, permissions, and project contexts, the architecture falls apart. This video walks through a custom-built enterprise AI brain and shows exactly where the complexity lives.

The Access Control Problem

The first thing that breaks when you move from personal to enterprise is data access. In a personal setup, every node in your knowledge graph is yours to see. In an enterprise, a salesperson should not be able to browse HR records, and a junior engineer should not have access to executive strategy documents.

The demo shown in the video uses a tool called "Conducting AI" with an Organization Brain view. It renders employees as nodes in a knowledge graph, with visible connections between people, teams, and projects. The left sidebar lists agent types like "Simulation Agent," "Sentiment Analysis," and "Posting Schedule," each scoped to specific roles. This is not a flat vault of markdown files. It is a permission-aware graph where every query respects organizational boundaries.

Employee Identity as a First-Class Object

The second major difference is that the enterprise brain needs to know who is asking. The system shown in the video maintains full employee profiles that include their role, their manager, their credentials, their active projects, and the strategic context behind those projects. When an employee opens their AI chat, the model already understands their position in the organization.

One frame shows a profile for "Brandon Liu, Head of Growth" with his workflow assignments, active projects like "Revenue Growth Chart" and "Marketing & Growth," and a list of AI-powered tasks assigned to him. This is not a generic chatbot. It is a context-aware assistant that knows the user before they type a single word.

Sub-Agents Scoped by Function

The architecture uses specialized sub-agents rather than one monolithic assistant. The video shows a sidebar listing agents for performance analytics, edge association, market intelligence, visual assets, and more. The AI routes queries to the right sub-agent based on the user's role and the nature of their request.

A separate view shows a task force breakdown with team members like Marcus Chen (Chief Strategy Officer), Andrew Kowalski (CTO), and Laura Bennett (VP of People), each with specific deliverables and deadlines. The system connects people to projects to agents in a single graph, so the AI can answer questions like "what are the critical path items for Q2" with full organizational context.

The Knowledge Graph Visualization

The video opens and closes with a striking 3D knowledge graph rendered in dark mode with cyan and magenta node clusters. This is the underlying data structure that powers the entire system. Groups in the graph correspond to different organizational domains (labeled as pathfinder, general, and others in the filter panel), and the density of connections between nodes reflects how tightly coupled those domains are.

This visualization is not just for show. It represents the actual topology of organizational knowledge, and the AI uses that topology to scope its responses, route queries, and enforce access boundaries.

Key Takeaways

  • Personal AI brains (Obsidian, etc.) break down the moment you need multi-user access control, role-based permissions, or organizational context
  • Enterprise AI brains require employee identity as a core data object, not just a login credential
  • Sub-agents scoped by function outperform a single general-purpose assistant when different departments need different capabilities
  • The knowledge graph is the architecture, not a visualization layer on top of a flat database
  • Obsidian is not enough for teams. Once multiple people with different access levels need the same AI system, you need a custom-built solution

Resources

  • Conducting AI - The enterprise AI brain platform shown in the video
  • Obsidian - Personal knowledge management tool referenced as the single-user alternative
  • Claude Code - The tool mentioned as the build environment for the custom solution

Published June 11, 2026. Writeup generated from a favorited TikTok.