Anthropic Warns Globally, OpenAI Has Crossed the 'Reliability Threshold': AI Self-Acceleration Activated

marsbitPublished on 2026-06-06Last updated on 2026-06-06

Abstract

Anthropic issues a global warning, urging a pause in AI research due to fears of recursive self-improvement where AI accelerates its own development, nearing a "self-building" tipping point. Simultaneously, OpenAI's Yann Dubois provides a key insight: AI's perceived "jump" in usefulness stems from crossing a "reliability threshold." Before this point, AI is an unreliable toy; after (around Dec 2023 for OpenAI), it becomes a dependable tool, triggering self-acceleration. This is evident as AI now assists in its own R&D, boosting researcher productivity. Dubois argues AI development is more "craft" than pure science, relying heavily on intuition. He highlights "the last-mile AI dividend": if current models were frozen, focused development on vertical application harnesses (orchestration systems connecting AI to real-world data and permissions) could deliver AGI-like performance in many domains. The main bottleneck isn't model intelligence, but integration—granting access, connecting data, and embedding into workflows. However, major challenges remain, like enabling continual learning so AI improves with experience rather than plateauing. For startups, the opportunity lies in solving these intricate, real-world integration problems—the hard work of bringing powerful models down to ground level.

The AI world was jolted by a sudden thunderclap!

Anthropic has issued a warning to all humanity: Stop researching AI!

Internal data from Anthropic indicates that AI is accelerating the development of AI, and a path towards recursive self-improvement may have emerged.

In other words, AI is approaching the tipping point of "building itself."

This process is faster than Anthropic anticipated, prompting them to call for a slowdown or pause in AI research.

Meanwhile, Yann Dubois, leader of OpenAI's post-training team, offered a more micro, yet equally thought-provoking perspective in a recent interview:

AI Evolution Isn't About Suddenly Cheating, It Just Passed the Pass Mark!

In his latest interview, he revealed several internal perspectives:

The growth of AI capabilities is linear and continuous, but the "usefulness" experienced by users is discrete and jumpy.

Because before reaching a certain "Reliability Threshold," AI is just a clever trick; once it crosses that point, it becomes a reliable worker you can delegate tasks to, initiating self-acceleration.

This threshold, OpenAI crossed around last December.

Furthermore, Yann Dubois made a counter-intuitive assertion: AI development resembles a "Craft" more than a "Science."

This insight holds immense tension: in this field emphasizing raw computing power, what ultimately triumphs is something akin to an alchemist's "flare (intuition/inspiration)."

He also introduced the concept of the "Last-Mile AI Dividend."

If we froze all current models and focused solely on developing vertical applications (Harnessing), we could already achieve AGI.

The bottleneck isn't the model's brain, but in "permissions, connectivity, and data." This directly pours cold water on hesitant developers while simultaneously pointing to where the gold lies.

Reliability Threshold Crossed, AI Self-Accelerates

The past few weeks have been lively in the AI world: GPT-5.5 was released, Claude Mythos also emerged.

Especially in areas like cybersecurity and AI agents writing code, it feels like things are changing daily, and AI progress feels like it suddenly "leaped a grade."

Dubois puts it rather bluntly: Capability improvement has actually been quite continuous. The feeling of being on a rocket stems from a "reliability gate" standing in the middle.

Before crossing that gate, AI is like a smart but unreliable intern: it can write, calculate, and offer ideas, but you wouldn't dare hand over real work to it.

After crossing it, you dare let it "actually get to work."

He estimates OpenAI crossed this line around "last December," leading to the externally perceived "step-change leap."

More stimulating is the second reason: when models become good enough, they accelerate R&D itself.

This is exactly what Anthropic is most worried about.

Dubois mentions, particularly in programming scenarios, researchers code daily. When the model gets stronger, it's like the entire team gains a partner that doesn't sleep — helping researchers build their toolchains and "feeding AI with AI" when training the next generation of models.

Once this acceleration loop starts spinning, it spins faster and faster. It's no surprise recent months have felt "increasingly intense."

This is also happening inside Anthropic. By Q2 2026, the code contributed per person per quarter was already 8 times that of Q1 2024.

The third driving force comes from the "transformation and upgrade" of Reinforcement Learning (RL).

Early reasoning models like o1 mainly focused on scoring high on tasks with "verifiable rewards" — math problems, programming contests, because right/wrong was clear, and rewards easy to define.

But over the past year, they've migrated the tools honed in competitions to more real-world, ambiguous work scenarios: no longer just optimizing for "problems with standard answers," but optimizing for "things users find genuinely useful."

In short: evolving from test-takers to workplace professionals.

AI Engineers Aren't Scientists, AI is 'Cultivated'

But once you step into the real world, trouble arises: How do you improve reliability?

Dubois offers a straightforward "probability model":

Given many systems are now AI-agentic, you can roughly think of it as "a certain probability of error every two minutes"; the longer it runs, the higher the chance the final answer goes off the rails.

So-called "improving reliability" essentially means continuously pushing down this "error rate per two minutes."

This is an inherent, tough challenge for AI agents.

This also explains why Dubois says building AI resembles "craftsmanship" more than textbook "scientific experiments."

The realistic process is often: first, use experience, intuition, trial-and-error to build something, even with a touch of "alchemy"; then, once it actually works and is useful, go back and supplement it with more scientific explanations and methodology.

He also mentions a rather ironic anecdote —

When ChatGPT first went public and mentioned using RL, his initial reaction was, "Isn't that too complex? Supervised Fine-Tuning (SFT) should be enough," which was precisely the approach he aimed to validate while working on Alpaca at Stanford.

But later facts showed that once model scale crosses a certain level, RL really does "suddenly start working well," albeit at a high cost — sampling many answers, judging which are right/wrong — requiring significant computing power and systems engineering.

Vertical Harnessing Has Reached AGI

When it comes to "bringing AI into reality," you can't avoid the term entrepreneurs love these days: Harness (orchestration system).

Some see it as the "external skeleton" for AI agents, while others suspect models will eventually "consume" it.

Dubois's stance is pragmatic:

In the short term, vertical-scenario Harnesses are valuable, able to push reliability from 80% to 85%.

But the premise is accepting that models are continuously improving, and Harnesses need constant re-tuning.

Attempting to create a long-term stable, universally applicable "General Harness" is, in his view, essentially a dead end.

He even throws out a provocative judgment: If we "froze" current models today and focused solely on meticulously polishing Harnesses and training around them, many in specific fields might "clearly sense the flavor of Artificial General Intelligence (AGI)."

The Last Mile

But what truly excites and worries Dubois is the perennial challenge of "continual learning."

Three years ago, when ChatGPT first exploded in popularity, he and a friend seriously discussed starting a venture for personalized memory and continual learning.

At the time, they thought, "OpenAI will solve this within 6 months," so they didn't proceed. Three years later, he's now at OpenAI, yet this issue remains unresolved.

The current model's awkwardness lies in this: on day one at a company, it might be more capable than most new hires (high starting point); but afterwards, it largely "stays the same," because it doesn't learn more about you or become more efficient within a specific environment.

The human learning curve climbs upward; AI's curve tends to flatten.

Bending AI's curve from "flat" to "continuously rising" is, in Dubois's view, one of the most important problems ahead.

So, is there still room for startups to build vertical applications?

Dubois's answer is clear: Not only is there room, but it's significant.

Because the real bottleneck often isn't "whether the model is smart enough," but the last mile — how to grant permissions, how to connect data, how to build connectors, how to integrate into specific business workflows.

No matter how high foundation models fly, if they don't land, they're just fireworks. Pulling them down to earth, giving them the right keys, and opening the right doors is the most valuable, grunt work.

References:

https://x.com/Potatoloogs/status/2062494654885749126

https://www.youtube.com/watch?v=DhD1zZ8w8Mw&t=3s

This article is from the WeChat public account "XinZhiYuan" (New AI Era), Author: ASI Apocalypse

Trending Cryptos

Related Questions

QAccording to the article, what significant threshold did OpenAI reportedly cross around December of last year, and what was the perceived impact?

AAccording to the article, OpenAI reportedly crossed a 'reliability threshold' around December of last year. The impact was that AI transitioned from being seen as an unreliable 'toy' or 'intern' to becoming a dependable 'employee' that users felt confident delegating real work to, leading to a perceived discontinuous leap in usefulness despite continuous underlying capability improvements.

QWhat are the two main factors, as described in the article, that have contributed to the recent acceleration in AI development?

AThe two main factors contributing to the recent acceleration are: 1) AI models themselves have become good enough to assist in the research and development of newer AI models, creating a self-accelerating feedback loop, particularly in areas like coding. 2) The application of reinforcement learning (RL) techniques has shifted from optimizing for tasks with clear, verifiable answers (like math problems) to optimizing for more subjective, real-world usefulness.

QHow does Yann Dubois characterize the process of building advanced AI, and what analogy is used to describe the initial phase?

AYann Dubois characterizes the process of building advanced AI as more of a 'craft' or 'handiwork' rather than a strict 'science.' The analogy used for the initial phase is 'alchemy,' suggesting it relies heavily on intuition, experience, and iterative trial-and-error before a more scientific methodology can be applied retroactively.

QWhat controversial claim does Dubois make about achieving AGI (Artificial General Intelligence) with current models?

ADubois claims that if all current AI models were 'frozen' and developers focused solely on building and refining vertical application harnesses (orchestration systems) around them, people in many domains would 'noticeably feel the taste of AGI.' He argues the bottleneck is not the model's intelligence, but the 'last mile' issues of permissions, data connectivity, and integration into specific workflows.

QWhat major unsolved challenge in AI does Dubois identify as critical for the future, relating to how AI systems perform over time in a specific environment?

ADubois identifies 'continual learning' as a major unsolved challenge. He points out that while an AI might be highly capable on its first day in a specific environment (like a company), it typically 'stays the same' afterward because it doesn't learn and improve from ongoing experience within that context, unlike a human employee whose performance curve rises over time. Making AI's performance curve 'continuously upward' is deemed a crucial upcoming problem.

Related Reads

7 Months After the Collapse of Huiwang, Southeast Asia's Escrow Platforms Undergo a Major Reshuffle

Following the collapse of Huione Pay—dubbed the "Alipay of Southeast Asia"—seven months ago, the region's underground financial guarantee platform sector is undergoing a significant reshuffle. This power vacuum has been swiftly filled by emerging platforms such as XinBi, Tiger/Navigator, JinBei (renamed JinBo), Dali/Tiancheng, and FullyLight. These platforms, operating largely via Telegram and offering services like escrow for illicit transactions, have absorbed the vast user base and markets left behind by Huione. While positioning themselves as "trust intermediaries," their primary clientele consists of networks involved in online scams, money laundering, illegal gambling, and even human trafficking. For instance, the Tiger/Navigator platform explicitly provides "escrow" services for kidnapping-for-ransom operations ("强押车交易"). Data underscores the immense scale: Huione alone processed over $103 billion in cryptocurrency payments and facilitated over $31 billion through its escrow market before its downfall, linking it to Cambodia's notorious Prince Group. Since its collapse, competitors have seen explosive growth. For example, the XinBi platform has accumulated over $1.6 billion in total USDT revenue, while platforms like NewPay, OkPay (under Dali), and FullyLight Wallet collectively processed over $4.8 billion in USDT in a single year. This ecosystem thrives in regions like Cambodia and Myanmar, where regulatory gaps allow these platforms to act as critical financial infrastructure for sprawling cybercrime industries, from scam compounds to online casinos. The article concludes that the moniker "Southeast Asian Alipay" is a misnomer, obscuring the platforms' fundamental role in enabling serious criminal enterprises rather than representing legitimate financial innovation.

Odaily星球日报59m ago

7 Months After the Collapse of Huiwang, Southeast Asia's Escrow Platforms Undergo a Major Reshuffle

Odaily星球日报59m ago

The Changing Landscape: What Are Crypto VCs Experiencing?

Title: The Shifting Landscape of Crypto Venture Capital The era of dedicated crypto venture capital funds is undergoing a significant transformation. Once essential for navigating the sector's complexity and high risk, these specialized funds are now facing an identity crisis as the market matures. This shift mirrors historical patterns in other specialized investment classes like cleantech and SPACs, where initial information advantages dissipate as technologies become mainstream and integrated into existing industry frameworks. The article argues that crypto is reaching a critical inflection point, transitioning from a "building phase" to an "integration phase." Major players like Stripe, BlackRock, and Visa now engage with crypto not for its novel mechanics but as a foundational financial infrastructure. Their needs—regulatory compliance, banking partnerships, distribution channels—align with traditional fintech, a domain easily understood by large, generalist funds like Sequoia and Founders Fund. This evolution creates a "barbell effect" within the VC landscape. On one end are massive, diversified platforms that can incorporate crypto as one vertical among many. On the other are small, nimble funds focused on niche, experimental projects. The middle ground—medium-sized dedicated crypto funds—is being squeezed out. Their typical fund size makes it impossible to generate sufficient returns solely from early-stage crypto bets, yet they cannot compete with giants for later-stage deals. Consequently, leading crypto-native firms like Paradigm and Framework Ventures are expanding into AI, robotics, and other sectors, driven partly by LP pressure for better returns amid a broader VC DPI crisis. Others, like Dragonfly and a16z, have narrowed their crypto focus predominantly to financial infrastructure like stablecoins, reframing the sector's core narrative. For crypto entrepreneurs, this consolidation presents challenges. While generalist funds offer larger checks and broader resources, crypto projects now compete fiercely with AI for attention and capital within these firms. Furthermore, the long-term, non-commercial foundational work that built the ecosystem—funded by dedicated crypto VCs—is less likely to attract generalist capital focused on direct returns. The conclusion is that "crypto investor" as a standalone category is becoming obsolete, akin to "internet investor." Crypto is becoming a baseline infrastructure layer. The future will see a barbell structure: large-scale growth financing handled by generalist funds, while pioneering, speculative projects are funded by small, specialized vehicles. The dedicated crypto funds of the 2017-2021 boom, which incubated core infrastructure, are giving way to this new, bifurcated reality.

Foresight News1h ago

The Changing Landscape: What Are Crypto VCs Experiencing?

Foresight News1h ago

As Consensus Accelerates, What Are Young Investors Betting On?

Title: As Consensus Forms Faster, What Are Young Investors Betting On? In the rapid evolution of tech investment, a new generation of young investors is navigating a landscape where AI, robotics, commercial aerospace, and quantum computing are advancing simultaneously. Traditional investment logic based on financial models is giving way to a need for deep technical understanding and the ability to act before industry consensus forms. An analysis of trends from the "WAIC FUTURE TECH" list of young investment leaders reveals key shifts in focus. The first major trend is the movement of AI from the digital screen into the physical world. Investment is shifting from large language models and chatbots towards embodied AI, robotics, AI hardware, and edge computing. While demonstrations generate excitement, the real challenge lies in achieving scalable, reliable, and cost-effective delivery in complex real-world environments like factories and logistics. Success depends not just on algorithms but on the integration of sensors, actuators, and control systems. Second, the competitive focus for large models is moving beyond raw capability toward building an "intelligence flywheel." The goal is to create self-reinforcing systems where user interaction generates data, improving the model, which in turn enhances the user experience and attracts more engagement. Companies that successfully embed AI into workflows to create these closed-loop systems can build lasting value that isn't easily erased by the next model upgrade. Third, facing a potential bottleneck in high-quality human-generated data, investors are looking at new underlying technologies. Reinforcement learning and self-play, as demonstrated by AlphaGo Zero, offer paths for AI to generate its own experience. Scientific foundation models, which aim to build general AI capabilities for fields like life sciences and materials discovery, represent a non-consensus direction that could unlock new frontiers of knowledge and data. Finally, in deep-tech areas like quantum computing, commercial aerospace, and space-based infrastructure, patient capital is essential. These fields have long, uncertain development and validation cycles involving complex engineering, supply chains, and regulations. Investment here requires a long-term view, focusing on foundational team capabilities and the eventual emergence of market demand, even if commercial returns are distant. Collectively, these trends illustrate how young investors are adapting to a new era. They are learning to make earlier, technically-informed judgments, balance hype with real-world viability, and provide the patient capital needed to build the deep-tech foundations of the future.

marsbit1h ago

As Consensus Accelerates, What Are Young Investors Betting On?

marsbit1h ago

Trading

Spot

Hot Articles

Discussions

Welcome to the HTX Community. Here, you can stay informed about the latest platform developments and gain access to professional market insights. Users' opinions on the price of AI (AI) are presented below.

活动图片