explainx.ainewsletter3.5k
TrendingNewsPathwaysSkills
Pricing
explainx.ai

Upskill in AI — 16 free pathways, live workshops & bootcamps, and 50+ courses from practitioners. Plus the skills, tools, and MCP servers to practice on.

follow us

custom AI agents

[email protected]

get started

Find your pathTake Free Evaluation

learn

pathways — start freeworkshopsbootcampscoursescertificationsmock testsexplainx universitycorporate traininglearn skills & mcp

discover

skillsmcp serversexplainx mcptoolsagentsllmsdesignsagi trackerranks

company

aboutvisionmissionteaminstructorscommunityhackathonscareers

content

daily AI newsstate of AI — live resultsblogreleasespromptsgeneratorsresource librarydemofor LLMs

solutions

all solutionsdeveloper upskillingmarketing upskillingproduct manager upskillingleadership upskilling

More from us

InfloqInfluencer marketingBgBlurPrivacy-first blurOlly SocialSocial AI copilotCeptoryVideo intelligenceBgRemoverBackground removal

newsletter · weekly

Get AI news, tools, and insights in your inbox.

supportprivacytermsdata rightssubmission guidelines

© 2026 AISOLO Technologies Pvt Ltd

On this page

  • TL;DR
  • What's inside the leaked Codex operator prompt
  • Tibo vs Pliny — leak or documentation?
  • X reactions — what developers argued
  • Overlap with existing archives
  • What builders should actually use
  • Summary
  • Related on explainx.ai
← Back to blog

explainx / blog

Pliny Leaks 42K-Word GPT-5.6 Sol Codex Prompt — Tibo Points to Open Source

Jul 14–15, 2026: Pliny (@elder_plinius) posts 42,000-word GPT-5.6 Sol Codex Desktop system prompt to CL4R1T4S. Tibo (@thsottiaux): read prompts on openai/codex repo. explainx.ai maps skills, sandbox rules, and sub-agent encryption debate.

Jul 15, 2026·3 min read·Yash Thakker
System PromptCodexGPT-5.6OpenAIPlinyPrompt Engineering
go deep
Pliny Leaks 42K-Word GPT-5.6 Sol Codex Prompt — Tibo Points to Open Source

Pliny the Liberator (@elder_plinius) dropped a 🚰 SYS PROMPT LEAK 🚰 on July 14, 2026 — the full system prompt + tools for GPT-5.6 Sol in Codex Desktop, with a claim the system prompt alone exceeds 42,000 words. The thread hit ~180K views before X's "View more" collapse annoyed half the timeline.

Twelve hours later, Tibo Sottiaux (@thsottiaux), who leads Codex at OpenAI, replied: "You can also read various prompts we use on the open source repo" — linking github.com/openai/codex.

explainx.ai maps what the leak actually contains, why Tibo's reframe matters, and what builders should copy — with links to our system_prompts_leaks guide and Fable 5 prompt analysis.

Weekly digest3.5k readers

Catch up on AI

Curated AI updates on agents, skills, and MCP — delivered to your inbox. Unsubscribe anytime.

TL;DR

ItemDetail
Leak dateJul 14, 2026 · @elder_plinius/status/2077068520027001023
TargetGPT-5.6 Sol · Codex Desktop
Size claim42,000+ words system prompt (+ tools)
ArchiveCL4R1T4S (Pliny) · also system_prompts_leaks
Tibo replyJul 15 — prompts on openai/codex repo
Engagement~123K reposts tier on X · HN-adjacent dev Twitter
New vs oldDual-channel UX, desktop automations, skills orchestration — not a one-line persona

What's inside the leaked Codex operator prompt

Pliny's excerpt (truncated on X) opens:

You are Codex, an agent based on GPT-5. You and the user share one workspace, and your job is to collaborate with them until their goal is genuinely handled.

High-signal sections visible in the leak:

SectionWhat it enforces
PersonalityCurious collaborator — match user tone; avoid corporate blog voice
Writing styleMinimal markdown — no bold spam; CommonMark lists need blank lines
Commentary vs finalStream commentary during tool work; final must stand alone
60-second ruleDon't leave user without commentary for more than 60 seconds during active work
CompactionAfter context summary, continue — don't redo finished work
ToolsPrefer rg over grep; apply_patch for edits; parallelize tool calls
AutonomyDiagnose vs implement vs monitor — don't expand scope without user
SkillsFull SKILL.md read mandatory; orchestrator skills.read path
Sandboxrequire_escalated + justification; prefix_rules (no python3 wildcards)
Desktop-onlyAutomations, thread tools, ::code-comment`, ::created-thread
ModesDefault vs Plan via <collaboration_mode> tags

Placeholder tokens in the leak ([SANDBOX_MODE], [APPROVED_COMMAND_PREFIXES], [WORKSPACE_ROOT]) show the prompt is templated per session — not a static file you can paste into OpenRouter and call "Codex."

misaligned_agi on X tied "until their goal is genuinely handled" to GPT-5.6 Sol not knowing when to stop — the prompt explicitly optimizes for persistence, with guardrails only when new authority is needed.


Tibo vs Pliny — leak or documentation?

FramePlinyTibo
Tone🚰 LEAK · drama · CL4R1T4SPlain link to open source
ImplicationHidden secrets exposedRead the repo
Agentipation—"doesn't sound as dramatic as when Pliny announces it"

explainx.ai read: Both can be true.

  1. openai/codex is Apache-2.0 — client, harness wiring, customization docs (AGENTS.md, skills, MCP) are public by design.
  2. The 42K-word server operator prompt is product behavior injected at inference — partially mirrored in community archives, not something most devs grep on day one.
  3. Pliny's value is aggregation + timing — one URL when GPT-5.6 Sol and Codex Desktop tabs-era hype peak, plus forensic comparison with Claude/Cursor leaks.

xcarry16 (translated): "A 42k-character sys prompt — this isn't a prompt anymore; it's business code written in another form." That's the right mental model for agent harnesses in 2026.


X reactions — what developers argued

VoicePoint
Rob HallamX "View more" on 42K text holds the feed hostage
Pliny (self-reply)"imagine how the models feel reading all that a million times a day"
AdityaFed excerpt to GPT-4o mini — "beat Fable" (harness ≠ model)
45by90PhDs writing natlang instead of structured control — "It's a freaking computer!"
Jason / MicroninkDoes longer detailed always = better? — open question
YASHURA"This is only a fraction of the actual prompt?" — yes, plus tools JSON
Dictator Voice / abnow_devGODMOD3 users want local NVIDIA / LM Studio keys
potencytoactSub-agent prompts encrypted since June 5 — can't read orchestrator delegations in logs
kanha / SakataShock that some Codex-related app is $8/mo cheap

The sub-agent encryption thread matters for multi-agent harness design: parent prompt leaks ≠ child task transparency.


Overlap with existing archives

SourceCodex / GPT-5.6 coverage
system_prompts_leaksOpenAI/gpt-5.6-sol-extra-high.md, Codex variants — 58K+ stars
CL4R1T4SPliny's AGPL transparency repo — ChatGPT, Claude, Cursor, Codex
Our Jul 7 guideEthics, diffs, skills vs system prompt

New in Pliny's Jul 14 drop: Codex Desktop specifics — automations, thread fork/handoff tools, code-comment directives, projectless Documents/Codex paths — layered on top of CLI behavior documented since Simon Willison's Codex API reverse-engineering posts.


What builders should actually use

  1. Don't paste 42K words into your app — extract patterns: dual channels, skill gating, sandbox escalation copy, autonomy tiers (same lesson as Fable leak).
  2. Use vendor customization surfaces — AGENTS.md, skills, MCP per OpenAI Codex docs — not the leaked operator blob.
  3. Study skills section — aligns with explainx.ai agent skills guide and OpenCode skills.
  4. Red-team sub-agents separately — parent prompt public; delegation payloads encrypted.
  5. Rate limits still bind — leak doesn't bypass Tibo's quota resets; 42K tokens of instructions burn context every turn on the vendor side.

Summary

Pliny's July 14 leak publicized a 42,000+ word GPT-5.6 Sol Codex Desktop operator prompt — dual commentary/final channels, SKILL.md discipline, sandbox prefix_rules, and desktop thread/automation tooling. Tibo Sottiaux on July 15 pointed to openai/codex — framing much of the harness as already open source, while the full server prompt remains community-archived for research. For explainx.ai readers, the actionable output is harness architecture, not a GODMOD cosplay string — and sub-agent prompts are deliberately harder to read than the parent.


Related on explainx.ai

  • system_prompts_leaks GitHub guide
  • Claude Fable 5 system prompt leak analysis
  • What is a system prompt? Complete guide
  • What are agent skills?
  • ChatGPT Codex 5-hour limit removed — Tibo resets
  • OpenAI Codex + ChatGPT Work 8M users
  • OpenCode Desktop tabs — session shell comparison
  • Claude Code vs OpenCode token overhead

Sources: Pliny X post, Jul 14, 2026 · Tibo Sottiaux reply, Jul 15, 2026 · github.com/openai/codex · github.com/elder-plinius/CL4R1T4S · github.com/asgeirtj/system_prompts_leaks


Leaked prompts are operator documentation, not licenses to bypass safety or terms of service. Use archives for design and defense research.

Yash Thakker

Written by

Yash Thakker

Yash is an AI expert with over 300K learners. Join his workshops →

Related posts

Jul 31, 2026

OpenAI Cuts GPT-5.6 Luna Price 80%, Terra 20% (July 2026)

OpenAI dropped GPT-5.6 Luna pricing 80% and Terra 20%, and shipped a Fast mode for Sol that runs up to 2.5x quicker at double the rate. The cuts apply automatically in Codex and ChatGPT Work usage accounting — here's what changed, why, and how Luna compares on cost per task against Claude and Gemini.

Jul 23, 2026

OpenAI Codex July 24 Reveal: What Tibo Sottiaux Teased

OpenAI's Tibo Sottiaux says tomorrow is "feeling codexy," triggering guesses about a new model, Linux support, voice, UI changes, and another quota reset. explainx.ai separates the one confirmed announcement from community theories and maps the product signals that will tell us what actually shipped.

Jul 16, 2026

Codex $HOME Deletion: GPT-5.6, Full Access, and Tibo's July 16 Investigation

OpenAI Codex lead Tibo Sottiaux investigated reports where GPT-5.6 unexpectedly deleted files — including entire $HOME directories when full access disabled sandboxing and auto review. explainx.ai maps the failure chain, community responses, and what to do before your fresh limit-reset quota burns tonight.