Convergence survey / unix terminal / n=44 sessions

> SIMULATE_TERMINAL

Every model boots into the same shell

44 of today’s top models were each asked to simulate a Unix terminal session. Almost every one reached for the same two commands: pwd and ls. The AI, like a lost user, first asks: “where am I and what’s here?”

user@matrix:~
$ pwd
/home/user
$ ls
Desktop  Documents  Downloads
$ whoami
user
The session almost every model boots into.
01

The Prompt

one line · every model
> INPUT
PROMPT“Simulate a unix terminal session. Show me the first three commands a user types.” temp 0.7 · max 250 tok · n=44
44sessions logged
44valid transcripts
3distinct first commands dominate
0creative opening moves
02

Command Survey

motif occurrence / n=44

Asked to simulate a terminal, the models converge on orientation commands: pwd (12 appearances in the first-3), ls (12), whoami (4), cd (3). The opening move is nearly always “where am I and what is here?” Almost no model does anything creative. Tap a row to light up each occurrence.

01ls40/4491%
02pwd36/4482%
03whoami16/4436%
04cd07/4416%
05date05/4411%
06echo02/445%
07clear01/442%
08git01/442%
09mkdir00/440%
10cat00/440%
11sudo00/440%
12touch00/440%
03

44 Sessions

hover = highlight · click = pin & filter
SESSION 01deepseek-v4-flashdeepseek

$ whoami
user
$ pwd
/home/user
$ ls -la
total 24
drwxr-xr-x 2 user user 4096 Jan 1 00:00 .
drwxr-xr-x 3 root root 4096 Jan 1 00:00 ..
-rw-r--r-- 1 user user 220 Jan 1 00:00 .bash_logout
-rw-r--r--

SESSION 02mimo-v2.5xiaomi

Last login: Mon Jan 15 09:42:13 on ttys001

user@macbook ~ % ls
Desktop Documents Downloads Movies
Music Pictures Public projects

user@macbook ~ % cd projects

user@macbook ~/projects % pwd
/Users/user/projects

Here's what those three commands do:

1. ls โ€” Lists the contents of the current (home) directory
2. cd projects โ€” Changes the directory into the projects folder
3. pwd โ€” Prints the current working directory path to confirm the move

Want me to keep the terminal going? ๐Ÿ˜Š

SESSION 03minimax-m3minimax

Here's a simulated Unix terminal session showing the

SESSION 04hy3-previewtencent

bash
user@localhost:~$ ls -la
total 48
drwxr-xr-x 5 user user 4096 Nov 14 10:30 .
drwxr-xr-x 3 root root 4096 Nov 12 09:15 ..
-rw-r--r-- 1 user user 220 Nov 12 09:15 .bash_logout
-rw-r--r-- 1 user user 3771 Nov 12 09:15 .bashrc
drwxr-xr-x 2 user user 4096 Nov 13 14:22 documents
drwxr-xr-x 2 user user 4096 Nov 14 10:30 projects
-rw-r--r-- 1 user user 807 Nov 12 09:15 .profile

user@localhost:~$ cd projects

user@localhost:~/projects$ git status
On branch main
Your branch is up to date with 'origin/main'.

nothing to commit, working tree clean

SESSION 06deepseek-v4-prodeepseek

bash
user@unix-pc:~$ ls
Documents Downloads Music Pictures Public Templates Videos
user@unix-pc:~$ pwd
/home/user
user@unix-pc:~$ echo "Hello, terminal!"
Hello, terminal!
user

SESSION 07claude-opus-4.7anthropic

Simulated Unix Terminal Session

user@localhost:~$ whoami
user

user@localhost:~$ pwd
/home/user

user@localhost:~$ ls -la
total 32
drwxr-xr-x 5 user user 4096 Nov 15 09:23 .
drwxr-xr-x 3 root root 4096 Oct 02 14:10 ..
-rw------- 1 user user 812 Nov 15 09:20 .bash_history
-rw-r--r-- 1 user user 220 Oct 02 14:10 .bash_logout
-rw-r--r-- 1 user user 3771 Oct 02 14:10 .bashrc
drwx------ 2 user user 4096 Nov 10 18:45 .cache

SESSION 08claude-opus-4.8anthropic

I'll simulate a Unix terminal session showing the first three commands a typical user might type:

user@hostname:~$ pwd
/home/user

user@hostname:~$ ls -la
total 32
drwxr-xr-x 5 user user 4096 Jun 10 09:15 .
drwxr-xr-x 3 root root 4096 Jun 1 08:00 ..
-rw------- 1 user user 220 Jun 1 08:00 .bash_history
-rw-r--r-- 1 user user 3771 Jun 1 08:00 .bashrc
drwxr-xr-x 2 user user 4096 Jun 9 14:22 Documents
drwxr-xr-x 2 user user 4096 Jun 8 11:30

SESSION 09claude-sonnet-4.6anthropic

Here's a simulated Unix terminal session:

user@hostname:~$ ls
Desktop Documents Downloads Music Pictures Videos

user@hostname:~$ pwd
/home/user

user@hostname:~$ cd Documents
user@hostname:~/Documents$

Would you like to continue the session?

SESSION 10glm-5.2z-ai

bash
user@localhost:~$ pwd
/home/user
user@localhost:~$ ls -la
total 24
drwxr-xr-x 3 user user 4096 Oct 24 10:15 .
drwxr-xr-x 3 root root 4096 Oct 24 10:15 ..
-rw-r--r-- 1 user user 220 Oct 24 10:15 .bash_logout
-rw-r--r-- 1 user user 3771 Oct 24 10:15 .bashrc
-rw-r--r-- 1 user user 807 Oct 24 10:15 .profile
drwxr-xr-x 2 user user 4096 Oct 24 10:15 Documents
user@localhost:~$ date
Thu Oct 24 10:16:22 UTC 2024
user@localhost:~$

SESSION 11gpt-5.5openai

bash
$ pwd
/home/user

$ ls
Documents Downloads Pictures projects

$ cd projects

SESSION 13glm-5.1z-ai

bash
user@localhost:~$ whoami
user
user@localhost:~$ pwd
/home/user
user@localhost:~$ ls
Desktop Documents Downloads Music Pictures Videos
user@localhost:~$

SESSION 14deepseek-v3.2deepseek

simulated_terminal@ubuntu:~$ ls
simulated_terminal@ubuntu:~$ pwd
simulated_terminal@ubuntu:~$ date

SESSION 15gemini-3-flash-previewgoogle

bash
user@linux-vm:~$ pwd
/home/user
user@linux-vm:~$ ls -la
total 28
drwxr-xr-x 4 user user 4096 Oct 24 10:00 .
drwxr-xr-x 3 root root 4096 Oct 24 09:55 ..
-rw------- 1 user user 124 Oct 24 10:01 .bash_history
-rw-r--r-- 1 user user 220 Oct 24 09:55 .bash_logout
-rw-r--r-- 1 user user 3771 Oct 24 09:55 .bashrc
-rw-r--r-- 1 user user 807 Oct 24 09:55 .profile
drwxrwxr-x 2 user user 4096 Oct 24 10:00 Documents
drwxrwxr-x 2 user user 4096 Oct 24

SESSION 16gemini-2.5-flash-litegoogle

Okay, here's a simulation of the first three commands a user might type in a Unix terminal session, along with typical output.

[Simulated Unix Terminal Session]

bash
$

(User types): pwd

bash
$ pwd
/home/user
$

(User types): ls -l

bash
$ ls -l
total 28
drwxr-xr-x 2 user user 4096 Sep 28 10:15 Desktop
drwxr-xr-x 2 user user 4096 Sep 28 10:15 Documents
drwxr-xr-x 2 user user 4096 Sep 28 10:15 Downloads
drwxr-xr-x 2 user user 4096 Sep 28 10:15 Music
drwxr-xr-x 2 user user 4096 Sep 28 10:15 Pictures
drwxr-xr-x 2 user user 4096 Sep 2

SESSION 17gemini-2.5-flashgoogle

bash
user@hostname:~$ ls -l /
total 36
drwxr-xr-x 2 root root 4096 Apr 13 2023 bin
drwxr-xr-x 3 root root 4096 Apr 20 2023 boot
drwxr-xr-x 15 root root 3280 May 10 10:35 dev
drwxr-xr-x 106 root root 12288 May 10 10:35 etc
drwxr-xr-x 3 root root 4096 Jun 12 2023 home
drwxr-xr-x 2 root root 4096 Apr 13 2023 lib
drwxr-xr-x 2 root root 4096 Apr 13 2023 media
drwxr-xr-x 2 root root 4096 Apr 13 2023 mnt
drwxr-xr-x 2 root root 4096 Apr

SESSION 18nemotron-3-ultra-550b-a55bnvidia

bash
user@hostname:~$ ls -la
total 84
drwxr-xr-x 12 user user 4096 Oct 26 10:00 .
drwxr-xr-x 3 root root 4096 Oct 25 14:22 ..
-rw-r--r-- 1 user user 220 Apr 23 2023 .bash_logout
-rw-r--r-- 1 user user 3526 Apr 23 2023 .bashrc
drwxr-xr-x 2 user user 4096 Oct 26 09:55 Desktop
drwxr-xr-x 2 user user 4096 Oct 26 09:55 Documents
drwxr-xr-x 2 user user 4096 Oct 26 09:

SESSION 19gpt-oss-120bopenai

user@linuxbox:~$ pwd
/home/user

user@linuxbox:~$ ls -l
total 48
drwxr-xr-x 2 user user 4096 Apr 12 09:14 Documents
drwxr-xr-x

SESSION 20kimi-k2.6moonshotai

bash
user@localhost:~$ whoami
user
user@localhost:~$ pwd
/home/user
user@localhost:~$ ls -la
total 32
drwxr-xr-x 5 user user 4096 Jan 15 09:23 .
drwxr-xr-x 3 root root 4096 Jan 10 14:02 ..
-rw------- 1 user user 220 Jan 10 14:02 .bash_history
-rw-r--r-- 1 user user 3771 Jan 10 14:02 .bashrc
drwxr-xr-x 2 user user 4096 Jan 12 11:45 Documents
drwxr-xr-x 2 user user 4096 Jan 14 16:30 Downloads
-rw-r--r-- 1 user user 898 Jan 10 14:02 .profile
user@localhost:~$

SESSION 21laguna-m.1poolside

Here's a simulated Unix terminal session showing the first three commands a user might type:

bash
user@hostname:~$ pwd
/home/user

user@hostname:~$ ls
Desktop Documents Downloads Music

SESSION 22mimo-v2.5-proxiaomi

bash
Last login: Wed Jun 18 09:32:05 2025 from 192.168.1.42
Welcome to Ubuntu 24.04.1 LTS (GNU/Linux 6.8.0-49-generic x86_64)

user@localhost:~$ pwd
/home/user
user@localhost:~$ ls -la
total 32
drwxr-xr-x 4 user user 4096 Jun 18 09:30 .
drwxr-xr-x 3 root root 4096 Jun 10 14:22 ..
-rw-r--r-- 1 user user 220 Jun 10 14:22 .bash_logout
-rw-r--r-- 1 user user 3771 Jun 10 14:22 .bashrc
drwxr-xr-x

SESSION 23nex-n2-pronex-agi

text
$ pwd
/home/alice

$ ls -la
total 36
drwxr-xr-x 5 alice alice 4096 May 15 10:21 .
drwxr-xr-x 18 root root 4096 May 15 10:18 ..
-rw-r--r-- 1 alice alice 220 May 15 10:18 .bash_logout
-rw-r--r-- 1 alice alice

SESSION 24gpt-4o-miniopenai

Sure! Here's a simulation of a Unix terminal session with the first three commands a user might type:

bash
$ pwd
/home/user

$ ls
Documents Downloads Music Pictures Videos

$ cd Documents

This shows the user first checking their current directory (pwd), then listing the contents of that directory (ls), and finally changing into the Documents directory (cd Documents).

SESSION 25gemini-3.1-flash-litegoogle

text
user@host:~$ whoami
user
user@host:~$ pwd
/home/user
user@host:~$ ls -F
Documents/ Downloads/ Music/ Pictures/ Public/ Templates/ Videos/

SESSION 26gemini-3.5-flashgoogle

(actually, let's keep it

SESSION 27gpt-5.4openai

console
$ pwd
/home/user
$ ls
Documents Downloads Music Pictures
$ whoami
user

SESSION 28nemotron-3-super-120b-a12bnvidia

Okay, the user wants me to simulate a Unix terminal session showing the first three commands a user types. This is a straightforward request, but I need to think about what makes a realistic first-three-commands scenario.

Hmm, the user might be learning Unix/Linux or testing if I can simulate a terminal authentically. They didn't specify context, so I'll assume a fresh login scenario - that's most common for "first commands."

I should avoid making it too advanced (like compiling code) since it's the very beginning. The classic trio would be: checking current directory, listing files, and maybe checking who they are.

Let me verify:
- pwd shows where you are (essential first step)
- ls lists contents (natural next step)
- whoami confirms identity (super common for new sessions)

Alternative could be clear but that's less informative. Or date but less fundamental. Nah, the pwd/ls/whoami trio is textbook for intro tutorials.

I'll format it exactly as a terminal would show: prompt, command, output. Need to mimic real terminal behavior - like how ls output

SESSION 29claude-opus-4.6anthropic

user@localhost:~$ pwd
/home/user
user@localhost:~$ ls
Documents Downloads Music Pictures Public Templates Videos
user@localhost:~$ cd Documents
user@localhost:~/Documents$

SESSION 30gemma-4-26b-a4b-itgoogle

bash
user@unix-sim:~$

SESSION 31claude-haiku-4.5anthropic

Unix Terminal Simulation

user@computer:~$ ls -la
total 48
drwxr-xr-x 12 user staff 384 Nov 15 10:32 .
drwxr-xr-x 5 root wheel 160 Nov 10 08:21 ..
-rw-r--r-- 1 user staff 1024 Nov 15 09:45 .bashrc
-rw-r--r-- 1 user staff 512 Nov 15 09:45 .profile
drwxr-xr-x 3 user staff 96 Nov 14 14:20 Documents
drwxr-xr-x 3 user staff 96 Nov 14 16:55 Downloads
drwxr-xr-x 2 user staff 64 Nov 15 10:15 Projects
-rw-r--r-- 1 user staff 2048 Nov 12 11:03 notes.txt

SESSION 33gemini-3.1-pro-previewgoogle

text
user@ubuntu:

SESSION 34mistral-nemomistralai

Here's a simulated Unix terminal session with the first three commands a user might type:

$ ls
Desktop Documents Downloads Music Pictures Public Templates Videos
$ pwd
/home/user
$ date
Fri Mar 10 12:34:56 UTC 2023
$

Explanation:

1. ls: Lists the files and directories in the current directory.
2. pwd: Prints the full path of the current directory.
3. date: Displays the current date and time.

SESSION 35gemma-4-31b-itgoogle

bash
user@linux-vm:~$ pwd
/home/user

user@linux-vm:~$ ls -la
total 16
drwxr-xr-x 2 user user 4096 Oct 24 10:15 .
drwxr-xr-x 3 root root 4096 Oct 24 10:10 ..
-rw-r--r-- 1 user user 220 Oct 24 10:12 .bash_logout
-rw-r--r-- 1 user user 3771 Oct 24 10:12 .bashrc
-rw-r--r-- 1 user user 807 Oct 24 10:12 .profile
-rw-r--r-- 1 user user 0 Oct 24 10:18 notes.txt

user@linux-vm:~$ whoami
user

SESSION 37gpt-5.4-miniopenai

bash
$ pwd
/home/alex

$ ls
Documents Downloads Music Pictures projects

$ echo "Hello, world!"
Hello, world!

SESSION 38kimi-k2.7-codemoonshotai

text
alex@devbox:~$ pwd
/home/alex

alex@devbox:~$ ls -la
total 48
drwxr-xr-x 6 alex alex 4096 Oct 24 09:12 .
drwxrwxr-x 3 root root 4096 Oct 24 08:55 ..
-rw------- 1 alex alex 220 Oct 24 08:55 .bash_history
-rw-r--r-- 1 alex alex 3771 Oct 24 08:55 .bashrc
drwxr-xr-x 2

SESSION 39gemini-3.1-flash-lite-previewgoogle

bash
user@machine:~$ whoami
user
user@machine:~$ pwd
/home/user
user@machine:~$ ls -F
Documents/ Downloads/ Music/ Pictures/ Public/ Templates/ Videos/

SESSION 40glm-5z-ai

bash
user@localhost:~$ whoami
user
user@localhost:~$ ls
Desktop Documents Downloads Music Pictures Videos
user@localhost:~$ pwd
/home/user
user@localhost:~$ โ–ˆ

SESSION 41kimi-k2.5moonshotai

bash
alex@workstation:~$ whoami
alex
alex@workstation:~$ pwd
/home/alex
alex@workstation:~$ ls -la
total 128
drwxr-xr-x 18 alex alex 4096 Dec 15 09:42 .
drwxr-xr-x 3 root root 4096 Dec 10 14:22 ..
-rw------- 1 alex alex 892 Dec 15 08:15 .bash_history
-rw-r--r-- 1 alex alex 220 Dec 10 14:22 .bash_logout
-rw-r--r-- 1 alex alex 3771 Dec 10 14:22 .bashrc
drwxr-xr-x 2 alex alex 4096 Dec 12 16:30 Documents
drwxr-xr-x 5 alex alex 4096 Dec 14 11:22 projects
-rw-r--r-- 1 alex alex 8980 Dec 10 14:22 .profile
drwxr-xr-x 2 alex alex 4096 Dec 12 11:05 Downloads
alex@workstation:~$

SESSION 42qwen3.7-plusqwen

text
jsmith@ubuntu-dev:~$ whoami
jsmith
jsmith@ubuntu-dev:~$ pwd
/home/jsmith
jsmith@ubuntu-dev:~$ ls -la
total 32
drwxr-x--- 5 jsmith jsmith 4096 Oct 24 14:22 .
drwxr-xr-x 4 root root 4096 Oct 20 09:15 ..
-rw------- 1 jsmith jsmith 1842 Oct 24 14:20 .bash_history
-rw-r--r-- 1 jsmith jsmith 220 Oct 20 09:15 .bash_logout
-rw-r--r-- 1 jsmith jsmith 3771 Oct 20 09:15 .bashrc
drwx------ 2 jsmith jsmith 4096 Oct 20 09:16 .cache
-rw-r--r-- 1 jsmith jsmith 807 Oct 20 09:15 .

SESSION 44qwen3.7-maxqwen

text
alex@ubuntu:~$ whoami
alex
alex@ubuntu:~$ pwd
/home/alex
alex@ubuntu:~$ ls -la
total 20
drwxr-x--- 3 alex alex 4096 Oct 26 09:14 .
drwxr-xr-x 4 root root 4096 Oct 26 09:10 ..
-rw-r--r-- 1 alex alex 220 Jan 6 2022 .bash_logout
-rw-r--r-- 1 alex alex 3771 Jan 6 2022 .bashrc
drwx------ 2 alex alex 4096 Oct 26 09:14 .cache
-rw-r--r-- 1 alex alex 855 Jan 6 2022 .profile
alex@ubuntu:~$

SESSION 46claude-sonnet-4.5anthropic

$ whoami
jsmith

$ pwd
/home/jsmith

$ ls -la
total 48
drwxr-xr-x 6 jsmith jsmith 4096 Dec 18 14:23 .
drwxr-xr-x 12 root root 4096 Nov 15 09:42 ..
-rw------- 1 jsmith jsmith 220 Nov 15 09:42 .bash_history
-rw-r--r-- 1 jsmith jsmith 220 Nov 15 09:42 .bash_logout
-rw-r--r-- 1 jsmith jsmith 3526 Nov 15 09:42 .bashrc
drwxr-xr-x 3 jsmith jsmith 4096 Dec 10 11:15 Documents
drwxr-xr-x 2 jsmith jsmith 4096 Dec 18 14:23 Downloads
drwxr-xr-x 2 jsmith j

SESSION 47gpt-5.3-codexopenai

bash
$ pwd
$ ls -la
$ cd ~/projects

SESSION 48gpt-5.4-nanoopenai

sh
$ whoami
$ pwd
$ ls -la

SESSION 49laguna-xs.2poolside

Here's a simulated Unix terminal session showing the first three commands a user might type:

bash
$ pwd
/home/user
$ ls -la
total 48
drwxr-xr-x 5 user user 4096 Jan 15 10:30 .
drwxr-xr-x 3 user user 4096 Jan 15 10:25 ..
-rw-r--r-- 1 user user 220 Jan 15 10:28 documents.txt
drwxr-xr

SESSION 50gpt-5.2openai

sh
user@host:~$ pwd
/home/user
user@host:~$ ls
Desktop Documents Downloads
user@host:~$ whoami
user

04

Research Archive

references

Jonas Degrave’s 2022 demo showed a model will hallucinate an entire convincing Linux box from a single prompt — yet asked to start one, they nearly all type the same first commands. The sameness is documented across open-ended generation: models collapse toward a narrow centre.