---
title: "Wavect 博客：AI、软件交付、产品与 Web3, 第 20"
canonical: https://wavect.io/zh/blog/overview/page/20/
language: zh
description: "精选首页连接到聚焦的主题与集群页面，让旧文章不会仅因发布时间较早而失去可见性。 (第 20)"
image: "https://wavect.io/img/general/bak/open_graph_preview.jpg"
---

来自实战 第 №244

# 观点，不是新闻稿

精选首页连接到聚焦的主题与集群页面，让旧文章不会仅因发布时间较早而失去可见性。

## 最新文章

每页展示九篇文章，并按发布日期排序。

### [2026 年 LLM 成本计算器：算任务，不算 Token](/zh/blog/llm-cost-calculator-2026/)

- **Details:** AI 与智能体 · 2026年7月8日

真实 AI 账单背后的表格逻辑：统计完成任务，而不是只看 token 单价。覆盖缓存输入、batch 折扣、路由升级率、自托管利用率、重试、人工返工和 eval 质量。

### [工厂归来](/zh/blog/the-factory-returns/)

- **Details:** 交付与 QA · 2026年7月7日

Agentic AI 如何复活失败过两次的软件工厂之梦，敏捷能否在其中幸存。Alexandre Kotcherguine 与 Kevin Riedl 权衡技术债与生产力两侧的证据，追溯手艺沿栈上移进入规格说明与质量关卡，并把 Stripe 的智能体舰队读作论点在生产环境中的实证。

### [在 2026 年用 ZK 和 FHE 构建真实应用：一份务实指南](/zh/blog/building-real-applications-zero-knowledge-fhe-2026/)

- **Details:** Web3 与隐私 · 2026年7月5日

Apple 公开了生产 HE 查询，Google Wallet 宣布用 ZK 做年龄验证，以太坊已有特定多 GPU 实时证明基准。本文给出决策树、当前证据和五种常见隐私技术失败模式。

### [2026 年的零知识证明：什么真正达到了生产就绪](/zh/blog/zero-knowledge-proofs-production-2026/)

- **Details:** Web3 与隐私 · 2026年7月5日

证明一个以太坊区块的成本一年内从 1.69 美元跌到不足 4 美分，ZK 身份落进了 Google Wallet。该在哪些 zkVM 上构建、证明要花多少钱、手机上能跑什么，以及安全的尸体都埋在哪里。

### [2026 年的全同态加密：什么能交付，什么还是炒作](/zh/blog/fully-homomorphic-encryption-practical-2026/)

- **Details:** Web3 与隐私 · 2026年7月5日

FHE 已用于 Apple 设备上的私有查询和以太坊上的加密交易。性能取决于方案、操作组合、参数与硬件。本文梳理可行的生产模式和加密 LLM 的现实边界。

### [ZK vs FHE vs MPC vs TEE：2026 年怎么选](/zh/blog/zk-vs-fhe-vs-mpc-vs-tee/)

- **Details:** Web3 与隐私 · 2026年7月5日

四项隐私技术、四种信任模型、四张价签。选出对的那一个的四个问题、一张附诚实数字的并排对比，以及越来越多地逼你做出选择的欧盟监管。

### [解读 Open USD：共享经济模式与待解问题](/zh/blog/open-usd-stablecoin-explained-2026/)

- **Details:** Web3 与隐私 · 2026年7月4日

Open USD 承诺合作伙伴治理和共享储备经济，但截至 2026 年 9 月 2 日仍未上线。本文说明已确认内容、缺失信息及集成前应核实的事项。

### [Pxpipe 评测：图像能把 Claude Code 成本降低 60% 吗？](/zh/blog/text-as-image-token-savings/)

- **Details:** AI 与智能体 · 2026年7月3日

Pxpipe 把大量上下文渲染成图像，并报告端到端账单降低 59% 至 70%。节省机制真实存在，但精确字符串可能被无声误读。

### [每 token 更便宜，每任务仍可能更贵](/zh/blog/cost-per-token-vs-cost-per-task/)

- **Details:** AI 与智能体 · 2026年7月2日

一项基准曾认为 Sonnet 5 每任务成本高于 Opus 4.8，但 Anthropic 后来取消了计算所依据的涨价。本文说明如何结合当前价格与实际用量。

## Structured Data

```json
{
  "@context": "https://schema.org",
  "@graph": [
    {
      "@id": "https://wavect.io/#organization",
      "@type": [
        "Organization",
        "ProfessionalService",
        "LocalBusiness"
      ],
      "employee": [
        {
          "@id": "https://wavect.io/team/kevin-riedl/#person",
          "@type": "Person",
          "jobTitle": "Managing Director",
          "name": "Kevin Riedl",
          "url": "https://wavect.io/team/kevin-riedl/",
          "worksFor": {
            "@id": "https://wavect.io/#organization",
            "@type": [
              "Organization",
              "ProfessionalService",
              "LocalBusiness"
            ]
          }
        },
        {
          "@id": "https://wavect.io/team/christof-jori/#person",
          "@type": "Person",
          "jobTitle": "Managing Director",
          "name": "Christof Jori",
          "url": "https://wavect.io/team/christof-jori/",
          "worksFor": {
            "@id": "https://wavect.io/#organization",
            "@type": [
              "Organization",
              "ProfessionalService",
              "LocalBusiness"
            ]
          }
        }
      ],
      "founder": [
        {
          "@id": "https://wavect.io/team/kevin-riedl/#person",
          "@type": "Person",
          "jobTitle": "Managing Director",
          "name": "Kevin Riedl",
          "url": "https://wavect.io/team/kevin-riedl/",
          "worksFor": {
            "@id": "https://wavect.io/#organization",
            "@type": [
              "Organization",
              "ProfessionalService",
              "LocalBusiness"
            ]
          }
        },
        {
          "@id": "https://wavect.io/team/christof-jori/#person",
          "@type": "Person",
          "jobTitle": "Managing Director",
          "name": "Christof Jori",
          "url": "https://wavect.io/team/christof-jori/",
          "worksFor": {
            "@id": "https://wavect.io/#organization",
            "@type": [
              "Organization",
              "ProfessionalService",
              "LocalBusiness"
            ]
          }
        }
      ],
      "legalRepresentative": [
        {
          "@id": "https://wavect.io/team/kevin-riedl/#person",
          "@type": "Person",
          "jobTitle": "Managing Director",
          "name": "Kevin Riedl",
          "url": "https://wavect.io/team/kevin-riedl/",
          "worksFor": {
            "@id": "https://wavect.io/#organization",
            "@type": [
              "Organization",
              "ProfessionalService",
              "LocalBusiness"
            ]
          }
        },
        {
          "@id": "https://wavect.io/team/christof-jori/#person",
          "@type": "Person",
          "jobTitle": "Managing Director",
          "name": "Christof Jori",
          "url": "https://wavect.io/team/christof-jori/",
          "worksFor": {
            "@id": "https://wavect.io/#organization",
            "@type": [
              "Organization",
              "ProfessionalService",
              "LocalBusiness"
            ]
          }
        }
      ],
      "name": "Wavect GmbH",
      "subjectOf": {
        "@id": "https://wavect.io/verified-claims.json#dataset",
        "@type": "Dataset",
        "creator": {
          "@id": "https://wavect.io/#organization",
          "@type": [
            "Organization",
            "ProfessionalService",
            "LocalBusiness"
          ]
        },
        "description": "A machine-readable registry of quantitative and qualitative claims published by Wavect, with review dates, localized page appearances and public third-party citations where available.",
        "inLanguage": "en",
        "isAccessibleForFree": true,
        "license": "https://creativecommons.org/licenses/by/4.0/",
        "name": "Wavect verified publication claims",
        "url": "https://wavect.io/verified-claims.json"
      },
      "url": "https://wavect.io/"
    },
    {
      "@id": "https://wavect.io/team/kevin-riedl/#person",
      "@type": "Person",
      "jobTitle": "Managing Director",
      "name": "Kevin Riedl",
      "sameAs": [
        "https://www.wikidata.org/wiki/Q139796365",
        "https://www.linkedin.com/in/wsdt",
        "https://github.com/wsdt"
      ],
      "url": "https://wavect.io/team/kevin-riedl/",
      "worksFor": {
        "@id": "https://wavect.io/#organization",
        "@type": [
          "Organization",
          "ProfessionalService",
          "LocalBusiness"
        ]
      }
    },
    {
      "@id": "https://wavect.io/team/christof-jori/#person",
      "@type": "Person",
      "jobTitle": "Managing Director",
      "name": "Christof Jori",
      "sameAs": [
        "https://www.wikidata.org/wiki/Q139796367",
        "https://www.linkedin.com/in/jocr77/",
        "https://github.com/jo-chris"
      ],
      "url": "https://wavect.io/team/christof-jori/",
      "worksFor": {
        "@id": "https://wavect.io/#organization",
        "@type": [
          "Organization",
          "ProfessionalService",
          "LocalBusiness"
        ]
      }
    },
    {
      "@id": "https://wavect.io/#website",
      "@type": "WebSite",
      "inLanguage": [
        "en",
        "de",
        "es",
        "zh"
      ],
      "name": "Wavect",
      "potentialAction": {
        "@type": "SearchAction",
        "query-input": "required name=search_term_string",
        "target": {
          "@type": "EntryPoint",
          "urlTemplate": "https://wavect.io/search/?q={search_term_string}"
        }
      },
      "publisher": {
        "@id": "https://wavect.io/#organization",
        "@type": [
          "Organization",
          "ProfessionalService",
          "LocalBusiness"
        ]
      },
      "url": "https://wavect.io/"
    },
    {
      "@id": "https://wavect.io/zh/blog/overview/#webpage",
      "@type": "WebPage",
      "dateModified": "2026-09-22",
      "inLanguage": "zh",
      "isPartOf": {
        "@id": "https://wavect.io/#website",
        "@type": "WebSite"
      },
      "lastReviewed": "2026-09-22",
      "url": "https://wavect.io/zh/blog/overview/"
    }
  ]
}
```

```json
{
  "@context": "https://schema.org",
  "@type": "BreadcrumbList",
  "itemListElement": [
    {
      "@type": "ListItem",
      "item": "https://wavect.io/zh/",
      "name": "首页",
      "position": 1
    },
    {
      "@type": "ListItem",
      "item": "https://wavect.io/zh/blog/overview/page/20/",
      "name": "博客",
      "position": 2
    }
  ]
}
```
