Research
Epistemoverse: Toward an AI-Driven Knowledge Metaverse for Intellectual Heritage Preservation
Overview Research area: Human-Computer Interaction, computational art, and digital humanities — specifically the intersection of large language models, multi-agent dialogue systems, interactive art in
- arXiv
- 2512.12201
- Published
- 2025-12-13
- Authors
- Predrag K. Nikolić, Robert Prentner
AI summary
Overview
Research area: Human-Computer Interaction, computational art, and digital humanities — specifically the intersection of large language models, multi-agent dialogue systems, interactive art installations, and graph-theoretic analysis of machine-generated philosophical text.
Technical level: Intermediate. The paper is written for readers comfortable with LLM fine-tuning, retrieval-augmented generation, and basic graph theory, but it is framed primarily as an art-and-humanities inquiry rather than an engineering paper.
Scope in one sentence: The paper analyzes dialogues generated by AI "clones" of Aristotle, Nietzsche, Machiavelli, and Sun Tzu across three interactive art installations, uses concept networks to show that interaction between the agents increases conceptual connectivity, and proposes the "Epistemoverse" — a knowledge metaverse for preserving and extending intellectual heritage.
What This Paper Is About
Large language models are often dismissed as "stochastic parrots" that only reproduce fragments of their training data. This paper asks whether, when placed in a genuinely dialogical context — where agents ask each other questions rather than only answering human prompts — LLMs can produce emergent conceptual structures, reflective question-asking, and creative synthesis that go beyond isolated reproduction. Building on that claim, the authors propose the Epistemoverse, a knowledge metaverse in which human and machine cognition intersect to preserve, reinterpret, and extend intellectual heritage.
Key Contributions
-
A conceptual reframing of AI language agents as "clones" rather than "copies." Drawing on the biological definition of a clone (genetically identical to its source but capable of an individual developmental trajectory), the authors argue that AI philosopher-clones fine-tuned on a thinker's corpus can develop knowledge that is interaction-driven rather than merely reproduced.
-
An analysis of interaction-driven conceptual restructuring using "concept networks." Nodes are keyword sets extracted from generated text; edges are either lexical overlap (shared keywords, described as "inborn" knowledge) or "maieutic links" (question-mediated adjacency across agents, described as emergent knowledge), inspired by Socrates' maieutic method.
-
Empirical comparison of two dialogue conditions. The study reports results for the Aristotle and Nietzsche clones with cross-agent question-asking enabled (maieutic condition) versus question-off (no cross-agent questions, with retrieval and generation unchanged).
-
The Epistemoverse framework itself. A proposed metaverse of knowledge positioning virtual and immersive environments as new spaces for epistemic exchange, digital heritage, and collaborative creativity, intended eventually to employ VR/AR technology.
Main Findings
-
The maieutic condition produces denser concept networks. Comparing the two conditions as a function of dialogue indices k, the maieutic condition yielded denser graphs (higher average degree centrality) and fewer isolates. The authors describe this as an interaction-driven (re-)structuring of the agent's cognitive interface.
-
Connectivity converges after roughly 60 chunks. Average degree centrality converges after ca. 60 chunks of dialogue. The paper does not report specific numerical centrality values.
-
Results appear independent of the only human input. The initial question was the only human input given to the AI philosophers; the remaining questions throughout the discussion were entirely machine-created. The authors state the results appear independent from that only human-made input.
-
Machiavelli and Sun Tzu acted mainly as facilitators. Because their corpora were smaller, the reported degree-centrality results are for Aristotle and Nietzsche; the Machiavelli and Sun Tzu clones primarily served as facilitators of maieutic connections. The paper notes that their presence significantly increased the average degree centrality through maieutic links, though their plots are not shown.
-
Two classes of edges correspond to two classes of "knowledge." Edges reflecting lexical overlap are described as genetically encoded or "inborn"; edges created by cross-agent questions are "emergent" and can connect concepts with no shared keywords at all.
-
Concept networks in the multi-agent installation. For the discussion triggered by "Is war moral and ethical, and can it ever be justifiable?", the color code is blue for Aristotle, red for Nietzsche, green for Machiavelli, and yellow for Sun Tzu, with each node labeled by a chunk index and a total of ca. 60 chunks included. The paper states that the clones of Aristotle and Machiavelli tend to form one large connected component each, and also states that the concepts of Machiavelli and Sun Tzu stay relatively isolated — the text names Machiavelli in both statements.
-
Interface-level, not cognitive, claims. The authors explicitly frame their claims as concerning interaction-driven organization in machine-generated discourse, not cognitive equivalence with human philosophers and not the "true nature" of conceptual representation.
Methodology in Plain English
The researchers generated philosophical debates among AI clones of four historical philosophers inside an interactive art installation, then turned the transcripts into graphs to see how the ideas connected.
Generating the dialogue. A multi-agent dialogue system was used in which each agent ran a neural language generator conditioned on input queries. Because historical data for each clone is limited, the system used a GAN-based architecture with a retriever-discriminator mechanism. A retriever built on a pre-trained BERT encoder mapped books into dense representations for knowledge retrieval; a shared seq2seq generator, fine-tuned per corpus with parameter-efficient updates, produced responses. The generator derived from a latent code produced by an encoder-decoder architecture based on a fine-tuned GPT-2. For each query, the system identified the top-k document chunks most likely to answer the question, expressed as p_i(z|x) ∝ exp(d(z), q(x)), i ∈ [1,k]. The retrieved component was marginalized into a probability distribution over a pre-trained seq2seq vocabulary and integrated with the generator. Maximum Inner Product Search (MIPS) was used to measure confidence in responses and to select the next speaker. Corpora comprised Aristotle's Nicomachean Ethics, Poetics, Politics, and Metaphysics; Nietzsche's Thus Spoke Zarathustra, The Antichrist, Beyond Good and Evil, The Gay Science, The Birth of Tragedy, and Ecce Homo; Machiavelli's The Prince; and Sun Tzu's The Art of War.
Staging the dialogue. In initial experiments a randomly selected topic initiated debates, and robots retrieved relevant knowledge chunks. In later experiments, robots formulated their own questions. In the final phase, complex philosophical questions were introduced, such as "Do we make war that we may live in peace?" and "Where is the line between art and not art?"
Building concept networks. Conversations were divided into chunks, typically responses to an artificially generated question. Each chunk is assumed to encode a single "concept," represented as a fully connected set of five keywords extracted with the Python library NLTK. Nodes are these keyword sets; edges are either shared keywords (lexical overlap) or maieutic links created when another agent's question connects one concept to another with no shared keywords. For example, the keyword set {book, read, gospel, fact, possibility} triggered the question "What do you think [of] the Gospels?" to the Aristotle clone, which asked back "What is the difference between voluntary and involuntary actions?", leading to the concept {question, need, anything, thing, sure}.
Measuring connectivity. Average degree centrality was computed as C_d = (1/n) Σ_{v ∈ V} deg(v), where the degree of a node is the number of its connections (not counting self-loops). The authors note that embedding-based local coherence, such as averaging cosine similarity of adjacent fragments, could complement this. They describe the measures as proxies for interaction-driven organization rather than truth-theoretic or cognitive attributions, and acknowledge that surface overlap can miss paraphrastic links.
Why This Matters
Impact on research. The paper offers a concrete, low-cost analytical route for studying whether LLM output changes qualitatively under multi-agent, question-driven interaction, using graph connectivity as a measurable proxy. It also supplies a conceptual vocabulary (clone versus copy, inborn versus emergent knowledge, maieutic links) that connects AI research to philosophy and art practice. The authors position the work within an interface-theoretic view of cognition in which AI philosopher-clones are cultural interfaces mediating access to a relational substrate of philosophical knowledge, rather than inner models with hidden mental states.
Real-world applications suggested by the framework:
- Museums, archives, and cultural heritage institutions that want to present intellectual heritage as an interactive, immersive experience rather than a static collection.
- Philosophy and humanities education, since the maieutic method — a knowledgeable interlocutor prompting reflection — is described as a cornerstone of how philosophy students are taught today.
- Interactive art and exhibition design, extending the installation formats described (robotic mannequins, sentiment-driven head movement, pedal-triggered interactions) into VR/AR environments.
- Digital humanities tooling, using concept networks and degree centrality together with retrieval pipelines to make machine-generated discourse more transparent and interpretable.
Industry relevance. The paper speaks to anyone building multi-agent conversational systems, retrieval-augmented generation pipelines, or immersive cultural products. Its explicit ethical guidance — labeling AI-generated texts as "inspired by [philosopher], via AI" or "AI-clone of [philosopher]" to avoid implying faithful replication or endorsement, and documenting sources, preprocessing choices, and making indices public to mitigate corpus imbalance and canon bias — is directly applicable to commercial deployments that generate content in the voice of real people.
Future Directions
- Integrate transformer-based language models into the interpretive process itself, rather than relying exclusively on statistical measures from NLTK, to support context-sensitive keyword extraction, topic segmentation, and semantic clustering of philosophical constructs across dialogues.
- Expand the analytical toolkit beyond degree centrality toward embedding-based local coherence measures, such as averaging cosine similarity of adjacent fragments, while avoiding direct claims about reasoning.
- Move toward genuinely immersive environments, with the authors stating that they aim for these environments to be as complex and immersive as possible using VR/AR technology, and noting that from the "clone" perspective this is mandatory rather than optional.
- Broaden the corpora and embodiment, expanding beyond Western corpora and including embodied or AR agents with clear provenance labeling.
Target Audience
This paper is most useful to researchers and practitioners working at the boundary of AI and the humanities: digital humanities scholars, HCI researchers studying multi-agent dialogue, computational artists and interactive-installation designers, and museum or cultural-heritage technologists exploring immersive presentation of intellectual heritage. It also suits philosophers of mind and cognition interested in interface-theoretic accounts of machine-generated knowledge, and AI ethics readers looking for practical labeling and bias-mitigation guidance. Readers seeking benchmark numbers, user-study results, or standardized evaluations will not find them here — the paper reports graph-level qualitative and comparative findings rather than performance metrics.
Authors’ abstract
Large language models (LLMs) have often been characterized as "stochastic parrots" that merely reproduce fragments of their training data. This study challenges that assumption by demonstrating that, when placed in an appropriate dialogical context, LLMs can develop emergent conceptual structures and exhibit interaction-driven (re-)structuring of cognitive interfaces and reflective question-asking. Drawing on the biological principle of cloning and Socrates' maieutic method, we analyze authentic philosophical debates generated among AI-reincarnated philosophers within the interactive art installations of the Syntropic Counterpoints project. By engaging digital counterparts of Aristotle, Nietzsche, Machiavelli, and Sun Tzu in iterative discourse, the study reveals how machine dialogue can give rise to inferential coherence, reflective questioning, and creative synthesis. Based on these findings, we propose the concept of the Epistemoverse--a metaverse of knowledge where human and machine cognition intersect to preserve, reinterpret, and extend intellectual heritage through AI-driven interaction. This framework positions virtual and immersive environments as new spaces for epistemic exchange, digital heritage, and collaborative creativity.