跳到主内容
精选85Lee Robinson技巧与观点

Grok Bot 四大技术决策:无 UI、厚服务端、常驻电脑、浏览器自动化

Grok @Bot has made a few simple yet powerful technical decisions that I believe…

原文
推荐理由

做 Agent 或 AI 产品的同学必看,这四条架构取舍(无 UI、厚服务端、常驻电脑、浏览器自动化)都是可复用的实战经验,直接抄作业能少踩很多坑。

Grok @Bot has made a few simple yet powerful technical decisions that I believe make it easy and enjoyable to use.

Grok @Bot 做出了一些简单而强大的技术决策,我相信这些决策使其易于使用且令人愉悦。

1. The best UI is none at all. The product interface is dramatically simpler than alternatives without sacrificing functionality. How is this possible? It's one of the first products designed for current frontier model capabilities and has a UI restrained enough to remain easy to use as models improve exponentially. Everyone knows how to text.

1. 最好的用户界面就是没有界面。产品界面比替代方案简单得多,但功能不减。这怎么可能?它是首批为当前前沿模型能力设计的产品之一,并且其界面克制到足以在模型指数级改进时保持易用性。每个人都知道如何发短信。

2. A thin harness for the client, a thick harness for the server. You might have noticed the app feels very fluid to use, even for a beta product. This is primarily because of everything we didn't have to build. The app harness is essentially a single tool to send messages between the client and server. The complexity moves to the server, where you can still use the coding agent harness with specialized tools as needed. This helps make the UI fast and responsive on desktop and mobile.

2. 客户端采用薄封装,服务器采用厚封装。你可能已经注意到,即使作为测试版产品,这个应用使用起来也非常流畅。这主要是因为我们可以省略很多构建工作。应用封装本质上是一个单一工具,用于在客户端和服务器之间发送消息。复杂性转移到服务器端,在那里你仍然可以使用编码代理封装,并根据需要配备专用工具。这有助于在桌面端和移动端实现快速响应的界面。

3. An always-on computer. Most coding agents and assistants today start fresh with every question you ask. Some of these sessions are on your local machine and others happen in the cloud. We believe strongly that cloud is the future, which is why it's the only option. Further, rather than spinning up virtual machines for every conversation, your bots connect to their own computer. This means you can still run agents on the bot's persistent filesystem. It's closer to what programmers have been doing by using Tailscale from their phones to connect to a remote computer and run an agent TUI. You get those capabilities without the hassle.

3. 一台常开的计算机。如今大多数编码代理和助手在你每次提问时都会重新开始。其中一些会话在你的本地机器上运行,另一些则在云端进行。我们坚信云端是未来,因此这是唯一的选择。此外,与其为每次对话启动虚拟机,你的机器人会连接到它们自己的计算机。这意味着你仍然可以在机器人的持久文件系统上运行代理。这更接近程序员一直以来的做法:用手机通过 Tailscale 连接到远程计算机并运行代理 TUI。你无需麻烦就能获得这些功能。

4. Your bots can use the browser. Coding agents have shown that most work on a computer can be expressed and run as code. You can ask for a task in natural language and the agent will decide to write a script to complete it. This is amazing, but there's still many tasks which can't be completed without logging into a website and clicking around the browser. Models and harnesses are now good enough to reliably handle this. The combination of writing code and using browsers means you can automate almost any task on a computer. Further, you can ask Grok Bot to record you doing the task, and then turn it into something repeatable.

4. 你的机器人可以使用浏览器。编码代理已经表明,计算机上的大多数工作都可以表达为代码并运行。你可以用自然语言提出任务,代理会决定编写脚本来完成它。这很了不起,但仍有许多任务需要登录网站并在浏览器中点击才能完成。模型和封装现在足够好,可以可靠地处理这些任务。编写代码和使用浏览器的结合意味着你可以自动化计算机上的几乎任何任务。此外,你可以让 Grok Bot 记录你执行任务的过程,然后将其转化为可重复的操作。

更进一步:量化金融体系

看懂新闻只是起点——沿量化金融路径,把它变成能交付的工程能力

进入量化体系 →

相似阅读

另一事件,读法相近