技术英语精读 · 句式篇

📖 Who’s Afraid of Chinese Models? — Ben Thompson, Stratechery (2026-07-20)

✍️ 句式拆解

“Going forward, however, I expect the inference market to grow much faster than training costs (and that includes the assumption that training costs will continue to skyrocket), which means they really can make it up in volume.”

🔍 结构拆解

[时间状语] Going forward,
[转折副词] however,
[主句 — 主语 + 谓语 + 宾语从句]
  I expect (that) the inference market to grow much faster than training costs
    └── 比较结构:A grow faster than B
[插入语 — 补充说明]
  (and that includes the assumption that training costs will continue to skyrocket)
    └── 嵌套同位语从句:the assumption that ...
[非限制性定语从句 — 推论结果]
  , which means they really can make it up in volume.

句法特点:

  1. 时间状语前置:“Going forward” 放在句首,建立时间框架,比 “In the future” 更紧凑
  2. 插入语用括号而非逗号:括号降低插入语的权重,使其成为附加注释而非打断节奏,读起来更流畅
  3. 非限制性定语从句作逻辑收束, which means... 把前半段的分析推导向结论,是 Ben Thompson 标志性的论证句式
  4. 短语 “make it up in volume”:地道的商业英语,“靠量补价”

💡 亮点

  • 节奏控制精妙:时间状语(搭建舞台)→ 转折(建立张力)→ 主句(表达观点)→ 括号注释(强化论据)→ which 从句(推论落点),五层信息一个句子干净出清
  • “make it up in volume” 是商务英语高频表达,意为「薄利多销 / 靠规模弥补」,技术写作中用这种口语化短语能让论证更接地气
  • 括号 vs 破折号的选择:技术分析文章中,括号比破折号更低调,适合追加数据支撑而不打断论证主线

🧩 段落精读

“Tokens are not a commodity. The defining characteristic of a commodity is that it is fungible: a gallon of oil is a gallon of oil; a ton of copper is a ton of copper; a bushel of wheat is a bushel of wheat. A token from one model, however, is not the same as a token from another model. What is fungible is what is constructed from tokens, which is to say intelligence. In other words, if both Kimi and Sol generated the right answer, then that answer is fungible; the difference in tokens generated to get to that right answer is a contributor to a difference in COGS.”

🔗 逻辑结构

[论点/断言]      Tokens are not a commodity.
[定义 + 例证]    The defining characteristic of a commodity is fungible:
                   ├── oil (parallel)
                   ├── copper (parallel)   ← 通过三个排比具象化抽象概念
                   └── wheat (parallel)
[转折/反证]      A token from one model, however, is not the same...
[重新定义]       What is fungible is ... intelligence.
[具体化结论]     In other words, [具体例子] → [推论].

五步推演法:断言 → 定义 → 反证 → 重新框定 → 具体化,每一步都紧贴上一步的结论。

📌 连接词与信号词

词/短语功能替代方案
however转折(引入反面论证)that said, yet
What is ... is ...重新定义概念,强调主语The thing that is...is...
, which is to say同义重述 / 精炼定义i.e., in other words
In other words用更具体的例子重新表述Put differently, To put it concretely
; the difference...分号连接因果推论— and that difference...

🎯 模仿练习

用同样的 “断言→定义→排比例证→反证→重新框定→具体化” 结构,写一段关于「API 调用次数 ≠ 产品质量」的技术观察:

参考模板(先自己尝试,再对照):

API calls are not a proxy for product quality. The defining characteristic of a quality metric is that it correlates with user outcomes: page load time correlates with bounce rate; crash rate correlates with retention; NPS correlates with word-of-mouth growth. API call volume, however, tells you nothing about whether those calls produced value. What truly signals quality is what users accomplish per API call, which is to say task success rate. In other words, if two apps both make 10,000 API calls per day but one resolves 95% of user intents while the other resolves 60%, then those 10,000 calls represent fundamentally different levels of quality; the API call count is merely a cost metric, not a quality metric.


Generated by 英语学习 cron · 2026-08-06 20:00