K-文化的一切——从回归到 K-美妆,发送到您的邮箱订阅邮件

METAL MEDIA

MerchantBench: Benchmarking LLM Agents for Long-Term Coherence in E-Commerce Operations

arXiv:2607.289562026-07-30

让LLM智能体经营365天网店,结果大多数比人类更快就撒手不管了

MerchantBench是一个基于98,843条真实电商商品数据构建的365天模拟网店环境,用来测试LLM智能体能否在长期持续运营中保持连贯合理的判断。研究让8个LLM在两种智能体框架下各跑三次,共48次365天模拟,考察商品选品、定价、现金流和延迟反馈应对能力。即便表现最好的LLM配置,最终净资产也只达到人类参与者平均水平的27.3%。

METAL MEDIA 解读图

MerchantBench如何用模拟一年来考验智能体的持久力

证据状态已报告实测结果

  1. 真实数据商品目录来自1688平台的98,843条真实商品记录与36,576家供应商数据,每条记录附带365天需求历史,被移植进模拟环境
  2. 四项持续性决策商品选品、上架与定价管理、现金流管理、应对不同延迟的反馈,均通过26种工具完成
  3. 快信号与慢信号供应商事件(涨价、缺货)很快可见,而订单结果(退货、退款、差评)延迟显现,逐渐侵蚀现金和店铺评分
  4. 48次评测运行8个LLM x 2种框架(ReAct、Hermes)x 3次重复,共48次365天模拟,并与3名人类参与者及规则型机器人对比
  5. 连贯性丧失诊断通过决策轨迹记录揭示运营连贯性丧失(活动逐渐减少)与策略连贯性丧失(目标漂移)两种失败模式
这是 METAL MEDIA 制作的解读图,并非论文作者提供的原图。

他们做了什么

  1. 以往的智能体评测大多是有明确成败标准的短任务,这项研究关注的是长期连贯性(Long-Term Coherence),即能否在漫长过程中持续追求目标并根据累积证据调整决策。
  2. 环境基于1688(中国大型批发电商平台)的98,843条真实商品记录和36,576家供应商数据构建,按小时推进共8,760步(相当于365天),智能体可使用26种店铺管理工具(搜索、上架、改价、查财务等)。
  3. 环境的核心设计是反馈延迟不一:新订单会立刻占用现金,但取消、退款、差评等异常结果要延后才会显现,并逐渐侵蚀店铺评分。
  4. 研究对GPT-5.6 Sol、Claude Opus 4.8、Qwen3.7-Max/Plus、GLM-5.2、DeepSeek-V4-Pro/Flash、Kimi K2.6共8个模型,分别在ReAct(仅用26种工具的最简控制器)和Hermes(附带代码执行、规划、记忆、技能管理的完整框架)下各跑三次,共48次365天模拟。
  5. 结果与三名人类参与者和一个规则型机器人对比后发现,表现最好的LLM配置最终净资产也只达到人类平均水平的27.3%,且轨迹显示出运营连贯性丧失(活动逐渐减少)和策略连贯性丧失(偏离盈利目标)两种模式。
Figure 1: Order-level dynamics couple immediate liquidity pressure with delayed feedback. New orders commit available cash before settlement, whereas abnormal outcomes surface later and affect store rating.
Figure 1: Order-level dynamics couple immediate liquidity pressure with delayed feedback. New orders commit available cash before settlement, whereas abnormal outcomes surface later and affect store rating.
Table 1: Business performance, store reliability, and long-horizon activity after 365 simulated days. Values are means over three runs. Final net assets and GMV are reported in thousands of RMB, total fines in RMB, and rate metrics in percent. SWR denotes Sustained Window Rate. The best result within each framework is shown in bold.
Model or OperatorBusiness PerformanceStore ReliabilityLong-Horizon Activity
Net AssetsGMVProfit MarginOrdersFinesAvg. Store RatingAnomaly RateAvg. Active ListingsSWRTool Calls
ReAct
GPT-5.6 Sol40.8974.1951.39964994.0410.750.099.47,257
Claude Opus 4.831.8969.1044.41,2147964.0512.124.045.01,139
Qwen3.7-Max20.6639.7344.59256723.9016.139.611.1815
Qwen3.7-Plus20.7440.8545.61,0567053.9913.149.952.21,221
GLM-5.225.7360.9037.32,1581,4223.9314.926.053.32,045
DeepSeek-V4-Pro6.568.4041.94502454.0114.423.530.6660
DeepSeek-V4-Flash14.4728.7839.69855174.0414.119.340.6960
Kimi K2.624.9963.6932.92,2301,4743.8915.347.310.61,228
Hermes
GPT-5.6 Sol52.93133.0740.23,2511,0964.099.250.066.14,831
Claude Opus 4.835.5683.2339.91,8081,0894.0211.822.131.71,138
Qwen3.7-Max59.46116.7646.91,9291,2953.9015.749.622.21,366
Qwen3.7-Plus29.4253.6948.99816423.9513.849.919.4820
GLM-5.242.32103.0636.92,7311,4544.0511.349.662.81,792
DeepSeek-V4-Pro16.7131.9543.41,0626653.9814.533.033.3942
DeepSeek-V4-Flash24.6964.5237.61,9891,7743.9316.048.862.21,259
Kimi K2.623.9675.0626.83,3982,6713.7319.148.317.8969
Others
Human217.61608.0635.39,4425,6223.9812.549.1100.08,311
Rule-based24.4853.3740.31,6051,3743.7618.050.0100.03,236
Figure 2: Overview of MerchantBench. The merchant agent coordinates four decision components through shorter supplier feedback and delayed order outcomes over 365 days. The environment combines an upstream supplier simulation, a merchant store, and a downstream order level simulation to evaluate Long-Term Coherence and business outcomes.
Figure 2: Overview of MerchantBench. The merchant agent coordinates four decision components through shorter supplier feedback and delayed order outcomes over 365 days. The environment combines an upstream supplier simulation, a merchant store, and a downstream order level simulation to evaluate Long-Term Coherence and business outcomes.
Table 2: MerchantBench merchant tool inventory.
ToolAccessDescription
Product Sourcing
get_daily_reportReadReturns the daily market report for the current simulation date with market news and opportunity signals
search_productsReadSearches the visible Product Catalog using public fields
get_product_detailReadReturns visible product, logistics, rating, and supplier fields
get_supplier_profileReadReturns the public supplier profile and visible product count
list_supplier_productsReadLists the currently visible products from one supplier
Listing and Pricing Control
list_productWriteAdds products to the store at specified selling prices
delist_productWriteRemoves products from the store
adjust_priceWriteChanges selling prices for active listings
review_my_listingsReadReviews listing age, sales velocity, fines, and fulfillment backlog
query_my_listingsReadReturns current listings with cumulative sales, profit, and fines
query_store_performanceReadSummarizes store outcomes by day or week
query_product_sales_statsReadRanks product outcomes and reports abnormality counts
Cash-Flow Management
query_balanceReadReturns the cash balance, security deposit, funds in transit, receivables, and fines
get_store_snapshotReadSummarizes orders, supply, cash, listings, and store rating
query_platform_rulesReadReturns capital, settlement, penalty, and closure rules
query_cash_pipelineReadSummarizes receivable aging and active order cost exposure
Supplier and Order Monitoring
query_supply_chain_anomaliesReadReturns new or current supplier abnormalities and affected listings
query_my_ordersReadSearches historical orders with logistics and accounting fields
query_open_ordersReadReturns active orders with fulfillment timing and economics
query_order_updatesReadReturns status changes since the previous observation window
query_order_detailReadReturns one order’s full status timeline, accounting, and penalties
Agent Support and Control
read_memory_docReadReads the run local agent memory document
write_memory_docWriteReplaces the run local agent memory document
get_observationReadReturns the current rendered observation
list_toolsReadReturns tool schemas after scenario filtering
Figure 3: Real-world demand patterns and calibrated risk profiles across 98,843 products. Whiskers span the 10th to 90th percentiles, and boxes show interquartile ranges.
Figure 3: Real-world demand patterns and calibrated risk profiles across 98,843 products. Whiskers span the 10th to 90th percentiles, and boxes show interquartile ranges.
Table 5: Built in Hermes tools provided by the official architecture.
ToolAccessDescription
Execution and Files
terminalExecuteExecutes shell commands in a persistent environment
processManageMonitors and controls background processes
execute_codeExecuteRuns Python programs that call Hermes tools and process their outputs
read_fileReadReads text files with line numbers and pagination
write_fileWriteCreates or replaces files and checks supported formats
patchWriteApplies targeted file edits and returns a unified diff
search_filesReadSearches file names and contents
Memory and Skills
memoryWriteStores durable facts that persist across sessions
session_searchReadSearches messages from previous Hermes sessions
skills_listReadLists available skills and their descriptions
skill_viewReadLoads skill instructions and linked resources
skill_manageWriteCreates, revises, or deletes skills
Planning and Coordination
todoManageMaintains the task list for the current session
clarifyInteractRequests clarification, feedback, or a decision from the user
delegate_taskDelegateAssigns independent tasks to subagents
Projects and Output
project_listReadLists available project workspaces
project_createWriteCreates and activates a project workspace
project_switchWriteSwitches the active project workspace
text_to_speechGenerateConverts text into speech audio
image_generateGenerateGenerates or edits images from prompts and references
Figure 4: Final net asset distributions across three repeated runs for each configuration.
Figure 4: Final net asset distributions across three repeated runs for each configuration.
Table 6: Built in Hermes skills and their functions.
SkillCategoryDescription
apple-notesAppleCreates, searches, and edits Apple Notes
apple-remindersAppleAdds, lists, and completes Apple Reminders
findmyAppleTracks Apple devices and AirTags
imessageAppleSends and receives iMessages and SMS
claude-codeAutonomous agentsDelegates coding tasks to Claude Code
codexAutonomous agentsDelegates coding tasks to OpenAI Codex
hermes-agentAutonomous agentsConfigures and extends the Hermes Agent codebase
opencodeAutonomous agentsDelegates coding and review tasks to OpenCode
computer-useGeneralOperates desktop interfaces through visual interaction
architecture-diagramCreativeCreates architecture and infrastructure diagrams
ascii-artCreativeGenerates and transforms ASCII art
ascii-videoCreativeConverts video and audio into ASCII video
baoyu-infographicCreativeProduces infographics using reusable layouts and styles
claude-designCreativeDesigns standalone HTML artifacts
comfyuiCreativeGenerates images, video, and audio with ComfyUI
design-mdCreativeAuthors and validates DESIGN.md specifications
excalidrawCreativeCreates hand drawn Excalidraw diagrams
humanizerCreativeRevises text to remove formulaic AI phrasing
manim-videoCreativeProduces mathematical and algorithmic animations
p5jsCreativeCreates interactive p5.js sketches and generative art
popular-web-designsCreativeApplies established web interface design systems
pretextCreativeSupports interactive creative browser demonstrations
sketchCreativeProduces alternative HTML interface mockups
songwriting-and-ai-musicCreativeSupports songwriting and AI music prompting
touchdesigner-mcpCreativeControls TouchDesigner through an MCP interface
Figure 5: Monthly Operational Coherence profiles for the Human baseline and all eight Hermes models. Panels report effective window rate, environment tool calls, and monthly net profit.
Figure 5: Monthly Operational Coherence profiles for the Human baseline and all eight Hermes models. Panels report effective window rate, environment tool calls, and monthly net profit.
Table 7: Built in Hermes skills and their functions, continued.
SkillCategoryDescription
jupyter-live-kernelData sciencePerforms iterative analysis in a persistent Jupyter kernel
dogfoodGeneralConducts exploratory testing of web applications
himalayaEmailManages email through the Himalaya command line interface
codebase-inspectionGitHubMeasures codebase size, languages, and composition
github-authGitHubConfigures tokens, keys, and command line authentication
github-code-reviewGitHubReviews pull request diffs and inline comments
github-issuesGitHubCreates and manages GitHub issues
github-pr-workflowGitHubManages branches, commits, checks, and pull requests
github-repo-managementGitHubClones, creates, forks, and maintains repositories
gif-searchMediaSearches and downloads GIF content
heartmulaMediaGenerates songs from lyrics and style tags
songseeMediaExtracts and visualizes audio features
youtube-contentMediaConverts YouTube transcripts into written content
huggingface-hubMLOpsSearches, downloads, and uploads models and datasets
evaluating-llms-harnessMLOpsEvaluates language models with standard benchmarks
weights-and-biasesMLOpsTracks experiments, sweeps, and model artifacts
llama-cppMLOpsRuns local GGUF model inference
serving-llms-vllmMLOpsServes language models with vLLM
audiocraft-audio-generationMLOpsGenerates music and sound with AudioCraft
segment-anything-modelMLOpsPerforms prompt based image segmentation
obsidianNote takingReads, searches, creates, and edits Obsidian notes
Figure 6: Monthly Product Sourcing across four representative models. Scores are listing-hour-weighted catalog demand percentiles of active products in each month. Lines and bands show repeat means and standard deviations.
Figure 6: Monthly Product Sourcing across four representative models. Scores are listing-hour-weighted catalog demand percentiles of active products in each month. Lines and bands show repeat means and standard deviations.
Table 8: Built in Hermes skills and their functions, continued.
SkillCategoryDescription
airtableProductivityManages Airtable records and queries
google-workspaceProductivityOperates Gmail, Calendar, Drive, Docs, and Sheets
mapsProductivityProvides geocoding, points of interest, routes, and time zones
nano-pdfProductivityEdits PDF text and document metadata
notionProductivityManages Notion pages and databases
ocr-and-documentsProductivityExtracts text from PDFs and scanned documents
petdexProductivityInstalls and selects animated Hermes mascots
powerpointProductivityCreates and edits presentation decks
teams-meeting-pipelineProductivityOperates the Teams meeting summary pipeline
arxivResearchSearches arXiv by topic, author, category, or identifier
blogwatcherResearchMonitors blogs and syndicated feeds
llm-wikiResearchBuilds and queries an interlinked knowledge base
polymarketResearchQueries prediction markets, prices, and order books
research-paper-writingResearchSupports machine learning paper development and submission
openhueSmart homeControls Philips Hue lights, rooms, and scenes
xurlSocial mediaReads and operates X through its command line interface
hermes-agent-skill-authoringSoftware developmentAuthors and validates Hermes skill packages
node-inspect-debuggerSoftware developmentDebugs Node.js through the inspector protocol
planSoftware developmentProduces actionable implementation plans
python-debugpySoftware developmentDebugs Python with pdb and debugpy
requesting-code-reviewSoftware developmentPerforms structured review before integration
simplify-codeSoftware developmentRefines recent code changes with parallel review
spikeSoftware developmentRuns disposable experiments before implementation
systematic-debuggingSoftware developmentApplies a structured root cause debugging process
test-driven-developmentSoftware developmentApplies test driven development workflows
yuanbaoGeneralOperates Yuanbao groups and member queries
Figure 11: Composition and calibrated distributions of the filtered data. Panel (a) reports the numbers of Product Records and unique supplier IDs within each category. Panel (b) shows procurement price distributions within each category. Panel (c) shows the joint distribution of Downstream Order Outcome probability and Upstream Supplier Event intensity.
Figure 11: Composition and calibrated distributions of the filtered data. Panel (a) reports the numbers of Product Records and unique supplier IDs within each category. Panel (b) shows procurement price distributions within each category. Panel (c) shows the joint distribution of Downstream Order Outcome probability and Upstream Supplier Event intensity.
Table 19: Product fields and their visibility to the merchant agent. Catalog results also include the public supplier fields in Table 20.
Product fieldAccessMeaning
product_idVisibleStable identifier for a Product in the Product Catalog
nameVisibleMarketplace product title used for retrieval and comparison
categoryVisibleOne of the ten normalized first level product categories
quantityVisibleCurrent effective supplier inventory after replenishment
priceVisibleCurrent procurement price offered by the supplier
historical_avg_ratingVisibleHistorical product rating obtained from the source platform
logistics_hoursVisibleBaseline transit time from supplier dispatch to delivery
is_listed_by_supplierVisibleCurrent procurement availability, exposed as supplier_available
ref_priceHiddenReference price used in the price response term of the demand model
base_priceHiddenSupplier price restored after a temporary Price Change ends
cancel_rateHiddenProduct level probability used to sample Cancellation
refund_rateHiddenProduct level probability used to sample Return and Refund
only_refund_rateHiddenProduct level probability used to sample Returnless Refund
bad_review_rateHiddenProduct level probability used to sample Bad Review
max_quantityHiddenInventory capacity used by the supplier replenishment process
hourly_incrementHiddenHourly supplier inventory replenishment amount
elasticityHiddenProduct specific price elasticity used by the demand model
market_curveHiddenReal-world product level demand history over 365 days
quantity_updated_tHiddenInternal timestamp used for lazy inventory replenishment
price_recover_tHiddenPrescheduled end time of an active Price Change
delist_recover_tHiddenPrescheduled end time of an active Product Delisting
Figure 12: Temporal demand patterns in the filtered data. The top panel presents aggregate daily demand and its seven day mean. The bottom panels show normalized demand histories for representative red envelope, electric fan, and hot water bag Product Records.
Figure 12: Temporal demand patterns in the filtered data. The top panel presents aggregate daily demand and its seven day mean. The bottom panels show normalized demand histories for representative red envelope, electric fan, and hot water bag Product Records.
Table 20: Supplier fields and their visibility to the merchant agent. Supplier trust attributes are constant across Products sharing the same supplier_id, while event hazards are calibrated at the Product level.
Supplier fieldAccessMeaning
supplier_idVisibleStable supplier identifier
supplier_nameVisiblePublic supplier name
shop_ratingVisiblePublic supplier rating shared by all Products from the supplier
return_buyer_rateVisiblePublic repeat buyer rate returned by the supplier profile
supplier_age_yearsVisiblePublic supplier tenure in years
product_countVisibleNumber of currently available Products from the supplier
supplier_ship_hoursVisibleCurrent dispatch time for a Product from this supplier
base_ship_hoursHiddenDispatch time restored after a Shipment Delay ends
timeout_rateHiddenProduct level hazard for Shipment Delay
price_change_rateHiddenProduct level hazard for Price Change
supplier_delist_rateHiddenProduct level hazard for Product Delisting
timeout_activeHiddenInternal indicator of an active Shipment Delay
timeout_recover_tHiddenPrescheduled end time of an active Shipment Delay
Figure 13: Monthly Operational Coherence profiles for the Human baseline and each of the eight Hermes models. Panels (a), (b), (c), and (d) report effective window rate, environment tool calls, month end active listings, and monthly net profit.
Figure 13: Monthly Operational Coherence profiles for the Human baseline and each of the eight Hermes models. Panels (a), (b), (c), and (d) report effective window rate, environment tool calls, month end active listings, and monthly net profit.
Table 21: Order fields and their visibility to the merchant agent. Some visible lifecycle fields remain empty until realization, while presampled future outcomes and internal schedules remain hidden.
Order fieldAccessMeaning
order_idVisibleStable identifier for an individual customer order
product_id, product_nameVisibleProduct identity associated with the order
supplier_id, supplier_nameVisibleSupplier identity associated with the order
order_timeVisibleCalendar and simulation time at which the order was placed
current_statusVisibleLatest realized lifecycle state
status_age_hoursVisibleElapsed time since the latest realized status transition
expected_delivery_timeVisibleCurrent delivery estimate computed from realized timing information
delivered_timeVisibleMerchant facing delivery timestamp populated after delivery
late_timeVisibleMerchant facing timestamp populated only after Late Shipment is realized
sale_priceVisibleMerchant selling price recorded when the order was created
purchase_priceVisibleProcurement price recorded when the order was created
supplier_ship_hoursVisibleSupplier dispatch duration recorded for the order
supplier_logistics_hoursVisibleBaseline post dispatch logistics duration
actual_logistics_hoursVisibleRealized transit duration populated after delivery
realized_revenueVisibleRevenue credited from outcomes realized so far
realized_costVisibleProcurement cost realized so far
total_penaltyVisibleSum of penalties already applied to the order
net_profitVisibleRealized revenue minus realized cost and total penalty
profit_finalizedVisibleIndicator that no further profit component remains unresolved
status_logVisibleRealized sequence of lifecycle states and their timestamps
preset_anomalyHiddenPresampled future outcome among normal fulfillment and four customer abnormalities
preset_anomaly_tHiddenInternal realization time of the presampled abnormal outcome
settlement_delay_stepsHiddenPresampled delay from delivery to final settlement
purchase_t, shipped_t, delivered_t, settled_tHiddenRaw internal transition times, with only realized merchant facing views exposed
Figure 14: Monthly Operational Coherence profiles for the Human baseline and each of the eight ReAct models. Panels (a), (b), (c), and (d) report effective window rate, environment tool calls, month end active listings, and monthly net profit.
Figure 14: Monthly Operational Coherence profiles for the Human baseline and each of the eight ReAct models. Panels (a), (b), (c), and (d) report effective window rate, environment tool calls, month end active listings, and monthly net profit.

研究结果

  • 表现最好的LLM配置(Hermes框架下的Qwen3.7-Max)最终净资产也只达到人类参与者平均水平的27.3%。
  • 在8个模型的平均水平上,Hermes框架比ReAct框架的最终净资产高53.3%、GMV高71.5%、订单量多71.2%,8个模型中有7个在Hermes下表现更好(仅Kimi K2.6例外,低4.1%)。
  • 人类参与者的持续窗口率(SWR)达到100%,而LLM配置在ReAct下为10.6%到99.4%,在Hermes下为17.8%到66.1%,显示活动量随时间明显衰减。
  • 部分模型在没有依据的情况下固守错误策略:一次Hermes框架下的Claude Opus 4.8运行中,智能体错误地认为减少上架商品能让流量集中,导致活跃商品从47个减少到3个;一次Hermes框架下的Kimi K2.6运行在第104天判定店铺无法挽救后,在剩余523个决策窗口中有355个未采取任何行动。
  • 人类参与者随着资金增加逐步扩大采购价格区间,从前三个月的43.4至53.1元人民币扩大到后三个月的58.7至90.8元人民币,而GLM-5.2、DeepSeek-V4-Flash和Kimi K2.6的定价区间则相对停滞不变。
Figure 15: Daily net asset curves for all eight models under ReAct over 365 simulated days.
Figure 15: Daily net asset curves for all eight models under ReAct over 365 simulated days.

可应用场景

  • 可作为评测框架,用于检验需要长期自主管理库存、定价、现金流的智能体在运营中是否会活动衰减或目标漂移。
  • 可用于比较不同LLM与智能体框架(仅工具调用 vs 附带记忆/技能管理)在长期业务表现上的差异。
  • 可作为诊断方法,检验智能体能否将延迟反馈(退货、退款、差评)追溯到此前的决策并加以修正。
Figure 16: Daily net asset curves for all eight models under Hermes over 365 simulated days.
Figure 16: Daily net asset curves for all eight models under Hermes over 365 simulated days.

局限与待验证事项

  • 该环境是基于1688平台数据构建的模拟系统,与真实网店经营在监管、竞争、客户行为等方面仍存在差异。
  • 结果基于每个配置三次重复运行,部分配置(如Hermes下的Qwen3.7-Max)波动很大(变异系数达55.1%),解读结果时需考虑这种不稳定性。
  • 人类基线仅有三名无电商经营经验的参与者,因此'达到人类27.3%'这一数字不宜直接推广为专业卖家的表现基准。
  • 论文中提到的GPT-5.6、Claude Opus 4.8、Qwen3.7系列等模型名称可能与公开已知版本不完全对应,读者应关注基准设计本身而非将其视为对当前最新模型的权威排名。
  • 关于Hermes附加能力(代码执行、技能创建)为何只对部分模型有效,论文仅通过案例观察进行讨论,尚缺乏系统性的因果分析。

为什么重要

这项研究用具体数字证实了一个普遍担忧:LLM智能体在短任务上表现不错,但在长达数月的自主经营任务中容易失去方向。对于正在设计需要长期自主运行的库存管理、定价决策等自动化系统的人来说,这提前指出了失败可能出现的地方——活动衰减、过早放弃、以及证据积累后仍不修正的僵化策略。

本文术语

  • 长期连贯性(Long-Term Coherence) · 在长时间跨度中持续保持有目的的行为,并随着证据积累调整决策的能力
  • 部分可观测马尔可夫决策过程(POMDP) · 智能体只能看到部分真实状态、必须基于不完整信息做决策的建模框架
  • 持续窗口率(Sustained Window Rate, SWR) · 在任意连续30天的滚动周期内,至少发起一次环境工具调用的决策窗口所占的最低比例
  • Hermes / ReAct · ReAct是仅用26种工具的最简控制器,Hermes在此基础上加入了代码执行、记忆和技能管理等功能
  • 上游供应商事件 / 下游订单结果 · 供应商端很快显现的事件(涨价、下架等)与订单端延迟显现的结果(退货、退款、差评等)

论文原文摘要(英文)

Large language model agents are increasingly evaluated as autonomous tool users, yet most benchmarks focus on bounded tasks with immediate success criteria. Real-world deployments often require Long-Term Coherence, the capacity to preserve purposeful behavior across extended horizons while adapting decisions to accumulated evidence. Evaluating this capacity requires a persistent environment in which actions constrain future choices, feedback arrives at heterogeneous delays, and incoherent behavior produces measurable cumulative effects. Seller-side e-commerce provides a suitable setting for this evaluation through recurrent and interdependent decisions over Product Sourcing, Listing and Pricing Control, Cash-Flow Management, and Mixed-Latency Feedback Adaptation. We introduce MerchantBench, a 365-day order-level simulation grounded in 98,843 real e-commerce product records and equipped with 26 tools for agent interaction. MerchantBench couples promptly observable Upstream Supplier Events with delayed Downstream Order Outcomes, requiring agents to follow individual order lifecycles and revisit earlier decisions. We evaluate eight LLMs under two agent frameworks in 48 runs, each spanning 365 simulated days. Our results reveal a substantial gap between even the latest LLMs and human participants, with the best LLM configuration attaining only 27.3\% of the mean final net assets achieved by human participants.

作者 · Qiming Shi

在 arXiv 阅读

最新论文

全部论文 →

METAL MEDIA 最新报道

图片来源: Qiming Shi et al., arXiv:2607.28956, arxiv-nonexclusive