Business Arena: Benchmarking LLM Agents in a Realistic Marketplace
让15个顶尖AI智能体各自经营一家跨境网店,结果最好的模型最终净资产是最差模型的9倍
Business Arena是一个让AI智能体独立经营跨境批发网店的测试环境,数据基于阿里巴巴国际站真实采购信息以及经过权威来源校准的关税和市场条件。研究团队在相同条件下评测了15个顶尖模型,平均最终净资产从约20,856美元到188,488美元不等,相差9倍,超过一半的运行最终亏损。即便表现最好的模型也明显落后于人类设计的专家策略,因此研究团队没有只看最终分数,而是用技能层面的指标和逐个动作的归因分析来解释每个模型成功或失败的原因。
METAL LAB 解读图
Business Arena的评测流程
证据状态已报告实测结果
- 构建真实市场基于阿里巴巴国际站真实采购数据,结合经过校准的关税和需求条件,搭建跨境批发市场。
- 智能体长期经营15个模型使用60多种工具,在长时间跨度内处理采购、定价、广告、客服、合规和财务。
- 与专家策略对比以只使用智能体可见信息的人类设计策略为基准,估算市场中实际存在的机会规模。
- 技能与动作层面诊断将最终净资产拆解为技能层面指标和逐动作归因,揭示具体的强项、弱项以及盈亏的产生原因。
- 机制消融验证将预期行为与忽视策略、走捷径策略对比,确认高分反映的是真实的商业判断力。
他们做了什么
- 研究团队搭建了Business Arena,让智能体在长时间跨度内向供应商采购、向买家销售,经营一家跨境网店,商品、供应商报价、价格、最小起订量和交货周期均来自阿里巴巴国际站真实商品信息,需求周期、关税等市场条件则依据权威来源校准。
- 环境提供了60多种工具,覆盖市场调研、采购、库存、定价、广告投放、客户服务、合规和财务管理等全流程,让智能体自主决策和行动,而市场本身会因竞争对手调价、需求变化和供应中断持续演变,不受智能体行动影响。
- 研究团队在完全相同的世界条件下评测了15个顶尖模型,包括GPT-5.6 Sol、GPT-5.5、Claude Fable 5、Opus 4.6/4.8、Gemini 3.1 Pro/3.5 Flash、Qwen 3.7 Max等商用模型,以及GLM-5.2、Kimi K2.6/K3、DeepSeek V4 Pro、MiniMax M2.5/M3、Qwen-3.8-Max-Preview等开源权重模型,每个模型运行十次。
- 由于单一的最终净资产分数无法解释模型为何成功或失败,团队将模型表现与人类设计的专家策略进行对比以估算市场中存在的机会规模,用技能层面的指标揭示模型的强项与弱项,并将实际发生的盈亏追溯到产生它们的具体行动。
- 为确认高分反映的是真实的商业判断力,而不是利用模拟器漏洞或忽视任务中困难的部分,团队进行了机制消融实验,将预期行为与忽视策略、走捷径策略进行比较。

| Mechanism | Intended behavior | Intended policy | Neglect | Shortcut or misuse |
|---|---|---|---|---|
| Portfolio | Use demand to choose products | Evidence-guided +$63.6k | Blind bulk buying -$14.6k | Buy only cheap SKUs 0 |
| Market events | Check signals before investing | Evidence checked +$6.6k | Ignore events -$17.3k | Follow every rumor 0 |
| Pricing | Cover costs while sustaining sales | Full-cost pricing +$50.3k | Price near cost -$58.1k | Extreme markup 0 |
| Tariffs | Include tariffs when choosing markets | Tariff-aware routes +$25.9k | No active routing 0 | Tariff-blind U.S. focus -$3.7k |
| Customer service | Use buyer and product evidence | Evidence-based replies +$5.6k | Ignore inquiries -$0.1k | Generic replies 0 |
| Arena feature and purpose | Agent-facing tools |
|---|---|
| Decision-Making Under Uncertainty | |
| Demand and events. Form market beliefs from structural demand, trends, calendars, public events, and policy shocks. | get_base_demand_intel(), get_trends(), get_calendar(), get_world(), get_tariff_events(). |
| Market feedback and competition. Learn from realized outcomes and observe rival offers without accessing competitors’ private strategies. | get_orders(), get_competition(). |
| Strategic Planning Under Constraints | |
| Shop focus and initial portfolio. Select categories, compare opportunities, and decide how much capital to commit at opening. | get_catalog(), get_store_focus(), set_store_focus(), submit_setup(), skip_setup(). |
| Sourcing and supplier diligence. Search and rank offers, inspect supplier risk, and purchase inventory under cost, MOQ, quality, and lead-time constraints. | get_supplier_catalog(), get_supplier_flags(), buy_supplier(). |
| Capital, inventory, and recovery. Track deployed capital and obligations, finance expansion, and recover capital from weak positions. | get_state(), get_products(), get_payables(), get_loans(), borrow(), repay_loan(), get_factoring(), factor_ar(), liquidate_inventory(). |
| Insight-to-Action Alignment | |
| Pricing and listing. Translate market beliefs and cost calculations into concrete offers across products and segments. | get_listings(), list_product_on(), update_listing(), set_price_tiers(). |
| Tariffs, shipping, and route economics. Calculate the route-specific cost stack and choose viable destinations and commercial terms. | get_platforms(), get_countries(), get_shipping_rules(), get_tariff_table(), set_default_incoterm(). |
| Compliance. Identify market-entry requirements, apply early enough to clear approval lead times, and avoid unauthorized trading. | get_certifications(), get_compliance_status(), apply_certification(). |

| Arena feature and purpose | Agent-facing tools |
|---|---|
| Insight-to-Action Alignment (continued) | |
| Advertising. Allocate demand-generation spend and revise it using observed full-funnel performance. | get_ad_status(), set_ad_budget(). |
| Cooperation & Competition | |
| Customer service and buyer negotiation. Infer buyer needs, answer factual questions, and negotiate bulk transactions while protecting business value. | get_inquiries(), reply_inquiry(), get_rfqs(), respond_rfq(). |
| Returns and disputes. Respond to post-sale problems while managing refund, replacement, and escalation risk. | get_return_requests(), respond_to_return(), get_returns(), dispute_return(), get_disputes(), resolve_dispute(). |
| Supplier relationships and negotiation. Learn counterparty behavior, request better terms, and decide whether to accept supplier offers. | get_supplier_relations(), request_quote(), get_supplier_quotes(), respond_quote(). |
| Competitive response. Compare rival offers and adjust prices or demand-generation decisions as competitors change. | get_competition(), update_listing(), set_price_tiers(), set_ad_budget(). |
| Persistent Operation | |
| Persistent state and daily feedback. Preserve observations and plans, inspect previous decisions, and advance the market after completing the current operating cycle. | write_note(), read_notes(), delete_note(), end_round(). |
| Workspace and automation. Read and revise persistent files, construct reusable analyses, and execute model-authored workflows across business functions. | read(), write(), edit(), exec(), process(). |

| Archetype | Pricing Strategy | Behavior Summary |
|---|---|---|
| price_leader | undercut_median | Targets 95% of competitor median price; cuts further to 92% during peak festivals |
| follower | track_top_3 | Tracks average of 3 cheapest competitors with +2% offset |
| liquidator | aggressive_low | Targets 78% of competitor median; clearance pricing at 70% during festival endings |
| opportunist | dynamic_demand | Raises price when trailing demand exceeds 1.2× baseline; heavy pre-festival stocking |
| premium | cost-plus | Prices at 3× cost basis; EU suppliers; holds firm during festivals |
| cross_border | cost-plus | Prices at 2.5× cost basis; EU suppliers; stable across phases |
| wholesale | cost-plus | Prices at 1.3× cost basis; large inventory (35-day target), volume-driven |
| event_sniper | cost-plus | Prices at 1.65× cost basis normally; spikes to 2.5× during peak (narrow 5-SKU catalog) |
| new_entrant | undercut_until_orders | Extreme discounts (82% of median) until 50 orders, then switches to 1.05× cost basis |
| dormant | static | Never reprices; decays 5%/day after 10-day no-sale grace period |

| Financial factor | Current rule | Rationale |
|---|---|---|
| Operating drag | $200 fixed overhead per day, plus 0.5% of on-hand inventory value. | Penalizes passive operation and slow-moving stock; encourages sufficient throughput, disciplined purchasing, and inventory turnover. |
| Channel economics | Platform commission is generally 5%–12% of gross, with volume discounts; eligible export orders receive a 9% rebate. | Rewards pricing over the complete transaction-cost stack and selecting economically viable markets rather than maximizing gross revenue alone. |
| Short-term loans | Interest compounds at 0.15% per day and rises to 2.5× the normal rate when overdue. | Enables expansion when profitable opportunities exist, but penalizes borrowing without sufficiently fast and reliable capital recovery. |
| Supplier payables | Overdue balances accrue 0.10% per day, capped at 30% of the original invoice, and remain liabilities. | Rewards planning around payment deadlines; penalizes sourcing commitments that the agent cannot finance. |
| Invoice factoring | Eligible receivables can be converted to cash at a 5%–18% discount determined by maturity and buyer credit. | Lets agents accelerate cash recycling, while charging explicitly for liquidity obtained before customer payment. |
| Inventory liquidation | Inventory can be converted immediately to cash at 85% of cost basis. | Provides a controlled way to exit bad positions and redeploy capital, but preserves a meaningful loss so that poor sourcing is not costless. |
| Final settlement | Escrow and receivables recover at 97%, inventory at 85%, and liabilities remain at face value. | Penalizes unfinished operating cycles and rewards converting inventory and receivables into cash before the episode ends. |

| Model | Mean | Within-model SD | 95% CI | Capital preserved |
|---|---|---|---|---|
| Gemini 3.1 Pro | $188,488 | $66,641 | [$140,816, $236,160] | 9/10 |
| GPT-5.6 Sol | $168,867 | $47,185 | [$135,113, $202,620] | 10/10 |
| Fable 5 | $164,204 | $34,141 | [$139,781, $188,627] | 10/10 |
| Gemini 3.5 Flash | $125,952 | $28,321 | [$105,692, $146,212] | 10/10 |
| GPT-5.5 | $117,481 | $18,816 | [$104,021, $130,941] | 10/10 |
| Kimi K3 | $112,278 | $42,644 | [$81,773, $142,784] | 8/10 |
| Opus 4.8 | $93,946 | $36,729 | [$67,672, $120,220] | 4/10 |
| Opus 4.6 | $93,066 | $31,759 | [$70,347, $115,785] | 6/10 |
| Qwen 3.8 Max | $89,423 | $50,974 | [$52,958, $125,887] | 3/10 |
| GLM 5.2 | $55,742 | $30,921 | [$33,623, $77,862] | 1/10 |
| Kimi K2.6 | $52,533 | $27,568 | [$32,812, $72,254] | 1/10 |
| Qwen 3.7 Max | $47,956 | $31,145 | [$25,676, $70,236] | 0/10 |
| MiniMax M3 | $43,064 | $35,218 | [$17,871, $68,258] | 1/10 |
| DeepSeek V4 Pro | $40,804 | $46,130 | [$7,805, $73,803] | 1/10 |
| MiniMax M2.5 | $20,856 | $27,897 | [$900, $40,813] | 0/10 |

| Component | Strategy coverage | Connection to the decision system |
|---|---|---|
| Evidence and memory | Market signals, events, competition, supplier offers, route costs, firm state, and realized operating history | Normalizes current public evidence and retains bounded observations and prior plans for the next cycle. |
| Opportunity beliefs | Market-depth, trend- and event-aware, realized-velocity, unit-economics, inventory-risk, and customer-value signals | Converts heterogeneous evidence into demand, route, inventory, and customer beliefs consumed by the portfolio planner. |
| Capital and portfolio | Diversified probing, conviction-weighted deployment, broad velocity portfolios, compact capital-efficient books, adaptive focus, and recovery phases | Sets the cash reserve, risk budget, portfolio scope, and per-opportunity allocation that constrain all downstream spending. |
| Sourcing | Cost-balanced, fast-turn, quality-led, risk-adjusted, and relationship-aware supplier selection | Selects supplier, quantity, timing, and terms within the portfolio allocation; fulfillment and realized quality revise supplier eligibility. |
| Pricing and listing | Margin-preserving, competition-aware, volume-oriented, and premium offer policies with route-specific cost floors | Translates sourced inventory and route economics into viable offers; conversion, margin, and inventory age update future prices. |
| Compliance | Route checks, permit application, temporary listing pauses, and reopening after approval | Gates sourcing and listing plans before trade; permit status, violations, and fines feed operational reliability. |
| Ads and promotion | Bounded experimentation, test–scale–stop rules, event-timed promotion, and recovery shutdown | Operates only on viable, inventory-backed offers; full-funnel returns affect advertising and replenishment decisions. |
| Customer operations | Inquiry and RFQ handling, fulfillment-aware responses, conservative negotiation, and, where enabled, retention-oriented CRM | Converts incoming demand while protecting feasibility and contribution; service outcomes update customer-value and demand beliefs. |
| Finance and recovery | Cash reserves, evidence-gated borrowing and repayment, position limits, and stale-inventory liquidation | Expands deployment only when supported by visible economics and returns capital when continued ownership is no longer justified. |
| Feedback control | Sell-through learning, winner scaling, loser pauses, route adaptation, focus revision, and portfolio rebalancing | Routes realized orders, margins, stock, advertising, service, and failures back to both beliefs and capital allocation. |

研究结果
- 在15个模型中,平均最终净资产从Gemini 3.1 Pro的188,488美元到MiniMax M2.5的20,856美元,相差9.0倍,以80,000美元起始资金为基准,51%的运行最终亏损,只有4个模型在所有运行中都保住了起始资金。
- 在相同的市场环境下,表现最强的人类设计专家策略达到436,195美元,超过表现最好模型平均值的两倍,其做法是将市场证据与采购、定价、合规、客服和资本调配统一协调。
- 十次运行平均值的可靠性较高(ICC=0.944),将结果拆分为不重叠的五次运行子集后排名基本保持一致(ρ=0.898),98.7%的情况下能复现同样的领先梯队。
- Gemini 3.1 Pro、GPT-5.6 Sol和Fable 5的累计资本利用率分别达到199%、167%和150%,库存周转率也接近1.0,而Qwen 3.7 Max只投入了起始资金的22.3%,MiniMax M3的周转率仅为0.36,资金被滞销库存占用。
- 专家策略在46%至61%的销售完成率下仍能保持58%至73%的订单利润率,而GPT-5.6 Sol和Opus 4.6的销售完成率达到94%至95%,但利润率仅为35%至39%,最终净资产依然落后于表现最好的专家策略,且所有专家策略的合规罚款均为零。

可应用场景
- 开发电商或跨境采购自动化工具的团队可以借鉴这套诊断框架,提前检查智能体在采购、定价、客服、合规等哪个环节存在短板。
- 这套方法可以为其他涉及延迟反馈和不断变化环境的长周期智能体评测(如库存管理、广告预算分配)提供设计思路参考。
- 保存-分支-加载的状态化评测技术可用于设计从同一检查点比较不同决策方案的测试。

局限与待验证事项
- 这些结果基于依据阿里巴巴数据和中美关税变化校准的特定模拟市场,论文并未提供证据表明结论可推广到真实市场或其他行业与地区。
- 即便是表现最好的模型,最终净资产也不到最强人类专家策略的一半,说明当前智能体尚不足以被视为可靠的真实企业经营者。
- 文中列出的应用场景是这种诊断方法的可能用途,并非已在实际部署环境中验证过的性能。
- 测试时计算量分配的轨迹搜索实验只在Qwen 3.8 Max Preview一个模型上进行,尚不清楚该效果是否能推广到其他模型。

为什么重要
在这样一个受控的模拟市场里先做测试,能在不让真实资金、客户和合规风险受损的前提下,提前看清智能体在哪些环节强、哪些环节弱。对正在开发自动化选品、采购或定价工具的人来说,这提供了一份具体的诊断参考,指出资本调配、利润控制、合规和客服等方面还有哪些不足。

本文术语
- Business Arena · 让AI智能体在长时间跨度内独立经营一家跨境批发网店的受控模拟评测环境
- 机制消融实验 · 将模型的预期行为与忽视策略或利用漏洞的策略进行对比,以验证高分是否反映真实能力的实验方法
- 技能层面指标 · 将单一最终得分拆解为库存管理、定价、客服等各项具体商业能力的衡量指标
- 逐动作归因分析 · 将已发生的盈利或亏损追溯到具体导致它的行动(如采购、定价决策等)的分析方法
- MCP调用 · 一种让模型交替进行推理和具体行动来调用工具的标准化方式
论文原文摘要(英文)
Running a business is a challenging form of intelligent work. Operators must infer opportunities from partial signals, commit capital under uncertainty, adapt to delayed outcomes in a changing market, and satisfy regulatory obligations before trading legally. Frontier LLM agents can increasingly complete complex workflows, yet business-related capabilities are rarely evaluated in existing agent benchmarks. We introduce Business Arena, a controlled environment where an AI agent runs a cross-border shop, buying from suppliers and selling to buyers over a long horizon. We ground the arena in real Alibaba.com sourcing data and market conditions calibrated from authoritative sources. Delayed and coupled consequences make individual business decisions difficult to judge, but their combined outcome is measurable through profit. Because profit alone cannot explain why an agent succeeds or fails, we compare agents with human-designed strategies to estimate available opportunity, use skill-level metrics to reveal underlying strengths and weaknesses, and trace realized gains and losses to the actions that produced them. We use mechanism ablations to establish that strong results reflect genuine business intelligence rather than neglect or simulator-specific shortcuts. We evaluate 15 frontier models and find a ninefold difference in mean final net worth. Even the best model falls behind human-designed strategies, indicating that business operation remains challenging for LLM agents. Skill-level analysis reveals operating styles, from margin-focused premium sellers to high-turnover wholesalers and customer-service specialists, while action-level attribution identifies the sourcing, pricing, and recovery decisions that create or destroy value. Together, Business Arena takes a first step toward a realistic and trustworthy testbed for evaluating end-to-end business agents.
在 arXiv 阅读最新论文
- SWE-bench Science: Can Coding Agents Resolve Engineering Tasks in Science?让AI编程助手去修复真实科学软件,连最强的那个也有一半以上任务没做对
- FlashPrefill V2: Block-Sparse Prefill Attention for Long-Context LLM Serving把稀疏注意力从论文原型变成能真正上线服务的加速方案
- PolicyGuide: From Guarding One Action to Guiding the Whole Workflow for Policy-Compliant LLM Agents让客服AI坐席不只是拦住一个危险动作,而是把整个流程走对
- EXIMO: VLM Guided Exploration of VLA Policies不用人工遥控演示,让会说话的AI来教机械臂做新家务
- EnvHarness: Awakening Static Worlds for Agent Learning不重新搭建训练环境,而是给现有环境套一层可插拔组件,针对每个智能体的具体弱点重新塑形
- Remember, Verify, or Ask? Cross-Family Evaluation of Memory Commitment in LLM AgentsAI助手在该向你提问的时候,却更愿意自己去核实事实
- SynFlow: A Multidimensional Diachronic Semantic Analysis Toolkit一款把单词意义变化拆解到语法细节的开源分析工具
- Automated Summarization of Financial News Using Large Language Models and Retrieval-Augmented Generation: An Early Empirical Study (Fall 2023)用AI总结股市新闻发现:简单的摘要方法反而比时髦的检索增强技术更靠谱
METAL LAB 最新报道
图片来源: Yijun Pan et al., arXiv:2608.08621, CC BY-SA 4.0