註冊並分享邀請連結,可獲得影片播放與邀請獎勵。

Jason Zhu
@GoSailGlobal
Show In Public | SaaS 出海 | 克尔凯郭尔种草🌿 Skills hub: 博客: 🤝 合作DM:GoSail_AI 📮:m17551076169@gmail.com MCN:collab@gosaillab.com
加入 May 2025
2.2K 正在關注    34.7K 粉絲
NVIDIA 开源了 NOOA 框架,用原生 Python 抽象构建 AI Agent,SWE-bench 跑到 82.2% 核心思路很简洁:方法就是动作,字段就是状态,docstring 就是 prompt,类型注解就是契约,完全复用 Python 开发者已有的知识体系 搭配 GPT-5.5 xhigh 配置只用 28 次模型调用和 1.1M token,对比 Pi 的 78.2% 需要 66 次调用和 2.2M token,效率翻倍 让模型直接写 Python 代替 tool call,省掉中间的序列化开销,Agent 的行动空间从预定义工具列表变成了整个 Python 生态 Agent 框架这么多,你觉得 NOOA 这种"不发明新概念"的路线能跑出来吗?
顯示更多
Native Python Object-Oriented Agents: Reusing native Python abstractions for agent development eliminates the learning curve of new frameworks and leverages LLMs' existing Python knowledge, achieving great results on ARC-AGI-3. 1️⃣ Agent-as-Python-object programming model: methods = actions, fields = state, docstrings = prompts, type annotations = contracts 2️⃣ NOOA combines typed i/o, code as action (models write Python instead of tool calls), loop engineering 3️⃣ Pass-by-reference with bounded previews renders args as compact previews in prompts while models operate on full live objects in code execution. 📖: 📝: 🧑‍💻:
顯示更多