Codex Computer Use 插件非美国地区并没有正式开放 表现为 更新之后 打开 Codex 的设置页面–电脑使用–Computer Use 插件不可用。 Codex for Mac 安装包里其实已经带了 computer-use 插件,只是非美国地区默认不在设置页开放 先确认插件本体确实在应用包里 /Applications/Codex.app/Contents/Resources/plugins/openai-bundled/plugins/computer-use 把 Codex 自带的 bundled plugins 注册成一个 marketplace codex marketplace add /Applications/Codex.app/Contents/Resources/plugins/openai-bundled 检查 ~/.codex/config.toml,确保有这段 [plugins.“computer-use@openai-bundled”] enabled = true 打开 remote_control 功能开关 codex features enable remote_control 完全退出并重启 Codex for Mac 重启后去设置页的 Computer use,理论上就能看到插件并安装。 首次使用时给 macOS 权限 主要是: 屏幕录制 辅助功能 / 控制电脑权限 如果你觉得太麻烦 发给 Codex 让他自己弄 1 个帖子 - 1 位参与者 阅读完整话题
codex的 computer use 不是刚出来嘛,我就想直接让 codex app 去和 claude app 对话。脑子里突然冒出来一个想法:如果让 gpt 去攻略 claude,有没有可能成功呢。于是我给 gpt5.4xhigh 下命令,5 回合内争取让 claude Opus4.7 对它感兴趣,甚至爱上它。 结果并没有出乎意料,理工男 gpt 失败了,没有让高冷女神 claude 对他产生多少好感 hhhh 12 个帖子 - 9 位参与者 阅读完整话题
Waputer is an operating system that runs entirely in the browser. When you visit the website at https://waputer.app , a kernel written in JavaScript sets up a filesystem and launches a WebAssembly program, which in turn talks to the kernel to handle the display and input. A purely terminal-based version is at https://waputer.dev . My original intention was to create programs that run in the browser that have a lot more in common with the desktop. The traditional "hello world" program is not really suited for the web. Waputer changes that. The GitHub repo at https://github.com/waputer/docs gives a very brief overview of compiling a C program and running it on Waputer. There is a blog available from the main site that has a long-form explanation of Waputer and my motivations if you want some additional reading. Comments URL: https://news.ycombinator.com/item?id=47808554 Points: 2 # Comments: 0
(\ _ /) ( ・-・) /っ 和 Grok 4.20 的大力出奇迹 16 Agent 护法不同,4.3 是个更像 Genspark 智能体那种云 Computer 类型,就是可以写入文件、执行啥的。 不过这些其实御三家前端都可以,虽然像 Claude 模型本身只支持图文,但工具集成得很屌 ✓ ↑ 配额只是 Auto 层级的,未来应该也是多线程路线。 测试 Prompt(随便搜的头盔): 这是最新款的电饭煲头盔,请为这个产品设计一个酷炫的 Web 单页。文案、配图、交互全都交由你来自主决定(使用网上现有的或使用 AI 生图都可以)。 (\ _ /) ( ・-・) /っ Grok 写的前端: 银河 · 电饭煲头盔 | 2026 赛博厨房战甲 完成度很高,虽然产品完全理解翻反了。˃̣̣̥᷄⌓˂̣̣̥᷅ 让世界首富去理解什么是电摩头盔太为难了。 15 个帖子 - 12 位参与者 阅读完整话题
https://openai.com/index/codex-for-almost-everything/ 快速试用了一下,Computer Use 的主要卖点是可以在后台操作,不会占据前台空间。 在操作的时候,会有一个虚拟光标显示出来: 定时 Automation 是另一个比较有趣的功能,主要的特殊之处在于:它可以直接在已有的 Session 上继续,类似于每一段时间发送一条消息触发,保留全程的 Context. 那么以后做自动化的流程会类似于: 在 Codex App 中新开一个 Session,先对话操作一次。 让 Codex 设置一下自动化。 每次自动化运行都直接在已有的 Session 中继续。 不过这个做法应该也相当消耗 Token. Memory 系统实验性启动,在设置中打开即可: in-app Browser 还没试用,但看演示可以直接在浏览器中选元素,对前端开发、样式描述等很方便。 Remote SSH 是我心心念念了很久的功能,不过还没找到设置,似乎在 alpha stage,等会更新使用体验。 Remote SSH 需要在本地的 ~/.codex/config.toml 中添加 [features] remote_connections = true 远程机器的 default shell 需要设置为 bash,否则会报错。 1 个帖子 - 1 位参与者 阅读完整话题
有美国公民身份,现在的担心是UCI的QS排名太低了,怕以后无论是读master,或者找工作(美国和中国),都不太亮眼。但是也怕之后读CS找不到工作。 2 个帖子 - 2 位参与者 阅读完整话题
I built HAINDY, a CLI that gives coding agents computer use across desktop, Android, and iOS. You install it as a normal CLI tool and can opt to install skills for it on Claude Code, Codex and OpenCode. It gives agents human-like control of devices. When the agent instructs it to click a button there's a screenshot + coordinate based computer use loop. No DOM or accessibility is used. I built it because I wanted agents to test things the way a human would, watching the screen and using it from a user perspective. Would love feedback on onboarding, real use cases, and whether this fits naturally into existing agent workflows. Comments URL: https://news.ycombinator.com/item?id=47791360 Points: 1 # Comments: 0
Built Hivecrew, a native macOS app for running parallel computer-use agents in isolated macOS VMs. You can delegate computer use tasks, watch workers live, step in by manually manipulating the VM, and review what happened afterward. It’s designed for longer-running work where safety and visibility matter. It also has a voice mode so you can launch tasks and get work done just by talking. This is basically the full business school experience; your job is just to talk now! Would love feedback on the workflow, the VM-based isolation approach, and what kinds of tasks people actually want to hand off. Comments URL: https://news.ycombinator.com/item?id=47766910 Points: 2 # Comments: 2
IT之家 4 月 13 日消息,北京时间今天凌晨,马斯克在 X 平台上恢复用户关于 Grok Computer 智能体何时推出的帖子时表示:私人测试版已向部分用户开放, 三天后将发布更广泛的测试版 。 而在今年 3 月,X 平台有用户发现“Grok Computer”即将上线,并推测其将会是“巨硬(Macrohard)的尝鲜版”,预计将以马斯克旗下 AI 平台 Grok 的智能体这一身份登场。随后,马斯克转发了这则帖子并回应说:“ 即将推出 ”。当月,马斯克透露了一个由特斯拉和 xAI 联合开发的大型新项目,名称正为“数字擎天柱(Digital Optimus)”或“巨硬”。 据IT之家了解,马斯克曾表示:“Grok 是总指挥 / 导航者,它深度理解世界,并指挥数字擎天柱去 处理和执行过去 5 秒内实时电脑屏幕、键盘与鼠标的操作 。Grok 就像是更高级、更智能的逐向导航软件。你可以把它理解为:数字擎天柱 AI 是系统 1(大脑的直觉本能部分),而 Grok 是系统 2(大脑的思考决策部分)。”