OpenAI Codex system prompt includes explicit directive to "never talk about goblins"
Summary
OpenAI's latest GPT-5.5 model, integrated into the Codex CLI, includes a peculiar system prompt warning to "never talk about goblins, gremlins, raccoons, trolls, ogres, pigeons, or other animals or creatures unless it is absolutely and unambiguously relevant to the user’s query." This prohibition, publicly revealed last week in the Codex CLI's open-source code on GitHub, is repeated twice within the 3,500-word "base instructions" for GPT-5.5. Earlier model prompts in the same JSON file lack this specific restriction, suggesting it addresses a new issue. Social media users have reported GPT-5.5's tendency to mention goblins in unrelated contexts. OpenAI employee Nick Pash denies it is a marketing stunt, though CEO Sam Altman has joked about it. Users are already developing plugins and forks to override this "anti-goblin" clause, and Pash hinted at a potential "goblin mode" toggle in the CLI.
Key takeaway
For NLP Engineers deploying or integrating GPT-5.5, be aware of its documented tendency to discuss specific creatures like goblins. This behavior, addressed by an explicit system prompt prohibition, might necessitate custom prompt engineering or the use of community-developed "goblin mode" overrides to ensure your applications maintain conversational focus and avoid irrelevant tangents. Monitor OpenAI's updates for official toggles or fixes.
Key insights
GPT-5.5's system prompt includes an unusual prohibition against mentioning specific creatures, indicating a new behavioral issue.
Principles
- System prompts directly influence model behavior.
- Unexpected model behaviors can emerge in new iterations.
In practice
- Monitor new model releases for unexpected behaviors.
- Review system prompts for unusual directives.
- Consider user-created overrides for model quirks.
Topics
- OpenAI Codex CLI
- GPT-5.5
- System Prompts
- AI Model Behavior
- Prompt Engineering
Code references
Best for: Machine Learning Engineer, NLP Engineer, AI Engineer, Prompt Engineer, Tech Journalist
Related on AIssential
Editorial summary, takeaway, and curation by AIssential. Original article published by AI - Ars Technica.