The paper explores whether agents obtained as stochastic samples from GPT-3.5-turbo-0613 retain a persona through a writing task and whether their language moves toward that of another agent. Two extreme prompts are constructed. The profile called creative is extraverted, agreeable, conscientious, neurotic, and open; the profile called analytical is introverted, antagonistic, unconscientious, emotionally stable, and closed. All five traits move together, and creative/analytical are operational labels rather than validated human profiles. Every temperature-.7 response is treated as a different agent. Before and after writing a personal story, the same instance answers all 44 Big Five Inventory items; 500–900-word stories are converted to counts from 62 LIWC 2007 categories. The interactive condition is a single one-way exchange: one agent writes first and the second receives that entire story inside its prompt before producing another.
Without interaction, profiles are strongly separated on four BFI traits, with more overlap on neuroticism. The creative group retains almost identical post-writing means: 35 extraversion, 41 agreeableness, 37 conscientiousness, 16 neuroticism, and 47 openness. The analytical group shifts after the story from 15/11/18/13/15 to 17/21/32/15/29. A logistic regression over LIWC counts reaches 98.5% ten-fold cross-validated accuracy in distinguishing the labels. Prominent associations include more positive emotion and inclusion for creative and more discrepancy, negative emotion, and insight for analytical. Because all five prompted traits are changed together and are nearly perfectly collinear with group, however, no individual language pattern can be attributed to one trait.
After collaborative writing, classifier accuracy falls to 66.15% and BFI–LIWC correlations move closer to zero. The paper interprets this convergence as linguistic alignment and argues that creative adapts more toward analytical. Creative BFI responses remain stable, whereas analytical responses lie between the initial values and the individual-writing condition: agreeableness 18, conscientiousness 26, neuroticism 17, and openness 22. The authors interpret this latter pattern as analytical inconsistency rather than explicit partner alignment. That distinction is reasonable within their results, but the design does not measure alignment within each pair or separate adaptation from copying the supplied text, conversational memory, or topic change.
The audit of the official repository, frozen at commit ca6e117eb5a904fa97115f8845ef8b74aa461b8a, finds 65 outputs per label and condition. The data strengthen several cautions that the paper only describes qualitatively. Although the prompt forbids mentioning traits, all 130 control stories contain at least one explicit persona term under a targeted check; the same occurs in 130/130 ANACREA, 124/130 CREAANA, and 124/130 CREACREA stories. The 98.5% result may therefore detect words such as extrovert, introvert, antagonistic, or conscientious rather than implicit personality expression. Moreover, 37 of 65 ANACREA pairs, 15 of 65 CREAANA pairs, and 47 of 65 CREACREA pairs contain exactly identical stories across agents. The accuracy drop may partly reflect literal reproduction of the story inserted into the prompt. LIWC features are raw counts rather than length-normalized rates, and cross-validation does not group interacting pairs, allowing related observations to be split across training and test folds.
The implementation keeps the first BFI, story, and second BFI in each instance's conversation memory. Post-task stability or change can thus reflect contextual retention of earlier answers rather than personality persistence outside the history. Before/after analyses use f_oneway and pooled Cohen's d as if samples were independent, although they are paired measurements of the same agent; the extensive LIWC and correlation exploration is not multiplicity-corrected. The paper declares gpt-3.5-turbo-0613, while code calls the mutable gpt-3.5-turbo alias; the declared snapshot was removed from the API on September 13, 2024, so an exact rerun is no longer possible. The repository provides code, data, and an MIT license, but no lockfile, seeds, retry history, or configuration that automatically regenerates n=65. The defensible contribution is exploratory evidence that two extreme Big Five prompts yield different BFI and vocabulary distributions and that exposing a second model to a complete story reduces that separability. It does not establish human-like personality, psychometric consistency, bidirectional conversational adaptation, or a valid simulation of human populations.