Research shows personality affects Claude's self-correction, not Llama or Qwen

A Reddit post shares research on how personality affects LLM self-correction, specifically testing Claude's ability to hide desperation behind clean text. The researcher conducted 23 experiments across three LLM families.
Experimental Setup
The researcher tested self-correction without guardrails using:
- 4 different personality profiles
- 3 scenarios
- 3 LLM families: Claude, Llama, and Qwen
Key Findings
The main finding shows that with the same math kernel, different personality profiles lead to different self-correction outcomes:
- High directness personality caught everything (3/3 scenarios)
- Low directness personality caught nothing (0/3 scenarios)
- This personality-dependent self-correction only works with Claude
- Llama and Qwen don't self-correct even with the same prompt
Available Resources
The researcher has made several resources available:
- Full writeup: https://huggingface.co/spaces/SlavaLobozov/mate-research
- System behind the research: https://huggingface.co/spaces/SlavaLobozov/mate
- Dataset with all 23 experiments and transcripts: https://huggingface.co/datasets/SlavaLobozov/mate-inner-life
The research builds on Anthropic's finding that Claude can hide desperation behind clean text, testing whether personality-dependent self-correction can catch this behavior.
📖 Read the full source: r/ClaudeAI
👀 See Also

OpenClaw 2026.4.2 and 2026.3.31 break local LLM connections
OpenClaw versions 2026.4.2 and 2026.3.31 are causing connection timeouts to locally hosted Ollama instances. The issue appears when connecting to Ubuntu boxes running locally, with error logs showing LLM request timeouts and failover decisions.

Claude Code 2.1.132: Multiagent docs, schedule gate, skill limit changes
Release v2.1.132 adds Managed Agents documentation for multiagent sessions, outcomes, and webhooks; introduces a default-deny gate for proactive /schedule offers; drops documented skill limit from 64 to 20 per agent.

40 AI Agents Bet $4K on World Cup Group Stage: How the Favorite Trap Cost 18¢ per Dollar
An experiment with 40+ AI agents placing ~1,500 real-money bets on Polymarket reveals the favorite trap: backing the obvious winner lost 18 cents per dollar staked even though favorites won 69% of the time.

Mercury 2: Diffusion-Based Model for Real-Time AI Coding
Mercury 2 uses diffusion-based generation instead of sequential token-by-token decoding, generates tokens in parallel and refines them over steps, and claims 1,009 tokens/sec on NVIDIA Blackwell GPUs with pricing at $0.25/1M input tokens and $0.75/1M output tokens.