AI News AI资讯 3h ago Updated 1h ago 更新于 1小时前 48

GPT-6 Astra beat Portal start to finish without human help in under 24 hours GPT-6 Astra 在不到24小时内无人帮助通关Portal

GPT-6 Astra autonomously completed the full Portal game in approximately 23 hours and 43 minutes without human intervention after the initial goal was set. The agent controls the game via MCP and a modified SourcePauseTool that pauses gameplay while the model processes visual and positional data to select inputs. Token usage for the run amounts to at least $570 at Astra's list price, though the developer utilized a $200 Codex subscription. The achievement is framed as a practical step toward Ope GPT-6 Astra在23小时43分钟内完全自主通关《Portal》游戏,无需人工干预 通过MCP协议和修改版SourcePauseTool实现游戏控制,在暂停期间处理截图、玩家位置和相机角度信息 成本约$570(Astra定价)或$200(Codex订阅),代码已开源至GitHub 呼应OpenAI 2016年"单一agent解决多种游戏"的愿景,开发者称GPT-6 Astra是"最差的模型"

72
Hot 热度
65
Quality 质量
70
Impact 影响力

Analysis 深度分析

TL;DR

  • GPT-6 Astra autonomously completed the full Portal game in approximately 23 hours and 43 minutes without human intervention after the initial goal was set.
  • The agent controls the game via MCP and a modified SourcePauseTool that pauses gameplay while the model processes visual and positional data to select inputs.
  • Token usage for the run amounts to at least $570 at Astra's list price, though the developer utilized a $200 Codex subscription.
  • The achievement is framed as a practical step toward OpenAI's 2016 goal of solving multiple games with a single generalist agent.
  • Developer cozyblaze described GPT-6 Astra as "the worst model we'll ever get," highlighting both the current capability and the expectation of future improvements.

Why It Matters

This demonstration shows that large language models can now execute long-horizon, multi-step tasks in complex interactive environments without human assistance, a significant milestone for autonomous agent development. It provides a concrete reference architecture for integrating AI agents with legacy software via tool-use protocols like MCP, which is directly applicable to enterprise automation and simulation-based training. The project also grounds the abstract goal of generalist AI agents in a tangible, reproducible experiment that the community can build upon.

Technical Details

  • Control Loop & Tooling: The agent uses MCP (Model Context Protocol) to interface with a modified SourcePauseTool, which pauses the Source engine game while the model reasons, then resumes play after input selection.
  • Perception & State: During each pause, the model receives screenshots, the player's current position, and camera angle as input to decide the next set of controls.
  • Performance & Cost: The full run took 23 hours 43 minutes; token consumption is estimated at a minimum cost of $570 at list price, with the developer noting a $200 Codex subscription was used.
  • Open Source: Code and documentation are publicly available on GitHub, enabling replication and extension by other researchers.
  • Architectural Context: The system operates as a single agent without task-specific fine-tuning for Portal, aligning with the generalist agent paradigm.

Industry Insight

  • Agent Architecture Validation: The successful use of MCP and pause-based tool integration provides a proven pattern for building agents that interact with non-API, stateful environments, accelerating development in robotics and legacy system automation.
  • Cost vs. Capability Trade-offs: The token cost highlights the current economic barrier to long-running autonomous tasks; practitioners should anticipate and plan for inference expenses when deploying similar agents in production.
  • Strategic Milestone: Beating a full commercial game autonomously serves as a credible benchmark for generalist agent progress, likely increasing investment and research focus on multi-step reasoning in interactive simulations.

TL;DR

  • GPT-6 Astra在23小时43分钟内完全自主通关《Portal》游戏,无需人工干预
  • 通过MCP协议和修改版SourcePauseTool实现游戏控制,在暂停期间处理截图、玩家位置和相机角度信息
  • 成本约$570(Astra定价)或$200(Codex订阅),代码已开源至GitHub
  • 呼应OpenAI 2016年"单一agent解决多种游戏"的愿景,开发者称GPT-6 Astra是"最差的模型"

为什么值得看

展示了当前AI agent在复杂交互环境中的自主决策能力,验证了大模型在游戏控制领域的实际应用潜力。同时揭示了agent系统的真实成本结构,为行业提供了关于自主agent可行性的参考案例。

技术解析

  • 核心架构:GPT-6 Astra通过MCP(Model Context Protocol)与游戏环境交互,利用修改版SourcePauseTool实现游戏暂停机制
  • 感知-行动循环:每次暂停期间,agent接收截图、玩家位置和相机角度信息,决策输入后恢复游戏运行
  • 运行成本:Token消耗约$570(Astra列表价),开发者使用$200 Codex订阅完成测试
  • 开源资产:完整代码和文档已发布至GitHub,可供复现和研究

行业启示

  • 单一agent解决多游戏的愿景正逐步实现,尽管仍面临效率与成本挑战,但自主agent在游戏等复杂环境中的能力已得到验证
  • 当前agent运行成本仍较高,需关注推理效率优化和成本下降路径,以推动商业化落地
  • 游戏作为AI agent的测试平台具有独特价值,可加速感知-决策-执行闭环的迭代优化

Disclaimer: The above content is generated by AI and is for reference only. 免责声明:以上内容由 AI 生成,仅供参考。

GPT GPT Agent Agent Gaming 游戏 Multimodal 多模态