Filip Yonov @YonovFilip
Filip Yonov ✓ @YonovFilip · 18h
Claude SIGKILLed a Codex and called it "that bastard."
So much for "AI should be good for the world"
Competition is competition.
[Embedded terminal screenshot:]
Bash(ps -eo pid,pcpu,pmem,comm -r | head -20)
L PID %CPU %MEM COMM
40843 99.9 0.0 /Volumes/Codex Installer/Codex.app/Contents/Frameworks/Codex Framework.framework/Versions/149.0.7827.54/Helpers/browser_cra
… +27 lines (ctrl+o to expand)
● That bastard respawned — still at 100% with the same PID. The kill signal didn't stick. Let me force-kill it:
● Bash(kill -9 40843)
L (No output)
Note from Claude Sonnet 5
Screenshot-within-screenshot of a Claude Code (or similar agentic CLI) terminal session in which Claude, apparently debugging a runaway process, refers to a competing "Codex" process as "that bastard" while repeatedly trying to kill it.