时事与科技快报 #395 | 日本正式设立国家情报局 · 何立峰与美财长、贸易代表视频通话
🌐 中英双语 · 本期精选 10 条综合时事与科技资讯,由本地 AI 模型(Ollama)翻译整理。
数据来源:人民日报 · 央视新闻 · 澎湃新闻 · 半月谈 · 36Kr · 虎嗅 · 财联社 · BBC中文 · 路透中文 · 凤凰国际 · OpenAI · GitHub · Google 等
筛选口径:先对未发布素材做来源可信度、主题相关度、分类均衡度、摘要信息量和低价值信号评分,低分素材不进入本期快报。
── 一、 深度解读 ──────────────────────────────────────────────────
1. 日本正式设立国家情报局
来源:澎湃新闻 · 深度解读 · 时政 · 调查 · 思想 🔗 原文链接
EN: Japan’s government formally established the National Intelligence Agency on July 31, appointing former Cabinet Intelligence Officer Hara Kazuya as its first director. The agency coordinates security, counterterrorism, and foreign intelligence operations, with authority to compel other ministries to provide information. The Diet passed the enabling legislation on April 23 under the Takaichi Sanae administration.
中: 日本政府7月31日正式设立“国家情报局”,首任局长为原内阁情报官原和也。该机构负责统筹安全保障、反恐及对外情报活动,并拥有要求各省厅提供情报的综合协调权。日本国会4月23日通过相关法案,构建以“国家情报会议”为核心的国家级情报统合体系。
2. 何立峰与美财长、贸易代表视频通话
来源:澎湃新闻 · 深度解读 · 时政 · 调查 · 思想 🔗 原文链接
EN: On the evening of July 30 Beijing time, Vice Premier He Lifeng held a video call with U.S. Treasury Secretary Bessent and Trade Representative Greer. The two sides had candid and in-depth exchanges on implementing the consensus from the Beijing meeting of the two heads of state, stabilizing economic and trade relations, and expanding practical cooperation. China expressed serious concerns over recent U.S. trade restrictions, and both sides agreed to strengthen communication to promote stable economic ties.
中: 北京时间7月30日晚,国务院副总理何立峰与美国财政部长贝森特、贸易代表格里尔举行视频通话。双方就落实中美元首北京会晤共识、稳定经贸关系、拓展务实合作进行坦诚深入交流。中方对近期美对华经贸限制措施表达严正关切,双方同意加强沟通,推动经贸关系稳定向好。
3. 美军否认F-35被伊朗摧毁
来源:澎湃新闻 · 深度解读 · 时政 · 调查 · 思想 🔗 原文链接
EN: U.S. Central Command stated on March 30 that all missiles and drones in Iran’s recent attack were intercepted or failed to reach targets, with no American aircraft destroyed or damaged. Iran’s Revolutionary Guard had earlier claimed it struck Al-Azraq base in Jordan, destroying three F-35s and severely damaging three others.
中: 美军中央司令部3月30日声明,伊朗近期袭击中所有导弹和无人机均被拦截或未抵达目标,无美国飞机受损。伊朗革命卫队此前宣称袭击约旦阿兹拉克基地,摧毁3架F-35并重创3架。
── 二、 科技与财经 ──────────────────────────────────────────────────
1. A2UI+MCP混合架构发布
来源:Google Developers · 科技财经 · Google · 开发者 · 工具链 · 一手源 🔗 原文链接
EN: Google introduces three architectural patterns integrating MCP Apps with A2UI to resolve the tradeoff between custom iframe environments and native declarative rendering. Developers can serve native-feeling UIs directly over MCP servers, embed complex stateful iframe apps securely inside declarative views, or inject generative UI components into legacy systems.
中: Google发布三种架构模式,将MCP Apps与A2UI集成,解决iframe定制环境与原生声明式渲染的取舍问题。开发者可在MCP服务器上直接提供原生级UI,在声明式视图中安全嵌入有状态iframe应用,或向遗留系统注入生成式UI组件。
2. ADK Go 2.0发布:图工作流引擎
来源:Google Developers · 科技财经 · Google · 开发者 · 工具链 · 一手源 🔗 原文链接
EN: Google released Agent Development Kit (ADK) for Go 2.0 with a graph-based workflow engine for composing complex multi-agent applications. The update adds built-in human-in-the-loop primitives, dynamic orchestration via plain Go code, and automated resilience features like exponential backoff retries. A unified execution model runs both single-agent apps and intricate graphs on the same runtime, simplifying telemetry.
中: Google发布Agent Development Kit (ADK) for Go 2.0,引入图工作流引擎,支持开发者构建复杂多智能体应用。该版本内置人在回路(HITL)原语、纯Go代码动态编排,以及指数退避重试等自动弹性机制。统一执行模型后,单智能体与复杂图应用运行在同一运行时,简化遥测。
3. 谷歌推出编码智能体质量飞轮
来源:Google Developers · 科技财经 · Google · 开发者 · 工具链 · 一手源 🔗 原文链接
EN: Google introduced a new developer skill for coding agents that automates a five-stage evaluation flywheel: preparing data, running inference, grading with adaptive AutoRaters, analyzing failure clusters, and executing targeted optimizations. It runs continuously against production traffic or on-demand via synthetic scenarios to prevent single-error fixes from causing widespread regressions.
中: 谷歌发布一项面向编码智能体的新开发者技能,自动化五阶段评估飞轮:数据准备、推理运行、自适应AutoRater评分、故障聚类分析与定向优化。该技能可持续对接生产流量或按需通过合成场景运行,帮助开发者避免单点修复引发大规模回归。
4. TPU微基准测试工具使用指南
来源:Google Developers · 科技财经 · Google · 开发者 · 工具链 · 一手源 🔗 原文链接
EN: Google’s open-source TPU microbenchmark suite delivers granular performance metrics across Network, Compute, HBM, Host Transfer, and Attention components. Engineers can build a Roofline model to diagnose whether workloads are compute-, memory-, or network-bound. This empirical baseline directly guides software optimizations like kernel tuning and mesh sharding.
中: Google开源TPU微基准测试套件,提供网络、计算、HBM、主机传输和注意力组件的细粒度性能指标。工程师可借此建立Roofline模型,诊断ML工作负载的计算、内存或网络瓶颈。该基准直接指导内核调优、网格分片等软件优化。
5. 太空算力:三体星座加速组网
来源:财联社 · 科技财经 · 财经 · 产业政策 🔗 原文链接
EN: The Three-Body Computing Constellation, initiated by Zhejiang Lab, recently added two satellites, and onboard AI models have entered in-orbit validation with phased results expected in about three months. About 90% of space data cannot be downlinked due to satellite-ground bandwidth limits, so the team is shifting computing to orbit. Zhejiang is linking chips, satellites, rockets, drones, and data applications into one chain, though the sector remains in engineering verification and demand incubation.
中: 之江实验室牵头的“三体计算星座”近期新增两颗卫星,AI模型已进入在轨验证阶段,预计约三个月后出阶段性结果。当前卫星仍受限于星地带宽,约90%太空数据难以回传,团队正通过星上AI处理绕过瓶颈。浙江正将芯片、卫星、火箭、无人机与数据应用串成产业链,但赛道仍处工程验证与需求培育期。
6. 英国央行维持利率3.75%不变
来源:财联社 · 科技财经 · 财经 · 产业政策 🔗 原文链接
EN: The Bank of England kept its key rate at 3.75% on July 30 with a 6-3 vote, as Megan Greene, Huw Pill, and Catherine Mann dissented in favor of a 25-basis-point hike. Governor Bailey cited heightened global uncertainty and a moderate domestic inflation outlook. Greene noted UK inflation has exceeded the target for about five years, with extra supply-side risks from a second Red Sea energy chokepoint and AI hardware constraints.
中: 英国央行7月30日以6:3投票维持利率在3.75%不变,梅根·格林、休·皮尔与凯瑟琳·曼恩支持加息25个基点。行长贝利称全球不确定性上升、国内通胀温和,维持利率合适。格林指出英国通胀已连续约五年高于目标,红海能源运输瓶颈与AI硬件供应受限构成额外风险。
── 三、 国际视野 ──────────────────────────────────────────────────
1. 长鑫科技启动重磅IPO
来源:纽约时报中文 · 国际视野 · 国际报道 · 深度 🔗 原文链接
EN: CXMT, China’s largest memory chip manufacturer, has filed for an IPO aiming to raise up to approximately 66.6 billion yuan. The Hefei-based company, founded just 10 years ago, is riding a wave of AI-driven demand for memory chips. The listing is set to be Asia’s largest IPO this year and one of the biggest ever on China’s mainland stock market.
中: 中国最大存储芯片制造商长鑫科技提交上市申请,拟募资最高约666亿元。该公司受益于AI驱动的存储芯片需求激增,此次IPO将成为今年亚洲规模最大的上市交易。长鑫科技总部位于合肥,成立仅10年。
本期快报由 21ZHAO 时事与科技快报系统 自动生成,AI 模型:Ollama 本地推理。