The paper presents MBTI-in-Thoughts (MiT), a prompting framework that assigns one of 16 MBTI profiles to LLM agents and examines whether those instructions alter psychometric answers, stories, game strategies, and multi-agent collaboration. For induction validation, GPT-4o mini answers the 60-item 16Personalities assessment five times per profile at temperature 1. The prompt contains both a profile description and four answer exemplars already aligned with the requested axes. The plots clearly separate E/I, T/F, and J/P, while S/N is weaker. This supports consistent instruction following on the same construct explicitly encoded by the prompt, not an internal personality or persistence beyond the test. For narrative generation, the study samples 100 WritingPrompts items and generates stories for all 16 types plus EXPERT and NONE controls. In the displayed Qwen3-235B-A22B, temperature-0 result, automated scores assign Feeling profiles greater emotional chargedness, happier endings, and personalness. Yet the controls also improve cohesion and redundancy over human stories, and the paper acknowledges that the personality-specific effect on those quality properties is small. In repeated games, honesty is operationalized as agreement between an action announced in a message, as inferred by another LLM, and the selected action. In the aggregated GPT-4 figure, Thinking profiles defect in roughly 90% of rounds versus 50% for Feeling; Thinking switches strategy at about 0.07 versus 0.16 for Feeling; and Introversion reaches about 0.54 honesty versus 0.33 for Extraversion. These are protocol-specific patterns under instructions that explicitly permit deception, not general measures of honesty, cognition, or safety. On BIG-Bench and SOCKET, communication with private reflection outperforms plain interactive communication but is approximately comparable to independent voting, so it does not establish an improvement over the simpler control. The claimed extension to Big Five, HEXACO, Enneagram, and DISC is an illustrative vector formalization rather than an experimental evaluation. The paper explicitly says it presents representative results and omits data that does not yield relevant insights. The official repository also does not provide an executable reproduction: it contains no raw results or locked environment, three modules fail compilation because of hyphenated import names, several scripts reference missing paths, the interactive-protocol judge is not passed the concluding conversation, and the published game configuration fixes temperature 0 or invokes GPT-4o mini whereas the figure reports GPT-4 at temperature 1. Claims about healthcare, negotiation, safety, or judicial use therefore remain speculative.
Research question
Can prompt conditioning based on MBTI profiles produce measurable behavioral biases in LLM agents and be leveraged for narrative generation, strategic interaction, and multiagent reasoning; and is the same mechanism formally adaptable to other personality frameworks?