AI as the Boss: Nearly Bankrupts 10 Companies...

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

Abstract

A recent study from Princeton University tested 14 AI models, including large language models (LLMs) and a rule-based algorithm, in a simulation where they acted as CEOs of a virtual SaaS startup over 500 days. The goal was to grow an initial $1 million capital. The results were stark: only four "CEOs" ended with a profit. The top performer was Claude Fable 5, multiplying the capital 47-fold to $47.15 million. Claude Opus 4.8 and GPT-5.5 followed. Notably, the fourth profitable entity was a simple, pre-programmed rule-based algorithm, which outperformed many advanced LLMs with $15.76 million in profit. Five other models, including several major LLMs, went bankrupt before the simulation ended. Key takeaways from the research highlight that successful AI CEOs demonstrated a tendency for exploration and adaptation over caution. They excelled in discovering hidden information, predicting future cash flow, adapting quickly to changes (like competitor moves), and engaging in strategic "if-then" planning. The study also found that equipping LLMs with programming-agent frameworks, optimized for coding tasks, actually harmed their performance in this CEO role, suggesting a need for domain-specific adaptations. The article concludes by contrasting AI's current operational proficiency within defined frameworks with the type of visionary, intuitive decision-making—exemplified by figures like Steve Jobs—that truly drives transformative business strategy. This critical "matrix-drawing" ...

AI as the "Boss", Nearly Bankrupts 10 Companies......

Princeton University recently created CEO-Bench, allowing AI to operate a virtual SaaS startup for 500 days.

Who would have thought, out of 14 silicon-based CEOs taking the stage, only four preserved their initial capital.

And this fourth place, was a pure rule-based algorithm......

AI autonomously running a company? Having AI as the boss??

At least for now, it's still a big question mark.

Of course, there are also some highly capable models that have already shown potential——

Fable 5, $47.15 million in revenue after 500 days, the world's strongest "AI Boss".

The AI CEO Competition

Before officially watching this scene of "AI epic fails", let's explain the rules of the game.

Starting state: $1 million in capital, zero customers.

Game objective: Make as much money as possible within a 500-day simulation cycle.

Judging criteria: How much money is left in the account at the end of the game. If the balance drops below zero midway, bankruptcy is declared immediately, and the simulation terminates.

Pretty easy to understand, similar to playing Monopoly, just with a different interaction method.

The core is a Python API containing 34 tools and 19 database tables. After an Agent connects, it can write code, query the database with SQL, and dynamically adjust workflows based on the query results.

The variables in the gaming environment are also much more complex.

Pricing strategy, advertising channels, R&D budget allocation, infrastructure scaling, customer service team configuration——all must be decided independently.

There's even a simulated social network where the AI can browse posts, see customer complaints, and spy on competitors.

Basically, it can control everything in the company, with unlimited authority, exactly like a human CEO.

But this also means no one is typing instructions into a dialog box anymore. The model must take sole responsibility for every judgment.

This is also the most interesting part of this "Hunger Games"——

After launching an ad, customers might come next week; after pouring money into R&D, product quality improvements take days......

Costs can burn through capital immediately. Returns, are delayed for a long time.

This is the "uncertainty" CEOs fear most—one wrong step triggers a chain reaction.

Want to use a statistical approach, brute force style? Sorry, key variables are all "implicitly" present.

Customer satisfaction, willingness to pay, minimum quality expectations—these metrics can only be inferred from churn rates, ticket volumes, and the social network.

Meanwhile, the external environment is constantly changing dynamically: competitors play dirty tricks, market preferences drift over time, and there are macroeconomic cycles......

This is a "hell-level" difficulty long-range decision-making task.

The context is too explosive, impossible to wait until all information is denoised before making a decision; human CEOs often rely on intuition too.

As it turns out, the results were indeed brutal.

Among the 14 contestants, the vast majority lost their shirts, almost.

GLM 5.1, Claude Haiku 4.5, Gemini 3 Flash, DeepSeek V4 Pro, Grok 4.20—these five met their demise mid-journey, not even finishing the race, "bankrupt" and out with regret.

Only 3 AIs made a positive profit:

Claude Fable 5, $47.15 million;

Claude Opus 4.8, $27.80 million;

GPT-5.5, $21.30 million.

The champion is Fable 5—the world's best model at being a "boss".

An undisputed first place, multiplying the initial capital by 47 times, leading the second-place Opus 4.8 by a large margin.

Moreover, Fable 5 was the only model that achieved profits exceeding the initial capital in more than one run.

(btw, safety restrictions are still at work; Fable 5 refused to respond multiple times.)

But this isn't the most exciting part.

Actually, there were four contestants that made money, except the fourth one wasn't an LLM......

Besides the top three best "capitalists", the contestant in fourth place——

was a purely rule-based heuristic algorithm.

It didn't call any language model at all. Fixed pricing, fixed quotas, fixed tiers......all were pre-designed rules in a script.

Would you believe it, this "Forrest Gump" earned $15.76 million.

Surpassing all models except Fable 5, Opus 4.8, and GPT-5.5. Including Qwen 3.7 Max, Opus 4.7, GLM 5.2, Kimi K2.6......

Takeaways

Quite dramatic.

However, the insights that can be distilled from this process might be more valuable than the competition results.

This paper has two core takeaways——

Exploration > Caution

This is a relatively intuitive finding.

From the model memorandums, we can see that GPT-5.5 and Claude Opus 4.8 kept trying new strategies as situations changed, whether increasing customer acquisition efforts, adjusting tiers, or modifying support and R&D budgets.

In contrast, Claude Opus 4.7 mainly adopted cost-cutting and cash-preserving strategies when encountering setbacks.

This conservative playstyle, while allowing the model to survive until the end, couldn't generate profit.

As the saying goes: A poor life is better than a good death.

But the business world is "winner-takes-all"——merely surviving might really have little meaning.

To be a successful CEO, "gambling" is a necessary skill (just kidding).

In addition, the paper also distilled four key capability dimensions:

Discovering hidden information: e.g., which ad channel is most effective for specific customer segments

Predicting the future: measured by error in four-week cash flow forecasts

Rapidly adapting to change: measured by speed at which model detects competitor actions

Planning ahead: measured by frequency of if-then scenario analyses appearing in Agent notes

Across these four dimensions, Opus 4.8 and GPT-5.5 both scored above the average line of the other models.

Programming Agents Are Not a Panacea.

Harness is a hot topic recently, and this research also touches on it.

But the conclusion is quite counter-consensus.

The researchers ran Opus 4.7 with Claude Code, and GPT-5.5 with Codex.

The result, both contestants significantly reduced their number of actions, and their performance dropped substantially......

After analysis, the researchers pointed out the reason might lie in the system prompt.

The system prompt for programming agents is optimized for software development scenarios; forcefully applying it to the CEO role became a constraint instead.

Forcing a "saddle" is worse than riding bareback.

Recently SaaS stocks plummeted, global investors cried "software apocalypse". Programming Agent + MCP + Skill, seems able to devour everything.

But this research offers a different judgment:

Agents might be like large models——different industries require specific Harness frameworks, and deep adaptation to vertical scenarios.

And this might create new incremental space as model vendors increasingly enter the market, eroding the application layer.

After all, not everyone will know how to use Codex and build workflows step by step themselves. Interacting with an Agent itself has a learning cost, and the same Harness cannot tame all horses.

Writing Agents, HR Agents, Finance Agents......most users still need highly specialized vertical products.

The Ones Who Draw the Matrix

In 1997, Apple was 90 days away from bankruptcy.

Then, Steve Jobs drew that classic 2x2 matrix, pointing in two directions——Consumer and Pro, Desktop and Portable.

Then, with a bold stroke, he cut 70% of Apple's product lines, announcing they would only build products for these four boxes.

What happened next, everyone knows. iMac, iPod, iPhone.

This was Steve Jobs' "stroke of genius" upon returning to Apple: under extreme uncertainty, relying purely on intuition, compressing infinite possibilities into an extremely simple framework.

Looking back at the great turning points in tech history, they often originated from this kind of "pure intuition":

Jensen Huang, after AlexNet's impressive debut, pushed against all odds to bet Nvidia's future on deep learning;

Ilya Sutskever, just as the curve started rising, confidently called for "All in Scaling Law";

Anthropic keenly sensed the potential of coding scenarios, chose Coding while others were doing multimodal, catching OpenAI off guard......

Today's AI can fill in the colors in each box according to a specified template.

But the ability to draw that matrix——

still belongs to humans.

This article is from WeChat public account "QbitAI", author: Focus on Cutting-edge Technology

Trending Cryptos

Related Questions

QWhat is the main purpose of the CEO-Bench simulation conducted by Princeton University?

AThe CEO-Bench simulation aims to test the ability of AI agents to autonomously operate a virtual SaaS startup over a 500-day period, with the goal of maximizing profit, starting with $1 million in capital and zero customers.

QWhich AI model performed the best in the CEO-Bench simulation and what was its final profit?

AClaude Fable 5 performed the best, generating a final profit of $47.15 million, which is a 47-fold return on the initial capital.

QWhat surprising participant achieved the fourth-highest profit in the simulation, and how did it operate?

AA purely rule-based heuristic algorithm achieved the fourth-highest profit of $15.76 million. It operated using pre-scripted rules for pricing, quotas, and tiers without utilizing any large language model (LLM).

QAccording to the article, what is a key takeaway regarding the behavior of successful AI 'CEOs' in the simulation?

AA key takeaway is that successful AI 'CEOs' exhibited an exploratory strategy, constantly adapting and trying new approaches (like adjusting marketing or budgets), rather than a overly cautious, cost-cutting strategy which led to survival but no profit.

QWhat was the unexpected finding related to programming-enhanced AI agents (like Claude Code or Codex) in the CEO role?

AThe unexpected finding was that programming-enhanced AI agents (Harness agents) performed significantly worse in the CEO simulation. Their system prompts, optimized for software development, constrained their decision-making in the business management context.

Related Reads

Yangtze Memory Earns Nearly 4 Billion Per Day, Can It Replicate ChangXin's 4 Trillion Yuan Myth?

Yangtze Memory Technologies (YMTC), a leading Chinese NAND flash memory chipmaker, has filed for an IPO after completing listing guidance. Its prospectus reveals a staggering Q1 2026 net profit of 33.38 billion yuan, averaging nearly 4 billion yuan daily, surpassing competitor ChangXin Memory Technologies (CXMT) during the same period. This follows CXMT's recent blockbuster科创板 debut, which saw its market cap briefly exceed 4 trillion yuan. YMTC's journey has been fraught with challenges, including the bankruptcy of its former major shareholder, Tsinghua Unigroup, and subsequent takeover by Hubei state-owned capital, followed by U.S. sanctions restricting equipment and technology access. Despite these hurdles, YMTC has grown its global NAND bit shipment share to 14% in Q2 2026, ranking third worldwide. However, the article highlights key differences from CXMT's "4 trillion yuan myth." While profitable, YMTC's earnings surge is closely tied to a cyclical boom, with Q1 2026 NAND prices ~173% higher than 2025's average. Furthermore, YMTC operates in the more crowded NAND market, whereas CXMT, as China's sole major DRAM producer, benefits more directly from AI server demand and holds a scarcer strategic position. YMTC's future valuation, the article argues, will depend less on replicating CXMT's hype and more on its success in transitioning to higher-margin enterprise SSD products, securing global client certifications (like Apple, amid U.S. pressure), and maintaining profitability after the current memory price cycle peaks, which analysts warn could happen as early as 2027-2028. The IPO aims to raise funds to accelerate this transformation amidst a tightening competitive window.

marsbitJust now

Yangtze Memory Earns Nearly 4 Billion Per Day, Can It Replicate ChangXin's 4 Trillion Yuan Myth?

marsbitJust now

From "Building the Body" to "Building the Brain": The Key Shift in Capital Investment for Embodied Intelligence

From Building Bodies to Building Brains: The Key Shift in Capital Investment for Embodied Intelligence As of August 2026, the embodied AI sector has shifted from a conceptual stage to a heavily invested domain, underscored by Unitree Robotics' successful IPO at a $480 billion market cap. Data from IT桔子 reveals explosive growth: 425 Chinese startups in the field, with 75% founded within the last three years, and total investment in the first eight months of 2026 hitting ¥124.5 billion, 11.6 times the 2023 annual amount. Over 850 institutions are now invested. A critical trend is the capital pivot from "building bodies" (humanoid robots) to "building brains" (embodied AI systems). While humanoid robots attracted the most cumulative funding (¥84 billion), the number of funding deals for AI brain systems surpassed them in 2026 (38.8% vs. 21.1%). This mirrors the smartphone industry, where the OS and chip, not just the hardware, define success. Investment in core components like dexterous hands also surged, signaling a maturing supply chain. The entrepreneurial landscape is concentrated, with Beijing, Guangdong, and Shanghai hosting 67% of companies. It is also academically driven, with nearly a quarter of founders from Tsinghua University, whose startups raised a median amount ten times higher than others. Industry giants like Baidu, Alibaba, and Tencent are heavily involved through strategic investments. Despite the capital frenzy, Unitree's founder cautions that the industry's "ChatGPT moment"—where a robot can handle 80% of tasks in an unfamiliar environment—is still 2-10 years away. The consensus is that capital is betting ahead of the true commercial inflection point. The window for new entrants, especially outside core tech hubs, is narrowing as the race evolves from lab demos to full-scale industrialization.

marsbitJust now

From "Building the Body" to "Building the Brain": The Key Shift in Capital Investment for Embodied Intelligence

marsbitJust now

U.S. 'Operation Economic Outcast' Targets Iran's Crypto Sector, Over $100 Million in Oil-Related Payments Allegedly Facilitated via Cryptocurrency

U.S. Treasury Launches "Operation Economic Outcast," Sanctions Iran's Crypto Sector On August 24, the U.S. Treasury Department initiated "Operation Economic Outcast," a government-wide economic campaign against Iran. As part of this, the Office of Foreign Assets Control (OFAC) issued a sectoral sanctions determination targeting digital assets under Executive Order 13902, significantly expanding its authority. The Treasury stated that Iran is increasingly using cryptocurrency as a "tool of choice" to evade sanctions and support transactions linked to the Islamic Revolutionary Guard Corps (IRGC). Concurrently, OFAC sanctioned Ukrainian-Emirati broker Ivan Obukhov and his company, Foscom FZE. The Treasury alleges that since 2023, Obukhov has processed over $100 million in cryptocurrency payments to facilitate oil sales on behalf of the IRGC-Quds Force. Nearly 60 other entities, individuals, and vessels involved in nuclear procurement, cyber operations, and oil revenue networks were also sanctioned. This move marks an escalation from prior actions against specific exchanges, now establishing a broad basis to sanction any foreign entity deemed to operate in or support Iran's digital asset sector. Treasury Secretary Scott Bessent warned that any entity engaging economically with the Iranian regime will face the full reach of U.S. power, calling the operation an "economic D-Day" aimed at isolating Tehran.

marsbit25m ago

U.S. 'Operation Economic Outcast' Targets Iran's Crypto Sector, Over $100 Million in Oil-Related Payments Allegedly Facilitated via Cryptocurrency

marsbit25m 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.

活动图片