OpenAI's New Models Can Actually Think. But They Won't Show You How.
The o1 and o3 reasoning models represent a massive leap in AI capabilities. They plan, reason, and solve complex problems. So why is OpenAI hiding how they think? Let's unpack the transparency debate.
There's a moment when using OpenAI's o1 model that genuinely makes you pause.
You ask it a complex problem. Instead of immediately spitting out an answer like ChatGPT, it... thinks. For seconds. Sometimes minutes. You can watch a progress indicator as it works through the problem. Then it delivers an answer that's noticeably better than what you'd get from standard models.
It feels different. Because it is different.
OpenAI's o1 and o3 reasoning models represent something we haven't really seen before in AI: systems that actually reason through problems step-by-step before responding. They plan. They check themselves. They think about thinking.
But here's the controversial part: OpenAI won't let you see how they think. And that decision is causing a massive debate about transparency, safety, and what we should expect from AI systems that are increasingly making important decisions.
Let me break down what's actually happening here, because it's both more impressive and more concerning than most headlines suggest.
What Makes Reasoning Models Different
Let's start with how traditional AI models work, models like ChatGPT-4, Claude, or Gemini.
When you ask them a question, they generate responses token by token (think of tokens as word chunks). Each token is predicted based on the previous ones, using patterns learned from training data. It's incredibly impressive, but fundamentally, they're producing output immediately based on pattern matching.
They don't really "think" about the problem first. They just start answering.
The o1 and o3 models? Completely different approach.
These models use something called chain-of-thought reasoning. Before generating the final answer, they go through an internal reasoning process: breaking down the problem, considering different approaches, checking their logic, sometimes even catching their own mistakes and correcting course.
Think of it like this:
Regular AI: "What's 157 × 23?" → Immediately outputs "3,611"
Reasoning AI: "Okay, 157 × 23... let me think. 157 × 20 is 3,140. Then 157 × 3 is 471. Add those together... 3,611. Let me verify that makes sense..."
One relies on training data patterns. The other actually works through the logic.
The Performance Gap Is Real
I know what you're thinking: "Okay, but does this actually make a meaningful difference?"
Short answer: Yes. Significantly.
OpenAI's o1 model ranks in the 89th percentile on competitive programming questions (Codeforces). It performs at the level of PhD students on physics, chemistry, and biology problems. In math competitions, it's solving problems that stump most humans.
But here's what really impressed me: It's not just about getting the right answer. It's about the quality of reasoning.
I watched a demonstration where someone asked o1 to analyze a complex business scenario with multiple competing priorities. The model didn't just give a recommendation. It explicitly discussed trade-offs, acknowledged uncertainties, and explained why it weighted certain factors over others.
That's not pattern matching. That's reasoning.
For content creators and marketers, this has huge implications. Reasoning models can:
- Analyze complex campaigns and explain exactly why certain elements succeeded or failed
- Plan multi-step strategies that account for changing variables and potential obstacles
- Debug problems by systematically working through possible causes rather than guessing
- Make nuanced decisions that require balancing conflicting priorities
This isn't just "better ChatGPT." It's a fundamentally different capability.
The Chain-of-Thought Nobody Can See
Here's where things get controversial.
These reasoning models generate what's called a "chain of thought," the internal reasoning process they use before arriving at an answer. For o1, this can be thousands of reasoning tokens as the model works through the problem.
You'd think OpenAI would show users this reasoning process. It would be valuable, right? Seeing how the AI approached the problem, what it considered, where it had doubts?
Instead, OpenAI hides it.
When you use o1, you get a summary of the thinking process, a high-level overview written by the model itself. But the actual raw chain of thought? That's hidden. And OpenAI's terms of service explicitly forbid trying to extract it. Violate that rule, and you might lose access entirely.
Their explanation? A mix of user experience, competitive advantage, and safety concerns.
Let me translate that: "It's messy, we don't want competitors copying it, and we're worried about what people might do with full reasoning transparency."
The developer community's reaction? Mixed, to put it mildly.
The Transparency Debate
One side argues: "If AI is making decisions that affect us, we deserve to see the reasoning."
This perspective makes total sense. Imagine you're using AI to help with medical diagnoses, legal research, or financial planning. Shouldn't you see exactly how it reached its conclusions? Shouldn't experts be able to audit the reasoning process?
When doctors make diagnoses, we can ask them to explain their thinking. When judges make rulings, they write opinions explaining their logic. Why should AI be different?
A researcher I spoke with put it this way: "We're creating increasingly powerful AI systems and asking people to trust them without transparency. That's not a recipe for responsible deployment. It's a recipe for disaster."
The other side counters: "Raw reasoning chains are too messy and could be dangerously misused."
OpenAI's position is that the raw chain-of-thought is often incoherent, includes false starts and dead ends, and doesn't actually help users understand the final reasoning. The summary, they argue, is more useful.
Plus, they worry about "jailbreaking"—people using the raw reasoning to figure out how to manipulate the model or bypass safety features. And competitively, showing the full reasoning process would reveal proprietary techniques.
Both arguments have merit. Which makes this so frustrating.
The DeepSeek Catalyst
In early 2025, something interesting happened. DeepSeek, a Chinese AI company, released R1, a reasoning model that shows users its full chain of thought. No summaries. No hiding. Complete transparency.
The AI community went nuts. Developers loved it. They could see exactly how the model reasoned, debug when it went wrong, and learn from its approach.
And suddenly, OpenAI was on the defensive.
On February 6, 2025, OpenAI announced an update to the o3-mini model with enhanced transparency. The chain-of-thought trace would show more detail, not raw tokens, but a more detailed version of the reasoning process.
It was a compromise. Not full transparency, but movement in that direction.
One AI researcher told me, "Competition drove more transparency than years of developers asking for it. That's frustrating but also revealing about what actually motivates these decisions."
What This Means for Transparency Going Forward
Here's what I find interesting: We're having this debate now, in 2025, with relatively narrow AI systems. What happens when these reasoning models get more capable?
Imagine a future where AI handles:
- Loan approvals (with reasoning about creditworthiness)
- Hiring decisions (with reasoning about candidate fit)
- Medical treatment plans (with reasoning about diagnosis and treatment options)
- Legal arguments (with reasoning about case precedents and strategies)
Do we accept "trust the black box" in those scenarios? Or do we demand transparency?
The stakes get higher as capabilities increase. Which is why this debate matters so much.
The Technical Challenge Nobody Talks About
Here's an angle that doesn't get enough attention: Making reasoning truly transparent is technically hard.
These models generate thousands of reasoning tokens. Those tokens often don't form coherent sentences. They're internal representations that make sense to the neural network but look like gibberish to humans.
It's kind of like asking someone to explain their intuition. You know something, but articulating the exact cognitive process that led you there? That's surprisingly difficult.
One AI safety researcher explained it to me this way: "We're asking AI to translate its internal reasoning into human-understandable explanations. But that translation itself requires AI capabilities we're still developing. It's turtles all the way down."
So even if OpenAI wanted full transparency, delivering it in a way that's actually useful is legitimately challenging.
That doesn't excuse hiding everything. But it does add nuance to the conversation.
How to Use Reasoning Models Effectively (Despite Limited Transparency)
Okay, practical advice time. If you're using o1 or o3 for content creation, strategy development, or problem-solving, here's how to get the most value despite limited transparency:
1. Test the reasoning with edge cases
Don't just accept the answer. Ask the model about edge cases and corner scenarios. If the reasoning is sound, it should handle variations well. If it falls apart, that's a red flag.
2. Ask for explicit explanations
Prompt: "Before answering, explicitly list the assumptions you're making and the factors you're weighing."
You won't get the raw chain of thought, but you can coax the model into explaining its approach.
3. Use reasoning models for complex, multi-step problems
Don't waste o1 on simple questions. It's slower and more expensive. Use it when you genuinely need step-by-step reasoning: strategic planning, debugging complex issues, analyzing nuanced situations.
4. Verify with traditional models
For important decisions, cross-check with other AI systems. If o1, ChatGPT, and Claude all reach similar conclusions through different approaches, confidence increases.
5. Remember: It's a tool, not an oracle
Even with superior reasoning, these models make mistakes. Treat them as incredibly sophisticated assistants, not infallible experts.
The Bigger Picture: What "Thinking" AI Actually Means
Let's zoom out for a minute.
We're crossing a threshold where AI systems don't just predict the next word. They actively reason through problems. They plan multiple steps ahead. They catch their own errors.
That's genuinely new. And it raises questions we're not prepared to answer.
If an AI can reason through problems, does it have some form of understanding? Is it genuinely "thinking" or just simulating thinking? And does that distinction matter for practical purposes?
I don't have answers. I'm not sure anyone does yet.
But I know this: The capabilities are advancing faster than our philosophical frameworks for understanding them. We're building systems that think before we've fully defined what thinking means.
That's either exciting or terrifying, depending on your perspective. Probably both.
What Content Creators Need to Know
If you're creating content, developing strategies, or solving complex problems, reasoning models change the game in a few specific ways:
The Good: You now have access to AI that can work through complex challenges systematically. It's like having an incredibly smart consultant available 24/7.
The Limitation: That consultant won't show you all their work. You get conclusions and summaries, but not the full reasoning process.
The Strategy: Learn to prompt effectively for reasoning. Ask for step-by-step breakdowns. Request explicit consideration of alternatives. Push the model to show its logic, even if you can't see the raw chain of thought.
The Reality: This is better than what we had before, but it's not fully transparent. Adjust expectations accordingly.
Where This Goes Next
OpenAI has hinted that future models might offer more transparency options, perhaps letting users choose between fast/opaque responses and slower/more transparent reasoning.
That would be progress. But it still leaves open questions about:
- How much transparency is enough?
- Who decides what users can see?
- What happens when AI reasoning becomes too complex for humans to follow even when fully revealed?
- How do we audit AI decisions in critical domains?
These questions don't have easy answers. But we need to keep asking them.
My Honest Take
After spending weeks with these reasoning models, here's what I've concluded:
The technology is genuinely impressive. The fact that AI can now systematically work through complex problems is a major advancement. For practical applications, o1 and o3 are noticeably better than previous models for reasoning-intensive tasks.
The transparency limitations are concerning. Not dealbreakers, but legitimate issues. We should keep pushing for more openness, especially as these systems get deployed in higher-stakes scenarios.
The perfect is the enemy of the good. Would full transparency be better? Yes. Is the current compromise—better reasoning but limited visibility—still valuable? Also yes.
We can appreciate the advancement while advocating for improvement. Those aren't contradictory positions.
The Uncomfortable Truth
Here's what keeps me thinking:
We're building AI systems that think in ways we can't fully observe. They're making increasingly important decisions. And we're accepting "trust us, the summary is good enough" as the transparency standard.
That's a choice. Maybe it's the right choice given the technical challenges and competitive pressures. Maybe it's not.
But we should at least acknowledge that we're making it.
As these reasoning models become more capable and more widely deployed, the transparency question becomes more urgent. Today, it's about explaining how AI solved a coding problem. Tomorrow, it might be about explaining why AI recommended a medical treatment or denied a loan application.
The time to establish norms and expectations is now, while the stakes are still relatively low.
What You Can Do
If you care about AI transparency (and you probably should), here's how to make a difference:
1. Demand explanations: When using AI tools, ask for detailed reasoning. Support products that provide transparency.
2. Support open alternatives: Models like DeepSeek's R1 that prioritize transparency deserve attention and adoption.
3. Advocate for standards: Push for industry standards around AI transparency, especially in high-stakes applications.
4. Stay informed: This landscape changes monthly. Follow developments, read critiques, engage with the debates.
5. Share experiences: When AI reasoning helps (or fails), document and share those stories. Real-world examples drive better policy.
The future of AI transparency isn't determined by tech companies alone. It's shaped by what users demand, what regulators require, and what the market rewards.
Your voice matters in that conversation.
Final Thoughts
We're living through something remarkable: The development of AI that can genuinely reason through complex problems. That's worth celebrating.
We're also living through the normalization of AI opacity: Systems that think in ways we can't fully see. That's worth questioning.
Both things can be true simultaneously.
The o1 and o3 models represent incredible technical achievements and legitimate transparency concerns. They're powerful tools and black boxes. They're the future of AI and a problem we're still figuring out how to solve.
Welcome to 2025, where the AI can think but won't show you how. It's impressive, useful, concerning, and complicated. Pretty much like everything else in the AI world right now.
The question isn't whether reasoning AI is coming. It's already here. The question is whether we'll demand the transparency needed to use it responsibly.
I'm optimistic we'll figure it out. But we've got work to do.
Have you tried OpenAI's o1 or o3 models? What's your take on the transparency debate? Does it matter if you can't see the full reasoning process? Let's discuss in the comments.
Open the tool.
Free with daily credits. The right tool for what you just read.
Related reading
Other articles
ai-prompts
How Gemini Omni Changes the Way You Write Short-Form Video Prompts
Google launched Gemini Omni at I/O 2026. It accepts image, audio, video, and text as one prompt and writes video from that input directly. Here is what that changes for short-form creators.
11 min read
tools-tutorials
JPEG XL Is Back in Chrome. Here Is What That Changes for Web Images
Chrome removed JPEG XL in 2023. In February 2026 it quietly came back. The default-on flip is coming, and it changes which image formats you should serve.
11 min read
tools-tutorials
How PDF Compression Works in the Browser, and When Each Level Helps
A practical look at why PDFs get bloated, what compression actually changes inside the file, and how to pick a quality level. With real numbers from a browser-based tool.
10 min read