规范 (spec)
集里怎么说它
- 《Harness 工程:让智能体零人工写代码的实操》(27:07起):本集将其说成在代码生产变得极其便宜后比代码更持久的资产,应该先写代码实现再从中提炼规范,最终得到对业务逻辑关键部分指定得很细、但对实现留足灵活性的文档
① 提到它的金句
5 条
如果你大部分的决策都将是基于意见的决策,对于一个 1.0 版本来说,你必须有一两个或非常非常少的一组人,他们负责做出基于意见的决策,并且实际上能让你从白板到一个实际的 1.0 规格。
指向原始笔记的链接
And so if most of your decisions are going to be opinion-based decisions for a 1.0, you have to have one or two or a very, very small set of people who are charged with making the opinion-based decisions and can actually get you from point A to… from a white paper or a white… bank sheet of white paper or whiteboard to an actual 1.0 spec.
—— Tony Fadell · [08:58]
我实际上发现先生成代码会容易得多,让那段代码有点像是一个关于世界可能样子的草案,作为团队与之互动来完善它,然后从中提炼出规范。
指向原始笔记的链接
I’ve actually found it is much easier to produce the code first, to have that code sort of like present a straw man for what the world could look like, engage with that as a team to refine it, and then distill the spec out of that.
—— Ryan Lopopolo · [28:20]
招聘的原子单位是人,而不是职位描述,也不是角色。
指向原始笔记的链接
the atomic unit of hiring as the person, not the job spec and not the role.
—— Lenny · [39:37]
智能体可以告诉你一件事看起来是否正确,它是否匹配规范。它不一定意味着它能告诉你什么是好的。
指向原始笔记的链接
An agent can tell you if a thing looks correct, if it’s matching a spec. It doesn’t necessarily mean it can tell you what’s good.
—— Addy Osmani · [73:05]
将程序员的意图精简到尽可能最小的规范,这就是现在真正重要的事情。
指向原始笔记的链接
Pairing the programmer’s intent down to the minimum possible spec, that’s what really sort of matters now.
—— Martin Casado · [05:01]
② 出现在这些集
1 集
- 《Harness 工程:让智能体零人工写代码的实操》 — 作为概念
③ 关联
点进去有真内容 —— 本页主要出口
Guy Fajani · Ryan Lopopolo · harness 工程 · Codex · OpenAI · 智能体 · 提示词注入 · 护栏 · 上下文工程 · Symfony
