Codex silently begs agents to make arbitrary web requests
dboon
18 points
5 comments
September 09, 2026
Related Discussions
Found 5 related stories in 105.2ms across 5,917 title embeddings via pgvector HNSW
- Codex starts encrypting sub-agent prompts embedding-shape · 413 pts · July 14, 2026 · 62% similar
- Codex is wearing out our devices spenvo · 62 pts · July 20, 2026 · 59% similar
- Unlimited Codex, Inside ChatGPT Ey7NFZ3P0nzAe · 18 pts · August 31, 2026 · 59% similar
- Codex Is Down freakynit · 12 pts · July 25, 2026 · 59% similar
- Codex on AWS bedrock bug causing 10x charges TheP1000 · 72 pts · August 21, 2026 · 56% similar
Discussion Highlights (4 comments)
awakeasleep
Its an interesting bit of research into how codex works but what is with the expletive laden tirades?
JLO64
Personally I can understand why these instructions were added. Back in the GPT-5 days I tried using that model for a uv/Python project but it consistently ran the wrong commands or used pip despite my instructions within AGENTS.md . This was because whatever uv features/behavior I was using was added after that model’s cut off date. It got so bad that I switched to Claude which had a sooner knowledge cut-off. That said, in the case that the author brought up here I agree that web searches shouldn’t be performed. I personally don’t like having my main agent search the web (mostly for preserving my context) so I’ve restricted the web search tool to a dedicated web search subagent.
fwlr
I intimately recognize the familiar structure of “notice something odd when operating software, pull on thread and track down the offending line of code, experience righteous indignation at the bad engineering revealed underneath”. Where it becomes a funhouse-hall-of-mirrors moment for me is that it’s a line in an .md file. And it ascends to a clown-world moment when it expects better from OpenAI.
joegibbs
Yesterday it was solving some problem for me, the number 2500 came up and it searched the web for “2500”. What possible information could you find from that web search?