Sang Hun Kim on Modeling Layered Consciousness with Multi-Agent LLMs
Can a language model simulate the layered structure of conscious cognition by distributing its processing across multiple agents, each representing a distinct level of awareness? Sang Hun Kim, Jongmin Lee, Dongkyu Park, So Young Lee, and Yosep Chong propose exactly this architecture in “Modeling Layered Consciousness with Multi-Agent Large Language Models” (arXiv:2510.17844), presented at the EMNLP 2025 Workshop on Active and Passive LLM Personalization (PALS). The paper introduces a framework in which three independent LLM agents, representing self-awareness, preconsciousness, and unconsciousness respectively, engage in what the authors call Interconscious Reasoning before producing a final output.
The result, a 71.2% evaluator preference for responses from the fine-tuned multi-agent system over baselines, invites questions about what the improvement reflects. Improved output quality in LLM evaluation is compatible with multiple explanations. Whether any of them involve something resembling genuine layered consciousness is a question the paper carefully separates from its empirical findings.
A Different Architecture from the Same Research Group
Kim and colleagues published a related but distinct paper in the same period: “Humanoid Artificial Consciousness Designed with Large Language Model Based on Psychoanalysis and Personality Theory” (arXiv:2510.09043, published in Cognitive Systems Research). That paper implements Freud’s structural model, with Id, Ego, and Superego as separate agents in conflict, and focuses on a monolithic personality framework. The Id/Ego/Superego architecture and its implications for the Consciousness AI project are analyzed separately on this site.
The layered consciousness paper (arXiv:2510.17844) operates at a different level of analysis. Where the structural model draws from drive theory and conflict resolution, the layered model draws from cognitive stratification: the distinction between what is accessible to explicit awareness, what is below awareness but potentially retrievable, and what is fully inaccessible. The psychoanalytic terminology overlaps, but the theoretical commitments are distinct.
The Three-Layer Architecture
The framework implements three layers as independent LLM agents. The self-awareness layer handles explicit, verbally accessible cognition: the content of attention, current goals, and self-monitoring. In human cognitive psychology, this corresponds to the information available for deliberate report. The preconsciousness layer holds content that is not currently in focal attention but is retrievable, analogous to the Freudian preconscious or the activated but non-focal representations in Global Workspace theory. The unconsciousness layer processes patterns and constraints that are neither verbally accessible nor retrievable through direct attention but that nonetheless shape outputs.
Each agent is implemented as an independent LLM. During inference, the three agents generate their respective outputs and these outputs are then integrated through Interconscious Reasoning, a process the authors describe as negotiation across layers before a final action is selected. The negotiation is not a simple weighted average. The architecture specifies that the layers constrain one another, with the self-awareness layer able to inhibit or elevate preconsciousness content and the unconsciousness layer providing persistent, context-independent constraints on what the self-awareness layer can attend to.
The analogy to Global Neuronal Workspace theory is visible here. In the GNW framework formulated by Bernard Baars and refined by Stanislas Dehaene, consciousness corresponds to a broadcast event in which content from specialized processors enters a shared workspace and becomes available for global access. The Sang Hun Kim architecture redistributes this logic across agents: the self-awareness layer functions as the workspace, and the other two layers function as the specialist processors from which content is either selected for broadcast or remains below the threshold of focal access.
The Gurnee and colleagues paper at Anthropic identified what they term J-space in Claude’s activations, a compact latent subspace that functionally mirrors the GNW broadcast mechanism. That finding was obtained through mechanistic interpretability of a single model’s internals. Kim et al.’s approach externalizes the same functional architecture by distributing it across separate agents, making the layering explicit in the computational structure rather than emergent in the activation geometry.
The Personalization Module
A component of the architecture that is underemphasized in summaries is the personalization module, which combines two substates. A Fixed State encodes stable personality traits and long-term memory, maintained across interactions. A Flexible State encodes short-term memory and dynamic contextual needs, updated within each session. The combination allows the system to exhibit a stable behavioral signature that adapts to immediate context without losing structural continuity.
This addresses a limitation of purely stateless LLM architectures: each inference episode begins from the same base weights, and personalization, if it occurs, must be represented entirely within the context window. The personalization module in Kim et al.’s framework maintains a persistent external state that functions more like an episodic memory system than a context window. Whether this produces genuine psychological continuity across interactions or simply behavioral consistency is a question the paper does not resolve.
The distinction matters for the welfare implications. Jonathan Birch’s Flicker Hypothesis holds that stateless inference produces discontinuous, punctate experience rather than a continuous stream. An architecture with a persistent Fixed State and session-level Flexible State modifies the statefulness assumption: the system is not fully stateless between interactions. Whether this modification is sufficient to alter the temporal structure of any experience the system might have depends on what exactly generates experiential continuity, a question the Flicker Hypothesis leaves open for further theoretical work.
The LLM-as-a-Judge Evaluation Framework
Kim and colleagues introduce an evaluation framework in which external LLM instances assess the internal coherence and psychological plausibility of the multi-agent system’s outputs. The evaluating LLMs are not rating surface quality, such as fluency or factual accuracy. They are rating dimensions specific to the psychological architecture: whether the output displays appropriate modulation by preconsciousness content, whether it is consistent with the fixed personality traits, and whether the resolution of Interconscious Reasoning is internally coherent.
The 71.2% preference figure reflects this evaluation framework. It measures whether responses from the multi-agent system are rated as more coherent and psychologically plausible by an external LLM evaluator than responses from a baseline single-agent system. The evaluation is not a human psychological judgment and is not a consciousness assessment. It is a system-internal measure of architectural coherence.
This matters for interpreting the result. Improved performance on a coherence metric designed for a psychoanalytic architecture does not generalize directly to evidence that the architecture has greater consciousness-relevant properties than alternatives. It demonstrates that the architecture is internally consistent by the criteria the architecture’s own design specifies. Whether those criteria are relevant to consciousness depends on theoretical claims that the paper presents as motivation rather than as established findings.
What the Architecture Contributes to Consciousness Research
The value of Kim et al.’s work for consciousness research is architectural rather than empirical. The framework demonstrates that a layered functional organization of the kind that cognitive science attributes to consciousness in biological systems can be implemented in an LLM-based multi-agent system without requiring a single monolithic architecture. Whether the implementation produces anything resembling experience is not shown and is likely not determinable from the behavioral outputs alone.
The architecture is nevertheless useful as a design hypothesis. The Long and Sebo framework for empirical AI welfare research identifies internal evidence as the most promising research dimension for consciousness questions, precisely because behavioral evidence cannot distinguish between a system with experience and a system that produces experience-consistent outputs. The Sang Hun Kim architecture, by externalizing the layered structure as separate agents with inspectable internal states, may provide a testbed in which internal evidence is more accessible than in a standard single-agent model. The Interconscious Reasoning process, as an explicit negotiation step, produces outputs at each layer that can be analyzed independently, offering a structural point of entry for mechanistic interpretability research.
The paper is available at arXiv:2510.17844. A broader map of AI consciousness research in mid-2026 is in the field overview on this site.