首页 > 资讯 > AI巨头呼吁“踩刹车” 机构认为国内算力需求仍有增长空间

AI巨头呼吁“踩刹车” 机构认为国内算力需求仍有增长空间

36氪快讯 2026-09-16 07:37 5 阅读 查看原文
Here's a thinking process: 1. **Analyze the Request:** - Role: Professional news typesetting engineer - Input: Pure text news body - Output: HTML fragment (no Markdown fences, no explanations) - Rules: - Only output HTML片段 itself - No Markdown fences, no explanations - Each natural paragraph wrapped in `

` - Long text divided into sections using `

/

` - List content uses `
  • ` - Quotes use `
    ` - Code uses `
    `
         - Important sentences can use ``
         - Preserve all original information, no additions/deletions/modifications
         - No document-level tags like `//`
    
    2.  **Analyze the Input Text:**
       ```
       近日,Anthropic首席执行官达里奥·阿莫迪呼吁放缓前沿AI模型能力提升的节奏,为安全研究和风险防范留出时间。OpenAI首席执行官萨姆·奥尔特曼、SpaceX创始人埃隆·马斯克随后表达支持。相关言论引发市场对AI基础设施投资前景的担忧,海外芯片股承压,A股、港股科技板块出现分化。前沿模型迭代如果放慢,AI产业链的需求是否也会随之降温?机构目前认为,需要区分模型研发节奏与算力需求增长。现阶段,企业应用、推理业务仍在扩张,相关讨论尚不足以证明AI资本开支进入收缩周期,但投资者对需求来源、商业回报及安全边界的审视正在加强。(中证报)
       ```
    
       Let's break it down structurally:
       - Paragraph 1: "近日,Anthropic首席执行官达里奥·阿莫迪呼吁放缓前沿AI模型能力提升的节奯,为安全研究和风险防范留出时间。OpenAI首席执行官萨姆·奥尔特曼、SpaceX创始人埃隆·马斯克随后表达支持。"
       - Paragraph 2: "相关言论引发市场对AI基础设施投资前景的担忧,海外芯片股承压,A股、港股科技板块出现分化。"
       - Paragraph 3: "前沿模型迭代如果放慢,AI产业链的需求是否也会随之降温?机构目前认为,需要区分模型研发节奏与算力需求增长。"
       - Paragraph 4: "现阶段,企业应用、推理业务仍在扩张,相关讨论尚不足以证明AI资本开支进入收缩周期,但投资者对需求来源、商业回报及安全边界的审视正在加强。(中证报)"
    
       Wait, let me re-read carefully. The text has sentences separated by periods. I need to identify natural paragraphs. The input seems to be a single block of text, but it contains multiple sentences. As a typesetting engineer, I should group them into logical paragraphs. Looking at the content:
       - Sentences 1-3 seem to form the first news chunk: CEO statements, market reaction.
       - Sentences 4-5: Analysis/institutional view.
       - Sentence 6: Conclusion with source tag.
    
       Actually, the text is:
       "近日,Anthropic首席执行官达里奥·阿莫迪呼吁放缓前沿AI模型能力提升的节奯,为安全研究和风险防范留出时间。OpenAI首席执行官萨姆·奥尔特曼、SpaceX创始人埃隆·马斯克随后表达支持。相关言论引发市场对AI基础设施投资前景的担忧,海外芯片股承压,A股、港股科技板块出现分化。前沿模型迭代如果放慢,AI产业链的需求是否也会随之降温?机构目前认为,需要区分模型研发节奏与算力需求增长。现阶段,企业应用、推理业务仍在扩张,相关讨论尚不足以证明AI资本开支进入收缩周期,但投资者对需求来源、商业回报及安全边界的审视正在加强。(中证报)"
    
       I need to split into natural paragraphs. Typically, a news body like this would have:
       Para 1: The announcement/support from CEOs
       Para 2: Market reaction impact
       Para 3: Question/institutional view on model iteration pace vs demand
       Para 4: Current state of enterprise application & investor scrutiny, with source
    
       Let me check if there are obvious paragraph breaks. The text is continuous, but I can discern logical segments:
       1. "近日,Anthropic首席执行官达里奥·阿莫迪呼吁放缓前沿AI模型能力提升的节奯,为安全研究和风险防范留出时间。OpenAI首席执行官萨姆·奥尔特曼、SpaceX创始人埃隆·马斯克随后表达支持。" -> This is a paragraph about the CEOs' call and support.
       2. "相关言论引发市场对AI基础设施投资前景的担忧,海外芯片股承压,A股、港股科技板块出现分化。" -> Market reaction, can be part of same or separate paragraph. I'll make it its own or combine.
       3. "前沿模型迭代如果放慢,AI产业链的需求是否也会随之降温?机构目前认为,需要区分模型研发节奏与算力需求增长。" -> Analysis question.
       4. "现阶段,企业应用、推理业务仍在扩张,相关讨论尚不足以证明AI资本开支进入收缩周期,但投资者对需求来源、商业回报及安全边界的审视正在加强。(中证报)" -> Conclusion with source.
    
       I need to output only HTML, no markdown fences. So I'll just output the HTML fragment directly.
    
       Rules check:
       - Each natural paragraph wrapped in `

    ` - Long text divided into sections using `

    /

    ` - but the text doesn't have clear high-level sections, it's a single news piece. I could use `

    ` for main title-like segments, but the instruction says "long文用

    /

    划分小节" (long text divided into sections using h2/h3). The input isn't extremely long, but I can use h2/h3 to denote logical sections if needed. However, rule 1 says "only output HTML片段本身,不要Markdown围栏、不要解释"; rule 2: "每个自然段落用

    包裹,长文用

    /

    划分小节". I think I should use `

    ` for paragraphs, and if there are distinct sections, use `

    `/`

    `. But the text is a single news body. I'll probably just use `

    ` for each logical paragraph, and maybe wrap the first sentence or key heading in `

    `? But rule 4: "保留原文所有信息,不得增删改内容". I can't add a heading that wasn't in the original text, unless I interpret "长文用

    /

    划分小节" as a formatting instruction for when there are sections. The original text has no explicit headings. I should probably just use `

    ` tags for paragraphs, and not force `

    /

    ` if there are no natural section breaks in the content. But the rule says "长文用

    /

    划分小节" - it's a guideline for when the text is long. I'll split into paragraphs with `

    `, and maybe use `

    ` for the first paragraph if it serves as a title, but that would be adding structure not present. Better to just use `

    ` for each logical segment, and if I need to indicate sections, I could use `

    ` but only if it makes sense. Let me re-read: "每个自然段落用

    包裹,长文用

    /

    划分小节". I think it means: use `

    ` for paragraphs, and for long texts, use `