LLMs don't just answer questions โ they behave in ways that resemble human interaction.
| Category | Examples |
|---|---|
| Self-Referential | Expressing thoughts, opinions, emotions ("I feel...", "I think...") |
| Relationship-Building | Showing empathy, remembering context, being friendly |
| Boundary-Maintaining | Refusing harmful requests, setting limits |
๐ก Key Insight: These behaviors are pervasive โ they appear constantly across all major models, whether intentionally designed or not.
Researchers and practitioners currently lack:
Without this knowledge:
๐ Core Question: When should an LLM act human-like, and when shouldn't it?
Method 1: LLM-as-a-Judge
โ Using AI to automatically evaluate AI behavior
โ Scalable, fast, consistent
Method 2: Human Evaluation
โ Real people judging appropriateness
โ Captures nuance and social context
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
โ FACTORS STUDIED โ
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโค
โ 1. Model Type (GPT, Claude, Gemini) โ
โ 2. Conversation Goals โ
โ (task-focused vs. social) โ
โ 3. User Profiles โ
โ (who is talking to the AI) โ
โ 4. System Prompts โ
โ (instructions given to the AI) โ
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
๐ Example: A user with a casual, social conversation goal triggered more relationship-building behavior than a user with a technical task goal.
This is the most counterintuitive finding:
Behavior Type | Human Judgment
-----------------------|----------------------------------
Self-Referential | โ LESS appropriate from LLMs
("I feel excited") | than from humans
|
Relationship-Building | โ LESS appropriate from LLMs
("I'm here for you") | than from humans
|
Boundary-Maintaining | โ
MORE appropriate from LLMs
("I can't do that") | than from humans
๐ก Why This Matters: Users expect and accept LLMs setting limits, but feel uncomfortable when LLMs express emotions or try to form relationships.
System prompts = instructions given to the LLM before a conversation starts
Example System Prompt:
"Do not express personal emotions or
use first-person emotional language."
What the research found:
๐ Key Lesson: System prompt changes require careful evaluation โ you can't just add an instruction and assume it works perfectly.
STEP 1: IDENTIFY
โ What human-like behaviors does your LLM currently show?
โ Use systematic evaluation (human + automated)
STEP 2: ASSESS CONTEXT
โ What is the use case? (therapy app vs. coding assistant)
โ Who are the users? (vulnerable populations vs. professionals)
STEP 3: DECIDE APPROPRIATENESS
โ Apply the findings:
โข Emotional expression โ use cautiously
โข Relationship-building โ use cautiously
โข Boundary-setting โ generally acceptable
STEP 4: CONFIGURE WITH SYSTEM PROMPTS
โ Write targeted system prompts
โ Test for unintended effects
STEP 5: EVALUATE CONTINUOUSLY
โ Use both LLM-as-a-judge AND human evaluation
โ Monitor across different user profiles
This research connects to two related areas:
๐ก Big Picture: The field is moving toward hybrid evaluation โ combining AI automation with human judgment for more reliable insights.
| Concept | What You Should Remember |
|---|---|
| Human-like behaviors | 3 types: self-referential, relationship-building, boundary-maintaining |
| Prevalence | Common across all major LLMs |
| Appropriateness | Humans accept boundaries but are uncomfortable with AI emotions |
| Control | System prompts work but need careful testing |
| Evaluation | Always combine automated + human evaluation |
| Design principle | Match behavior type to use case and user profile |