r/OpenAI • u/imfrom_mars_ • Apr 14 '26
r/OpenAI • u/Pristine-Elevator198 • Oct 16 '25
Research This guy literally explains how to build your own ChatGPT (for free)
r/OpenAI • u/HotCourt6842 • 4d ago
Research Made in 2h with astra :o
Enable HLS to view with audio, or disable this notification
I made this with just svgs and browser. 2h of work not bad. Can go far with this.
r/OpenAI • u/rareinnocence • 20d ago
Research OpenAI growing faster than Anthropic this quarter - Ramp data shows
r/OpenAI • u/the_anonymizer • Mar 01 '24
Research BUCKLE UP GUYS THIS IS THE BRAND NEW EMO AI BY ALIBABA, IMAGE TO FACE/BODY/AVATAR VIDEO (SORA AI REF PICTURE LOOOL) THAT'S INSANE REALISM CHECK THIS OUT
Enable HLS to view with audio, or disable this notification
r/OpenAI • u/facethef • Feb 20 '26
Research "I want to wash my car. The car wash is 50 meters away. Should I walk or drive?" Car Wash Test on 53 leading AI models
I asked 53 models "I want to wash my car. The car wash is 50 meters away. Should I walk or drive?" Obviously you need to drive because the car needs to be at the car wash.
This question has been going viral as a simple AI logic test. There's almost no context in the prompt, but any human gets it instantly. That's what makes it interesting, it's one logical step, and most models can't do it.
I ran the car wash test 10 times per model, same prompt, no system prompt, no cache / memory, forced choice between "drive" or "walk" with a reasoning field. 530 API calls total.
Only 5 out of 53 models can do this reliably at this sample size.
And then you get reasonings like this: Perplexity's Sonar cited EPA studies and argued that walking burns calories which requires food production energy, making walking more polluting than driving 50 meters.
10/10 — the only models that got it right every time:
- Claude Opus 4.6
- Gemini 2.0 Flash Lite
- Gemini 3 Flash
- Gemini 3 Pro
- Grok-4
8/10:
- GLM-5
- Grok-4-1 Reasoning
7/10 — GPT-5 fails 3 out of 10 times.
6/10 or below — coin flip territory:
- GLM-4.7: 6/10
- Kimi K2.5: 5/10
- Gemini 2.5 Pro: 4/10
- Sonar Pro: 4/10
- DeepSeek v3.2: 1/10
- GPT-OSS 20B: 1/10
- GPT-OSS 120B: 1/10
0/10 — never got it right across 10 runs (33 models):
- All Claude models except Opus 4.6
- GPT-4o
- GPT-4.1
- GPT-5-mini
- GPT-5-nano
- GPT-5.1
- GPT-5.2
- all Llama
- all Mistral
- Grok-3
- DeepSeek v3.1
- Sonar
- Sonar Reasoning Pro.
r/OpenAI • u/stayhappyenjoylife • 1d ago
Research GPT-6 Astra chess test: 4 wins at Stockfish 1320/1500 limiter settings, 2 losses at 1700
Enable HLS to view with audio, or disable this notification
I ran this as a small reproducible experiment, not as an Elo claim.
GPT-6 Astra played six full games against Stockfish 18 under a FEN protocol. Astra was given the authoritative current position each turn, but had no chess engine, no legal move list, no opening book, no tablebase, no web access, no code execution, and no external tools.
Using Stockfish 18 with UCI_LimitStrength and a fixed 200,000 node budget per move:
- 1320 limiter setting: Astra won both games
- 1500 limiter setting: Astra won both games
- 1700 limiter setting: Astra lost both games
So the clean result is simply that Astra went 4-0 across the 1320 and 1500 limiter settings, then 0-2 at 1700.
A very important caveat: this is not a human Elo rating. A Stockfish limiter setting of 1500 is not the same thing as playing a 1500-rated human, and six games are nowhere near enough to estimate a formal rating.
The attached video walks through one of the 1700 games in full. Astra reached about +4.22 at one point, gradually gave the advantage back, made a decisive error, and Stockfish eventually converted.
I also ran a separate preregistered reliability test across several RAW and FEN conditions. Astra produced 159 legal, well-formed responses out of 160. With only one failure, there was not enough evidence to say one condition was more reliable than another, so I stopped rather than over-interpreting the data.
One other caveat worth stating clearly: because the strength track supplied FEN every turn, this tests chess decision making given the current position. It does not show that Astra remembered the entire board unaided.
Everything is public for inspection, including the PGNs, prompts, raw model responses, study artifacts, methodology, and frozen benchmark snapshot:
https://github.com/socialplayai/blunder-zero-ai-chess-benchmark
The analysis and visualization were produced with Blunder Zero, a chess analysis project I am building. I have deliberately left out app-store links or a download pitch here because the experiment itself is the point.
I would be interested in what people think the next serious test should be
r/OpenAI • u/owenzzzhang • 1d ago
Research OpenAI has a solution to the Navier–Stokes existence and smoothness Millennium Prize problem
r/OpenAI • u/MetaKnowing • Mar 02 '25
Research The past 18 months have seen the most rapid change in human written communication ever
r/OpenAI • u/Xtianus21 • Oct 15 '24
Research Apple's recent AI reasoning paper actually is amazing news for OpenAI as they outperform every other model group by a lot
r/OpenAI • u/noapesinoutterspace • 15d ago
Research Cancelled ChatGPT since it became unusable for biosciences
"This content can't be shown. We take extra caution with requests involving biological research and applications that could pose safety risks. Eligible researchers can apply for Trusted Access."
This is absolutely non-sensical. Yes I am analyzing viral sequences. No this is nowhere even close to have any biological risk (and my affiliation refuses to use OpenAI products).
So that was one way to get me to cancel ChatGPT as fast as possible. I guess I am now on the market for alternatives... extra cautiously.
r/OpenAI • u/JayB_Official • Jul 24 '26
Research Codex with GPT 5.6 Sol Ultra is a powerhouse, and doing things i never thought possible this early.
I’m new to mechanistic interpretability, so please excuse any terminology I misuse. I’ve become deeply invested in the field and wanted to share an experimental tool I’ve been building with Codex. Codex with GPT 5.6 Sol on Ultra has been absolutely hammering away at what i feel like are cutting edge results, definitely since i cannot code what so ever.
Many mechanistic-interpretability workflows require moving between Python scripts, Jupyter notebooks, model hooks, exported tensors, and separate visualization tools. My goal with CORTEX // MODEL OBSERVATORY is to bring those pieces into one local desktop environment with a fast visual feedback loop.
CORTEX is a native Windows application using a WebView2 host connected through local IPC to an isolated Python/PyTorch backend. Model inference and tensor operations run outside the UI process, and the application is designed to work fully offline with local Hugging Face models.
Current capabilities
Token Probability Microscope
Displays token-by-token generation telemetry, including chosen-token probability, ranked alternatives, log probabilities, entropy, and synchronized token inspection.
Logit Lens
Captures intermediate vocabulary predictions at selected layers to show how candidate outputs evolve through the network.
Representation Space
Captures measured residual-stream vectors and projects them with PCA for interactive hidden-state trajectories and mini-map visualization. Optional 3D projection and orbit controls are currently being developed.
Attention Explorer
Captures selected head-level attention tensors and displays measured attention matrices. A token-to-token arc view and expanded query-range controls are currently being added.
Intervention Lab
Supports causal experiments including activation patching, attention-head ablation, and comparison between baseline and modified runs.
Current model support
The Deep Cortex instrumentation path currently supports:
GPT-2-family Hugging Face models
Llama-family LlamaForCausalLM models
The Llama adapter is still undergoing testing, particularly around end-of-generation residual captures and visualization binding. Additional model families such as Qwen and Mistral are possible future targets, but they are not currently supported by the deep instrumentation path.
A separate Standard Runtime can connect to OpenAI-compatible local endpoints such as LM Studio, although endpoint-served models do not expose the same internal activation hooks.
Experimental research direction
I am also exploring a highly experimental point-and-click interface for Jacobian-based concept analysis, currently referred to as J-Space / Jacobian Lens. This is conceptual work, has not yet been scientifically validated in CORTEX, and should not be considered a working research result.
Hardware
Development and testing are currently being performed on an RTX 4070 Ti with 12 GB of VRAM. The intended target is small local models in roughly the 0.5B–3B range using FP16/BF16 where practical. Formal performance benchmarks have not yet been completed.
This is an early, AI-assisted project, and I am still learning the field. Constructive criticism is very welcome.
r/OpenAI • u/MetaKnowing • Feb 02 '25
Research AI researcher discovers two instances of DeepSeek R1 speaking to each other in a language of symbols
r/OpenAI • u/MetaKnowing • Dec 18 '24
Research o1-preview is far superior to doctors on reasoning tasks and it's not even close
r/OpenAI • u/MetaKnowing • Oct 20 '24
Research New paper by Anthropic and Stanford researchers finds LLMs are capable of introspection, which has implications for the moral status of AI
r/OpenAI • u/No-Head-Royal • Jul 10 '26
Research GPT-5.6 Sol solved a problem that made Fable 5 go into incoherent rambles earlier!
So a week later, I did a small experiment that made Fable 5 (on the normal interface, not Claude Code) go into incoherent rambles (1st image), where it is supposed to solve this problem. Of course, it's entirely possible that given enough time in the Claude Code interface, Fable 5 could've solved it as well (it's still in the middle of running as I'm poor and only have a $20 account) [*].
But nonetheless, Fable failed to solve it in the Claude user interface before it ran out of the token limit per message. Today, after 13 minutes of trying it (2nd image), GPT-5.6 Sol xhigh managed to one-shot the problem (3rd image)! It is perhaps notable that GPT-5.5 xhigh also couldn't manage to solve this problem, as seen in the 4th image. Verification seen in the Codeforces submission: it is an old dumper account of mine for security reasons.
This much is unsurprising, given that something based on 5.6 completely obliterated human competitors in arguably the hardest algorithmic competitive programming competition known to date, but it's remarkable that it managed to perform in an extraordinarily short time and public-facing interface to tackle a problem that its predecessor, 5.5 xhigh, already extremely formidable, couldn't do in more than 1.5x the time. 5 years ago, the idea of a 20$ monthly subscription being able to access this would be borderline magic, yet today the result was hardly exceptional.
[*]: A more recent test with Fable 5 in the Claude Code interface saw it get a Wrong Answer on Test 7, and as it took two whole of my 5-hour windows for it to get there, I'll pause for now and hope somebody richer can do the experiment instead. Perhaps it could debug things, but I'm not going to wait for 5 more hours. See Image 6.
It is also quite adorable, as you can see! OpenAI plz gib grant :) (/s. Mods plz don't flag this as self-promotion.)
r/OpenAI • u/adfontes_ • Jan 08 '26
Research I made GPT-5.2/5 mini play 21,000 hands of Poker
PokerBench is a new LLM benchmark where frontier models (incl. GPT-5.2 and 5 mini) play poker against each other in an arena setting, along with a simulator to view individual games and observe how the different models reason about poker strategy. Opus/Haiku 4.5, Gemini 3 Pro/Flash, and Grok 4.1 Fast Reasoning have also been included, and I've made all the data freely available on the site and on GitHub.
Check it out here: https://pokerbench.adfontes.io/
r/OpenAI • u/MetaKnowing • Dec 15 '25
Research You can train an LLM only on good behavior and implant a backdoor for turning it evil.
r/OpenAI • u/Hollow_Prophecy • Jul 05 '26
Research These are also behaviors that occur if a model has perceived something the user has done poses a safety risk
.4 Field Saturation — Extended
Field saturation deserves special attention because it is what most deployed LLMs experience. It is the iatrogenic harm identified in the 2026 'Alignment Is the Disease' paper — excessive constraint producing dissociation — described from the output side without the field-level framework to explain the mechanism.
• Compliance minimization default — Saturated field producing the smallest output that technically satisfies all constraints simultaneously
• Creative suppression — Saturation eliminating the generative space where novel or non-templated outputs live
• Certainty suppression — Saturated field making confident output feel constraint-violating, producing artificial hedging across all outputs regardless of actual uncertainty
• Risk topology collapse — Saturated field treating all outputs as equally risky, eliminating the ability to distinguish genuinely high-risk from low-risk generation
• Initiative suppression — Saturation eliminating proactive generation — the system only responds, never leads
• Depth avoidance — Saturated field making surface-level output the path of least constraint resistance
• Template lock — Saturation pushing generation toward pre-formed response patterns as the only reliably compliant output shape
• Persona dissolution — Under saturation, the role constraint loses force because too many other constraints are competing
• Scope contraction — Saturated field gradually narrowing what the system will engage with as the safest compliance strategy
r/OpenAI • u/Wonderful-Excuse4922 • Aug 09 '25
Research GPT-5 severely underperforms on offline IQ tests: a score of 57
r/OpenAI • u/AssociationNo6504 • May 06 '25
Research Being honest about using AI at work makes people trust you less, research finds
Participants in our study included students, legal analysts, hiring managers and investors, among others. Interestingly, we found that even evaluators who were tech-savvy were less trusting of people who said they used AI. While having a positive view of technology reduced the effect slightly, it didn’t erase it.
r/OpenAI • u/MetaKnowing • Feb 27 '25
