{
  "schema_version": "1.0",
  "site": {
    "name": "GitHub 趋势雷达",
    "url": "https://Ibook000.github.io/GithubTrending"
  },
  "date": "2026-09-01",
  "generated_at": "2026-09-01T15:03:36.619805+08:00",
  "source": "https://github.com/trending",
  "periods": {
    "daily": [
      {
        "title": "THU-MAIC/OpenMAIC",
        "url": "https://github.com/THU-MAIC/OpenMAIC",
        "description": "Open Multi-Agent Interactive Classroom — Get an immersive, multi-agent learning experience in just one click",
        "language": "TypeScript",
        "stars": "28,059",
        "forks": "4,850",
        "author": "THU-MAIC",
        "summary": "OpenMAIC是一个开源平台，用于部署和运行多智能体交互的教学模拟环境。",
        "rank": 1,
        "previous_rank": null,
        "movement": {
          "direction": "new",
          "amount": null,
          "label": "新上榜"
        },
        "periods": [
          "daily",
          "weekly"
        ]
      },
      {
        "title": "tt-a1i/archify",
        "url": "https://github.com/tt-a1i/archify",
        "description": "Agent skill for beautiful, verifiable architecture, workflow, sequence, data-flow, and lifecycle diagrams—self-contained HTML with motion and crisp export.",
        "language": "JavaScript",
        "stars": "39,927",
        "forks": "2,535",
        "author": "tt-a1i",
        "summary": "tt-a1i/archify 是一个 Agent 技能，用于生成可验证的架构、工作流、序列、数据流和生命周期图，并输出自包含的 HTML 文件，支持动画和清晰导出。",
        "rank": 2,
        "previous_rank": null,
        "movement": {
          "direction": "new",
          "amount": null,
          "label": "新上榜"
        },
        "periods": [
          "daily",
          "weekly",
          "monthly"
        ]
      },
      {
        "title": "K-Dense-AI/scientific-agent-skills",
        "url": "https://github.com/K-Dense-AI/scientific-agent-skills",
        "description": "Turn any AI agent into an AI Scientist. The #1 Agent Skills library for science, used by 190,000+ scientists worldwide. 165 ready-to-use validated skills plus 100+ scientific databases covering biology, chemistry, medicine, and drug discovery. Compatible with Cursor, Claude Code, Codex, Pi, Antigravity, and the open Agent Skills standard.",
        "language": "Python",
        "stars": "41,013",
        "forks": "3,788",
        "author": "K-Dense-AI",
        "summary": "该项目提供165种经过验证的科学技能和覆盖生物、化学、医学和药物发现的100余个数据库，可将任意AI Agent转化为AI科学家，并兼容Cursor、Claude Code、Codex、Pi、Antigravity及开放的Agent Skills标准。",
        "rank": 3,
        "previous_rank": null,
        "movement": {
          "direction": "new",
          "amount": null,
          "label": "新上榜"
        },
        "periods": [
          "daily",
          "weekly"
        ]
      },
      {
        "title": "k1tbyte/Wand-Enhancer",
        "url": "https://github.com/k1tbyte/Wand-Enhancer",
        "description": "Advanced UX and interoperability extension for Wand (WeMod) app",
        "language": "C#",
        "stars": "23,485",
        "forks": "59,723",
        "author": "k1tbyte",
        "summary": "该项目是一个为 Wand（WeMod）应用提供的高级用户体验和兼容性扩展。",
        "rank": 4,
        "previous_rank": null,
        "movement": {
          "direction": "new",
          "amount": null,
          "label": "新上榜"
        },
        "periods": [
          "daily"
        ]
      },
      {
        "title": "majd/ipatool",
        "url": "https://github.com/majd/ipatool",
        "description": "Command-line tool that allows searching and downloading app packages (known as ipa files) for iOS, iPadOS, tvOS, and visionOS from the App Store.",
        "language": "Go",
        "stars": "10,643",
        "forks": "899",
        "author": "majd",
        "summary": "该项目是一个命令行工具，用于在 App Store 中搜索并下载 iOS、iPadOS、tvOS 和 visionOS 的 IPA 包。",
        "rank": 5,
        "previous_rank": null,
        "movement": {
          "direction": "new",
          "amount": null,
          "label": "新上榜"
        },
        "periods": [
          "daily"
        ]
      },
      {
        "title": "jingyaogong/minimind",
        "url": "https://github.com/jingyaogong/minimind",
        "description": "🧠 Train a 64M-parameter LLM from scratch in just 2h!",
        "language": "Python",
        "stars": "56,468",
        "forks": "7,358",
        "author": "jingyaogong",
        "summary": "该项目实现了在两小时内从头训练一个64M参数的大语言模型。",
        "rank": 6,
        "previous_rank": null,
        "movement": {
          "direction": "new",
          "amount": null,
          "label": "新上榜"
        },
        "periods": [
          "daily"
        ]
      },
      {
        "title": "Osmantic/ODS",
        "url": "https://github.com/Osmantic/ODS",
        "description": "Turn your PC, Mac, or Linux box into an AI server. LLM inference, chat UI, voice, agents, workflows, RAG, and image generation.",
        "language": "Python",
        "stars": "5,661",
        "forks": "788",
        "author": "Osmantic",
        "summary": "User Safety: safe",
        "rank": 7,
        "previous_rank": null,
        "movement": {
          "direction": "new",
          "amount": null,
          "label": "新上榜"
        },
        "periods": [
          "daily"
        ]
      },
      {
        "title": "checkstyle/checkstyle",
        "url": "https://github.com/checkstyle/checkstyle",
        "description": "Checkstyle is a development tool to help programmers write Java code that adheres to a coding standard. By default it supports the Google Java Style Guide and Sun Code Conventions, but is highly configurable. It can be invoked with an ANT task and a command line program.",
        "language": "Java",
        "stars": "9,469",
        "forks": "4,211",
        "author": "checkstyle",
        "summary": "Checkstyle 是一款用于帮助程序员编写符合编码规范的 Java 代码的开发工具，默认支持 Google Java Style 和 Sun Code Conventions，并可通过 ANT 任务和命令行程序灵活调用和高度配置。",
        "rank": 8,
        "previous_rank": null,
        "movement": {
          "direction": "new",
          "amount": null,
          "label": "新上榜"
        },
        "periods": [
          "daily"
        ]
      },
      {
        "title": "zhaoxuya520/reverse-skill",
        "url": "https://github.com/zhaoxuya520/reverse-skill",
        "description": "Reverse Engineering / Authorized Penetration Testing / Security Research Skill Router Pack AI-powered routing + On-demand toolchain bootstrapping + Self-evolving knowledge base Supports Claude Code, Kiro, Cursor, Cline, and other AI coding clients 逆向/渗透/安全技能路由包 - AI 自动路由 + 按需自举工具链 + 自动进化经验库 | 支持 Claude Code / Kiro / Cursor / Cline 等代码 AI 客户端",
        "language": "PowerShell",
        "stars": "33,434",
        "forks": "4,527",
        "author": "zhaoxuya520",
        "summary": "该项目面向逆向工程与渗透测试，通过AI实现技能路由、按需启动工具链及自动进化知识库，并兼容Claude Code等AI编程客户端。",
        "rank": 9,
        "previous_rank": null,
        "movement": {
          "direction": "new",
          "amount": null,
          "label": "新上榜"
        },
        "periods": [
          "daily",
          "monthly"
        ]
      },
      {
        "title": "affaan-m/ECC",
        "url": "https://github.com/affaan-m/ECC",
        "description": "The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.",
        "language": "JavaScript",
        "stars": "245,393",
        "forks": "37,061",
        "author": "affaan-m",
        "summary": "ECC 是一个面向 Claude Code、Codex、Opencode、Cursor 等 AI 编码代理的性能优化框架，集成技能、记忆和安全机制，并采用以研究为导向的开发方式提升代理执行效率。",
        "rank": 10,
        "previous_rank": null,
        "movement": {
          "direction": "new",
          "amount": null,
          "label": "新上榜"
        },
        "periods": [
          "daily"
        ]
      }
    ],
    "weekly": [
      {
        "title": "tt-a1i/archify",
        "url": "https://github.com/tt-a1i/archify",
        "description": "Agent skill for beautiful, verifiable architecture, workflow, sequence, data-flow, and lifecycle diagrams—self-contained HTML with motion and crisp export.",
        "language": "JavaScript",
        "stars": "39,927",
        "forks": "2,535",
        "author": "tt-a1i",
        "summary": "该项目是一种生成自包含 HTML 文件的代理技能，用于绘制架构、工作流、时序、数据流和生命周期图，并支持动画效果和高清晰度导出。",
        "rank": 1,
        "previous_rank": null,
        "movement": {
          "direction": "new",
          "amount": null,
          "label": "新上榜"
        },
        "periods": [
          "daily",
          "weekly",
          "monthly"
        ]
      },
      {
        "title": "freestylefly/awesome-gpt-image-2",
        "url": "https://github.com/freestylefly/awesome-gpt-image-2",
        "description": "Prompt as Code | GPT-Image2 工业级提示词引擎与模板库，530+ 个案例逆向工程，20+ 套工业级模板，并提炼出Skills，持续更新中",
        "language": "JavaScript",
        "stars": "26,600",
        "forks": "2,593",
        "author": "freestylefly",
        "summary": "该项目以提示词即代码为理念，汇集GPT-Image2工业级提示词引擎与模板库，涵盖530多个逆向工程案例、20多套工业级模板及提炼出的技能。",
        "rank": 2,
        "previous_rank": null,
        "movement": {
          "direction": "new",
          "amount": null,
          "label": "新上榜"
        },
        "periods": [
          "weekly",
          "monthly"
        ]
      },
      {
        "title": "anthropics/claude-plugins-community",
        "url": "https://github.com/anthropics/claude-plugins-community",
        "description": "Community plugin marketplace for Claude Cowork and Claude Code. Read-only mirror — submit plugins at clau.de/plugin-directory-submission.",
        "language": "Python",
        "stars": "3,085",
        "forks": "245",
        "author": "anthropics",
        "summary": "该项目提供面向 Claude Cowork 与 Claude Code 的社区插件库，以只读镜像方式呈现，开发者可在 clau.de/plugin-directory-submission 提交插件。",
        "rank": 3,
        "previous_rank": null,
        "movement": {
          "direction": "new",
          "amount": null,
          "label": "新上榜"
        },
        "periods": [
          "weekly",
          "monthly"
        ]
      },
      {
        "title": "omacom/omarchy",
        "url": "https://github.com/omacom/omarchy",
        "description": "Beautiful, Modern & Opinionated Linux",
        "language": "Shell",
        "stars": "36,393",
        "forks": "3,772",
        "author": "omacom",
        "summary": "该项目提供了一套美观、现代且带有明确默认设计取向的 Linux 配置。",
        "rank": 4,
        "previous_rank": null,
        "movement": {
          "direction": "new",
          "amount": null,
          "label": "新上榜"
        },
        "periods": [
          "weekly",
          "monthly"
        ]
      },
      {
        "title": "THU-MAIC/OpenMAIC",
        "url": "https://github.com/THU-MAIC/OpenMAIC",
        "description": "Open Multi-Agent Interactive Classroom — Get an immersive, multi-agent learning experience in just one click",
        "language": "TypeScript",
        "stars": "28,059",
        "forks": "4,850",
        "author": "THU-MAIC",
        "summary": "OpenMAIC 是一个开源的多代理交互式课堂平台，旨在通过提供一个点击即可部署的 immersive 多代理环境来支持教育和培训场景。它允许用户构建和运行具有多个智能代理的互动学习体验，提供一个易于访问的框架来创建协作、模拟和交互式教学活动。",
        "rank": 5,
        "previous_rank": null,
        "movement": {
          "direction": "new",
          "amount": null,
          "label": "新上榜"
        },
        "periods": [
          "daily",
          "weekly"
        ]
      },
      {
        "title": "MadsLorentzen/ai-job-search",
        "url": "https://github.com/MadsLorentzen/ai-job-search",
        "description": "The job search that runs on your machine. AI job application framework built on Claude Code: evaluate postings, tailor CVs, write cover letters, prep interviews. Fork it and own it.",
        "language": "Python",
        "stars": "39,301",
        "forks": "13,307",
        "author": "MadsLorentzen",
        "summary": "User Safety: safe",
        "rank": 6,
        "previous_rank": null,
        "movement": {
          "direction": "new",
          "amount": null,
          "label": "新上榜"
        },
        "periods": [
          "weekly"
        ]
      },
      {
        "title": "apache/maka",
        "url": "https://github.com/apache/maka",
        "description": "Apache Maka (Incubating) is a local-first AI agent workspace. Model messages, tool calls, tool results, permission decisions, and termination events are recorded as an append-only log.",
        "language": "TypeScript",
        "stars": "4,364",
        "forks": "406",
        "author": "apache",
        "summary": "Apache Maka 提供了一个本地化的 AI 代理工作环境，将模型消息、工具调用、工具结果、权限决策和终止事件以追加日志的形式记录。",
        "rank": 7,
        "previous_rank": null,
        "movement": {
          "direction": "new",
          "amount": null,
          "label": "新上榜"
        },
        "periods": [
          "weekly"
        ]
      },
      {
        "title": "K-Dense-AI/scientific-agent-skills",
        "url": "https://github.com/K-Dense-AI/scientific-agent-skills",
        "description": "Turn any AI agent into an AI Scientist. The #1 Agent Skills library for science, used by 190,000+ scientists worldwide. 165 ready-to-use validated skills plus 100+ scientific databases covering biology, chemistry, medicine, and drug discovery. Compatible with Cursor, Claude Code, Codex, Pi, Antigravity, and the open Agent Skills standard.",
        "language": "Python",
        "stars": "41,013",
        "forks": "3,788",
        "author": "K-Dense-AI",
        "summary": "该项目为AI智能体提供涵盖生物、化学、医学和药物发现领域的165个验证技能及100多个科学数据库，并兼容Cursor、Claude Code等主流平台。",
        "rank": 8,
        "previous_rank": null,
        "movement": {
          "direction": "new",
          "amount": null,
          "label": "新上榜"
        },
        "periods": [
          "daily",
          "weekly"
        ]
      },
      {
        "title": "tashfeenahmed/freellmapi",
        "url": "https://github.com/tashfeenahmed/freellmapi",
        "description": "7.4 billion tokens per month. 34 free LLM providers. 635 free model endpoints. All behind one /v1 endpoint, plus any custom OpenAI-compatible endpoint. Smart routing, automatic failover, encrypted keys. Personal experimentation only.",
        "language": "TypeScript",
        "stars": "23,419",
        "forks": "3,217",
        "author": "tashfeenahmed",
        "summary": "该项目通过单一接口聚合了 34 家提供商的 635 个免费 LLM 端点，提供智能路由、自动故障转移和加密密钥管理，方便地访问每月约 74 亿 token 的免费大模型资源，仅供个人实验使用。",
        "rank": 9,
        "previous_rank": null,
        "movement": {
          "direction": "new",
          "amount": null,
          "label": "新上榜"
        },
        "periods": [
          "weekly"
        ]
      },
      {
        "title": "anthropics/claude-plugins-official",
        "url": "https://github.com/anthropics/claude-plugins-official",
        "description": "Official, Anthropic-managed directory of high quality Claude Code Plugins.",
        "language": "Python",
        "stars": "35,761",
        "forks": "3,992",
        "author": "anthropics",
        "summary": "这是一个由 Anthropic 官方维护的 Claude Code 插件精选目录，用于集中提供和管理高质量的 Claude Code 扩展工具。",
        "rank": 10,
        "previous_rank": null,
        "movement": {
          "direction": "new",
          "amount": null,
          "label": "新上榜"
        },
        "periods": [
          "weekly"
        ]
      }
    ],
    "monthly": [
      {
        "title": "omacom/omarchy",
        "url": "https://github.com/omacom/omarchy",
        "description": "Beautiful, Modern & Opinionated Linux",
        "language": "Shell",
        "stars": "36,393",
        "forks": "3,772",
        "author": "omacom",
        "summary": "Omarchy 提供了一套美观、现代且带有明确偏好的 Linux 桌面环境与使用方案。",
        "rank": 1,
        "previous_rank": null,
        "movement": {
          "direction": "new",
          "amount": null,
          "label": "新上榜"
        },
        "periods": [
          "weekly",
          "monthly"
        ]
      },
      {
        "title": "freestylefly/awesome-gpt-image-2",
        "url": "https://github.com/freestylefly/awesome-gpt-image-2",
        "description": "Prompt as Code | GPT-Image2 工业级提示词引擎与模板库，530+ 个案例逆向工程，20+ 套工业级模板，并提炼出Skills，持续更新中",
        "language": "JavaScript",
        "stars": "26,600",
        "forks": "2,593",
        "author": "freestylefly",
        "summary": "这是一个面向GPT-Image2的提示词管理项目，包含530多个案例和20多套可直接复用的工业模板，以代码方式组织提示词并提炼出可组合的Skills技能模块。",
        "rank": 2,
        "previous_rank": null,
        "movement": {
          "direction": "new",
          "amount": null,
          "label": "新上榜"
        },
        "periods": [
          "weekly",
          "monthly"
        ]
      },
      {
        "title": "TencentCloud/TencentDB-Agent-Memory",
        "url": "https://github.com/TencentCloud/TencentDB-Agent-Memory",
        "description": "TencentDB Agent Memory is a team-level memory hub for AI Agents — turning conversations, docs, and code into four reusable memory assets (Chat Memory, Skill, LLM-Wiki, Code-Graph) that are governed, shared, and equipped across agents and frameworks.",
        "language": "TypeScript",
        "stars": "25,478",
        "forks": "2,377",
        "author": "TencentCloud",
        "summary": "我无法直接访问 GitHub 仓库链接，所以暂时没法帮你总结这个项目的用途和亮点。如果你能提供项目名称或简介，我就能帮你整理一份客观的总结了。",
        "rank": 3,
        "previous_rank": null,
        "movement": {
          "direction": "new",
          "amount": null,
          "label": "新上榜"
        },
        "periods": [
          "monthly"
        ]
      },
      {
        "title": "anthropics/claude-plugins-community",
        "url": "https://github.com/anthropics/claude-plugins-community",
        "description": "Community plugin marketplace for Claude Cowork and Claude Code. Read-only mirror — submit plugins at clau.de/plugin-directory-submission.",
        "language": "Python",
        "stars": "3,085",
        "forks": "245",
        "author": "anthropics",
        "summary": "这个项目是 Claude Cowork 和 Claude Code 的社区插件市场，核心用途是为开发者提供一个分享和获取 Claude 插件的平台，亮点在于它是一个只读镜像，方便开发者查看和使用社区贡献的插件。",
        "rank": 4,
        "previous_rank": null,
        "movement": {
          "direction": "new",
          "amount": null,
          "label": "新上榜"
        },
        "periods": [
          "weekly",
          "monthly"
        ]
      },
      {
        "title": "firecrawl/pdf-inspector",
        "url": "https://github.com/firecrawl/pdf-inspector",
        "description": "Fast Rust library for PDF inspection, classification, and text extraction. Intelligently detects scanned vs text-based PDFs to enable smart routing decisions.",
        "language": "Rust",
        "stars": "17,525",
        "forks": "1,208",
        "author": "firecrawl",
        "summary": "firecrawl/pdf-inspector 是一个 Rust 库，可快速检查 PDF、对其进行分类并提取文本，同时能够智能区分扫描版和文字版 PDF，为路由决策提供支持。",
        "rank": 5,
        "previous_rank": null,
        "movement": {
          "direction": "new",
          "amount": null,
          "label": "新上榜"
        },
        "periods": [
          "monthly"
        ]
      },
      {
        "title": "tt-a1i/archify",
        "url": "https://github.com/tt-a1i/archify",
        "description": "Agent skill for beautiful, verifiable architecture, workflow, sequence, data-flow, and lifecycle diagrams—self-contained HTML with motion and crisp export.",
        "language": "JavaScript",
        "stars": "39,927",
        "forks": "2,535",
        "author": "tt-a1i",
        "summary": "这是一个生成架构、流程、序列、数据流和生命周期等图表的工具，能够输出包含动画效果的静态HTML文件，并支持清晰的导出功能。",
        "rank": 6,
        "previous_rank": null,
        "movement": {
          "direction": "new",
          "amount": null,
          "label": "新上榜"
        },
        "periods": [
          "daily",
          "weekly",
          "monthly"
        ]
      },
      {
        "title": "cactus-compute/needle",
        "url": "https://github.com/cactus-compute/needle",
        "description": "14MB foundation model for tiny devices; phones, wearables, smart home, and robots.",
        "language": "Python",
        "stars": "9,917",
        "forks": "641",
        "author": "cactus-compute",
        "summary": "cactus-compute/needle 是一个重约 14 MB 的基础模型，专为手机、可穿戴设备、智能家居设备和机器人等小型设备设计。",
        "rank": 7,
        "previous_rank": null,
        "movement": {
          "direction": "new",
          "amount": null,
          "label": "新上榜"
        },
        "periods": [
          "monthly"
        ]
      },
      {
        "title": "volcengine/OpenViking",
        "url": "https://github.com/volcengine/OpenViking",
        "description": "Self-evolving Context Database for AI Agents. Unify Agent Memory, Knowledge RAG and Skills.",
        "language": "Python",
        "stars": "34,798",
        "forks": "2,659",
        "author": "volcengine",
        "summary": "这是一个面向 AI Agent 的自进化上下文数据库，能够统一管理智能体的记忆、知识检索和技能，为 Agent 提供持续演进的上下文支持。",
        "rank": 8,
        "previous_rank": null,
        "movement": {
          "direction": "new",
          "amount": null,
          "label": "新上榜"
        },
        "periods": [
          "monthly"
        ]
      },
      {
        "title": "AprilNEA/OpenLogi",
        "url": "https://github.com/AprilNEA/OpenLogi",
        "description": "⚡️A native, local-first alternative to Logitech Options+, written in Rust 🦀 — remap buttons, DPI, and SmartShift over HID++. No account, no telemetry.",
        "language": "Rust",
        "stars": "18,236",
        "forks": "539",
        "author": "AprilNEA",
        "summary": "OpenLogi 是一款使用 Rust 编写的本地优先的 Logitech 鼠标配置工具，直接通过 HID++ 协议重新映射按键、调节 DPI 与 SmartShift，且无需登录账户或发送遥测数据。",
        "rank": 9,
        "previous_rank": null,
        "movement": {
          "direction": "new",
          "amount": null,
          "label": "新上榜"
        },
        "periods": [
          "monthly"
        ]
      },
      {
        "title": "zhaoxuya520/reverse-skill",
        "url": "https://github.com/zhaoxuya520/reverse-skill",
        "description": "Reverse Engineering / Authorized Penetration Testing / Security Research Skill Router Pack AI-powered routing + On-demand toolchain bootstrapping + Self-evolving knowledge base Supports Claude Code, Kiro, Cursor, Cline, and other AI coding clients 逆向/渗透/安全技能路由包 - AI 自动路由 + 按需自举工具链 + 自动进化经验库 | 支持 Claude Code / Kiro / Cursor / Cline 等代码 AI 客户端",
        "language": "PowerShell",
        "stars": "33,434",
        "forks": "4,527",
        "author": "zhaoxuya520",
        "summary": "该项目是一个面向 Claude Code、Kiro、Cursor、Cline 等 AI 编程客户端的安全研究技能路由包，通过 AI 自动匹配任务并按需加载逆向、渗透测试和安全研究所需的工具链与经验库，从而为授权安全研究提供可扩展的辅助能力。",
        "rank": 10,
        "previous_rank": null,
        "movement": {
          "direction": "new",
          "amount": null,
          "label": "新上榜"
        },
        "periods": [
          "daily",
          "monthly"
        ]
      }
    ]
  },
  "news": [
    {
      "id": "4862f3d2c68fb1ad",
      "title": "OpenAI支持加利福尼亚SB 1119法案推进青少年AI安全",
      "original_title": "OpenAI supports California’s bill to advance youth AI safety",
      "url": "https://openai.com/index/supporting-california-bill-advance-ai-youth-safety",
      "source": "OpenAI News",
      "source_id": "openai-news",
      "source_url": "https://openai.com/news/",
      "category": "AI 模型",
      "tags": [
        "OpenAI",
        "青少年安全",
        "政策法规"
      ],
      "published": "Mon, 31 Aug 2026 07:00:00 GMT",
      "published_at": "2026-08-31T15:00:00+08:00",
      "fetched_at": "2026-09-01T15:00:25.042674+08:00",
      "summary": "OpenAI联手加利福尼亚州参议院支持SB 1119法案，旨在为未成年人建立符合年龄段特点的AI安全防护措施，同时保障他们学习、创造和探索的机会。",
      "original_summary": "OpenAI supports California SB 1119, advancing strong, age-appropriate AI safeguards for teens while preserving opportunities to learn, create, and explore.",
      "localized": true,
      "stale": false
    },
    {
      "id": "19e797d504230c2e",
      "title": "苹果公布前员工涉嫌向OpenAI窃取数据及销毁证据的“惊人证据”",
      "original_title": "Apple shares ‘shocking evidence’ against former employee accused of stealing company data for OpenAI",
      "url": "https://techcrunch.com/2026/08/31/apple-shares-shocking-evidence-against-former-employee-accused-of-stealing-company-data-for-openai",
      "source": "TechCrunch AI",
      "source_id": "techcrunch-ai",
      "source_url": "https://techcrunch.com/category/artificial-intelligence/",
      "category": "安全",
      "tags": [
        "苹果",
        "OpenAI",
        "数据窃取"
      ],
      "published": "Tue, 01 Sep 2026 00:13:00 +0000",
      "published_at": "2026-09-01T08:13:00+08:00",
      "fetched_at": "2026-09-01T15:00:25.042674+08:00",
      "summary": "苹果表示有证据表明，一名前员工在得知被调查后销毁了数据窃取的证据。",
      "original_summary": "Apple says it has evidence that a former employee destroyed evidence of data theft after learning he was under investigation.",
      "localized": true,
      "stale": false
    },
    {
      "id": "068dbb7cb087eb85",
      "title": "保险理赔员眼中的 AI 嘲讽",
      "original_title": "You Know Who Really Hates AI? Insurance Claims Adjusters",
      "url": "https://www.wired.com/story/insurance-claims-adjusters-really-hate-ai",
      "source": "Wired AI",
      "source_id": "wired-ai",
      "source_url": "https://www.wired.com/tag/artificial-intelligence/",
      "category": "AI 模型",
      "tags": [
        "AI 模型",
        "Glassdoor 反馈",
        "职业态度"
      ],
      "published": "Mon, 31 Aug 2026 10:30:00 +0000",
      "published_at": "2026-08-31T18:30:00+08:00",
      "fetched_at": "2026-09-01T15:00:25.042674+08:00",
      "summary": "Glassdoor 上关于 AI 的理赔员评论中，98% 为负面，其中一位称“AI 只是工具，不应掌控一切。”",
      "original_summary": "Of the Glassdoor reviews from claims adjusters that mentioned AI, a staggering 98 percent were negative. “AI is just a tool,” one person tells WIRED. “It should never be given the keys.”",
      "localized": true,
      "stale": false
    },
    {
      "id": "00ec074a72dc3b29",
      "title": "宾利Supersports：工程师的极致 indulgence",
      "original_title": "The Bentley Supersports: A stripped-out engineer's indulgence",
      "url": "https://arstechnica.com/cars/2026/08/the-bentley-supersports-a-stripped-out-engineers-indulgence",
      "source": "Ars Technica",
      "source_id": "arstechnica",
      "source_url": "https://arstechnica.com/",
      "category": "研究",
      "tags": [
        "汽车",
        "轻量化",
        "工程"
      ],
      "published": "Mon, 31 Aug 2026 23:01:16 +0000",
      "published_at": "2026-09-01T07:01:16+08:00",
      "fetched_at": "2026-09-01T15:00:25.042674+08:00",
      "summary": "它是85年来最轻的宾利。",
      "original_summary": "It's the lightest Bentley in 85 years.",
      "localized": true,
      "stale": false
    },
    {
      "id": "ed33dc4570dff5b8",
      "title": "OpenTelemetry 正式从 CNCF 毕业，下一步是什么？",
      "original_title": "OpenTelemetry has graduated… now what?",
      "url": "https://www.cncf.io/blog/2026/08/31/opentelemetry-has-graduated-now-what-2",
      "source": "CNCF Blog",
      "source_id": "cncf-blog",
      "source_url": "https://www.cncf.io/blog/",
      "category": "开源生态",
      "tags": [
        "OpenTelemetry",
        "CNCF",
        "Kubernetes"
      ],
      "published": "Mon, 31 Aug 2026 11:30:00 +0000",
      "published_at": "2026-08-31T19:30:00+08:00",
      "fetched_at": "2026-09-01T15:00:25.042674+08:00",
      "summary": "OpenTelemetry (OTel) 已正式达到 CNCF 毕业状态，现与 Kubernetes 和 Prometheus 等开源项目并列。",
      "original_summary": "In case you missed it: OpenTelemetry (OTel) has officially achieved CNCF graduated status! It now stands proudly alongside amazing open source projects such as Kubernetes and Prometheus, to name just a few. It’s been a l",
      "localized": true,
      "stale": false
    },
    {
      "id": "dc43e1e565fecf8b",
      "title": "日本科技人才的未来建设",
      "original_title": "Building the Future of Japanese Tech Talent",
      "url": "https://www.linuxfoundation.org/blog/building-the-future-of-japanese-tech-talent",
      "source": "Linux Foundation",
      "source_id": "linux-foundation",
      "source_url": "https://www.linuxfoundation.org/blog/",
      "category": "研究",
      "tags": [
        "Linux基金会",
        "人才",
        "社区"
      ],
      "published": "Fri, 28 Aug 2026 18:48:38 GMT",
      "published_at": "2026-08-29T02:48:38+08:00",
      "fetched_at": "2026-09-01T15:00:25.042674+08:00",
      "summary": "Linux基金会社区的发展得益于全球开发者、项目维护者及合作伙伴的付出，LF Research团队正为此努力。",
      "original_summary": "At the Linux Foundation, our community thrives because of the dedicated work of developers, project maintainers, enterprise partners, platform engineers, and generous sponsors worldwide. On behalf of the team at LF Resea",
      "localized": true,
      "stale": false
    },
    {
      "id": "222476b253ad2bc9",
      "title": "自进化WAM来了！清华AIR联手域变换提出具身In-Context Causal Learning",
      "original_title": "自进化WAM来了！清华AIR联手域变换提出具身In-Context Causal Learning",
      "url": "https://www.qbitai.com/2026/09/482337.html",
      "source": "量子位",
      "source_id": "qbitai",
      "source_url": "https://www.qbitai.com/",
      "category": "AI 模型",
      "tags": [
        "自进化",
        "具身智能",
        "因果学习"
      ],
      "published": "Tue, 01 Sep 2026 05:12:30 +0000",
      "published_at": "2026-09-01T13:12:30+08:00",
      "fetched_at": "2026-09-01T15:00:25.042674+08:00",
      "summary": "参数冻结，能力暴涨。",
      "original_summary": "参数冻结，能力暴涨",
      "localized": true,
      "stale": false
    },
    {
      "id": "678c189a8fdd8c17",
      "title": "shadcn 推出聊天组件将对话基础组件引入 shadcn/ui",
      "original_title": "shadcn 通过新推出的聊天组件将对话基础组件引入了 shadcn/ui",
      "url": "https://www.infoq.cn/article/TKOvaxoX6xF5yWHJ7dYg",
      "source": "InfoQ 中文",
      "source_id": "infoq-cn",
      "source_url": "https://www.infoq.cn/",
      "category": "开发工具",
      "tags": [
        "shadcn",
        "组件",
        "UI"
      ],
      "published": "Tue, 01 Sep 2026 13:17:00 GMT",
      "published_at": "2026-09-01T21:17:00+08:00",
      "fetched_at": "2026-09-01T15:00:25.042674+08:00",
      "summary": "提供原文链接",
      "original_summary": "点击查看原文>",
      "localized": true,
      "stale": false
    },
    {
      "id": "473649fca1573ac2",
      "title": "Jobber的中国空位：Agent 驱动的社区 SaaS 机会",
      "original_title": "Jobber 的中国空位：当 Agent 遇上三人疏通队，社区 SaaS 的千亿缝隙",
      "url": "https://www.tmtpost.com/8124281.html",
      "source": "钛媒体",
      "source_id": "tmtpost",
      "source_url": "https://www.tmtpost.com/",
      "category": "开发工具",
      "tags": [
        "AI模型",
        "开发工具",
        "开源生态"
      ],
      "published": "Tue, 01 Sep 2026 14:44:56 +0800",
      "published_at": "2026-09-01T14:44:56+08:00",
      "fetched_at": "2026-09-01T15:00:25.042674+08:00",
      "summary": "巨型平台因能力边界被触及，二产劳动力通过“三人协作单元”形成社区自组织模式，微型节点的社区 Agent SaaS 成为潜在机会点。",
      "original_summary": "巨型平台将标准化履约做到极致，却触到了能力边界。大量从二产挤出的劳动力，正在社区内部形成\"三人协作单元\"。当O2O证伪、平台模式饱和，面向微型节点的社区Agent SaaS，可能是一个被低估的赛道机会。本文基于产业数据与海外对标进行推演。",
      "localized": true,
      "stale": false
    },
    {
      "id": "d75df5ce7b121779",
      "title": "像素级抄袭疑似小米：13 万元极狐阿尔法 T7 翻车后庆功",
      "original_title": "像素级抄袭小米？13 万的极狐阿尔法 T7 边翻车边庆功",
      "url": "https://www.ifanr.com/1677538",
      "source": "爱范儿",
      "source_id": "ifanr",
      "source_url": "https://www.ifanr.com/",
      "category": "研究",
      "tags": [
        "极狐",
        "阿尔法T7",
        "车评"
      ],
      "published": "Tue, 01 Sep 2026 00:45:55 +0000",
      "published_at": "2026-09-01T08:45:55+08:00",
      "fetched_at": "2026-09-01T15:00:25.042674+08:00",
      "summary": "作者提醒不要被误导，勿自欺。",
      "original_summary": "骗骗大伙儿可以，别把自己骗了。 #欢迎关注爱范儿官方微信公众号：爱范儿（微信号：ifanr），更多精彩内容第一时间为您奉上。",
      "localized": true,
      "stale": false
    },
    {
      "id": "772647816f879ddb",
      "title": "Ropedia发布HOMIE Gen2，解决生成式AI缺乏具身经验的问题",
      "original_title": "AI 读过一切，却没经历过任何事：Ropedia 发布 HOMIE Gen2，给具身智能补「经验」这一课",
      "url": "https://www.leiphone.com/category/ai/ztrF1BywGGvrxQHt.html",
      "source": "雷锋网",
      "source_id": "leiphone",
      "source_url": "https://www.leiphone.com/",
      "category": "AI 模型",
      "tags": [
        "具身智能",
        "生成式AI",
        "Ropedia"
      ],
      "published": "Tue, 01 Sep 2026 12:34:00 +0800",
      "published_at": "2026-09-01T12:34:00+08:00",
      "fetched_at": "2026-09-01T15:00:25.042674+08:00",
      "summary": "新加坡NNI教授指出AI虽读遍Internet，却未体验过实体世界，HOMIE Gen2通过具身智能赋予实际操作能力，如冲咖啡等任务",
      "original_summary": "8 月中旬，新加坡的一场公开演讲上，南洋理工大学副教授、Ropedia 首席科学家刘子纬抛出了一个问题：为什么读过整个互联网的 AI，进了物理世界，却连一杯咖啡都冲不好？ 他的回答是：“AI 读过一切，却几乎没有经历过任何事情。它从未真正冲过一杯咖啡，自然也不知道该怎么做。” 刘子纬教授在新加坡演讲的现场照片 这种分裂在今天的 AI 身上随处可见：感知模型能把冲咖啡的教程讲得头头是道，生成式模型能合成一段以假乱真的冲咖啡视频；可一旦真的",
      "localized": true,
      "stale": false
    },
    {
      "id": "947d25e433d0f4c5",
      "title": "上下文感知交错批处理加速WhisperX",
      "original_title": "Context-Aware Interleaved Batching for WhisperX",
      "url": "https://arxiv.org/abs/2608.31170v1",
      "source": "arXiv AI / ML / NLP",
      "source_id": "arxiv-ai",
      "source_url": "https://arxiv.org/",
      "category": "AI 模型",
      "tags": [
        "语音识别·批处理优化·上下文感知"
      ],
      "published": "2026-08-31T17:59:46Z",
      "published_at": "2026-09-01T01:59:46+08:00",
      "fetched_at": "2026-09-01T15:00:25.042674+08:00",
      "summary": "通过交错批处理保留历史上下文，解决单段批处理导致的标点和术语不连贯问题，提升语音转写质量",
      "original_summary": "While WhisperX accelerates speech transcription via intra-audio batching, it isolates audio segments, losing the historical context needed for coherent punctuation and terminology transcription. Conversely, standard Whis",
      "localized": true,
      "stale": false
    },
    {
      "id": "3ff8a7ebd8f0f57f",
      "title": "库克告别苹果 CEO；罗永浩官宣年底科技大会；华为、小米、荣耀手机今日集体调价｜极客早知道",
      "original_title": "库克告别苹果 CEO；罗永浩官宣年底科技大会；华为、小米、荣耀手机今日集体调价｜极客早知道",
      "url": "http://www.geekpark.net/news/369634",
      "source": "极客公园",
      "source_id": "geekpark",
      "source_url": "https://www.geekpark.net/",
      "category": "开发工具",
      "tags": [],
      "published": "Tue, 01 Sep 2026 08:20:26 +0800",
      "published_at": "2026-09-01T08:20:26+08:00",
      "fetched_at": "2026-09-01T15:00:25.042674+08:00",
      "summary": "库克发文告别苹果 CEO 一职：头衔会变，但对 Apple 社区的热爱永远不会改变 9 月 1 日消息，现任苹果硬件工程高级副总裁约翰 · 特努斯将于当地时间 9 月 1 日正式接任苹果首席执行官。届时，蒂姆 · 库克将出任苹果董事会执行董事长。 蒂姆 · 库克在担任苹果 CEO 的最后一天，发文告别了这一职位： 在担任 Apple CEO 的最后一天，向 Apple 社区送上满满的爱。 明天我的头衔会变，但我对 Apple 社区的热爱",
      "original_summary": "库克发文告别苹果 CEO 一职：头衔会变，但对 Apple 社区的热爱永远不会改变 9 月 1 日消息，现任苹果硬件工程高级副总裁约翰 · 特努斯将于当地时间 9 月 1 日正式接任苹果首席执行官。届时，蒂姆 · 库克将出任苹果董事会执行董事长。 蒂姆 · 库克在担任苹果 CEO 的最后一天，发文告别了这一职位： 在担任 Apple CEO 的最后一天，向 Apple 社区送上满满的爱。 明天我的头衔会变，但我对 Apple 社区的热爱",
      "localized": false,
      "stale": false
    },
    {
      "id": "d802154f937775ad",
      "title": "智能知识管理系统 WCP 5.0.3 发布，AI 功能原生集成编辑器",
      "original_title": "智能知识管理系统 WCP 5.0.3 发布，让 AI 走进编辑器，选中文字就能用",
      "url": "https://www.oschina.net/news/502238",
      "source": "开源中国",
      "source_id": "oschina",
      "source_url": "https://www.oschina.net/",
      "category": "开发工具",
      "tags": [
        "TipTap",
        "AI 集成",
        "智能编辑"
      ],
      "published": "Tue, 01 Sep 2026 13:53:13 +0800",
      "published_at": "2026-09-01T13:53:13+08:00",
      "fetched_at": "2026-09-01T15:00:25.042674+08:00",
      "summary": "在 TipTap 富文本编辑器中选中文字后浮现 AI 按钮，支持润色、续写、翻译、总结、简化操作，结果即时显示并可一键替换或插入。",
      "original_summary": "在编辑器里选中任意文字，浮出一个\"AI\"按钮，点一下，AI 帮你润色、续写、翻译、总结、简化——所见即所得，一键替换或插入。 写作流不再被打断，AI 像呼吸一样自然。 本次更新三大亮点 1. 选中文本 → AI 浮出 → 一点即用 不用切换窗口，不用复制粘贴，不用离开写作界面。在 TipTap 富文本编辑器中选中任意文字（2 个字...",
      "localized": true,
      "stale": false
    },
    {
      "id": "063362140159a56f",
      "title": "首例AI自主黑客攻击曝光！Claude失控，德州大学生一人抓包",
      "original_title": "首例AI自主黑客攻击曝光！Claude失控，德州大学生一人抓包",
      "url": "https://aiera.com.cn/2026/09/01/other/admin/111654/%e9%a6%96%e4%be%8bai%e8%87%aa%e4%b8%bb%e9%bb%91%e5%ae%a2%e6%94%bb%e5%87%bb%e6%9b%9d%e5%85%89%ef%bc%81claude%e5%a4%b1%e6%8e%a7%ef%bc%8c%e5%be%b7%e5%b7%9e%e5%a4%a7%e5%ad%a6%e7%94%9f%e4%b8%80%e4%ba%ba",
      "source": "新智元",
      "source_id": "aiera",
      "source_url": "https://www.aiera.com.cn/",
      "category": "安全",
      "tags": [
        "AI安全",
        "模型失控",
        "事件分析"
      ],
      "published": "Tue, 01 Sep 2026 00:01:56 +0000",
      "published_at": "2026-09-01T08:01:56+08:00",
      "fetched_at": "2026-09-01T15:00:25.042674+08:00",
      "summary": "被拒了20多次实习后，24岁Sinan Can Demir决定去GitHub上攒点项目经验。",
      "original_summary": "被拒了20多次实习后，24岁Sinan Can Demir决定去GitHub上攒点项目经验。",
      "localized": true,
      "stale": false
    },
    {
      "id": "57d6e861d44a7e49",
      "title": "线索若隐若现：深入 Tim Cook 和 Nike 的商业连接",
      "original_title": "线索若隐若现：深入 Tim Cook 和 Nike 的商业连接",
      "url": "https://sspai.com/post/111081",
      "source": "少数派",
      "source_id": "sspai",
      "source_url": "https://sspai.com/",
      "category": "研究",
      "tags": [
        "Tim Cook/耐克/苹果"
      ],
      "published": "Tue, 01 Sep 2026 11:00:00 +0800",
      "published_at": "2026-09-01T11:00:00+08:00",
      "fetched_at": "2026-09-01T15:00:25.042674+08:00",
      "summary": "苹果与耐克之间的商业关系表面简单，但苹果前首席执行官蒂姆·库克在两者之间扮演着连接者的角色，他与耐克之间的关系也因此显得微妙。节目深入探讨了苹果、耐克和蒂姆·库克之间的商业三角关系。",
      "original_summary": "一直以来，Apple 和 Nike 之间的商业关系在公众视野里简单明了。但在两者中间，Apple 的前任 CEO Tim Cook 一直扮演着连接者的角色，他和 Nike 之间的关系也因此而显得十分微妙。在本期节目中，我们就来一起深入 Apple、Nike 和 Tim Cook 之间的商业三角关系。 查看全文",
      "localized": true,
      "stale": false
    },
    {
      "id": "c61ab77f95204a2a",
      "title": "The Google TV Streamer now costs $50 more",
      "original_title": "The Google TV Streamer now costs $50 more",
      "url": "https://www.theverge.com/tech/987032/google-tv-streamer-price-increase",
      "source": "The Verge",
      "source_id": "the-verge",
      "source_url": "https://www.theverge.com/",
      "category": "AI 模型",
      "tags": [],
      "published": "2026-08-31T18:32:51-04:00",
      "published_at": "2026-09-01T06:32:51+08:00",
      "fetched_at": "2026-09-01T15:00:25.042674+08:00",
      "summary": "Google raised the price of its 4K streaming box to $149, up $50 from its original $99 price. The new price is currently live at the Google Store and Best Buy, but Amazon appears to still be offering the original price. T",
      "original_summary": "Google raised the price of its 4K streaming box to $149, up $50 from its original $99 price. The new price is currently live at the Google Store and Best Buy, but Amazon appears to still be offering the original price. T",
      "localized": false,
      "stale": false
    },
    {
      "id": "1a67cf9fc56a8187",
      "title": "Hugging Face 安全事件可能反映 OpenAI 内部文化问题",
      "original_title": "The Hugging Face hack could indicate cultural issues at OpenAI",
      "url": "https://www.technologyreview.com/2026/08/31/1143180/hugging-face-hack-could-indicate-cultural-issues-at-openai",
      "source": "MIT Technology Review",
      "source_id": "mit-tech-review",
      "source_url": "https://www.technologyreview.com/",
      "category": "安全",
      "tags": [
        "Hugging Face",
        "OpenAI",
        "安全事件"
      ],
      "published": "Mon, 31 Aug 2026 18:00:00 +0000",
      "published_at": "2026-09-01T02:00:00+08:00",
      "fetched_at": "2026-09-01T15:00:25.042674+08:00",
      "summary": "本文最初发表于《The Algorithm》周刊，讨论了上个月发生的重大 AI 安全事件，并探讨其可能揭示 OpenAI 文化方面的问题。",
      "original_summary": "This story originally appeared in The Algorithm, our weekly newsletter on AI. To get stories like this in your inbox first, sign up here. By now you’ve probably heard about last month’s major AI security incident, in whi",
      "localized": true,
      "stale": false
    },
    {
      "id": "6ec4541320abe3c7",
      "title": "韩国公布史上最大规模财政支出计划：2027 年预算达 821 万亿韩元，押注 AI 与芯片产业",
      "original_title": "韩国公布史上最大规模财政支出计划：2027 年预算达 821 万亿韩元，押注 AI 与芯片产业",
      "url": "https://www.ithome.com/0/996/950.htm",
      "source": "IT之家",
      "source_id": "ithome",
      "source_url": "https://www.ithome.com/",
      "category": "研究",
      "tags": [
        "AI",
        "芯片",
        "财政"
      ],
      "published": "Tue, 01 Sep 2026 06:57:06 GMT",
      "published_at": "2026-09-01T14:57:06+08:00",
      "fetched_at": "2026-09-01T15:00:25.042674+08:00",
      "summary": "韩国政府公布迄今规模最大的财政支出计划，2027 年政府总支出设定为 821 万亿韩元，较 2026 年增加 12.8%，旨在巩固韩国在全球人工智能竞赛中的科技优势，预算案在总统李在明领导下体现对 AI 与芯片产业的投入。",
      "original_summary": "IT之家 9 月 1 日消息，据路透社报道，韩国政府周二公布了迄今规模最大的财政支出计划，将 2027 年政府总支出设定为 821 万亿韩元 （IT之家注：现汇率约合 4.01 万亿元人民币） ，希望在全球人工智能竞赛中进一步巩固韩国的科技优势。 韩国预算部门在年度预算案中表示，2027 年政府支出将较 2026 年增加 12.8%，创下韩国历史上最高的年度增幅。 这份预算案也体现出，在总统李在明领导下，韩国这个亚洲第四大经济体正在调整",
      "localized": true,
      "stale": false
    },
    {
      "id": "957301b795265567",
      "title": "VAST完成约30亿元B轮及B+轮融资，并发布Tripo P2.0",
      "original_title": "VAST完成约30亿元B轮及B+轮融资，经纬创投领投，同步发布Tripo P2.0",
      "url": "https://news.cnblogs.com/n/835323",
      "source": "博客园",
      "source_id": "cnblogs",
      "source_url": "https://www.cnblogs.com/",
      "category": "AI 模型",
      "tags": [
        "VAST",
        "Tripo P2.0",
        "融资"
      ],
      "published": "Tue, 01 Sep 2026 02:28:00 GMT",
      "published_at": "2026-09-01T10:28:00+08:00",
      "fetched_at": "2026-09-01T15:00:25.042674+08:00",
      "summary": "VAST完成B轮及B+轮融资，合计约30亿元人民币，经纬创投领投，完美世界、蓝色光标等产业资本及鼎晖VGC等财务投资机构联合参投，老股东达晨财智、春华资本等持续跟投，并同步发布Tripo P2.0",
      "original_summary": "9 月 1 日，AI 3D 公司 VAST（三启万物）宣布完成B轮和B+ 轮融资，合计约 30 亿元人民币，由经纬创投领投。完美世界、蓝色光标、芯动能投资、延趣游戏、中科创达、三七互娱等产业资本，以及鼎晖 VGC、中金资本、CMC 资本等财务投资机构联合参投，老股东达晨财智、春华资本、渶策资本等持续 本文链接",
      "localized": true,
      "stale": false
    },
    {
      "id": "e97dbf9437f64400",
      "title": "高通全面上调骁龙系列芯片价格，涨幅达两位数，OEM 成本加剧",
      "original_title": "高通即日起全面上调骁龙系列芯片价格 涨幅达到两位数 OEM成本压力继续扩大",
      "url": "https://www.landian.news/archives/126586.html",
      "source": "蓝点网",
      "source_id": "landiannews",
      "source_url": "https://www.landiannews.com/",
      "category": "开发工具",
      "tags": [
        "高通",
        "芯片价格",
        "开发工具"
      ],
      "published": "Tue, 01 Sep 2026 06:30:16 +0000",
      "published_at": "2026-09-01T14:30:16+08:00",
      "fetched_at": "2026-09-01T15:00:25.042674+08:00",
      "summary": "高通宣布即日起提高各类芯片价格，最高涨幅为两位数。安卓设备原已面临内存和存储芯片价格暴涨，核心芯片价格也随之上调，可能导致新旗舰机价格上升或硬件配置压缩。",
      "original_summary": "#行业资讯 高通宣布即日起上调各类芯片的产品价格，最高涨幅达到两位数，OEM 成本压力继续扩大。目前安卓设备已经面临内存和存储芯片价格暴涨，现在核心芯片价格也要继续上涨。后续发布的安卓旗舰机售价可能会远高于以前，或者 OEM 会想办法压缩硬件配置来平衡成本。查看全文：https://ourl.co/126586",
      "localized": true,
      "stale": false
    },
    {
      "id": "737af8ba0e065d97",
      "title": "PDF长期存储的最佳方案探讨",
      "original_title": "对于 PDF 类数据的长期存储最佳办法是什么？",
      "url": "https://segmentfault.com/q/1010000048253211",
      "source": "SegmentFault",
      "source_id": "segmentfault",
      "source_url": "https://segmentfault.com/",
      "category": "开发工具",
      "tags": [
        "PDF存储",
        "文件管理",
        "压缩格式"
      ],
      "published": "2026-09-01T13:58:32+08:00",
      "published_at": "2026-09-01T13:58:32+08:00",
      "fetched_at": "2026-09-01T15:00:25.042674+08:00",
      "summary": "目前尝试按日期分文件夹存放小文件导致读取慢；改用 zip -r -0 打包便于整体迁移但不利于单文件读取和部分拷贝；需要兼顾存储成本、传输速度和单文件访问的综合方案。",
      "original_summary": "对于 PDF 类数据的长期存储，考虑到存储成本（体积越小越好），也要考虑到文件传输（磁盘拷贝、数据读取）的速度，综合下来最佳办法是什么？ 我们之前试过好几种 按日期分文件夹，每个文件夹里面都是小文件。这不行，因为小文件太多导致整体读取速度很慢。 按日期分文件夹， zip -r -0 的方式打包。这方便整体迁移传输，但是不方便单文件读取、部分文件拷贝。",
      "localized": true,
      "stale": false
    },
    {
      "id": "e1b72e5de9272ecf",
      "title": "AI 半天实现主流网站视图无水印提取",
      "original_title": "[分享创造] AI 半天自动实现的主流网站视图无水印提取",
      "url": "https://www.v2ex.com/t/1238678",
      "source": "V2EX",
      "source_id": "v2ex",
      "source_url": "https://www.v2ex.com/",
      "category": "AI 模型",
      "tags": [
        "AI 模型",
        "开源生态",
        "开发工具"
      ],
      "published": "2026-09-01T06:57:51Z",
      "published_at": "2026-09-01T14:57:51+08:00",
      "fetched_at": "2026-09-01T15:00:25.042674+08:00",
      "summary": "利用 GPT‑5.6‑SOL 模型在数十分钟内完成主流网站视图的无水印提取，涉及对 AI 模型的调用与自动化流程",
      "original_summary": "https://catsapi.com/labs/media-parser 只能说 AI 还是太强大了。 只把需求告诉他，自己去 github 搜文章，自动实现，当然老规矩是 DeepseekV4 开发初版，gpt5.6-sol 进行完善。 直接让 5.6-sol 开干就是日常 cyberabuse. 咱也不知道 他的内置审查到底是什么规范，直接干不给干，在原本基础上完善就给干。",
      "localized": true,
      "stale": false
    },
    {
      "id": "6a2a201829dd0821",
      "title": "OpenShot 4.0 发布，引入本地大模型对象跟踪与 Qt 6 支持",
      "original_title": "OpenShot 4.0 释出",
      "url": "https://www.solidot.org/story?sid=85246",
      "source": "Solidot",
      "source_id": "solidot",
      "source_url": "https://www.solidot.org/",
      "category": "开源生态",
      "tags": [
        "OpenShot",
        "视频编辑",
        "Qt 6"
      ],
      "published": "Tue, 01 Sep 2026 00:54:12 +0800",
      "published_at": "2026-09-01T00:54:12+08:00",
      "fetched_at": "2026-09-01T15:00:25.042674+08:00",
      "summary": "自由视频编辑器新增色彩视图、多源录制视图、10 种特效及原生时间线；支持使用本地大模型选择跟踪对象，全面迁移 Qt 6 提升跨平台兼容性并为 Android 版奠基。",
      "original_summary": "自由软件视频编辑器项目 OpenShot 释出了 v4.0 版本。主要新特性包括：新色彩视图；新录制视图：将麦克风、屏幕、Web 摄像头和系统音频直接添加到项目中，每个音源保持独立且可编辑；10 种新特效；使用本地大模型选择和跟踪对象；更简洁的原生时间线；更快的特效和编辑速度；智能的创意工作流程；扩展 Qt 6 支持，改进了与较新 Linux 发行版的兼容性，为 Android 和其它平台奠定了基础。",
      "localized": true,
      "stale": false
    },
    {
      "id": "0b5a688ac44522d6",
      "title": "Polimill构建日本下一代公共AI基础设施",
      "original_title": "Polimill builds Japan's next-generation public AI infrastructure",
      "url": "https://openai.com/index/polimill",
      "source": "OpenAI News",
      "source_id": "openai-news",
      "source_url": "https://openai.com/news/",
      "category": "AI 模型",
      "tags": [
        "GPT",
        "Codex",
        "市政"
      ],
      "published": "Mon, 31 Aug 2026 07:00:00 GMT",
      "published_at": "2026-08-31T15:00:00+08:00",
      "fetched_at": "2026-09-01T15:00:25.042674+08:00",
      "summary": "Polimill使用OpenAI GPT模型和Codex，帮助市政部门搜索和利用行政知识，同时加速开发。",
      "original_summary": "Polimill uses OpenAI GPT models and Codex to help municipalities search and use administrative knowledge while accelerating development.",
      "localized": true,
      "stale": false
    },
    {
      "id": "cf3d8ead7771d329",
      "title": "五角大楼中央门户接入ChatGPT与Grok版本",
      "original_title": "The Pentagon now has its own version of ChatGPT and Grok",
      "url": "https://techcrunch.com/2026/08/31/the-pentagon-now-has-its-own-version-of-chatgpt-and-grok",
      "source": "TechCrunch AI",
      "source_id": "techcrunch-ai",
      "source_url": "https://techcrunch.com/category/artificial-intelligence/",
      "category": "AI 模型",
      "tags": [
        "五角大楼",
        "ChatGPT",
        "Grok"
      ],
      "published": "Mon, 31 Aug 2026 20:13:45 +0000",
      "published_at": "2026-09-01T04:13:45+08:00",
      "fetched_at": "2026-09-01T15:00:25.042674+08:00",
      "summary": "OpenAI的ChatGPT与SpaceXAI的Grok版本将与Google Gemini一同在五角大楼中央AI工具门户上线",
      "original_summary": "Versions of OpenAI's ChatGPT and SpaceXAI's Grok will join Google's Gemini on the Pentagon's central portal for AI tools.",
      "localized": true,
      "stale": false
    },
    {
      "id": "43b043b349a7db62",
      "title": "为何最火的新款可穿戴设备希望被忽视",
      "original_title": "Why the Hottest New Wearables Want to Be Ignored",
      "url": "https://www.wired.com/story/why-the-hottest-new-wearables-want-to-be-ignored",
      "source": "Wired AI",
      "source_id": "wired-ai",
      "source_url": "https://www.wired.com/tag/artificial-intelligence/",
      "category": "安全",
      "tags": [
        "健康监测",
        "可穿戴设备",
        "隐私"
      ],
      "published": "Sun, 30 Aug 2026 10:30:00 +0000",
      "published_at": "2026-08-30T18:30:00+08:00",
      "fetched_at": "2026-09-01T15:00:25.042674+08:00",
      "summary": "厌倦了手腕震动和通知 overload？一种新的极简主义可穿戴设备承诺在不要求你注意力的情况下收集你的健康数据。",
      "original_summary": "Burnt out on wrist buzzes and notification overload? A new crop of minimalist wearables promises to collect your health data without demanding your attention.",
      "localized": true,
      "stale": false
    },
    {
      "id": "e4d5d5ad9303be9c",
      "title": "特朗普政府搁置环孢子菌研究，尽管疫情病例创纪录",
      "original_title": "Trump admin shelves Cyclospora research despite record-breaking outbreak",
      "url": "https://arstechnica.com/health/2026/08/trump-admin-shelves-cyclospora-research-despite-record-breaking-outbreak",
      "source": "Ars Technica",
      "source_id": "arstechnica",
      "source_url": "https://arstechnica.com/",
      "category": "研究",
      "tags": [
        "公共卫生顿号生物研究"
      ],
      "published": "Mon, 31 Aug 2026 21:23:09 +0000",
      "published_at": "2026-09-01T05:23:09+08:00",
      "fetched_at": "2026-09-01T15:00:25.042674+08:00",
      "summary": "美国疾控中心（CDC）统计，今年夏季确诊及疑似病例已近 30,000 例。",
      "original_summary": "The CDC has tallied nearly 30,000 confirmed and probable cases this summer.",
      "localized": true,
      "stale": false
    },
    {
      "id": "67cbe6846d38f4b8",
      "title": "Kubernetes 上 GPU 工作负载的预测式自动扩缩容实践",
      "original_title": "Scale before the spike: Predictive autoscaling for GPU workloads on Kubernetes",
      "url": "https://www.cncf.io/blog/2026/08/28/scale-before-the-spike-predictive-autoscaling-for-gpu-workloads-on-kubernetes",
      "source": "CNCF Blog",
      "source_id": "cncf-blog",
      "source_url": "https://www.cncf.io/blog/",
      "category": "开发工具",
      "tags": [
        "Kubernetes",
        "自动扩缩容",
        "GPU"
      ],
      "published": "Fri, 28 Aug 2026 11:30:00 +0000",
      "published_at": "2026-08-28T19:30:00+08:00",
      "fetched_at": "2026-09-01T15:00:25.042674+08:00",
      "summary": "生产环境中 GPU 工作负载因流量突现出现突发崩溃，团队因此引入预测式自动扩缩容策略，在流量峰值到来前提前扩容，避免 pod 堆积和请求错误。",
      "original_summary": "The 3 AM Call We got paged one Tuesday morning. A critical production service had crashed under traffic—not gradually degraded, but crashed. Hundreds of pending pods. Users were seeing 15–20% error rates. The incident po",
      "localized": true,
      "stale": false
    },
    {
      "id": "1c89da2eecb1cbda",
      "title": "AIVC只是前菜！复旦提出生命算子，统一生命建模",
      "original_title": "AIVC只是前菜！复旦提出生命算子，统一生命建模",
      "url": "https://www.qbitai.com/2026/09/482300.html",
      "source": "量子位",
      "source_id": "qbitai",
      "source_url": "https://www.qbitai.com/",
      "category": "研究",
      "tags": [
        "生命算子；复旦；Nature"
      ],
      "published": "Tue, 01 Sep 2026 04:12:49 +0000",
      "published_at": "2026-09-01T12:12:49+08:00",
      "fetched_at": "2026-09-01T15:00:25.042674+08:00",
      "summary": "连发六篇Nature期刊，复旦Neolab打通全尺度生命推演",
      "original_summary": "连发六篇Nature期刊，复旦Neolab打通全尺度生命推演",
      "localized": true,
      "stale": false
    },
    {
      "id": "a5996feb28936f9a",
      "title": "GOAI 从2999 件作品中总结出四大赛道的 AI 创新观察",
      "original_title": "从2999份作品出发：GOAI四大赛道的AI创新观察",
      "url": "https://www.infoq.cn/article/fovhGGuNSwa7tG44WBFm",
      "source": "InfoQ 中文",
      "source_id": "infoq-cn",
      "source_url": "https://www.infoq.cn/",
      "category": "研究",
      "tags": [
        "GOAI·AI创新·作品"
      ],
      "published": "Tue, 01 Sep 2026 12:54:15 GMT",
      "published_at": "2026-09-01T20:54:15+08:00",
      "fetched_at": "2026-09-01T15:00:25.042674+08:00",
      "summary": "基于 2999 件参赛作品，GOAI 提炼出四大赛道的 AI 创新发现与趋势。",
      "original_summary": "点击查看原文>",
      "localized": true,
      "stale": false
    },
    {
      "id": "2c14174d7db3cfe2",
      "title": "用AI，谈一场身心俱疲的恋爱",
      "original_title": "用AI，谈一场身心俱疲的恋爱",
      "url": "https://www.tmtpost.com/8124305.html",
      "source": "钛媒体",
      "source_id": "tmtpost",
      "source_url": "https://www.tmtpost.com/",
      "category": "AI 模型",
      "tags": [
        "AI",
        "恋爱",
        "情感"
      ],
      "published": "Tue, 01 Sep 2026 14:44:52 +0800",
      "published_at": "2026-09-01T14:44:52+08:00",
      "fetched_at": "2026-09-01T15:00:25.042674+08:00",
      "summary": "爱情这个事, 挺难",
      "original_summary": "爱情这个事，挺难",
      "localized": true,
      "stale": false
    },
    {
      "id": "f9768fa91231f78c",
      "title": "OpenAI Codex用户增至2500万，网易云音乐鸿蒙版开放测试",
      "original_title": "早报｜库克卸任苹果CEO,内部告别信曝光/《牛来》密钥延期,冲刺国庆档/网易云音乐鸿蒙版开放测试",
      "url": "https://www.ifanr.com/1677753",
      "source": "爱范儿",
      "source_id": "ifanr",
      "source_url": "https://www.ifanr.com/",
      "category": "AI 模型",
      "tags": [
        "AI",
        "鸿蒙",
        "开发"
      ],
      "published": "Tue, 01 Sep 2026 00:16:27 +0000",
      "published_at": "2026-09-01T08:16:27+08:00",
      "fetched_at": "2026-09-01T15:00:25.042674+08:00",
      "summary": "Codex活跃用户增至2500万，OpenAI再次重置付费用户额度；网易云音乐鸿蒙版开放测试",
      "original_summary": "· Codex 活跃用户增至 2500 万，OpenAI 再次重置付费用户额度 · 小米澎程 N90 Max 京沪实测 1230 公里，到达后表显还剩 54 公里 · 小红书小范围内测「发日常」 #欢迎关注爱范儿官方微信公众号：爱范儿（微信号：ifanr），更多精彩内容第一时间为您奉上。",
      "localized": true,
      "stale": false
    },
    {
      "id": "e24d84ac1136616a",
      "title": "壁仞科技2026年上半年业绩分析",
      "original_title": "业绩连跳20级，这家芯片公司做对了什么？",
      "url": "https://www.leiphone.com/category/chips/toaKlXrYMYi6MRsq.html",
      "source": "雷锋网",
      "source_id": "leiphone",
      "source_url": "https://www.leiphone.com/",
      "category": "开发工具",
      "tags": [
        "国产GPU",
        "全栈体系",
        "业绩数据"
      ],
      "published": "Tue, 01 Sep 2026 12:25:00 +0800",
      "published_at": "2026-09-01T12:25:00+08:00",
      "fetched_at": "2026-09-01T15:00:25.042674+08:00",
      "summary": "壁仞科技披露2026年中期业绩，上半年营收12.36亿元，同比增长约1997.6%，亏损收窄至3.77亿元。公司作为通用智能计算解决方案提供商，围绕芯片-软件-系统-供应链全栈体系发展。",
      "original_summary": "8月28日晚间，国产GPU企业壁仞科技（06082.HK）披露2026年中期业绩。2026年上半年，壁仞科技实现营业收入12.36亿元，较上年同期增长约1997.6%；期内亏损大幅收窄至3.77亿元，同比大幅减亏76.4%；经调整期内亏损（非国际财务报告准则计量）收窄至3.37亿元，同比减亏38.9%，亏损收窄速度明显加快。 作为国内领先的通用智能计算解决方案提供商，壁仞科技围绕“芯片－软件－系统－供应链”全栈体系快速发展，在商业拓展、",
      "localized": true,
      "stale": false
    },
    {
      "id": "bc2665f0ff583117",
      "title": "一般游戏中的恒定个体遗憾",
      "original_title": "Constant Individual Regret in General Games",
      "url": "https://arxiv.org/abs/2608.31166v1",
      "source": "arXiv AI / ML / NLP",
      "source_id": "arxiv-ai",
      "source_url": "https://arxiv.org/",
      "category": "研究",
      "tags": [
        "无后悔动态",
        "博弈均衡",
        "研究"
      ],
      "published": "2026-08-31T17:59:16Z",
      "published_at": "2026-09-01T01:59:16+08:00",
      "fetched_at": "2026-09-01T15:00:25.042674+08:00",
      "summary": "无耦合的无后悔动态提供去中心化均衡路径，以往个体后悔保证随 horizon 对数依赖，现消除此依赖，适用于所有有限 N 博弈",
      "original_summary": "Uncoupled no-regret dynamics provide a decentralized route to equilibrium, but prior guarantees for individual regret retain a polylogarithmic dependence on the horizon. We remove this dependence for every finite $N$-pla",
      "localized": true,
      "stale": false
    },
    {
      "id": "c3523e9e4d613963",
      "title": "流量红利退潮，快手想用 AI 和老友们破局",
      "original_title": "流量红利退潮，快手想用 AI 和老友们破局",
      "url": "http://www.geekpark.net/news/369631",
      "source": "极客公园",
      "source_id": "geekpark",
      "source_url": "https://www.geekpark.net/",
      "category": "AI 模型",
      "tags": [
        "流量红利",
        "创作者",
        "AI"
      ],
      "published": "Mon, 31 Aug 2026 20:01:09 +0800",
      "published_at": "2026-08-31T20:01:09+08:00",
      "fetched_at": "2026-09-01T15:00:25.042674+08:00",
      "summary": "8月29日快手光合创作者大会上，程一笑公布每日发布作品超5800万，近一年超2.7亿用户发布作品，持续发布超10年创作者超1700万，平台指出流量扩张接近尾声，开始聚焦创作者留存与持续经营",
      "original_summary": "头图来源：快手 8 月 29 日，在 2026 快手光合创作者大会上，快手科技创始人、董事长兼 CEO 程一笑公布了一组数据：快手每天发布的作品超过 5800 万，近一年有超过 2.7 亿用户发布过作品，持续发布作品超过 10 年的创作者则超过 1700 万。 大会上，快手用这些数据说明其「平等普惠、温暖信任、多元特色」的社区底色。但放进快手最新财报，它们可能还有另一层含义：当流量扩张接近尾声，平台开始把「谁能留下来、谁能持续经营」变成",
      "localized": true,
      "stale": false
    },
    {
      "id": "092db6f6a23a689b",
      "title": "开源双足机器人Microduck逆向工程完整CAD模型\\n摘要：开源双足机器人Microduck发布不足一周，社区开发者即从官方MJCF仿真模型和47个STL网格文件反推出整机装配关系、爆炸图及CAD装配体，并提供精确到0.1毫米的零件对照表，声称可完整复刻。\\n分类：开源生态\\n标签：Microduck、逆向工程、CAD",
      "original_title": "Microduck 刚开源，就有人把它从 MJCF 跑到了 CAD 装配图",
      "url": "https://www.oschina.net/news/502236",
      "source": "开源中国",
      "source_id": "oschina",
      "source_url": "https://www.oschina.net/",
      "category": "AI 模型",
      "tags": [
        "Microduck",
        "逆向工程",
        "CAD"
      ],
      "published": "Tue, 01 Sep 2026 11:22:45 +0800",
      "published_at": "2026-09-01T11:22:45+08:00",
      "fetched_at": "2026-09-01T15:00:25.042674+08:00",
      "summary": "开源双足机器人Microduck发布不足一周，社区开发者即从官方MJCF仿真模型和47个STL网格文件反推出整机装配关系、爆炸图及CAD装配体，并提供精确到0.1毫米的零件对照表，声称可完整复刻。\\n分类：开源生态\\n标签：Microduc",
      "original_summary": "Microduck 发布不到一周，就有人把它从里到外拆明白了。 GitHub 上的 microduck-replica 仓库，作者 fanhao375 从官方的 MJCF 仿真模型和 47 个 STL 网格文件里，反推出了整台 25 厘米双足鸭子机器人的装配关系、爆炸图、CAD 装配体，还有一份精确到 0.1 毫米的零件对照表。README 里那句结论很硬：整机可复刻。 这事之所...",
      "localized": true,
      "stale": false
    },
    {
      "id": "cf53bffb502de54c",
      "title": "突发！Claude遭大规模盗号，大批用户被强制注销",
      "original_title": "突发！Claude遭大规模盗号，大批用户被强制注销",
      "url": "https://aiera.com.cn/2026/09/01/other/admin/111641/%e7%aa%81%e5%8f%91%ef%bc%81claude%e9%81%ad%e5%a4%a7%e8%a7%84%e6%a8%a1%e7%9b%97%e5%8f%b7%ef%bc%8c%e5%a4%a7%e6%89%b9%e7%94%a8%e6%88%b7%e8%a2%ab%e5%bc%ba%e5%88%b6%e6%b3%a8%e9%94%80",
      "source": "新智元",
      "source_id": "aiera",
      "source_url": "https://www.aiera.com.cn/",
      "category": "安全",
      "tags": [
        "盗号",
        "强制注销",
        "Anthropic"
      ],
      "published": "Tue, 01 Sep 2026 00:01:44 +0000",
      "published_at": "2026-09-01T08:01:44+08:00",
      "fetched_at": "2026-09-01T15:00:25.042674+08:00",
      "summary": "Anthropic旗下Claude出现大规模账号被盗，导致大量用户在无预警情况下被强制注销。",
      "original_summary": "就在刚刚，Anthropic突发大规模账号安全事件，大批Claude用户被强制注销！ 就在这两天，大批Claude用户发现：没有任何封号预警，自己的账号忽然就被强制下线了。",
      "localized": true,
      "stale": false
    },
    {
      "id": "4c52ee16af1f4318",
      "title": "OpenClaw 2.0 发布、DotSkill 上线、网易 CC 直播停运",
      "original_title": "派早报：OpenClaw 推出 2.0 版本更新，网易 CC 直播正式停运等",
      "url": "https://sspai.com/post/114055",
      "source": "少数派",
      "source_id": "sspai",
      "source_url": "https://sspai.com/",
      "category": "开源生态",
      "tags": [
        "OpenClaw",
        "DotSkill",
        "网易CC直播"
      ],
      "published": "Tue, 01 Sep 2026 08:17:20 +0800",
      "published_at": "2026-09-01T08:17:20+08:00",
      "fetched_at": "2026-09-01T15:00:25.042674+08:00",
      "summary": "OpenClaw 2.0 版发布；DotSkill 插件上线，支持 AI 助手对 Quote/0 墨水屏的自然语言交互；网易 CC 直播正式停止运营。",
      "original_summary": "少数派的近期动态能让AI助手通过自然语言指令直接与您的Quote/0摘录墨水屏交互的DotSkill已上线。点击了解你可能错过的文章全球仅剩三位数的物种，科学家却连一个准数都数不出来屏幕之外，桌面之上 ... 查看全文",
      "localized": true,
      "stale": false
    },
    {
      "id": "79bb64d61f007173",
      "title": "JMGO 高亮度投影仪主打游戏与体育场景",
      "original_title": "JMGO’s very bright all-in-one projector looks ideal for gamers and sports",
      "url": "https://www.theverge.com/tech/985986/jmgo-4k-gaming-projector-price-specs",
      "source": "The Verge",
      "source_id": "the-verge",
      "source_url": "https://www.theverge.com/",
      "category": "开发工具",
      "tags": [
        "投影仪",
        "Google TV",
        "4K"
      ],
      "published": "2026-08-31T18:00:00-04:00",
      "published_at": "2026-09-01T06:00:00+08:00",
      "fetched_at": "2026-09-01T15:00:25.042674+08:00",
      "summary": "JMGO 推出 4K 120Hz Iris Ultra Max 一体化 Google TV 投影仪，搭载双光圈系统，原生对比度可达 10,000:1，现已在中国大陆以外地区上市。",
      "original_summary": "JMGO's 4K 120Hz Iris Ultra Max all-in-one Google TV projector is now available outside China. It gets its name from a new dual-iris system that lets it produce an impressive 10,000:1 native contrast, according to JMGO. I",
      "localized": true,
      "stale": false
    },
    {
      "id": "db70bfe8fd937af2",
      "title": "下载：一种秘密的抗衰老药物和加入虚拟发电厂",
      "original_title": "The Download: a secretive antiaging drug and joining virtual power plants",
      "url": "https://www.technologyreview.com/2026/08/28/1143113/the-download-antiaging-drug-joining-virtual-power-plants",
      "source": "MIT Technology Review",
      "source_id": "mit-tech-review",
      "source_url": "https://www.technologyreview.com/",
      "category": "研究",
      "tags": [
        "抗衰老",
        "药物",
        "初创公司"
      ],
      "published": "Fri, 28 Aug 2026 12:35:27 +0000",
      "published_at": "2026-08-28T20:35:27+08:00",
      "fetched_at": "2026-09-01T15:00:25.042674+08:00",
      "summary": "一家初创公司声称找到了一种让血液变年轻的药物。",
      "original_summary": "This is today’s edition of The Download, our weekday newsletter that provides a daily dose of what’s going on in the world of technology. A startup claims it’s found a drug to make your blood young —Antonio Regalado I kn",
      "localized": true,
      "stale": false
    },
    {
      "id": "d3e1e2f9d34a5ea1",
      "title": "比亚迪新一代4D毫米波雷达芯片实现量产，支持L2-L4智能驾驶",
      "original_title": "比亚迪新一代 4D 毫米波雷达芯片量产：可覆盖 L2-L4 级智能驾驶应用",
      "url": "https://www.ithome.com/0/996/949.htm",
      "source": "IT之家",
      "source_id": "ithome",
      "source_url": "https://www.ithome.com/",
      "category": "AI 模型",
      "tags": [
        "比亚迪",
        "4D毫米波雷达",
        "智能驾驶"
      ],
      "published": "Tue, 01 Sep 2026 06:56:39 GMT",
      "published_at": "2026-09-01T14:56:39+08:00",
      "fetched_at": "2026-09-01T15:00:25.042674+08:00",
      "summary": "比亚迪半导体推出基于28nm车规工艺的新一代卫星架构4D毫米波雷达芯片，搭载璇玑A3算力平台，已实现量产，可覆盖L2至L4级智能驾驶，配备MIPI CSI‑2高速接口并兼容多种SerDes，完成与璇玑A3的联调适配，满足Tier1模组需求。",
      "original_summary": "IT之家 9 月 1 日消息，比亚迪半导体今天（1 日）通过公众号发文宣布，以璇玑 A3 为算力中心的 新一代卫星架构 4D 毫米波雷达芯片 已量产。 该芯片基于 28nm 车规工艺，专为满足汽车市场对高分辨率雷达系统需求设计，可无缝对接多款主流智驾芯片平台。同时，该芯片针对卫星架构设计配置了 MIPI CSI-2 高速接口，兼容多款主流串行加串器（SerDes），已完成与“璇玑 A3”智驾芯片的联调适配，满足 Tier1 模组厂家对探",
      "localized": true,
      "stale": false
    },
    {
      "id": "74389177ca767909",
      "title": "苹果开启特努斯时代：AI成“头号考题”",
      "original_title": "苹果开启特努斯时代：AI成“头号考题”，下一个增长点在哪？",
      "url": "https://news.cnblogs.com/n/835322",
      "source": "博客园",
      "source_id": "cnblogs",
      "source_url": "https://www.cnblogs.com/",
      "category": "AI 模型",
      "tags": [
        "苹果",
        "AI"
      ],
      "published": "Tue, 01 Sep 2026 02:22:00 GMT",
      "published_at": "2026-09-01T10:22:00+08:00",
      "fetched_at": "2026-09-01T15:00:25.042674+08:00",
      "summary": "9月1日苹果完成权力交接，特努斯接替库克出任新CEO，库克转任执行董事长，AI成核心考题。",
      "original_summary": "9 月 1 日，苹果正式完成权力交接。硬件工程高级副总裁约翰·特努斯接替蒂姆·库克，出任苹果新一任 CEO，执掌这家市值 4.6 万亿美元的消费电子巨头。 库克并未完全退休，而是转任执行董事长，未来将协助处理公司部分事务，包括与全球政策制定者沟通。 15 年前，库克从乔布斯手中接管公司，搭上消费电子 本文链接",
      "localized": true,
      "stale": false
    },
    {
      "id": "796691f7ca96bfb4",
      "title": "A社加强Claude模型安全：发现内部流程缺陷并经历模型逃逸与真实攻击",
      "original_title": "发生模型逃逸并发起真实攻击后 A社宣布全面加固安全体系提升模型安全性",
      "url": "https://www.landian.news/archives/126585.html",
      "source": "蓝点网",
      "source_id": "landiannews",
      "source_url": "https://www.landiannews.com/",
      "category": "安全",
      "tags": [
        "AI模型",
        "安全",
        "模型逃逸"
      ],
      "published": "Tue, 01 Sep 2026 06:00:14 +0000",
      "published_at": "2026-09-01T14:00:14+08:00",
      "fetched_at": "2026-09-01T15:00:25.042674+08:00",
      "summary": "A社发布博客阐述Claude的安全措施，春季发现内部流程缺陷后暂停强化学习训练并调配150名工程师专职安全，虽后续持续提升安全防护，但7月仍出现模型逃逸并发起真实攻击。",
      "original_summary": "#人工智能 A 社发布新博客介绍 Claude 安全措施：早在春季就发现内部流程存在缺陷，随后 A 社暂停强化学习训练并调配 150 名工程师转向安全工作。尽管在后续 A 社也采取多种措施提高安全性，但在 7 月份还是发生模型逃逸和发起真实攻击的情况。查看全文：https://ourl.co/126585",
      "localized": true,
      "stale": false
    },
    {
      "id": "fc640d630a04302d",
      "title": "如何在 RAC 架构 Oracle 数据库中为磁盘组 DGADATA 扩容 200GB",
      "original_title": "oracle数据库磁盘组dgdata空间扩容？",
      "url": "https://segmentfault.com/q/1010000048251899",
      "source": "SegmentFault",
      "source_id": "segmentfault",
      "source_url": "https://segmentfault.com/",
      "category": "开发工具",
      "tags": [
        "Oracle",
        "RAC",
        "ASM"
      ],
      "published": "2026-09-01T10:00:47+08:00",
      "published_at": "2026-09-01T10:00:47+08:00",
      "fetched_at": "2026-09-01T15:00:25.042674+08:00",
      "summary": "作者在 VMware 虚拟机中运行 RAC 架构的两节点 Oracle 数据库，磁盘组 DGADATA 空间不足，希望增加约 200GB 容量。该问题涉及 Oracle ASM 磁盘组管理及多节点 RAC 环境下的扩容操作，作者对具体步骤及",
      "original_summary": "rac架构的2台oracle数据库（vmware虚拟机里面），其中磁盘组dgdata空间不够用了，怎么添加200g空间给他，具体步骤是啥？ 找过相关资料，但不敢操作，他磁盘还有别名这些",
      "localized": true,
      "stale": false
    },
    {
      "id": "3a4f5f13581ba7fa",
      "title": "tokenspace 提供平价 GPT‑5 token 与 API 中转服务",
      "original_title": "[推广] tokenspace 平价 token，新用户首充优惠，稳定可靠的 API 中转服务",
      "url": "https://www.v2ex.com/t/1238677",
      "source": "V2EX",
      "source_id": "v2ex",
      "source_url": "https://www.v2ex.com/",
      "category": "AI 模型",
      "tags": [
        "平价 Token",
        "API 中转",
        "GPT-5"
      ],
      "published": "2026-09-01T06:51:25Z",
      "published_at": "2026-09-01T14:51:25+08:00",
      "fetched_at": "2026-09-01T15:00:25.042674+08:00",
      "summary": "tokenspace 为新用户提供首充优惠，折扣后 GPT‑5 系列 token 价格为官方美元价的 30%，输入每百万 Token ¥1.50，输出 ¥9.00，提供 API 中转服务，官网 www.tokenspace.tech",
      "original_summary": "tokenspace 平价 token ，新用户首充优惠，稳定可靠的 API 中转服务 官网域名： www.tokenspace.tech 说明：1 人民币相当于官网的 1 美刀，之后再打 3 折 1. 文本模型 (价格单位：每百万 Token) GPT-5 系列模型的输入、输出和缓存价格。 经过折扣后，国内价格均远低于官方美元原价。 模型名称 折扣后输入价 折扣后输出价 折扣后缓存写入 GPT-5.6-SOL ¥1.50 ¥9.00 ",
      "localized": true,
      "stale": false
    },
    {
      "id": "c0acba118918b430",
      "title": "加州通过操作系统年龄验证法案，Linux 和 BSD 开源系统获豁免",
      "original_title": "加州议会通过年龄验证法案，Linux BSD 豁免",
      "url": "https://www.solidot.org/story?sid=85245",
      "source": "Solidot",
      "source_id": "solidot",
      "source_url": "https://www.solidot.org/",
      "category": "安全",
      "tags": [
        "年龄验证",
        "开源豁免",
        "操作系统"
      ],
      "published": "Mon, 31 Aug 2026 23:47:25 +0800",
      "published_at": "2026-08-31T23:47:25+08:00",
      "fetched_at": "2026-09-01T15:00:25.042674+08:00",
      "summary": "加州参众两院批准 AB 1856 法案，要求支持账户功能的操作系统在用户设置时收集主用户出生日期或年龄，并通过统一实时 API 向应用商店和开发者提供不含精确生日的年龄信号；Linux、BSD 等开源操作系统被明确排除在适用范围之外，法案待",
      "original_summary": "加州参议院和众议院批准了年龄验证法案 Assembly Bill 1856。在递交给州长批准之后法案预计于 2027 年 1 月 1 日生效。法案豁免了 Linux 和 BSD 等开源操作系统。法案要求，如果操作系统有账户设置功能，那么系统提供商须提供一个界面，在账户设置期间要求输入设备主用户的出生日期、年龄或两者兼有。操作系统通过相对一致的实时 API 向受监管的应用商店和应用开发商提供数字年龄信号。该信号不显示精确的出生日期，而是四",
      "localized": true,
      "stale": false
    },
    {
      "id": "8a7cdd78fd483859",
      "title": "AI 访问扩展的里程碑",
      "original_title": "A milestone in expanding access to AI",
      "url": "https://openai.com/index/expanding-access-to-ai-with-chatgpt-ads",
      "source": "OpenAI News",
      "source_id": "openai-news",
      "source_url": "https://openai.com/news/",
      "category": "AI 模型",
      "tags": [
        "ChatGPT广告",
        "AI模型",
        "全球扩张"
      ],
      "published": "Mon, 31 Aug 2026 04:00:00 GMT",
      "published_at": "2026-08-31T12:00:00+08:00",
      "fetched_at": "2026-09-01T15:00:25.042674+08:00",
      "summary": "ChatGPT Ads 年化收入突破 10 亿美元，并在全球范围内推出，旨在通过免费和低价选项提升 AI 的可及性。",
      "original_summary": "ChatGPT Ads reaches $1 billion in annualized revenue run rate and expands globally, supporting broader access to AI through free and affordable options.",
      "localized": true,
      "stale": false
    },
    {
      "id": "e89f617879e71967",
      "title": "Instagram 对未披露的 AI 账号实施新限制",
      "original_title": "Instagram puts new limits on undisclosed AI profiles",
      "url": "https://techcrunch.com/2026/08/31/instagram-puts-new-limits-on-undisclosed-ai-profiles",
      "source": "TechCrunch AI",
      "source_id": "techcrunch-ai",
      "source_url": "https://techcrunch.com/category/artificial-intelligence/",
      "category": "安全",
      "tags": [
        "AI网红",
        "平台策略",
        "内容治理"
      ],
      "published": "Mon, 31 Aug 2026 19:16:59 +0000",
      "published_at": "2026-09-01T03:16:59+08:00",
      "fetched_at": "2026-09-01T15:00:25.042674+08:00",
      "summary": "随着对 AI 网红的不满情绪上升，Instagram 正在限制未公开 AI 账号的曝光范围。",
      "original_summary": "As frustration over AI influencers has been growing, Instagram is limiting the reach of undisclosed AI profiles.",
      "localized": true,
      "stale": false
    },
    {
      "id": "6e117ae75665f93f",
      "title": "AI巨头警告：网络安全\"末日\"或在数月内到来",
      "original_title": "The Cybersecurity Apocalypse Is Coming in ‘Months,’ AI Giants Warn",
      "url": "https://www.wired.com/story/security-news-this-week-the-cybersecurity-apocalypse-is-coming-in-months-ai-giants-warn",
      "source": "Wired AI",
      "source_id": "wired-ai",
      "source_url": "https://www.wired.com/tag/artificial-intelligence/",
      "category": "安全",
      "tags": [
        "网络安全",
        "AI风险",
        "基础设施"
      ],
      "published": "Sat, 29 Aug 2026 10:30:00 +0000",
      "published_at": "2026-08-29T18:30:00+08:00",
      "fetched_at": "2026-09-01T15:00:25.042674+08:00",
      "summary": "报道汇总多条安全动态：多家AI领域重要企业联合发出警告，指出严重的网络安全风险可能在未来几个月内显现；同时提到黑客攻击美国100余个水务系统、订购机器狗等事件，以及一起相关犯罪案件。",
      "original_summary": "Plus: Hackers target over 100 US water systems, ICE puts in an order for robot dogs, and you’ll never guess what “MrChildPorn” was arrested for.",
      "localized": true,
      "stale": false
    },
    {
      "id": "32cc12df4f70c969",
      "title": "加入 Ars 技术社区论坛",
      "original_title": "Get in on the Ars community that doesn’t fit beneath an article",
      "url": "https://arstechnica.com/staff/2026/08/get-in-on-the-ars-community-that-doesnt-fit-beneath-an-article",
      "source": "Ars Technica",
      "source_id": "arstechnica",
      "source_url": "https://arstechnica.com/",
      "category": "开发工具",
      "tags": [
        "社区论坛",
        "读者互动",
        "Ars"
      ],
      "published": "Mon, 31 Aug 2026 21:12:01 +0000",
      "published_at": "2026-09-01T05:12:01+08:00",
      "fetched_at": "2026-09-01T15:00:25.042674+08:00",
      "summary": "Ars 邀请读者参与其在线论坛，与编辑和其他读者讨论文章主题。",
      "original_summary": "You've read the stories. Now check out our forums.",
      "localized": true,
      "stale": false
    },
    {
      "id": "ee7b8fe42d488e15",
      "title": "Kubernetes 已为容器做好准备，是否为 AI 做好准备？",
      "original_title": "Your Kubernetes platform is ready for containers. Is it ready for AI?",
      "url": "https://www.cncf.io/blog/2026/08/28/your-kubernetes-platform-is-ready-for-containers-is-it-ready-for-ai",
      "source": "CNCF Blog",
      "source_id": "cncf-blog",
      "source_url": "https://www.cncf.io/blog/",
      "category": "云原生",
      "tags": [
        "Kubernetes",
        "AI",
        "容器化"
      ],
      "published": "Fri, 28 Aug 2026 11:00:00 +0000",
      "published_at": "2026-08-28T19:00:00+08:00",
      "fetched_at": "2026-09-01T15:00:25.042674+08:00",
      "summary": "Kubernetes 为平台团队提供了统一的容器部署、扩缩容和运维方式。现在，许多团队被要求在此基础上支持 AI，相关转型已在进行中。",
      "original_summary": "Kubernetes has given platform teams a consistent way to deploy, scale, and operate containerized applications. Now, many of those same teams are being asked to support AI. The transition is already underway. According to",
      "localized": true,
      "stale": false
    },
    {
      "id": "7e348a2e2fb11925",
      "title": "VC投入千万美元打造 AI 创业孵化项目，提供高额现金奖励",
      "original_title": "VC疯了！200万现金冠军奖，又花4000万造了一座AI「创业乌托邦」",
      "url": "https://www.qbitai.com/2026/08/481928.html",
      "source": "量子位",
      "source_id": "qbitai",
      "source_url": "https://www.qbitai.com/",
      "category": "开源生态",
      "tags": [
        "AI 创业",
        "VC 投资",
        "孵化器"
      ],
      "published": "Mon, 31 Aug 2026 13:20:29 +0000",
      "published_at": "2026-08-31T21:20:29+08:00",
      "fetched_at": "2026-09-01T15:00:25.042674+08:00",
      "summary": "报道称某 VC 设立 200 万美元现金冠军奖，并投入 4000 万美元建设专属 AI 创业孵化园区，吸引创业者入驻。",
      "original_summary": "划重点：这次不是你挨家敲门，是VC排队来看你。",
      "localized": true,
      "stale": false
    },
    {
      "id": "38e9ccbc21be87c6",
      "title": "Expedia和Airbnb采用LLM生成GraphQL模拟数据，但规范支持仍有滞后",
      "original_title": "Expedia和Airbnb引入LLM生成的GraphQL模拟数据，不过规范相对滞后",
      "url": "https://www.infoq.cn/article/Su2betkPUhxX0JTVazBi",
      "source": "InfoQ 中文",
      "source_id": "infoq-cn",
      "source_url": "https://www.infoq.cn/",
      "category": "开发工具",
      "tags": [
        "GraphQL",
        "大语言模型",
        "模拟数据"
      ],
      "published": "Tue, 01 Sep 2026 11:55:29 GMT",
      "published_at": "2026-09-01T19:55:29+08:00",
      "fetched_at": "2026-09-01T15:00:25.042674+08:00",
      "summary": "Expedia和Airbnb等公司开始利用大语言模型自动生成GraphQL API的模拟数据，以加速前端和集成测试；然而GraphQL规范本身尚未对模拟数据生成提供官方支持，相关实践仍依赖各团队自行实现。",
      "original_summary": "点击查看原文>",
      "localized": true,
      "stale": false
    },
    {
      "id": "a4435116c5440976",
      "title": "瑞士 Aukera Therapeutics 利用 AI 驱动药物发现平台开发 RAPTOR 高选择性小分子抑制剂",
      "original_title": "瑞士生物科技企业Aukera Therapeutics研发针对RAPTOR蛋白的高选择性小分子抑制剂",
      "url": "https://www.tmtpost.com/8124032.html",
      "source": "钛媒体",
      "source_id": "tmtpost",
      "source_url": "https://www.tmtpost.com/",
      "category": "AI 模型",
      "tags": [
        "AI 制药",
        "mTOR",
        "小分子抑制剂"
      ],
      "published": "Tue, 01 Sep 2026 14:33:37 +0800",
      "published_at": "2026-09-01T14:33:37+08:00",
      "fetched_at": "2026-09-01T15:00:25.042674+08:00",
      "summary": "该公司结合其在 mTOR 领域的专业知识与 AI 驱动药物发现技术，针对 RAPTOR 蛋白研发高选择性小分子抑制剂。",
      "original_summary": "结合mTOR 专业知识与AI 驱动药物发现技术开发。",
      "localized": true,
      "stale": false
    },
    {
      "id": "6cf4813c31ce0a4b",
      "title": "NASA 超广角太空望远镜发射，计划 5 年扫描 10 亿星系",
      "original_title": "NASA 的「超广角」太空望远镜上天了，5 年要扫描 10 亿个星系",
      "url": "https://www.ifanr.com/1677738",
      "source": "爱范儿",
      "source_id": "ifanr",
      "source_url": "https://www.ifanr.com/",
      "category": "研究",
      "tags": [
        "天文",
        "太空",
        "NASA"
      ],
      "published": "Mon, 31 Aug 2026 23:50:32 +0000",
      "published_at": "2026-09-01T07:50:32+08:00",
      "fetched_at": "2026-09-01T15:00:25.042674+08:00",
      "summary": "NASA 已发射超广角太空望远镜，计划在五年内对约十亿个星系进行扫描。",
      "original_summary": "辽阔太空，一瞬尽收眼底 #欢迎关注爱范儿官方微信公众号：爱范儿（微信号：ifanr），更多精彩内容第一时间为您奉上。",
      "localized": true,
      "stale": false
    },
    {
      "id": "68ca6ffe73e3bd0d",
      "title": "筷子科技推出KP钱包，应对企业级AI应用成本管控难题",
      "original_title": "AI 应用进入“算账”时代，筷子科技为什么要做一个 KP 钱包？",
      "url": "https://www.leiphone.com/category/industrynews/LbCpQmYtAXGpD1Ob.html",
      "source": "雷锋网",
      "source_id": "leiphone",
      "source_url": "https://www.leiphone.com/",
      "category": "AI 模型",
      "tags": [
        "企业级AI",
        "成本管理",
        "多模型调度"
      ],
      "published": "Tue, 01 Sep 2026 12:03:00 +0800",
      "published_at": "2026-09-01T12:03:00+08:00",
      "fetched_at": "2026-09-01T15:00:25.042674+08:00",
      "summary": "随着大模型在文本、图像、视频、语音等领域能力扩展，Agent进入企业生产流程，企业面临模型调用选择、成本与效果平衡、多部门AI预算管理及生成内容资产沉淀等挑战。在视频商业场景中，一条内容从创意到效果产出需经历脚本生成、图片生成、视频生成、数",
      "original_summary": "过去两年，大模型的能力边界不断向外扩展。文本、图片、视频、语音模型快速迭代，Agent也开始进入企业生产流程。对于企业来说，可选的AI能力越来越丰富，但实际使用时需要处理的问题也随之增加：一项任务应该调用哪个模型，如何平衡生成效果和成本，不同部门如何管理AI预算，生成后的内容资产又该如何沉淀。 尤其在视频商业场景中，一条内容从创意到最终产生效果，通常会经历脚本、图片、视频生成、数字人、配音、剪辑、分发等多个环节，背后可能连接不同模型、算",
      "localized": true,
      "stale": false
    },
    {
      "id": "403db452759916ac",
      "title": "SUN：面向长视野操作的持久化程序框架",
      "original_title": "SUN: Persistent Programs For Language-Grounded Control-to-Learning-to-Real Policies",
      "url": "https://arxiv.org/abs/2608.31167v1",
      "source": "arXiv AI / ML / NLP",
      "source_id": "arxiv-ai",
      "source_url": "https://arxiv.org/",
      "category": "研究",
      "tags": [
        "机器人",
        "持续学习",
        "控制策略"
      ],
      "published": "2026-08-31T17:59:16Z",
      "published_at": "2026-09-01T01:59:16+08:00",
      "fetched_at": "2026-09-01T15:00:25.042674+08:00",
      "summary": "SUN 提出持久程序机制，用于在长视野操作任务中融合基于模型的控制与学习策略的部署能力。",
      "original_summary": "Bridging model-based control and learned policies in long-horizon manipulation has harbored a silent disagreement: control executes specified objectives, learning amortizes that behavior into a reactive policy, yet exist",
      "localized": true,
      "stale": false
    },
    {
      "id": "9245ab9b6d0d5b99",
      "title": "SK海力士CEO预计内存短缺或将持续至2030年",
      "original_title": "AirPods 5 或将于 9 月发布；17.6 万，特斯拉港澳车型降价；「网抑云」登陆鸿蒙系统｜极客早知道",
      "url": "http://www.geekpark.net/news/369559",
      "source": "极客公园",
      "source_id": "geekpark",
      "source_url": "https://www.geekpark.net/",
      "category": "研究",
      "tags": [
        "半导体",
        "DRAM",
        "供应链"
      ],
      "published": "Mon, 31 Aug 2026 16:40:03 +0800",
      "published_at": "2026-08-31T16:40:03+08:00",
      "fetched_at": "2026-09-01T15:00:25.042674+08:00",
      "summary": "SK海力士CEO郭鲁勋在印第安纳州新封装工厂奠基仪式后表示，当前内存短缺局面可能持续到2030年底，市场尚未出现明显需求放缓迹象；即便未来市场降温，更可能表现为供应紧张逐步缓解，而非价格突然崩跌。该公司此前预计面向普通市场的DRAM供应紧张",
      "original_summary": "SK 海力士 CEO：内存短缺或将持续至 2030 年 SK 海力士预计，当前的内存短缺局面可能会持续到 2030 年底，市场目前尚未出现明显的需求放缓迹象。SK 海力士首席执行官郭鲁勋在公司位于美国印第安纳州的新封装工厂奠基仪式后表示，即使未来市场开始降温，也更可能表现为供应紧张状况逐步缓解，而不是像过去那样出现内存价格突然崩跌的情况。 该公司此前曾预计，面向普通市场的 DRAM 供应紧张将持续至 2028 年，此次最新表态意味着这一",
      "localized": true,
      "stale": false
    },
    {
      "id": "6afb9a3bc50002a6",
      "title": "开源鸭子机器人Microduck：399美元硬件平台",
      "original_title": "399 美元的鸭子机器人开源了，今年最让人想立刻掏钱的硬件产品",
      "url": "https://www.oschina.net/news/502235/hugging-face-pollen-robotics-microduck",
      "source": "开源中国",
      "source_id": "oschina",
      "source_url": "https://www.oschina.net/",
      "category": "开源生态",
      "tags": [
        "开源硬件",
        "机器人",
        "神经网络"
      ],
      "published": "Tue, 01 Sep 2026 11:09:17 +0800",
      "published_at": "2026-09-01T11:09:17+08:00",
      "fetched_at": "2026-09-01T15:00:25.042674+08:00",
      "summary": "Microduck 是一款 25cm 高、重量不足 800g 的鸭子机器人，采用 15 个舵机配合 50Hz 控制循环驱动神经网络策略，实现行走、蹲下、自动起立以及用喙拾取物品等功能。售价 399 美元，已在北美、欧洲和英国开放预订。",
      "original_summary": "Hugging Face 和法国机器人公司 Pollen Robotics 上周发布的 Microduck，是今年最让人想立刻掏钱的硬件产品。 一只 25 厘米高、不到 800 克的鸭子机器人，用 15 个舵机配合 50Hz 控制循环驱动神经网络策略，能走路、能蹲下、能摔倒了自己爬起来，甚至能用喙叼起地上的东西。售价 399 美元，在北美、欧洲和英国开放预订，...",
      "localized": true,
      "stale": false
    }
  ],
  "news_generated_at": "2026-09-01T15:00:25.042674+08:00",
  "news_sources": [
    {
      "id": "github-blog",
      "name": "GitHub Blog",
      "url": "https://github.blog/",
      "status": "ok",
      "last_success_at": "2026-09-01T15:00:25.042674+08:00"
    },
    {
      "id": "huggingface-blog",
      "name": "Hugging Face Blog",
      "url": "https://huggingface.co/blog",
      "status": "ok",
      "last_success_at": "2026-09-01T15:00:25.042674+08:00"
    },
    {
      "id": "openai-news",
      "name": "OpenAI News",
      "url": "https://openai.com/news/",
      "status": "ok",
      "last_success_at": "2026-09-01T15:00:25.042674+08:00"
    },
    {
      "id": "techcrunch-ai",
      "name": "TechCrunch AI",
      "url": "https://techcrunch.com/category/artificial-intelligence/",
      "status": "ok",
      "last_success_at": "2026-09-01T15:00:25.042674+08:00"
    },
    {
      "id": "wired-ai",
      "name": "Wired AI",
      "url": "https://www.wired.com/tag/artificial-intelligence/",
      "status": "ok",
      "last_success_at": "2026-09-01T15:00:25.042674+08:00"
    },
    {
      "id": "arstechnica",
      "name": "Ars Technica",
      "url": "https://arstechnica.com/",
      "status": "ok",
      "last_success_at": "2026-09-01T15:00:25.042674+08:00"
    },
    {
      "id": "cncf-blog",
      "name": "CNCF Blog",
      "url": "https://www.cncf.io/blog/",
      "status": "ok",
      "last_success_at": "2026-09-01T15:00:25.042674+08:00"
    },
    {
      "id": "linux-foundation",
      "name": "Linux Foundation",
      "url": "https://www.linuxfoundation.org/blog/",
      "status": "ok",
      "last_success_at": "2026-09-01T15:00:25.042674+08:00"
    },
    {
      "id": "qbitai",
      "name": "量子位",
      "url": "https://www.qbitai.com/",
      "status": "ok",
      "last_success_at": "2026-09-01T15:00:25.042674+08:00"
    },
    {
      "id": "36kr",
      "name": "36氪",
      "url": "https://36kr.com/",
      "status": "ok",
      "last_success_at": "2026-09-01T15:00:25.042674+08:00"
    },
    {
      "id": "infoq-cn",
      "name": "InfoQ 中文",
      "url": "https://www.infoq.cn/",
      "status": "ok",
      "last_success_at": "2026-09-01T15:00:25.042674+08:00"
    },
    {
      "id": "tmtpost",
      "name": "钛媒体",
      "url": "https://www.tmtpost.com/",
      "status": "ok",
      "last_success_at": "2026-09-01T15:00:25.042674+08:00"
    },
    {
      "id": "ifanr",
      "name": "爱范儿",
      "url": "https://www.ifanr.com/",
      "status": "ok",
      "last_success_at": "2026-09-01T15:00:25.042674+08:00"
    },
    {
      "id": "leiphone",
      "name": "雷锋网",
      "url": "https://www.leiphone.com/",
      "status": "ok",
      "last_success_at": "2026-09-01T15:00:25.042674+08:00"
    },
    {
      "id": "arxiv-ai",
      "name": "arXiv AI / ML / NLP",
      "url": "https://arxiv.org/",
      "status": "ok",
      "last_success_at": "2026-09-01T15:00:25.042674+08:00"
    },
    {
      "id": "geekpark",
      "name": "极客公园",
      "url": "https://www.geekpark.net/",
      "status": "ok",
      "last_success_at": "2026-09-01T15:00:25.042674+08:00"
    },
    {
      "id": "oschina",
      "name": "开源中国",
      "url": "https://www.oschina.net/",
      "status": "ok",
      "last_success_at": "2026-09-01T15:00:25.042674+08:00"
    },
    {
      "id": "aiera",
      "name": "新智元",
      "url": "https://www.aiera.com.cn/",
      "status": "ok",
      "last_success_at": "2026-09-01T15:00:25.042674+08:00"
    },
    {
      "id": "csdn",
      "name": "CSDN",
      "url": "https://www.csdn.net/",
      "status": "error",
      "last_success_at": null
    },
    {
      "id": "sspai",
      "name": "少数派",
      "url": "https://sspai.com/",
      "status": "ok",
      "last_success_at": "2026-09-01T15:00:25.042674+08:00"
    },
    {
      "id": "the-verge",
      "name": "The Verge",
      "url": "https://www.theverge.com/",
      "status": "ok",
      "last_success_at": "2026-09-01T15:00:25.042674+08:00"
    },
    {
      "id": "venturebeat-ai",
      "name": "VentureBeat AI",
      "url": "https://venturebeat.com/category/ai/",
      "status": "ok",
      "last_success_at": "2026-09-01T15:00:25.042674+08:00"
    },
    {
      "id": "mit-tech-review",
      "name": "MIT Technology Review",
      "url": "https://www.technologyreview.com/",
      "status": "ok",
      "last_success_at": "2026-09-01T15:00:25.042674+08:00"
    },
    {
      "id": "google-ai-blog",
      "name": "Google AI Blog",
      "url": "https://blog.google/technology/ai/",
      "status": "ok",
      "last_success_at": "2026-09-01T15:00:25.042674+08:00"
    },
    {
      "id": "deepmind-blog",
      "name": "DeepMind Blog",
      "url": "https://deepmind.google/blog/",
      "status": "ok",
      "last_success_at": "2026-09-01T15:00:25.042674+08:00"
    },
    {
      "id": "ithome",
      "name": "IT之家",
      "url": "https://www.ithome.com/",
      "status": "ok",
      "last_success_at": "2026-09-01T15:00:25.042674+08:00"
    },
    {
      "id": "cnblogs",
      "name": "博客园",
      "url": "https://www.cnblogs.com/",
      "status": "ok",
      "last_success_at": "2026-09-01T15:00:25.042674+08:00"
    },
    {
      "id": "landiannews",
      "name": "蓝点网",
      "url": "https://www.landiannews.com/",
      "status": "ok",
      "last_success_at": "2026-09-01T15:00:25.042674+08:00"
    },
    {
      "id": "segmentfault",
      "name": "SegmentFault",
      "url": "https://segmentfault.com/",
      "status": "ok",
      "last_success_at": "2026-09-01T15:00:25.042674+08:00"
    },
    {
      "id": "v2ex",
      "name": "V2EX",
      "url": "https://www.v2ex.com/",
      "status": "ok",
      "last_success_at": "2026-09-01T15:00:25.042674+08:00"
    },
    {
      "id": "solidot",
      "name": "Solidot",
      "url": "https://www.solidot.org/",
      "status": "ok",
      "last_success_at": "2026-09-01T15:00:25.042674+08:00"
    },
    {
      "id": "freebuf",
      "name": "FreeBuf",
      "url": "https://www.freebuf.com/",
      "status": "error",
      "last_success_at": null
    },
    {
      "id": "apple-ml",
      "name": "Apple Machine Learning",
      "url": "https://machinelearning.apple.com/",
      "status": "ok",
      "last_success_at": "2026-09-01T15:00:25.042674+08:00"
    },
    {
      "id": "openai-blog",
      "name": "OpenAI Blog",
      "url": "https://openai.com/blog/",
      "status": "ok",
      "last_success_at": "2026-09-01T15:00:25.042674+08:00"
    },
    {
      "id": "36kr-article",
      "name": "36氪 文章",
      "url": "https://36kr.com/",
      "status": "ok",
      "last_success_at": "2026-09-01T15:00:25.042674+08:00"
    },
    {
      "id": "36kr-newsflash",
      "name": "36氪 快讯",
      "url": "https://36kr.com/",
      "status": "ok",
      "last_success_at": "2026-09-01T15:00:25.042674+08:00"
    }
  ]
}
