弗雷德·肖特
立场时间线 6 条 · 6 个议题
同一议题按时间排列,说法变化一目了然。
智能体开发领域连React级别的底层组合与状态管理范式都还没出现,先造这一基础层比直接做上层框架更重要
“我最初发推说我们在构建智能体的Astro或Next.js。但后来我意识到:也许根本还没人构建智能体的React。 —— I originally tweeted that we were building the Astro for agents or the Next.js for agents. But then I realized: maybe no one has even built the React for agents.”
来源访谈 →智能体不应由开发者写脚本去驱动LLM,而应放入运行环境(Harness)让它自主驱动、自行解决问题
“不是你和你的代码去驱动大语言模型、用脚本告诉它该做什么,而是你将智能体放入这个运行环境中,让它能够自主驱动并解决问题。 —— Instead of you and your code driving the LLM and telling it what to do with scripts, you're putting the agent into this harness, and it is able to drive itself and work through problems.”
来源访谈 →运行环境不是可后期添加的功能,而是定义智能体的根本所在,没有运行环境就没有智能体
“我们早期的判断是,运行环境实际上不是一个功能,而是你对智能体定义的根本。没有运行环境,就没有智能体。 —— Our early bet was that the harness is actually not a feature, but it's fundamental to what you think an agent is. There is no agent without a harness.”
来源访谈 →最好的工具应超越特定宿主平台,开源且与主机无关才能带来最多的开发者采用和最大的创新
“最好的工具是那些超越特定宿主的工具。这为最多的开发者采用和最大的创新打开了大门。 —— The best tools are the ones that float above the host. That opens the door for the most developer adoption and the most innovation.”
来源访谈 →通过在TypeScript中编写useSkill()、useTool()等React风格Hooks,开发者可以在对话或工作流进行中动态改变智能体配置,使其适应实时需求
“通过在TypeScript中编写Hooks(如`useSkill()`,`useTool()`),开发者可以在对话或工作流进行中动态改变智能体的配置,使其能够适应实时需求,例如在验证用户后引入账户管理工具。”
来源访谈 →eve是最直接的竞品且同样内置Harness,但Flue的关键差异在于坚持主机无关性,而eve的设计更倾向优化与Vercel平台的集成
“Schott承认eve是最直接的竞品,两者都将Harness内置。但关键区别在于Flue强调主机无关性,而eve虽可自托管,但其设计更倾向于优化与Vercel平台的集成。”
来源访谈 →金句墙 4 条
“I originally tweeted that we were building the Astro for agents or the Next.js for agents. But then I realized: maybe no one has even built the React for agents.”
我最初发推说我们在构建智能体的Astro或Next.js。但后来我意识到:也许根本还没人构建智能体的React。
React理念重塑AI智能体:Flue 2创作者谈Hooks与Harness · 2026/8/15“Instead of you and your code driving the LLM and telling it what to do with scripts, you’re putting the agent into this harness, and it is able to drive itself and work through problems.”
不是你和你的代码去驱动大语言模型、用脚本告诉它该做什么,而是你将智能体放入这个运行环境(Harness)中,让它能够自主驱动并解决问题。
React理念重塑AI智能体:Flue 2创作者谈Hooks与Harness · 2026/8/15“Our early bet was that the harness is actually not a feature, but it’s fundamental to what you think an agent is. There is no agent without a harness.”
我们早期的判断是,运行环境实际上不是一个功能,而是你对智能体定义的根本。没有运行环境,就没有智能体。
React理念重塑AI智能体:Flue 2创作者谈Hooks与Harness · 2026/8/15“The best tools are the ones that float above the host. That opens the door for the most developer adoption and the most innovation.”
最好的工具是那些超越特定宿主的工具。这为最多的开发者采用和最大的创新打开了大门。
React理念重塑AI智能体:Flue 2创作者谈Hooks与Harness · 2026/8/15