This paper tests whether OCEAN-derived textual descriptions change the decisions of LLM-controlled virtual agents in a fire-evacuation simulation. It uses one model, gpt-oss:120b-cloud through Ollama, with temperature 0.1, top-k 10, and top-p 0.1. Six prompts are constructed: five extreme profiles and one labeled neutral. An extreme profile does not manipulate one trait in isolation. It sets the named trait high and all four other traits low, then turns the full vector into long adjective lists. One hundred agents per profile receive up to five increasingly severe warnings and choose Evacuate, Continue, or Panic. Outcomes are nearly deterministic: all 100 conscientious and neutral agents eventually evacuate, all 100 neurotic agents end in panic, about 80% of open agents evacuate while roughly 20% continue, and only about 20% of extraverted agents evacuate. A second exercise runs one 30-agent simulation for each of four helper profiles, always paired with 15 neurotic agents. Every observed rescue call for neutral (9) and agreeable (12) returns help, whereas every call for conscientious (52) and open (31) refuses help. This shows that these prompt wordings can produce different action policies in this model and scenario. It does not show that the agents reproduce human personality or that the simulation is more realistic. Profiles change all five traits simultaneously and include adjectives that directly cue the expected response: anxious and impulsive favor Panic, altruistic and cooperative favor Help, and adventurous and daring favor risk-taking. The neutral control is not personality-free either; it includes all positive and negative markers together, many of them contradictory. There is no no-persona control, human comparison, quantitative psychological model, second LLM, rule-based baseline, or validation against real evacuations. The paper uses significantly narratively but reports no hypothesis test, confidence interval, or dependence analysis. The rescue study has one simulation per condition and counts encounters nested within each trajectory rather than independent replications; it also reports no evacuation time, casualty, or collective-safety outcome. Without public code, complete user prompts, outputs, data, seeds, or a pinned model version, the figures are not reproducible. The faithful conclusion is limited but useful: an LLM can map highly explicit personality descriptors to different decisions in an evacuation prototype; psychological fidelity, realism, and improvement over traditional methods remain unvalidated.
Research question
Can textual prompts derived from OCEAN profiles make an LLM choose different actions for virtual agents during an evacuation, both in response to fire alerts and to opportunities to help agents in panic?