AuraTracer智迹闻
中文

EVENT DOSSIER

Substrate-Aware AI Agents: Execution Context as a First-Class Input

2026-09-07 12:00 Models 🔥 42.2 heat score
1sources
1days unfolding
42.2heat score
3mentions
SummaryAI generated

Recent research indicates that if artificial intelligence agents are not aware of their operating environment (i.e., “submatrix blindness”), it will severely impair their execution capabilities. The experiment compared the performance of three models: Anthropic Claude Opus 5, OpenAI GPT-5.6-Sol, and Google Gemini 3.7 Flash, under two conditions: when only the task description was provided, and when an execution context containing 128 MB of RAM and a wall time constraint of 10.0 seconds was given. The results showed that disclosing the execution contract reduced peak process memory, decreased average wall time, and increased execution speed by up to 3.1 times. Under more stringent resource constraints of 96 MB, the correct and within-budget results for the three models were 4/5, 5/5, and 3/5, respectively, while the accuracy under the task-only mode was 0/5 or 1/5.

Related eventsRELATED EVENTS
Key entitiesKEY ENTITIES
Anthropic Claude Opus 5Google Gemini 3.7 FlashOpenAI GPT-5.6-Sol

Coverage · reports per dayLANGUAGE SPLIT

Entity relations
Anthropic Claude Opus 5…1Anthropic Claude Opus 5…1Google Gemini 3.7 Flash…1

SignalsSIGNALS

Keyword heat
  • Anthropic Claude Opus 51
  • OpenAI GPT-5.6-Sol1
  • Google Gemini 3.7 Flash1

All reports (1)SOURCES

A arXiv cs.AI en 2026-09-07 12:00

Substrate-Aware AI Agents: Execution Context as a First-Class Input

研究提出“执行上下文缺失”即"substrate blindness",并通过数值代码生成测试该命题。实验对比了 Anthropic Claude Opus 5、OpenAI GPT-5.6-Sol 和 Google Gemini 3.7 Flash 三个模型在仅接收任务描述与提供包含 128 MB RAM 及 10.0 s 墙时约束的执行上下文两种情况下的表现。披露执行合同使峰值进程内存降低,平均墙时减少,使执行速度最高提升 3.1 倍。在更严格的 96 MB 合同下,Claude Opus 5、GPT-5.6-Sol 和 Gemini 3.7 Flash 的正确且在预算内的结果分别为 4/5、5/5 和 3/5,而任务仅模式下的结果均为 0/5 或 1/5。最大 RSS 和墙时分别降低 49-74% 和 …