文章

时事与科技快报 #392 | 《争洛阳》主创谈三国开篇 · 中国海警水炮驱离菲侵权船只

#1152 · 2026-07-25 · 科技快报
Reading Path / DIGEST 先抓主张,再转成行动 #1152 · 科技快报 · 读完进入产品或下一篇

🌐 中英双语 · 本期精选 10 条综合时事与科技资讯,由本地 AI 模型(Ollama)翻译整理。
数据来源:人民日报 · 央视新闻 · 澎湃新闻 · 半月谈 · 36Kr · 虎嗅 · 财联社 · BBC中文 · 路透中文 · 凤凰国际 · OpenAI · GitHub · Google 等
筛选口径:先对未发布素材做来源可信度、主题相关度、分类均衡度、摘要信息量和低价值信号评分,低分素材不进入本期快报。

── 一、 深度解读 ──────────────────────────────────────────────────

1. 《争洛阳》主创谈三国开篇

来源:澎湃新闻 · 深度解读 · 时政 · 调查 · 思想 🔗 原文链接

EN: Light Chaser Animation’s ‘Three Kingdoms Part One: Strive for Luoyang’ opened in theaters on July 10, crafted by a nearly 1,000-person team over three years. The film centers on the power vacuum in Luoyang after Emperor Ling’s death in 189 AD, animating a rarely adapted prelude to the Three Kingdoms era. It holds a steady 8.1 rating on Douban.

中: 追光动画《三国第一部:争洛阳》7月10日上映,近千人团队耗时三年打造。影片聚焦公元189年汉灵帝驾崩后的洛阳乱局,以动画呈现鲜少影视化的汉末权力变局。豆瓣评分稳定在8.1分。


2. 中国海警水炮驱离菲侵权船只

来源:澎湃新闻 · 深度解读 · 时政 · 调查 · 思想 🔗 原文链接

EN: On July 24, three Philippine government vessels intruded into China’s territorial waters near Huangyan Island. The China Coast Guard expelled them using verbal warnings, blocking maneuvers, and water cannons. The Philippine side had organized seven government ships, three coast guard vessels, and numerous fishing boats to gather illegally in the area.

中: 7月24日,菲律宾3艘公务船侵闯中国黄岩岛领海,中国海警依法实施喊话警告、拦阻管制和水炮喷射予以驱离。菲方当日组织7艘公务船、3艘海警舰及大量渔船在黄岩岛管辖海域非法聚集。中国海警正告菲方立即停止侵权挑衅,否则承担一切后果。


3. 第十二批集采解读会现场直击

来源:澎湃新闻 · 深度解读 · 时政 · 调查 · 思想 🔗 原文链接

EN: On July 24, the National Drug Procurement Office held an interpretation meeting in Shanghai for the 12th round of centralized procurement, attended by over 300 company representatives. Staff explained the 40-plus-page bidding document, covering quotation forms and submission materials, followed by a one-on-one Q&A session. Among the 65 drug varieties, 8 were marked with a black star due to patent disputes, requiring companies to assume IP responsibility themselves.

中: 7月24日,联采办在上海举办第十二批集采解读会,300余家企业代表到场。工作人员拆解40多页招标文件,指导报价表填写与资料准备,并安排一对一答疑。65个品种中有8个因专利争议被标注黑色五角星,企业须自行承担知识产权责任。


4. 中南大学硕士论文被曝13页抄袭

来源:澎湃新闻 · 深度解读 · 时政 · 调查 · 思想 🔗 原文链接

EN: A 2002 master’s thesis from Central South University’s Business School shares 13 pages of near-identical content with a 2001 journal paper from Beijing Economic Management Cadre Institute. University staff stated on July 24 that the plagiarism complaint will be processed by the business school after the summer break.

中: 中南大学商学院2002年一篇管理科学与工程硕士学位论文,与《北京市经济管理干部学院学报》2001年论文有13页大面积雷同。校方值班人员7月24日回应,举报将在暑期结束后由商学院受理。


── 二、 科技与财经 ──────────────────────────────────────────────────

1. AI手机大战全面开打

来源:虎嗅 · 科技财经 · 互联网 · 商业 🔗 原文链接

EN: On July 15, China’s Cyberspace Administration published the first batch of on-device generative AI service filings for seven manufacturers: Apple, Huawei, vivo, OPPO, Xiaomi, Samsung, and Nubia. The filings establish compliance boundaries for system-level AI, which previously lacked clear rules for accessing sensitive permissions. Two days later, three agent-powered smartphones debuted at WAIC.

中: 7月15日,国家网信办首次集中公布苹果、华为、vivo、OPPO、小米、三星、努比亚七家厂商的手机端侧生成式AI服务备案。此前端侧AI缺乏合规边界,此次备案为系统级AI划清规则。两天后WAIC现场,三款智能体手机集中亮相。


2. GPT-5.6 意味着什么?

来源:掘金 · 科技财经 · 技术 · 开发 🔗 原文链接

EN: GPT-5.6 benchmark scores shook the industry, but a single benchmark cannot capture real-world model capability. The tiering of models is accelerating, widening the gap between top-tier and open-source models. Compute costs and commercialization timelines became the core battleground in 2025.

中: GPT-5.6 跑分引发行业震动,但单一基准测试无法衡量模型真实能力。模型分层趋势加速,头部模型与开源模型差距拉大。算力成本与商业落地节奏成为 2025 年竞争核心。


3. AI代码审查:强于边界,盲于业务

来源:掘金 · 科技财经 · 技术 · 开发 🔗 原文链接

EN: The author conducted a full AI-powered code review on a frontend project. AI outperformed humans in boundary checks, performance anti-patterns, and security vulnerability detection, but was completely blind to business logic, architectural decisions, and user experience. A practical cheat sheet is included for which reviews to delegate to AI.

中: 作者用AI对前端项目进行完整Code Review,发现AI在边界检查、性能反模式、安全漏洞检测上远超人类。但在业务逻辑、架构决策和用户体验层面完全盲区,附实战速查表指导哪些Review可交给AI。


4. 多轮对话生成架构图Agent设计

来源:掘金 · 科技财经 · 技术 · 开发 🔗 原文链接

EN: The author built a tool that converts natural language into architecture diagrams using LLM-generated Mermaid code with real-time preview. After months of use, failures clustered into Mermaid syntax errors and layout chaos. This article proposes a multi-turn dialogue Agent that clarifies requirements step by step, validates syntax, and iteratively corrects output to improve accuracy.

中: 作者开发了一款自然语言转架构图工具,用户输入流程描述后LLM生成Mermaid代码并实时预览。经过数月使用,失败集中在LLM生成的Mermaid语法错误和布局混乱两类问题。本文提出多轮对话Agent方案,通过分步澄清需求、校验语法和迭代修正来提升生成准确率。


── 三、 青年与生活 ──────────────────────────────────────────────────

1. AI润色论文会提高AIGC率吗?

来源:知乎 · 国际视野 · 国际要闻 · 全球视角 · 研究 · 技术 · 安全 🔗 原文链接

EN: Chinese researchers often pay for English polishing when submitting to international journals, but many editing services may now use AI tools. Several foreign universities have started checking papers for AI-generated content, though it remains unclear if journals will adopt similar measures.

中: 中国学者投稿国际期刊时常付费润色英文表达,但许多润色机构可能已改用AI工具。国外多所高校已开始检测论文AI生成率,期刊是否跟进尚无定论。


2. 专家辟谣“血甜招蚊”

来源:微博热搜 · 青年声音 · 民生热点 · 社会话题 · 研究 · 技术 · 安全 🔗 原文链接

EN: A trending Weibo topic claims children get bitten because of sweet blood. Medical experts clarify that mosquito attraction depends on carbon dioxide, body heat, and lactic acid in sweat, not blood sugar or blood type.

中: 微博热搜话题“孩子被叮是因为血甜”引发讨论,医学专家指出蚊子叮咬与血型、血糖或血液甜度无关。蚊子主要依靠二氧化碳、体温和汗液中的乳酸等气味物质定位目标。


本期快报由 21ZHAO 时事与科技快报系统 自动生成,AI 模型:Ollama 本地推理。