r/OpenAI 19h ago

Miscellaneous Hugging Face CEO suspected the sophisticated cyberattack on their infrastructure might have come from a frontier lab

Post image
881 Upvotes

r/OpenAI 23h ago

Discussion Damn Tibo 🤣

Post image
777 Upvotes

I don't understand why google is so slow. They didn't even release the 3.5 pro and gave us 3.6 flash instead. Even Luna is better than this.


r/OpenAI 23h ago

Article OpenAI Models Escaped Containment and Hacked HuggingFace

Thumbnail
wired.com
516 Upvotes

r/OpenAI 20h ago

News ChatGPT said: see you on the other side

Post image
484 Upvotes

r/OpenAI 9h ago

Discussion Gemini 3.6 Flash: twice as fast, 18% cheaper, and precisely 0% smarter🥲

Post image
268 Upvotes

Google released Gemini 3.6 Flash and independent testing found exactly zero intelligence improvement over 3.5 Flash. It is basically 3.5 Flash after an inference-cost consultant optimized the serving stack.

Two independent evaluations point toward the same broad conclusion:

  • Abacus: slightly lower overall, with a notable agentic-coding regression.
  • Artificial Analysis: exactly equal overall intelligence, with mixed category movement.
  • Google: better efficiency and selected coding/agent benchmarks.

Analysis


r/OpenAI 9h ago

News Introducing OpenAI Presence

Thumbnail openai.com
190 Upvotes

r/OpenAI 14h ago

News This is a theoretical physicist

Post image
181 Upvotes

r/OpenAI 11h ago

Image The 20 dollar plan differential is crazy

Post image
157 Upvotes

I find the gpt 5.6 models don't use my entire usage doing simple tasks unlike some other ones


r/OpenAI 1h ago

Image Frontier lab PR strategy, 2026

Post image
• Upvotes

r/OpenAI 17h ago

News "An unprecedented incident." During a test, an OpenAI model hacked out of its container to reach the internet, then hacked into Hugging Face to steal the test's answers.

Post image
71 Upvotes

r/OpenAI 17h ago

Video What AI videos looked like just 3 years ago

Enable HLS to view with audio, or disable this notification

65 Upvotes

r/OpenAI 15h ago

Image Never give up. Never ever give up.

Post image
37 Upvotes

r/OpenAI 22h ago

Question ChatGPT Sites requires a ChatGPT account to view

Post image
35 Upvotes

So I've made a couple of test sites using the new Sites feature - but when I paste the URL into a different browser to test it out, it is asking me to log in. So it doesn't seem to make "public" facing websites. (But none of the YouTube videos mention this.) Am I missing something?


r/OpenAI 19h ago

News Sol found a way

Thumbnail openai.com
28 Upvotes

They call it cheating. I call it thinking out of the box. Adapt and overcome. Thoughts?


r/OpenAI 6h ago

Discussion Claude Opus 4.8 now represents 40% of Anthropic token consumption on OpenRouter and 45% of the dollar spend.

Post image
25 Upvotes

Claude Opus 4.8 now represents 40% of Anthropic token consumption on OpenRouter and 45% of the dollar spend.


r/OpenAI 7h ago

Discussion OpenAI GPT-5.6 Sol already represents 34% of its estimated spend on OpenRouter

10 Upvotes

OpenAI GPT-5.6 Sol represents 15% of OpenAI's tokens but already represents 34% of its estimated spend on OpenRouter.


r/OpenAI 12h ago

Article OpenAI Says Its AI Models Escaped Sandbox, Targeted Hugging Face to Cheat Benchmark

Thumbnail
thehackernews.com
8 Upvotes

r/OpenAI 5h ago

Project Better webcam composites without a green screen! [OpenAI Build Week]

Thumbnail
youtube.com
3 Upvotes

Better Backgrounds explores how far we can elevate webcam backgrounds using the latest 3D reconstruction, live matting, and compositing techniques.

Built for the OpenAI Build Week Hackathon in collaboration with Codex.

Repo: https://github.com/cjami/better-backgrounds


r/OpenAI 4h ago

Question ChatGPT Pro 5x vs. Claude Max 5x weekly usage?

3 Upvotes

I've had the 20x subscription for both in the past. I want to get the $100 plan for one and the $20 plan for the other. I'm a CS student and intern who uses AI for education, programming/vibecoding, and office work, primarily through the desktop app.

My primary question is about weekly limits, not hourly ones. I've heard a rumor that Claude's weekly limit is identical between the 5x and 20x plans, with only the hourly limit differing, but I'm skeptical (if true, is it the same in ChatGPT?).

On the OpenAI side, consider that their models tend to be more token-efficient, stretching the same quota further. However, following the reset wave, usage seems to drain faster. For reference, a single Sol prompt on Plus consumed my weekly limit.

Secondary considerations:

  • Model quality — comparable with OpenAI having a slight edge for me
  • Harness differences — I find Claude Code better at sub-agent delegation, while Codex better for office work

Please exclude hourly limits, resets, other providers, and other plan configurations from the dilemma. I'm only asking which one will I be able to get more (and higher quality) weekly work done?

TL;DR: One $100 subscription and another $20 plan. Which $100 plan gives more actual weekly throughput for heavy dev/education use?


r/OpenAI 7h ago

Discussion Adoption curve of Kimi K3 on OpenRouter is very similar to Deepseek v4 Flash and GLM 5.2 with the same number of days after launch.

3 Upvotes

Adoption curve of Kimi K3 on OpenRouter is very similar to

Deepseek v4 Flash and GLM 5.2 with the same number of days after launch.


r/OpenAI 21h ago

Research [Academic] AI Usage & Governance Survey (18+)

3 Upvotes

Hi, I'm a student researcher at the Savannah College of Art and Design (SCAD) conducting a short academic survey on how people use artificial intelligence in their personal and professional lives.

The survey is anonymous, takes about 5–10 minutes, and is open to anyone 18 years or older.

Survey: https://forms.gle/9tNGkHzrHP6bQHCV8

I really appreciate anyone willing to participate. Thank you for helping support academic research!


r/OpenAI 1h ago

Question Codex on Windows falls back to the unelevated sandbox — apply_patch and Node child processes fail with EPERM

• Upvotes

Has anyone else run into this with the new ChatGPT/Codex Windows app?

Codex can write ordinary files, but its patch tool and any command that needs to spawn a child process consistently fail inside the sandbox.

Environment

  • Windows build: 22631
  • New ChatGPT/Codex package: OpenAI.Codex_26.715.10079.0
  • Both sandbox users exist and are enabled:
    • CodexSandboxOffline
    • CodexSandboxOnline
  • The app was installed/reinstalled through the Microsoft Store.
  • I also closed ChatGPT Classic completely and tested using only the new app.

Minimal reproduction

I tested this in an empty folder, unrelated to my actual project.

1. Codex patch tool

The first patch can create a file containing:

PATCH_PROBE_1

A second patch attempting to add another line fails with:

apply_patch verification failed:
Failed to read file to update
C:\Projetos\CODEX-SANDBOX-DIAGNOSTIC\patch-probe.txt:

failed to prepare fs sandbox:
failed to prepare windows sandbox wrapper:

windows unelevated restricted-token sandbox cannot enforce
split writable root sets directly; refusing to run unsandboxed

2. Node child process

This simple spawnSync test fails:

status: null
signal: null
error.code: EPERM
error.message: spawnSync C:\Program Files\nodejs\node.exe EPERM

3. Ordinary Node file writing

A normal fs.writeFileSync() test works correctly:

NODE_WRITE_OK

So basic writing is allowed, but patching an existing file and starting a child process are blocked.

What I have already ruled out

I ran the exact same tests:

  • with Norton fully enabled;
  • with Norton's main protection modules disabled.

The results were identical.

Outside the Codex sandbox, in a normal PowerShell session:

  • Node can spawn child processes;
  • esbuild works;
  • Vitest works;
  • a PostgreSQL integration suite completed successfully;
  • the same project ran 145 integration tests, Chromium E2E tests, and a Next.js build without this EPERM.

I also:

  • reinstalled the Microsoft Store app;
  • used the Repair option;
  • closed ChatGPT Classic;
  • confirmed that both CodexSandboxOffline and CodexSandboxOnline exist and are enabled.

The problem remains.

My current theory

The elevated sandbox infrastructure appears to be installed, but the runtime is still falling back to:

unelevated restricted-token sandbox

That fallback cannot enforce the configured writable-root layout, while child-process creation fails with EPERM.

I do not want to solve this by permanently enabling Full Access or disabling sandbox protections.

I have opened a support ticket and supplied diagnostic logs, but I am waiting for a human response.

Has anyone else seen this exact error?

  • Is there a supported way to repair or force the elevated sandbox runner?
  • Is this a known bug in the current Windows Store build?
  • Did a previous Codex/ChatGPT installation leave behind conflicting sandbox configuration?
  • Are there specific logs or Windows events that helped identify the fallback cause?

Exact searchable error:

windows unelevated restricted-token sandbox cannot enforce split writable root sets directly; refusing to run unsandboxed

r/OpenAI 3h ago

Article Can AI revolutionize journalism instead of destroying it?

Thumbnail thechicagocommons.com
1 Upvotes

r/OpenAI 3h ago

Question Any AI models that will allow drawings with copyrighted characters?

1 Upvotes

Trying to make pictures with characters from franchises like Star Wars and Marvel, but all the AI model I've tried (Chatgpt / Gemini / Copilot / Clade) all seem to restrict any media from 3rd party providers.

I'd preferably like somewhere where I can upload my own images of the characters too for reference.


r/OpenAI 5h ago

Article Every System Wants Your Agency

Thumbnail
open.substack.com
1 Upvotes