TLDR: A new research paper introduces an LLM-based agent framework designed to discover and document tacit knowledge within organizations. By simulating employee interactions and knowledge dissemination through an epidemic model, the agent iteratively gathers fragmented information. The study demonstrates that this agent can achieve 94.9% knowledge recall, often without needing to directly contact the primary knowledge holder, showcasing a robust method for capturing elusive organizational insights.
In today’s fast-paced business world, organizations thrive on knowledge. While explicit knowledge, like documented procedures and reports, is easy to capture, a significant portion of valuable information exists as ‘tacit knowledge’. This refers to the insights, experiences, and expertise held by individuals that are often difficult to articulate or document. Think of it as the ‘know-how’ that isn’t written down anywhere. Capturing this tacit knowledge is a major challenge for companies, leading to potential inefficiencies and knowledge loss when experienced employees leave.
A new research paper introduces an innovative solution: an agent-based framework that uses Large Language Models (LLMs) to uncover and document this elusive tacit knowledge within organizations. The core idea is to deploy an LLM-powered agent that can interact with simulated employees, much like a human researcher would, to piece together fragmented information about specific topics, such as the details of a dataset table.
The proposed system models knowledge dissemination within a company using a concept similar to how diseases spread in an epidemic. In this ‘Susceptible-Infectious’ (SI) model, knowledge about a specific fact (like a column in a dataset) is treated as a ‘disease’. Employees who don’t know the fact are ‘susceptible’, and those who do are ‘infectious’ and can share it, though their ability to share diminishes over time. This allows for a realistic simulation of how knowledge is distributed unevenly across an organization’s formal hierarchy and informal networks.
The LLM agent starts with limited information and iteratively refines its understanding by asking questions and processing responses from simulated employees. A crucial aspect of this agent is its ‘self-critical feedback loop’. After each interaction, the agent evaluates the quality of the information it has gathered, identifies gaps, and suggests improvements. This self-assessment guides its next steps, allowing it to adapt its questioning strategy and decide whether to continue with the current employee or seek information from another.
To test this framework, the researchers conducted 864 simulations across various synthetic company structures, ranging from small startups to large multinational corporations, and different knowledge dissemination patterns. These simulations involved over 300,000 interactions, generating a massive dataset of conversations.
The results were highly promising. The LLM agent achieved an impressive 94.9% ‘full-knowledge recall’, meaning it was able to reconstruct a complete description of the target information in almost all cases. What’s particularly noteworthy is that the agent often succeeded in retrieving the full knowledge without ever directly contacting the ‘patient zero’ – the single employee initially possessing all the information. This highlights the agent’s ability to navigate complex organizational structures and gather fragmented knowledge from multiple sources, even when the primary expert is not directly accessible.
The study also found that the agent’s internal self-critical scores correlated well with external evaluations of the quality of the retrieved information, indicating that the agent can reliably assess its own progress. Furthermore, the simulations revealed that organizations with more informal connections facilitated faster knowledge retrieval and higher quality descriptions, as information was more widely distributed.
Also Read:
- AI Agents Streamline Product Idea Generation from Patent Data
- Unlocking Advanced AI Reasoning: A New Framework for Smarter Language Models
This research paves the way for new methods of managing and leveraging tacit knowledge in real-world organizations. By automating the process of knowledge discovery, companies could significantly enhance their workflows, improve efficiency, and make valuable insights more accessible across all levels. For more details, you can read the full research paper here.


