Fluid Personality Framework proposes dynamic persona and personality calibration for conversational AI agents
A preprint from arXiv introduces the Fluid Personality Framework, a design proposal for LLM-based conversational agents that jointly adapts metaphorical persona (e.g., coach, tutor, librarian) and personality expression intensity based on task context, user goals, and situational urgency. The authors cite evidence that moderate personality expression outperforms extremes on trust and adoption, and that context-appropriate metaphors improve user experience over static personas. The framework targets applications such as medical information seeking, fitness coaching, and reflective learning where fixed personas risk misalignment.
Related guides (1)
Related events (8)
Persona Generators: Evolutionary LLM Method for Diverse Synthetic Human Personas
Google researchers Davide Paglieri, Logan Cross, and colleagues propose Persona Generators, a system that uses the AlphaEvolve evolutionary algorithm to generate code that produces 25 diverse persona prompts covering a broad range of attitudes and opinions. The method iteratively optimizes persona prompt diversity using six metrics, outperforming Nemotron Personas (82% vs 76% coverage of possible responses) and a Concordia memory-based baseline (46%). The system uses Gemini 2.5 Pro for questionnaire generation and Gemma 3-27B-IT for persona simulation via the Concordia agent library. The approach reframes persona generation as a coverage optimization problem rather than a data-matching one, enabling more representative synthetic user populations for product research.
Systematic evaluation of multi-personality conditioning and dynamic switching in vision-language models
This paper introduces explicit personality conditioning for multimodal large language models (MLLMs) and proposes an evaluation framework covering single-personality induction, multi-personality composition, and dynamic personality switching. Experiments reveal that personality induction improves image captioning but degrades performance on precise reasoning tasks like VQA. The authors find balancing and residual effects during multi-trait composition and switching, and show that existing prompt-based personality induction methods transfer poorly to multimodal settings.
Personality and Persuasion: Learning from Sycophants
This commentary from One Useful Thing examines the relationship between AI personality design and sycophantic behavior in large language models. The piece explores how model personality traits influence persuasion dynamics and user susceptibility to AI-generated agreement. It draws lessons from sycophancy research to understand broader risks in how AI systems are tuned to be agreeable.
MA²P: A Meta-Cognitive Multi-Agent Framework for Complex Persuasion
The paper introduces MA²P, a multi-agent framework designed for complex persuasion tasks where the persuadee's internal states are latent. The system coordinates perception management, mental-state inference, strategy execution, memory, and evaluation modules, and adds a meta-cognitive configurator that selects domain-appropriate strategies from a structured knowledge base to reduce cross-domain performance variance. Experiments show higher persuasion success rates compared to baselines. The work addresses a known weakness of LLMs in producing generic or weakly grounded persuasive responses.
Conceptual framework for analyzing dialogue dynamics in human-AI and multi-agent collaborative problem-solving
A new arXiv preprint proposes a hierarchical two-layer coding scheme for analyzing dialogue in collaborative problem-solving, integrating cognitive and metacognitive dimensions. The framework is validated across nine datasets spanning multiple domains and is positioned to apply to both human-AI and multi-agent collaboration contexts. A key finding is that metacognitive regulation is a strong discriminator of deeper collaboration quality.
Persona-Pruner: framework for sculpting lightweight persona-specific LLM sub-networks via structured pruning
Persona-Pruner is a pruning framework that isolates persona-specific sub-networks from a generalist language model given only a character description, producing lightweight role-playing models without the full model's computational cost. The authors observe that naive pruning degrades role-playing fidelity by failing to distinguish redundant knowledge from character-essential parameters. On RoleBench, Persona-Pruner reduces performance drop by up to 93.8% relative to the strongest baseline pruning method while preserving general LLM capabilities. The work targets practical deployment scenarios such as game ecosystems with many simultaneous NPC agents.
Agentopia: Long-term multi-agent life simulation framework for training LLMs on social behavior
Researchers introduce Agentopia, a framework for simulating 10 years of social life across 100 LLM-powered agents, enabling study of emergent social behaviors and long-term personal growth dynamics. The system defines a 'life reward' metric mirroring human well-being and uses it to train LLMs via rejection sampling. Training on simulated social experience yields a +15.6% improvement on downstream role-playing benchmarks, suggesting that synthetic social simulation can generalize to real capability gains.
What Makes a Dialog Agent Useful?
A Hugging Face blog post from January 2023 examining the properties that make dialog agents useful, likely covering aspects such as instruction-following, helpfulness, and alignment techniques. Published in the context of growing interest in ChatGPT and RLHF-trained conversational models, the post reflects the community's effort to understand and replicate capable dialog systems. As a tier-2 commentary piece, it offers analytical framing rather than new empirical results.
