{
  "report_date": "2026-05-16",
  "title": "AI 日报 2026-05-16",
  "summary": "今天的新增一手来源集中在产品入口、模型生命周期和 agent 工程控制面：OpenAI 在 ChatGPT 推出个人财务体验，xAI 与 Databricks 都进入模型退役和替换节点，GitHub 继续把 Copilot agent 工作台化，Google 为 Genkit 增加 middleware 控制层。由于 2026-05-15 新发布项不足 5 条，本轮扩展到 48 小时并显式记录与上一期的重叠风险。",
  "main_items": [
    {
      "title": "OpenAI 在 ChatGPT 中推出个人财务体验",
      "event_date": "2026-05-15",
      "url": "https://help.openai.com/en/articles/6825453-chatgpt-reles-notes",
      "source": "OpenAI Help Center",
      "tier": "T0",
      "entities": [
        "OpenAI",
        "ChatGPT",
        "Personal finances",
        "Plaid",
        "Pro"
      ],
      "summary": "OpenAI 的 ChatGPT release notes 显示，Pro 用户在美国开始获得个人财务体验，可通过 Plaid 连接受支持的金融账户，在 ChatGPT 中查看财务概览并提出基于账户上下文的问题。",
      "bullets": [
        "该体验覆盖 web 和 iOS，面向支出、账单、订阅、净资产、投资信息、即将付款和预算规划等场景，当前为逐步 rollout。",
        "OpenAI 明确边界：ChatGPT 可帮助理解和规划，但不能转账、付款、交易、报税，也不充当金融、法律、税务或投资顾问。",
        "对产品团队来说，这说明 ChatGPT 的数据连接正在从文档、邮件和工作流扩展到高敏感个人数据；权限、审计、免责声明和数据最小化会成为同等重要的设计约束。"
      ],
      "image_urls": [],
      "importance": "major",
      "editorial_category": "ai_industry"
    },
    {
      "title": "xAI 在 API 中退役多组旧 Grok 模型并重定向到 Grok 4.3",
      "event_date": "2026-05-15",
      "url": "https://docs.x.ai/developers/migration/may-15-retirement",
      "source": "xAI Docs",
      "tier": "T0",
      "entities": [
        "xAI",
        "Grok 4.3",
        "Grok Code Fast 1",
        "Grok Imagine",
        "API migration"
      ],
      "summary": "xAI 的迁移文档说明，2026-05-15 12:00 PT 起，多组旧 Grok、Grok Code 和 Grok Imagine 模型 slug 退役；请求不会直接中断，而是按类型重定向到 Grok 4.3 或新的图像模型。",
      "bullets": [
        "退役列表包括 `grok-4-1-fast-reasoning`、`grok-4-fast-reasoning`、`grok-4-0709`、`grok-code-fast-1`、`grok-3` 和 `grok-imagine-image-pro` 等。",
        "reasoning slug 会默认路由到 `grok-4.3` 的 low reasoning effort，non-reasoning slug 会路由到 none reasoning effort，图像 pro slug 会路由到 `grok-imagine-image-quality`。",
        "文档同时提示价格会按新目标模型计算；依赖旧 slug 的服务即使不报错，也可能在成本和 reasoning 行为上变化，应显式改模型名和 effort。"
      ],
      "image_urls": [],
      "importance": "major",
      "editorial_category": "ai_industry"
    },
    {
      "title": "Databricks 进入 Meta Llama 3.1 405B provisioned throughput 退役节点",
      "event_date": "2026-05-15",
      "url": "https://docs.databricks.com/aws/en/machine-learning/foundation-model-apis/supported-models",
      "source": "Databricks Docs",
      "tier": "T0",
      "entities": [
        "Databricks",
        "Mosaic AI Model Serving",
        "Foundation Model APIs",
        "Meta Llama 3.1 405B",
        "OpenAI GPT OSS 120B"
      ],
      "summary": "Databricks 的 Foundation Model APIs 文档显示，Meta-Llama-3.1-405B-Instruct 已在 2026-02-15 停止 pay-per-token，并于 2026-05-15 对 provisioned throughput 工作负载退役。",
      "bullets": [
        "该模型原本作为 Public Preview 暴露为 `databricks-meta-llama-3-1-405b-instruct`，上下文窗口为 128K，适合多步推理和合成数据等任务。",
        "Databricks 的退役策略页面把 provisioned throughput 的推荐替代列为 OpenAI GPT OSS 120B，说明云平台模型目录会持续按供应和性能重新排布。",
        "使用托管模型目录的团队需要把模型生命周期纳入配置审计；仅依赖 OpenAI-compatible endpoint 形状并不能保证模型长期可用。"
      ],
      "image_urls": [],
      "importance": "major",
      "editorial_category": "ai_industry"
    },
    {
      "title": "GitHub 合并推进 Copilot app 和 cloud agent 自动选模",
      "event_date": "2026-05-14",
      "url": "https://github.blog/changelog/2026-05-14-github-copilot-app-is-now-available-in-technical-preview/",
      "source": "GitHub Changelog",
      "tier": "T0",
      "entities": [
        "GitHub",
        "GitHub Copilot app",
        "Copilot cloud agent",
        "Auto model selection",
        "Agent Merge"
      ],
      "summary": "GitHub 在同一窗口发布 Copilot app technical preview，并为 Copilot cloud agent 增加 Auto model selection；本轮合并为一条，避免把同一 Copilot agent 工作流拆散。",
      "bullets": [
        "Copilot app 可从 issue、pull request、prompt 或历史 session 启动 agentic development，并在一个工作台里查看计划、diff、命令、预览、测试和 pull request。",
        "Cloud agent 的 Auto model selection 会按系统健康和模型表现选择模型，并对正常 model multiplier 给出折扣，同时不受 weekly rate limits 影响。",
        "对企业团队而言，关键不只是入口变多，而是要记录 agent session、实际模型、成本和合并动作，避免自动选模让审计口径变模糊。"
      ],
      "image_urls": [],
      "importance": "major",
      "editorial_category": "ai_industry"
    },
    {
      "title": "Google 为 Genkit 发布 middleware 控制层",
      "event_date": "2026-05-14",
      "url": "https://developers.googleblog.com/announcing-genkit-middleware-intercept-extend-and-harden-your-agentic-apps/",
      "source": "Google Developers Blog",
      "tier": "T0",
      "entities": [
        "Google",
        "Genkit",
        "Middleware",
        "Agentic apps",
        "Tool loop"
      ],
      "summary": "Google 宣布 Genkit Middleware，用 composable hooks 拦截 generation call 和 tool execution loop，让 agentic app 可以统一加上重试、fallback、人工审批、安全检查和可观测性。",
      "bullets": [
        "Genkit 的 `generate()` 会运行工具循环：模型输出、工具执行、结果回填，再进入下一轮模型调用，直到任务结束；middleware 可挂在 generate、model 和 tool 三层。",
        "首批 middleware 覆盖 TypeScript、Go 和 Dart，Python 支持仍在后续计划中。",
        "这类框架更新说明生产级 agent app 的竞争点正在转向横切控制：谁能稳定拦截工具调用、审批破坏性动作、记录延迟并做可靠 fallback。"
      ],
      "image_urls": [],
      "importance": "major",
      "editorial_category": "ai_industry"
    }
  ],
  "projects": [],
  "builder_observations": [],
  "schema_version": 1,
  "canonical_url": "https://jasonxzwen.github.io/ai-daily-cn/reports/2026/05/2026-05-16.html",
  "html_path": "reports/2026/05/2026-05-16.html",
  "generated_at": "2026-05-15T18:46:24.275Z",
  "hero_highlights": [],
  "github_trending": [],
  "stories": [
    {
      "story_id": "story-6825453-chatgpt-reles-notes",
      "title": "OpenAI 在 ChatGPT 中推出个人财务体验",
      "importance": "major",
      "trend": "AI industry",
      "event_date": "2026-05-15",
      "primary_entity": "OpenAI Help Center",
      "event_type": "launch",
      "object": "OpenAI 在 ChatGPT 中推出个人财务体验",
      "what_happened": "OpenAI 的 ChatGPT release notes 显示，Pro 用户在美国开始获得个人财务体验，可通过 Plaid 连接受支持的金融账户，在 ChatGPT 中查看财务概览并提出基于账户上下文的问题。",
      "why_it_matters": "OpenAI 明确边界：ChatGPT 可帮助理解和规划，但不能转账、付款、交易、报税，也不充当金融、法律、税务或投资顾问。",
      "evidence_level": "primary",
      "sources": [
        {
          "label": "OpenAI Help Center",
          "url": "https://help.openai.com/en/articles/6825453-chatgpt-reles-notes",
          "type": "source"
        }
      ]
    },
    {
      "story_id": "story-may-15-retirement",
      "title": "xAI 在 API 中退役多组旧 Grok 模型并重定向到 Grok 4.3",
      "importance": "major",
      "trend": "AI industry",
      "event_date": "2026-05-15",
      "primary_entity": "xAI Docs",
      "event_type": "update",
      "object": "xAI 在 API 中退役多组旧 Grok 模型并重定向到 Grok 4.3",
      "what_happened": "xAI 的迁移文档说明，2026-05-15 12:00 PT 起，多组旧 Grok、Grok Code 和 Grok Imagine 模型 slug 退役；请求不会直接中断，而是按类型重定向到 Grok 4.3 或新的图像模型。",
      "why_it_matters": "reasoning slug 会默认路由到 `grok-4.3` 的 low reasoning effort，non-reasoning slug 会路由到 none reasoning effort，图像 pro slug 会路由到 `grok-imagine-image-quality`。",
      "evidence_level": "primary",
      "sources": [
        {
          "label": "xAI Docs",
          "url": "https://docs.x.ai/developers/migration/may-15-retirement",
          "type": "source"
        }
      ]
    },
    {
      "story_id": "story-supported-models",
      "title": "Databricks 进入 Meta Llama 3.1 405B provisioned throughput 退役节点",
      "importance": "major",
      "trend": "AI industry",
      "event_date": "2026-05-15",
      "primary_entity": "Databricks Docs",
      "event_type": "update",
      "object": "Databricks 进入 Meta Llama 3.1 405B provisioned throughput 退役节点",
      "what_happened": "Databricks 的 Foundation Model APIs 文档显示，Meta-Llama-3.1-405B-Instruct 已在 2026-02-15 停止 pay-per-token，并于 2026-05-15 对 provisioned throughput 工作负载退役。",
      "why_it_matters": "Databricks 的退役策略页面把 provisioned throughput 的推荐替代列为 OpenAI GPT OSS 120B，说明云平台模型目录会持续按供应和性能重新排布。",
      "evidence_level": "primary",
      "sources": [
        {
          "label": "Databricks Docs",
          "url": "https://docs.databricks.com/aws/en/machine-learning/foundation-model-apis/supported-models",
          "type": "source"
        }
      ]
    },
    {
      "story_id": "story-2026-05-14-github-copilot-app-is-now-available-in-technical-preview",
      "title": "GitHub 合并推进 Copilot app 和 cloud agent 自动选模",
      "importance": "major",
      "trend": "AI industry",
      "event_date": "2026-05-14",
      "primary_entity": "GitHub Changelog",
      "event_type": "launch",
      "object": "GitHub 合并推进 Copilot app 和 cloud agent 自动选模",
      "what_happened": "GitHub 在同一窗口发布 Copilot app technical preview，并为 Copilot cloud agent 增加 Auto model selection；本轮合并为一条，避免把同一 Copilot agent 工作流拆散。",
      "why_it_matters": "Cloud agent 的 Auto model selection 会按系统健康和模型表现选择模型，并对正常 model multiplier 给出折扣，同时不受 weekly rate limits 影响。",
      "evidence_level": "primary",
      "sources": [
        {
          "label": "GitHub Changelog",
          "url": "https://github.blog/changelog/2026-05-14-github-copilot-app-is-now-available-in-technical-preview/",
          "type": "source"
        }
      ]
    },
    {
      "story_id": "story-announcing-genkit-middleware-intercept-extend-and-harden-your-agentic-apps",
      "title": "Google 为 Genkit 发布 middleware 控制层",
      "importance": "major",
      "trend": "AI industry",
      "event_date": "2026-05-14",
      "primary_entity": "Google Developers Blog",
      "event_type": "launch",
      "object": "Google 为 Genkit 发布 middleware 控制层",
      "what_happened": "Google 宣布 Genkit Middleware，用 composable hooks 拦截 generation call 和 tool execution loop，让 agentic app 可以统一加上重试、fallback、人工审批、安全检查和可观测性。",
      "why_it_matters": "首批 middleware 覆盖 TypeScript、Go 和 Dart，Python 支持仍在后续计划中。",
      "evidence_level": "primary",
      "sources": [
        {
          "label": "Google Developers Blog",
          "url": "https://developers.googleblog.com/announcing-genkit-middleware-intercept-extend-and-harden-your-agentic-apps/",
          "type": "source"
        }
      ]
    }
  ],
  "huggingface_trending": [],
  "model_releases": [],
  "hot_blogs": [],
  "chinese_media_dynamics": [],
  "daily_tracking": [],
  "official_org_updates": [],
  "evidence_assets": [],
  "quality_status": {
    "status": "ok",
    "public_note": "Core discovery checks completed without blocking degradation."
  }
}
