---
title: "博客"
canonical: https://wavect.io/zh/blog/overview/page/15/
language: zh
description: "精选首页连接到聚焦的主题与集群页面，让旧文章不会仅因发布时间较早而失去可见性。"
image: "https://wavect.io/img/general/bak/open_graph_preview.jpg"
---

来自实战 第 №165

# 观点，不是新闻稿

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

## 最新文章

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

### [兼职 CTO：30/60/90 天计划](/zh/blog/fractional-cto-30-60-90-day-plan/)

- **Details:** 领导力与团队 · 2026年6月13日

你已经聘请了一位兼职 CTO。前 90 天究竟应当产出什么？评估、规划、执行，并留下一个仍在运转的系统以及能在他离开后留存的交付物。

### [AI MVP 范围：验收标准、评测集与 SoW](/zh/blog/ai-mvp-scope-template/)

- **Details:** 产品与 MVP · 2026年6月12日

对 LLM 而言，“它能用”不是验收标准。四样东西必须写进 SoW：评测集、带阈值的目标指标、上线门槛，以及不确定情形的处理。附可直接复制的模板。

### [面向 SharePoint、Confluence、Drive 的权限优先 RAG](/zh/blog/rag-permissions-sharepoint-confluence-drive/)

- **Details:** AI 与智能体 · 2026年6月11日

企业级 RAG 真正的难题是权限，而非检索质量。如何在检索层强制执行访问控制、把 ACL 带到每个 chunk 上，并避免泄露。

### [AI 生成代码的 QA](/zh/blog/qa-for-ai-generated-code/)

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

Lovable、Cursor、Claude Code 和 Replit 生成的代码在上线前会在哪里出问题，以及我们用来排查的生产就绪清单。

### [从 Lovable 和 Cursor 原型到生产：迁移清单](/zh/blog/lovable-cursor-prototype-to-production/)

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

做到 demo 很快。做到生产是一个独立的项目。这是我们用来给 AI IDE 原型做加固的清单，涵盖认证、数据、密钥、托管，以及保留还是重建的抉择。

### [Vibe-Coded 软件审计：上线前会出什么问题](/zh/blog/vibe-coded-software-audit/)

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

你上线了从没读过的软件。这是我们对 AI 生成代码所做的结构化通读，我们最先检查的七件事，以及什么会卡住上线、什么可以等。

### [面向欧盟企业的 RAG 生产就绪清单](/zh/blog/rag-production-readiness-checklist-eu/)

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

做一个 RAG demo 很容易。做一个可信赖、在 GDPR 与《AI 法案》下站得住脚、又付得起的 RAG 助手则不然。这是我们在上线前会跑的检索、锚定、成本、合规与安全检查。

### [奥地利初创企业 MVP 开发：2026 供应商、成本与选择](/zh/blog/best-software-agencies-austria-ai-mvp/)

- **Details:** 商业与监管 · 2026年6月8日

基于第一方来源，对比八家奥地利 MVP 开发机构的适配、公开价格、时间线、服务范围和案例。Wavect 披露商业利益，未公开信息不做推断。

### [2026 年在奥地利做一个 AI MVP 要多少钱？](/zh/blog/ai-mvp-cost-austria-2026/)

- **Details:** 产品与 MVP · 2026年6月8日

按层级划分的诚实 EUR 区间、把数字推高或拉低的因素、自建/购买/微调的判断、人们忘掉的持续成本，以及奥地利的资助叠加如何改变真实价格。

只收重要内容

## 关注与你相关的内容

每当我们发布新文章，你会收到一封简短邮件。你可以关注整个博客，也可以只选感兴趣的主题。

## 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-08-05",
      "inLanguage": "zh",
      "isPartOf": {
        "@id": "https://wavect.io/#website",
        "@type": "WebSite"
      },
      "lastReviewed": "2026-08-05",
      "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/15/",
      "name": "博客",
      "position": 2
    }
  ]
}
```
