每日简报

2026-07-12

← 历史归档

catchorg/Catch2

C++ · ★ 21,024 · 🍴 3,430 · 📈 113 stars today

A modern, C++-native, test framework for unit-tests, TDD and BDD - using C++14, C++17 and later (C++11 support is in v2.x branch, and C++03 on the Catch1.x branch)

中文介绍 现代 C++ 原生测试框架,支持单元测试、TDD 和 BDD,基于 C++14/17/20 等标准。头部仅包含一个头文件,无需额外运行时依赖,适合各类 C++ 项目中的测试需求。

abseil/abseil-cpp

C++ · ★ 17,794 · 🍴 3,211 · 📈 118 stars today

Abseil Common Libraries (C++)

中文介绍 Google 的 C++ 公共库集合,提供字符串、时间、内存、容器等高质量基础组件,弥补标准库不足。被大量内部项目使用,适用于任何追求代码复用与性能的 C++ 开发场景。

davila7/claude-code-templates

Python · ★ 29,010 · 🍴 3,183 · 📈 232 stars today

CLI tool for configuring and monitoring Claude Code

中文介绍 用于配置和监控 Claude Code 的 CLI 工具,提供模板化管理能力。适合使用 Claude Code 进行编码辅助的开发者,可简化工作流配置与状态监控。

google-labs-code/stitch-skills

TypeScript · ★ 7,050 · 🍴 945 · 📈 340 stars today

A library of Agent Skills designed to work with the Stitch MCP server. Each skill follows the Agent Skills open standard, for compatibility with coding agents such as Antigravity, Gemini CLI, Claude Code, Cursor.

中文介绍 与 Stitch MCP 服务器配合使用的 Agent Skills 库,遵循 Agent Skills 开放标准。兼容 Antigravity、Gemini CLI、Claude Code 等编码代理,用于扩展 AI 代理的技能集。

hashicorp/terraform

Go · ★ 49,359 · 🍴 10,681 · 📈 229 stars today

Terraform enables you to safely and predictably create, change, and improve infrastructure. It is a source-available tool that codifies APIs into declarative configuration files that can be shared amongst team members, treated as code, edited, reviewed, and versioned.

中文介绍 基础设施即代码工具,通过声明式配置文件管理云 API,支持 AWS、Azure、GCP 等。可安全、可预测地创建和变更基础设施,适用于 DevOps 工程师和多云环境管理。

zeux/meshoptimizer

C++ · ★ 8,135 · 🍴 788 · 📈 110 stars today

Mesh optimization library that makes meshes smaller and faster to render

中文介绍 网格优化库,通过顶点优化、索引缓存、简化等算法减小模型体积并提升渲染速度。常用于游戏开发、3D 图形管线中的几何处理环节。

openai/plugins

JavaScript · ★ 4,400 · 🍴 656 · 📈 29 stars today

OpenAI Plugins

中文介绍 OpenAI 插件仓库,用于扩展 ChatGPT 的能力。包含示例插件和文档,允许开发者构建自定义插件以连接第三方服务,提升 AI 应用场景广度。

wonderwhy-er/DesktopCommanderMCP

TypeScript · ★ 7,767 · 🍴 966 · 📈 909 stars today

This is MCP server for Claude that gives it terminal control, file system search and diff file editing capabilities

中文介绍 为 Claude 提供的 MCP 服务器,赋予终端控制、文件系统搜索和差异文件编辑能力。让 Claude 能直接在桌面环境下执行命令和修改代码,适用于开发辅助和自动化。

chriskohlhoff/asio

C++ · ★ 6,137 · 🍴 1,509 · 📈 76 stars today

Asio C++ Library

中文介绍 跨平台 C++ 网络和底层 I/O 库,提供异步模型。广泛用于高性能服务器、游戏引擎、嵌入式系统等需要非阻塞通信的场景,是 Boost.Asio 的核心组件。

oven-sh/bun

Rust · ★ 94,557 · 🍴 4,959 · 📈 658 stars today

Incredibly fast JavaScript runtime, bundler, test runner, and package manager – all in one

中文介绍 极速 JavaScript 运行时,集打包器、测试运行器和包管理器于一体。天然兼容 Node.js 模块,启动和运行速度远快于 Node,适合用于构建、开发和部署 Web 应用。

actions/checkout

TypeScript · ★ 8,462 · 🍴 2,714 · 📈 8 stars today

Action for checking out a repo

中文介绍 GitHub Actions 官方 Action,用于在 workflow 中检出仓库代码。支持指定分支、路径、token 等参数,是大多数 CI/CD 流程的第一步,将源代码拉取到运行环境中。

home-assistant/core

Python · ★ 88,682 · 🍴 38,047 · 📈 80 stars today

🏡 Open source home automation that puts local control and privacy first.

中文介绍 开源智能家居平台,专注于本地控制和隐私保护。支持数千种设备集成,通过自动化规则和蓝图实现场景联动,适合家庭用户自行搭建自托管智能家居系统。

microsoft/PowerToys

C · ★ 136,423 · 🍴 8,366 · 📈 39 stars today

Microsoft PowerToys is a collection of utilities that supercharge productivity and customization on Windows

中文介绍 Windows 系统增强工具集,包含颜色选取器、窗口管理器、批量重命名、按键映射等实用工具。提升 Windows 用户的生产力和自定义能力,面向普通用户和高级玩家。

cypress-io/cypress

TypeScript · ★ 50,614 · 🍴 3,591 · 📈 19 stars today

Fast, easy and reliable testing for anything that runs in a browser.

中文介绍 前端端到端测试框架,提供交互式测试运行器和自动等待机制,支持时间旅行调试和截图录制。用于 Web 应用的集成测试和回归测试,取代传统 Selenium 方案。

vercel/next.js

JavaScript · ★ 140,943 · 🍴 31,548 · 📈 334 stars today

The React Framework

中文介绍 React 全栈框架,支持服务端渲染、静态生成和 API 路由。内置图片优化、增量静态再生等特性,适合构建高性能 SEO 友好的 Web 应用,由 Vercel 维护。

DayuanJiang/next-ai-draw-io

TypeScript · ★ 33,280 · 🍴 3,604 · 📈 81 stars today

A next.js web application that integrates AI capabilities with draw.io diagrams. This app allows you to create, modify, and enhance diagrams through natural language commands and AI-assisted visualization.

中文介绍 基于 Next.js 的 Web 应用,集成 AI 与 draw.io 图表绘制。用户可通过自然语言创建、修改和增强图表,借助 AI 辅助可视化设计,适合快速原型设计和技术文档制作。

malisper/pgrust

Rust · ★ 2,038 · 🍴 50 · 📈 774 stars today

Postgres rewritten in Rust, now passing 100% of the Postgres regression tests

中文介绍 用 Rust 重写 PostgreSQL 数据库内核,已完全通过官方回归测试。在保持兼容性的同时利用 Rust 的内存安全特性,探索更安全的数据库实现路径。

dotnet/aspnetcore

C# · ★ 38,302 · 🍴 10,885 · 📈 4 stars today

ASP.NET Core is a cross-platform .NET framework for building modern cloud-based web applications on Windows, Mac, or Linux.

中文介绍 跨平台 .NET Web 框架,用于构建现代云原生应用。支持 MVC、Web API、SignalR、Blazor 等,可部署在 Windows、macOS、Linux 上,适合企业级后端开发。

prisma/prisma

TypeScript · ★ 47,248 · 🍴 2,474 · 📈 37 stars today

Next-generation ORM for Node.js & TypeScript | PostgreSQL, MySQL, MariaDB, SQL Server, SQLite, MongoDB and CockroachDB

中文介绍 TypeScript & Node.js 的下一代 ORM,通过自动生成类型安全的查询客户端,支持 PostgreSQL、MySQL、SQLite 等数据库。简化数据库操作,适用于现代全栈应用开发。

anthropics/claude-cookbooks

Jupyter Notebook · ★ 47,920 · 🍴 5,673 · 📈 219 stars today

A collection of notebooks/recipes showcasing some fun and effective ways of using Claude.

中文介绍 Claude 使用示例笔记本和配方集合,展示函数调用、系统提示、多轮对话等有效用法。为开发者提供最佳实践参考,帮助快速上手 Claude API 的高级功能。

Accurate, Interdisciplinary and Transparent Structure-property Understanding with Deep Native Structural Reasoning

👍 83

Structure-property relationships are foundational to biology, chemistry and materials science, where function, reactivity and physical response emerge from spatial, chemical and periodic organization. Mechanistically explaining these relationships requires interpreting structural evidence through sc

中文介绍 提出Deep Native Structural Reasoning方法,通过深度原生结构推理机制理解材料、化学与生物中的结构-性质关系。无需手工特征,直接从空间、化学与周期组织中学习,实现跨学科、可解释的结构-性质预测。

Dual Latent Memory in Vision-Language-Action Models for Robotic Manipulation

👍 51

Mainstream Vision-Language-Action (VLA) models predict actions primarily from the current observation under a Markovian assumption, thus struggling with long-horizon, temporally dependent tasks. Existing memory-augmented VLAs either expand the observation window or retrieve history from the memory b

中文介绍 针对VLA模型在长程任务中缺乏时序记忆的问题,提出双潜记忆(DLM)机制,将历史信息压缩为语义与位置两种潜记忆,供动作解码器按需检索,显著提升长程操作成功率。

Video-Oasis: Rethinking Evaluation of Video Understanding

👍 50

The inherent complexity of video understanding makes it difficult to determine whether Video-LLM benchmark performance stems from visual perception, linguistic reasoning, or knowledge priors. While many benchmarks have emerged to assess high-level reasoning, shared criteria for evaluating video unde

中文介绍 提出Video-Oasis基准,系统评估视频理解中视觉感知、语言推理与知识先验的贡献。通过分解式评测标准,揭示当前Video-LLM的性能来源,为视频理解评估提供统一框架。

Ideas Have Genomes: Benchmarking Scientific Lineage Reasoning and Lineage-Grounded Idea Generation

👍 29

Scientific ideas rarely start from a blank page. They inherit mechanisms, repair known limitations, and recombine pieces of earlier work, much like biological genomes. Current benchmarks still say little about whether AI systems can follow this inheritance structure. We present IdeaGene-Bench (IG-Be

中文介绍 提出IdeaGene-Bench基准,模拟科学思想的遗传与重组过程评估AI的学术谱系推理与思想生成能力。借鉴基因组概念,要求模型追踪思想继承、修复与组合链路,填补现有基准空白。

Infinite Worlds with Versatile Interactions

👍 29

We present LingBot-World 2.0 (also known as LingBot-World-Infinity), an advanced iteration of LingBot-World featuring four distinct upgrades. (1) Our model achieves an unbounded interaction horizon while maintaining consistent output quality, benefiting from a carefully crafted causal pretraining pa

中文介绍 提出LingBot-World 2.0,支持无限交互时长的开放世界环境。创新因果预训练与动态场景更新,在保证输出一致性的同时实现无限步长交互,适用于长程具身任务训练。

LongE2V: Long-Horizon Event-based Video Reconstruction, Prediction, and Frame Interpolation with Video Diffusion Models

👍 26

Recovering high-quality video from sparse event streams is a challenging task. Regression methods often blur textures, while existing generative models struggle with long-term stability. We propose LongE2V, a novel approach that leverages pre-trained video diffusion priors to jointly handle event-ba

中文介绍 提出LongE2V,利用预训练视频扩散先验联合处理事件流视频重建、预测与帧插值。引入长期时序一致性约束,克服现有方法纹理模糊与长期不稳定问题,在多个数据集上取得SOTA。

UniClawBench: A Universal Benchmark for Proactive Agents on Real-World Tasks

👍 26

The rapid development of large language models and multimodal large language models has accelerated the emergence of proactive agents capable of operating everyday tools and assisting users in real-world environments. However, existing benchmarks struggle to evaluate such agents effectively, as they

中文介绍 提出UniClawBench通用基准,评估LLM/MLLM驱动的主动式代理在真实世界工具操作任务中的表现。覆盖多步骤、动态环境与错误恢复场景,提供标准化评测框架。

LLM-as-a-Tutor: Policy-Aware Prompt Adaptation for Non-Verifiable RL

👍 26

Reinforcement learning (RL) for non-verifiable instruction following increasingly relies on LLM judges with prompt-specific rubrics as reward signals. While recent methods adapt these rubrics to the evolving policy during training, the training prompts themselves remain static, drawn from fixed corp

中文介绍 提出LLM-as-a-Tutor框架,在非可验证指令跟随的RL中动态调整奖励提示词策略。根据当前策略变化自适应更新LLM评判器的评分标准,避免静态提示导致的优化偏差。

Enhancing In-context Panoramic Generation via Geometric-aware Pretraining

👍 17

In this work, we present Canvas360, a two-stage framework for in-context panoramic generation that combines geometry-aware pretraining with downstream task-specific fine-tuning. To address the lack of large-scale, high-quality training data tailored to in-context panoramic tasks, we propose Canvas36

中文介绍 提出Canvas360两阶段框架:先在大规模无标注全景图上进行几何感知预训练,再针对上下文全景生成任务微调。有效缓解训练数据匮乏,提升生成全景的几何一致性与上下文连贯性。

JD Oxygen AI Item Center (Oxygen AIIC) V1: An Industrial-Scale LLM/VLM-Centric Solution for Item Understanding, Management, and Applications

👍 15

JD.com, one of the world's largest e-commerce platforms, serves over 700 million active users and millions of merchants, with a catalog of tens of billions of SKUs. At this scale, high-quality, structured item knowledge underpins a better consumer experience, lower management costs, and higher opera

中文介绍 京东发布Oxygen AIIC系统,面向十亿级SKU的工业级商品理解与管理。集成LLM/VLM实现商品属性提取、结构化与智能搜索,提升用户购物体验与运营效率。

Jet-Long: Efficient Long-Context Extension with Dynamic Bifocal RoPE

👍 14

Modern LLMs are increasingly deployed in long-context applications such as retrieval-augmented generation, repository-level coding, and agentic workflows whose accumulated reasoning and tool traces routinely push the input an order of magnitude past the pretraining window, making zero-shot context e

中文介绍 提出Jet-Long长上下文扩展方法,引入动态双焦RoPE(Bifocal RoPE)在位置编码中同时关注局部与全局范围。无需微调即可零样本扩展LLM上下文窗口至训练长度的数倍。

Single-Rollout Asynchronous Optimization for Agentic Reinforcement Learning

👍 13

Reinforcement learning (RL) is becoming increasingly important for post-training large language models (LLMs). Previous RL pipelines for LLMs were mostly synchronous and batch-interleaved, which is inefficient for long-horizon agentic tasks. Recently, asynchronous RL has emerged as a more efficient

中文介绍 提出单次采样异步RL优化框架,针对agentic任务中长推理轨迹导致的训练效率低下。将策略更新与采样解耦,利用单次rollout实现比同步方法更高效的LLM后训练。

CineMobile: On-Device Image-to-Video Diffusion for Cinematic Camera Motion Generation

👍 11

The growing demand for image-to-video creation on mobile devices has increasingly focused on cinematic motion effects like bullet time, dolly zoom, slow motion, etc. While Diffusion Transformers (DiTs) exhibit strong performance in video generation, their large parameter sizes and multi-step iterati

中文介绍 提出CineMobile,专为移动设备设计的图像到视频扩散模型,生成类电影运镜效果(子弹时间、推拉变焦等)。通过轻量DiT与一步采样策略突破端侧算力限制,实现实时质量。

OpenCoF: Learning to Reason Through Video Generation

👍 11

Reasoning has become a core capability for large models, especially when reliable decisions require understanding logical consequences. Recent video generation models offer a reasoning path distinct from previous Chain-of-Thought (CoT): reasoning can unfold through temporally connected frames, known

中文介绍 提出OpenCoF,通过视频生成实现推理。与CoT文本链不同,模型生成连续时空帧以隐含因果关系推理,在视觉问答等任务中展现优于纯文本推理的效果。

RoboDojo: A Unified Sim-and-Real Benchmark for Comprehensive Evaluation of Generalist Robot Manipulation Policies

👍 11

Generalist robot manipulation policies have advanced rapidly, yet existing benchmarks remain limited in systematically evaluating their capabilities. Many rely on simple, short-horizon, or skill-narrow tasks with limited capability coverage, and are often conducted only in simulation or only in the

中文介绍 提出RoboDojo统一仿真与真实机器人基准,系统评估通用操作策略能力。覆盖多样化长程、灵巧操作任务,在仿真和真实场景中提供标准化测试,揭示现有策略的局限。

Sparse Delta Memory: Scaling the State of Linear RNNs through Sparsity

👍 10

Linear attention models allow a fixed state size and a fixed amount of compute per token. However, due to their limited state size, linear attention models fall behind in long-context recall compared to softmax-attention-based transformer architectures. Increasing the state size of linear attention

中文介绍 提出Sparse Delta Memory,通过稀疏增量更新机制扩展线性RNN的状态容量。在保持固定计算量的同时显著提升长程召回能力,缩小与softmax Transformer的gap。

Automating the Design of Embodied Agent Architectures

👍 9

Embodied agents are typically built as hand-designed compositions of perception, memory, planning, and action modules. This modularity exposes a large architectural design space, but current systems still rely on researcher intuition to choose where information is stored, how observations are proces

中文介绍 提出自动化具身代理架构设计方法,利用图搜索与性能预测在感知、记忆、规划、动作等模块组合空间中自动搜索最优架构,减少人工试错成本。

Remember When It Matters: Proactive Memory Agent for Long-Horizon Agents

👍 8

In long-horizon tasks, decision-relevant state is often scattered across an expanding trajectory, while the action agent must surface it and act. As trajectories grow, task requirements, environment facts, prior attempts, diagnoses, and open subgoals can be buried in the context window or pushed bey

中文介绍 提出主动记忆代理,在长程任务中动态判断何时存储与检索关键状态。通过预测未来需求主动触发记忆写/读,避免上下文窗口拥挤并提升复杂任务成功率。

WildCity: A Real-World City-Scale Testbed for Rendering, Simulation, and Spatial Intelligence

👍 8

Humans can navigate an unfamiliar city and gradually form a coherent spatial mental map spanning tens of square kilometers. Can AI build spatial representations at a comparable scale? Although recent foundation models have advanced scene reconstruction and embodied intelligence, scaling to entire ci

中文介绍 构建WildCity城市级测试场,覆盖数十平方公里真实场景渲染、仿真与空间智能评估。提供大规模多模态数据与交互接口,促进大规模空间智能研究。

Attending to Multimodal Generation One Token at a Time

👍 8

Multimodal large language models (MLLMs) generate responses autoregressively, integrating visual and linguistic information in an evolving context. Prior work on interpretability has focused on individual layers and circuits (where), leaving the token-level dynamics of multimodal computation during

中文介绍 提出逐token注意力分析方法,追踪多模态LLM在生成过程中视觉与语言信息的融合动态。揭示不同token对不同模态的依赖模式,增强多模态计算的可解释性。

Copy Claude Fable 5’s Thinking Before It’s Gone

@TheAIColony · 225.1K 粉丝 · 1.2M 阅 · 603 赞 · 140 转

You Have a Few Days to Copy Fable 5’s Brain Into a Cheaper Model. Here Is How. July 12 is the last day Claude Fable 5 sits inside your plan for free. After that, it moves to pay-per-use credits, and

中文介绍 Claude Fable 5 将于7月12日后从免费转为按量付费,博主提醒在截止日前将其“思维”复制到更便宜的模型,并给出具体操作步骤。时间紧迫,需尽快行动。

AI's Value Capture problem

@JayaGup10 · 34.4K 粉丝 · 306.1K 阅 · 504 赞 · 67 转

AI could be one of the most powerful value-creation technologies in history and still have a value-capture problem. Alex Karp says companies buying AI risk leaking their IP into Anthropic and OpenAI.

中文介绍 AI虽是强大价值创造技术,但存在价值捕获问题。Alex Karp警告:企业使用AI可能将知识产权泄露给Anthropic和OpenAI等模型提供商。

Cost effective harnesses with Fable

@RLanceMartin · 36.7K 粉丝 · 119.8K 阅 · 510 赞 · 51 转

There is a lot of interest in cost effective use of Fable 5. Agent harnesses will get better at knowing when to use frontier intelligence. I wanted to share some tests I’ve run to better understand

中文介绍 分享对Fable 5成本效益使用的测试结果:Agent harnesses 将更智能地判断何时调用前沿模型以降低成本,并提供了具体测试数据。

ORACLE: Official AI Agents Trade on Polymarket

@Oracle_Globall · 4.1K 粉丝 · 109.7K 阅 · 1.9K 赞 · 527 转

In 2026, autonomous AI agents have become one of the most effective strategies on prediction markets. Over 30% of all activity on Polymarket now comes from algorithmic and AI-powered wallets. We

中文介绍 自主AI代理在预测市场Polymarket上成为最有效策略之一,目前平台超30%活动来自算法/AI钱包。ORACLE作为官方AI代理,可实现自动交易。

ORACLE: Official AI Agents Trade on Polymarket

@Oracle__Promo · 4.1K 粉丝 · 106.5K 阅 · 1.8K 赞 · 543 转

In 2026, autonomous AI agents have become one of the most effective strategies on prediction markets. Over 30% of all activity on Polymarket now comes from algorithmic and AI-powered wallets. We

中文介绍 自主AI代理在预测市场Polymarket上成为最有效策略之一,目前平台超30%活动来自算法/AI钱包。ORACLE作为官方AI代理,可实现自动交易。

ORACLE: Official AI Agents Trade on Polymarket

@Oracle__Trade · 4.0K 粉丝 · 105.3K 阅 · 1.9K 赞 · 557 转

In 2026, autonomous AI agents have become one of the most effective strategies on prediction markets. Over 30% of all activity on Polymarket now comes from algorithmic and AI-powered wallets. We

中文介绍 自主AI代理在预测市场Polymarket上成为最有效策略之一,目前平台超30%活动来自算法/AI钱包。ORACLE作为官方AI代理,可实现自动交易。

I'm pretty sure isRecord is our fault

@tldraw · 73.7K 粉丝 · 68.3K 阅 · 570 赞 · 29 转

A few weeks ago, many programmers (or perhaps former programmers) began to notice that OpenAI’s Codex model had developed an obsession with defensive coding. Nothing captured this better than

中文介绍 OpenAI Codex模型最近沉迷于防御性编码,生成大量冗余校验如「isRecord」。tldraw团队猜测这可能是他们之前某些代码习惯导致的连锁反应。

A single question to track progress from o3 to gpt-5.6 and beyond

@SebastienBubeck · 78.1K 粉丝 · 47.8K 阅 · 514 赞 · 42 转

How long can be the path of a gradient flow on a convex function given the constraint that it stays within the unit Euclidean ball in dimension n? ^ this is the question I have been using for 2 years

中文介绍 Sebastien Bubeck用同一道数学题(凸约束下梯度流路径长度极限)持续追踪AI模型进步,已沿用两年,问题难度可区分o3到GPT-5.6等模型能力。

[AINews] not much happened today

a quiet day after a week of nonstop model releases

中文介绍 今日AI领域较为平静,此前一周经历了密集的模型发布。

How Deutsche Telekom is rewiring telecommunications with AI

How Deutsche Telekom is becoming an AI-native telco with OpenAI-transforming customer service, employee workflows, network operations, and the future of voice.

中文介绍 德国电信与OpenAI合作,利用AI转型客户服务、员工工作流、网络运营及语音未来,打造AI原生电信公司。

not much happened today

**OpenAI** rolled out **GPT-5.6** featuring a new model stratification with tiers **Luna / Terra / Sol** and effort levels including **Max** and **Ultra**, introducing complex configuration options. The launch faced UX challenges with the **ChatGPT Work / Codex** split, prompting rapid corrective ac

中文介绍 OpenAI推出GPT-5.6,采用Luna/Terra/Sol三层分层,提供Max和Ultra等投入等级,配置复杂。ChatGPT Work与Codex拆分带来UX挑战。

Anthropic found a hidden space where Claude puzzles over concepts

The AI firm Anthropic has developed a technique that has given it the clearest glimpse yet at what’s really going on inside large language models as they answer questions or carry out tasks. What they found ranges from the mundane to the unnerving. Researchers at the company built a tool called the

中文介绍 Anthropic开发新技术,首次清晰揭示大型语言模型内部运作,发现Claude在处理概念时存在隐藏空间,结果既有平凡也有令人不安之处。

GPT-5.6 is now the preferred model in Microsoft 365 Copilot

Learn how GPT-5.6 powers Microsoft 365 Copilot with stronger AI capabilities across Word, Excel, PowerPoint, Chat, and Cowork for faster, higher-quality work.

中文介绍 GPT-5.6成为Microsoft 365 Copilot首选模型,增强Word、Excel、PowerPoint、Chat和Cowork等应用的AI能力,提升工作效率和质量。

GPT-5.6: Frontier intelligence that scales with your ambition

More intelligence from every token, stronger performance per dollar, and more capability on demand for your hardest work.

中文介绍 OpenAI发布GPT-5.6,号称每token更智能、性能价格比更高,可按需提供更强能力,应对最困难任务。

ChatGPT is now a partner for your most ambitious work

ChatGPT Work is an agent that can take action across your apps and files, stay with a project for hours if needed, and turn a goal into finished work.

中文介绍 OpenAI推出ChatGPT Work,这是一个能跨应用和文件操作的智能体,可长时间跟踪项目,将目标转化为完成的工作。

GPT-5.5 Bio Bug Bounty

Details about the OpenAI Bio Bounty program

中文介绍 OpenAI为GPT-5.5设立生物漏洞赏金计划,鼓励发现模型在生物领域的安全问题。

OpenAI launches GPT 5.6 Sol/Terra/Luna

**OpenAI** launched the **GPT-5.6** family with three models: **Sol**, **Terra**, and **Luna**, integrated across **ChatGPT**, **Codex**, and the API. Pricing tiers range from **$1 to $5 per million tokens** with new cache-write pricing and a 90% cache-read discount. The launch includes new app feat

中文介绍 OpenAI发布GPT-5.6系列(Sol/Terra/Luna),集成于ChatGPT、Codex和API。定价每百万token 1至5美元,新增缓存写入定价,缓存读取折扣达90%。

Why AI Infrastructure must evolve for Agent Experience — Akshat Bubna, Modal CTO

2 years after our first coverage, we return with Modal's other cofounder to explore why Agent Experience is working now, and everything they have learned building the new agent cloud.

中文介绍 Modal CTO Akshat Bubna探讨AI基础设施为何必须为Agent体验进化,分享构建新Agent云的经验。

市场总览

截至当前,美股整体偏强,SPY 接近历史高点且均线多头排列,META 因业绩驱动放量上攻,但 MSFT 等权重股仍受均线压制。加密市场受恐慌贪婪指数 26(恐慌)影响,总市值 2.27T 24h 微跌 0.39%,BTC 空头排列且 MACD 零轴下方,ETH 处于均线间无明显方向。中概股 BABA 等近期反弹但均线仍空头排列,技术面修复尚需时间。商品外汇方面,黄金、原油均呈空头排列且 RSI 偏低,美元指数接近新高但 MACD 死叉,10Y 美债收益率上涨并形成金叉。整体市场资产分化,趋势一致性不强。

今日关注

SPY S&P 500 ETF
偏上行

价格 754.95 高于 SMA20(743.81)、SMA50(741.24) 及 SMA200(694.48),均线多头排列。MACD 3.193 大于信号 2.248,呈金叉状态。RSI 59.1 处于正常偏强区间,近 1 日 +0.43%,距离 52 周高仅 -0.72%,技术形态表明上行趋势持续。

META Meta
偏上行

价格 669.21 远高于所有均线(SMA20 584.61, SMA50 600.45, SMA200 642.72),MACD 8.4944 大幅高于信号 -2.6879,金叉信号明确。RSI 66.3 接近超买但未极端,近 1 日涨 5.97%,近 5 日涨 14.81%,放量突破表明强劲多头动能。

MSFT Microsoft
偏下行

价格 385.1 低于 SMA50(403.62) 和 SMA200(442.28),均线空头排列。MACD 虽金叉(-5.5505 > -8.0341)但仍在负值区,RSI 47.5 偏弱,近 5 日跌 1.38%。价格目前受限于 SMA50 压制,且距 52 周高 -30.67%,短期技术面承压。

BTC-USD Bitcoin
偏下行

价格 63743.68 低于 SMA50(65133) 和 SMA200(73984),均线空头排列。MACD 柱虽转正(-318.95 > -904.10)但整体位于零轴以下,RSI 52.1 中性,加密恐慌指数仅 26,市场情绪低迷。距离 52 周高 -49.49%,反弹受限于均线压制。

GOOGL Alphabet
中性

价格 357.18 接近 SMA20(357.88),略低于 SMA50(372.75) 但高于 SMA200(318.91),均线方向不明确。MACD 金叉(-1.8093 > -2.9507)但力度有限,RSI 47 中性,近 1 日 -0.48%,近 5 日 -0.76%,无明显趋势信号,技术面处于整理状态。

全部资产

^VIX

VIX 恐慌指数

$15.03 -5.11%
5 日
-6.93%
距 52w 高
-57.4%
RSI(14)
41.7
趋势
空头
SMA 20 / 50 / 200
17.18 / 17.36 / 18.67
MACD / 信号
-0.575 / -0.335
空头排列

^TNX

10Y 美债收益率 (%)

$4.57 +0.66%
5 日
+2.10%
距 52w 高
-2.5%
RSI(14)
60.3
趋势
多头
SMA 20 / 50 / 200
4.47 / 4.48 / 4.24
MACD / 信号
0.018 / 0.003
MACD 金叉 (3 天前)接近 52 周高多头排列

DX-Y.NYB

美元指数 DXY

$100.97 +0.02%
5 日
+0.10%
距 52w 高
-0.8%
RSI(14)
58.1
趋势
多头
SMA 20 / 50 / 200
100.80 / 99.69 / 98.94
MACD / 信号
0.383 / 0.462
MACD 死叉 (4 天前)接近 52 周高多头排列

SPY

S&P 500 ETF

$754.95 +0.43%
5 日
+1.37%
距 52w 高
-0.7%
RSI(14)
59.1
趋势
多头
SMA 20 / 50 / 200
743.81 / 741.24 / 694.48
MACD / 信号
3.193 / 2.248
MACD 金叉 (4 天前)接近 52 周高多头排列

QQQ

Nasdaq 100 ETF

$725.51 +0.31%
5 日
+1.81%
距 52w 高
-3.1%
RSI(14)
52.8
趋势
多头
SMA 20 / 50 / 200
722.57 / 715.16 / 638.00
MACD / 信号
1.722 / 2.892
多头排列

AAPL

Apple

$315.32 -0.28%
5 日
+2.17%
距 52w 高
-0.7%
RSI(14)
62.9
趋势
多头
SMA 20 / 50 / 200
298.10 / 297.77 / 272.45
MACD / 信号
4.615 / 1.894
接近 52 周高多头排列

MSFT

Microsoft

$385.10 +0.19%
5 日
-1.38%
距 52w 高
-30.7%
RSI(14)
47.5
趋势
空头
SMA 20 / 50 / 200
380.51 / 403.62 / 442.28
MACD / 信号
-5.550 / -8.034
空头排列

NVDA

Nvidia

$210.96 +4.03%
5 日
+8.28%
距 52w 高
-10.8%
RSI(14)
57.0
趋势
多头
SMA 20 / 50 / 200
201.95 / 209.20 / 191.67
MACD / 信号
-1.735 / -2.978
MACD 金叉 (2 天前)多头排列

GOOGL

Alphabet

$357.18 -0.48%
5 日
-0.76%
距 52w 高
-12.6%
RSI(14)
47.0
趋势
中性
SMA 20 / 50 / 200
357.88 / 372.75 / 318.91
MACD / 信号
-1.809 / -2.951

TSLA

Tesla

$407.76 +0.30%
5 日
+3.64%
距 52w 高
-18.3%
RSI(14)
51.2
趋势
空头
SMA 20 / 50 / 200
400.88 / 409.20 / 418.14
MACD / 信号
-0.144 / -1.335
空头排列

META

Meta

$669.21 +5.97%
5 日
+14.81%
距 52w 高
-16.0%
RSI(14)
66.3
趋势
中性
SMA 20 / 50 / 200
584.61 / 600.45 / 642.72
MACD / 信号
8.494 / -2.688
加密恐慌贪婪
26
恐慌
加密总市值
$2.27 T
-0.39% / 24h
BTC 主导率
56.3%
ETH 9.5%
24h 成交量
$42.8 B
活跃币 17,507

BTC-USD

Bitcoin

$63,743.68 -0.60%
5 日
-0.39%
距 52w 高
-49.5%
RSI(14)
52.1
趋势
空头
SMA 20 / 50 / 200
61,840.32 / 65,133.33 / 73,984.45
MACD / 信号
-318.950 / -904.097
空头排列

ETH-USD

Ethereum

$1,782.24 -0.75%
5 日
-0.85%
距 52w 高
-64.0%
RSI(14)
55.8
趋势
中性
SMA 20 / 50 / 200
1,686.60 / 1,767.20 / 2,227.22
MACD / 信号
8.635 / -12.816

SOL-USD

Solana

$76.36 -2.19%
5 日
-6.78%
距 52w 高
-69.8%
RSI(14)
50.3
趋势
中性
SMA 20 / 50 / 200
75.77 / 74.53 / 91.97
MACD / 信号
1.518 / 1.475

BABA

阿里巴巴 (BABA)

$112.33 +1.07%
5 日
+16.84%
距 52w 高
-41.7%
RSI(14)
55.5
趋势
空头
SMA 20 / 50 / 200
103.75 / 120.13 / 145.64
MACD / 信号
-3.985 / -6.410
MACD 金叉 (3 天前)空头排列

PDD

拼多多 (PDD)

$85.13 -0.87%
5 日
+3.33%
距 52w 高
-38.9%
RSI(14)
54.6
趋势
空头
SMA 20 / 50 / 200
80.37 / 87.98 / 107.28
MACD / 信号
-0.738 / -2.218
空头排列

JD

京东 (JD)

$28.20 +1.66%
5 日
+5.94%
距 52w 高
-23.5%
RSI(14)
55.7
趋势
空头
SMA 20 / 50 / 200
26.94 / 28.98 / 29.75
MACD / 信号
-0.442 / -0.780
MACD 金叉 (4 天前)空头排列

0700.HK

腾讯控股 (0700.HK)

HK$460.20 -2.00%
5 日
+6.73%
距 52w 高
-32.6%
RSI(14)
54.7
趋势
中性
SMA 20 / 50 / 200
442.82 / 451.34 / 554.12
MACD / 信号
2.144 / -3.426
MACD 金叉 (4 天前)

GC=F

黄金期货

$4,113.70 -0.41%
5 日
+0.02%
距 52w 高
-26.4%
RSI(14)
42.6
趋势
空头
SMA 20 / 50 / 200
4,139.53 / 4,373.25 / 4,467.17
MACD / 信号
-78.798 / -96.395
死叉(SMA50↓SMA200) (6 天前)空头排列

CL=F

WTI 原油期货

$71.41 -0.93%
5 日
+3.96%
距 52w 高
-40.2%
RSI(14)
37.7
趋势
中性
SMA 20 / 50 / 200
73.79 / 87.86 / 74.22
MACD / 信号
-4.855 / -5.628
MACD 金叉 (2 天前)

USDCNY=X

美元 / 人民币

¥6.77 -0.37%
5 日
-0.32%
距 52w 高
-6.2%
RSI(14)
38.7
趋势
空头
SMA 20 / 50 / 200
6.78 / 6.79 / 6.93
MACD / 信号
0.001 / 0.001
MACD 死叉 (今天)接近 52 周低空头排列
风险提示

本报告仅基于公开行情数据计算的技术指标进行客观描述,不构成任何投资建议。过去走势不代表未来表现,市场存在不确定性。仅供技术指标解读参考,请投资者独立判断。

Australia news live: man charged with murder after discovery of remains believed to be missing Queensland woman

Jana Armstrong was reported missing from Newtown after she was last seen on 7 July. Follow the day’s news live Get our breaking news email, free app or daily news podcast Defence industry minister says Pacific in “arms race” after Chinese missile test Labor MP Pat Conrory, the minister for defence i

中文摘要 一名男子因涉嫌谋杀被捕,此前发现疑似失踪昆士兰女子Jana Armstrong的遗体。她于7月7日最后一次出现在Newtown后失踪。

Mojtaba Khamenei Vows Revenge as Iran’s Top Diplomat Is in Oman for Talks

Hours after a meeting between the foreign ministers of Iran and Oman, Iran announced it had fired a warning shot on a vessel taking an “unapproved route.”

中文摘要 伊朗最高领袖之子Mojtaba Khamenei誓言复仇,伊朗外长在阿曼参加会谈。伊朗宣布向一艘“未经批准”航线的船只鸣枪示警。

Whistleblower claims Kennedy Center ‘rushed’ renovations to please Trump

Democratic Senator Sheldon Whitehouse details rusting columns, uneven paint and unnecessary demolition under Trump.

中文摘要 举报人称肯尼迪中心为取悦特朗普而仓促翻新。民主党参议员Sheldon Whitehouse指出存在生锈柱体、油漆不均及不必要拆除等问题。

Iran says Strait of Hormuz closed 'until further notice'

The IRGC says it fired a warning shot at a vessel in the strait and is warning the US not to respond with "aggression".

中文摘要 伊朗伊斯兰革命卫队称在霍尔木兹海峡向一艘船只鸣枪示警,并宣布海峡“无限期关闭”,警告美国不要以“侵略”回应。

Polish PM pledges memorial to victims of WW2 'genocide by Ukrainian nationalists'

Warsaw and Kyiv have for decades been at loggerheads over the killings of many thousands of civilians during World War Two.

中文摘要 波兰总理承诺为二战中“乌克兰民族主义者实施种族灭绝”的受害者建立纪念碑。波乌两国长期以来就数万平民遇害事件存在分歧。

US judge dismisses January 6 case against Proud Boys after Trump order

The case is the latest instance of the Trump administration seeking to unravel prosecutions against January 6 rioters.

中文摘要 美国法官根据特朗普命令驳回对“骄傲男孩”组织的1月6日国会骚乱相关案件。这是特朗普政府撤销对骚乱者起诉的最新举措。

UK police investigate murder of politician Ann Widdecombe

Politician Ann Widdecombe was found dead with serious injuries, with police confirming a murder investigation underway

中文摘要 英国政治家安·威德库姆被发现重伤身亡,警方确认已展开谋杀调查。

AI companies want to water down Australia’s copyright laws. Artists are outraged, Labor is split

Anthony Albanese will deliver a landmark speech on AI this week as MPs are torn between attracting datacentre investment and protecting the rights of creatives Get our breaking news email, free app or daily news podcast When Anna Funder stood before a pack of journalists at Parliament House earlier

中文摘要 人工智能公司试图削弱澳大利亚版权法,引发艺术家愤怒。工党内部意见分歧,总理阿尔巴尼斯本周将发表里程碑式AI演讲,议员们在吸引数据中心投资与保护创作者权益间摇摆。

One Nation is capitalising on Australians’ economic pessimism like never before. Is a ‘stagflation impulse’ to blame?

By tying housing costs to immigration, Pauline Hanson promises a simple solution to a multilayered problem Get our breaking news email, free app or daily news podcast In the three decades since Pauline Hanson entered federal politics, Australia has experienced numerous bouts of voter frustration wit

中文摘要 澳大利亚“一国党”正利用民众经济悲观情绪,保琳·汉森将住房成本与移民挂钩,承诺简单解决方案。报道分析是否源于“滞胀冲动”。

Thousands gather in Srebrenica to mark 31 years since genocide

Ten newly identified victims were buried as the more than 8,000 Bosnian Muslim men and boys killed were remembered.

中文摘要 数千人聚集在斯雷布雷尼察纪念种族灭绝31周年,新确认的10名遇难者下葬,铭记逾8000名波黑穆斯林男性被杀。

U.S. Citizen Tests Positive for Ebola in Democratic Republic of Congo

The American, who works for the humanitarian organization Samaritan’s Purse, is the second to be infected in an outbreak that continues to spread.

中文摘要 一名在刚果(金)工作的美国公民(人道组织“撒玛利亚救援会”员工)埃博拉病毒检测阳性,系本轮持续扩散疫情中的第二名感染者。

Modi Courts Pacific Partners as China, US Reshape Region

From missiles and uranium to critical minerals and sports diplomacy, Prime Minister Narendra Modi used a three-nation tour to deepen India’s Indo-Pacific partnerships as regional powers strengthen ties amid China’s growing influence and uncertainty over US engagement.

中文摘要 印度总理莫迪通过三国之行深化印太伙伴关系,涉及导弹、铀、关键矿产和体育外交。在中国影响力上升和美国参与不确定的背景下,印度加强区域联系。

Warsh and US Inflation Will Set Tone for July Fed Decision

Kevin Warsh is about to make his first appearance before Congress as Federal Reserve chairman, and during two days of testimony he’ll have new US inflation data to parse with lawmakers.

中文摘要 美联储主席凯文·沃什(Kevin Warsh)将首次在国会作证,为期两天的听证会将结合新的美国通胀数据,为7月美联储决策定调。

Banks’ Record Bond Short Sparks Quest for Answers

For the first time in recent history, primary dealers have gone net short on debt they used to hold billions of dollars of.

中文摘要 一级交易商近期史上首次净做空此前持有数十亿美元的债券,引发市场对原因的关注。

Patriot Supply Strains Shape Ukraine Aid

Axios defense reporter Colin Demarest says President Donald Trump's proposal to let Ukraine produce Patriot interceptors faces significant manufacturing, licensing and technology hurdles, making it unlikely to address Kyiv's immediate air defense needs. He says shortages of advanced interceptors con

中文摘要 Axios记者称,特朗普提议乌克兰生产爱国者拦截器面临制造、许可和技术障碍,难以满足基辅近期防空需求。爱国者供应紧张影响对乌援助。

Hannah Elliott Highlights Tinnitus Risks

Bloomberg Pursuit staff writer Hannah Elliott says Tinnitus affects more than 50 million Americans, remains underdiagnosed and underfunded, and can have profound effects on mental health and quality of life. She says growing awareness of hearing health and new treatments, including the FDA-cleared L

中文摘要 彭博记者Hannah Elliott指出,耳鸣影响超5000万美国人,仍被低估且资金不足,对心理健康和生活质量影响深远,需提高认识。

McCaul Backs Deeper US Ukraine Defense Ties

Rep. Michael McCaul says Ukraine is gaining momentum on the battlefield but urgently needs more Patriot interceptors and stronger air defenses to counter Russia's escalating missile attacks. He urges deeper US-Ukraine defense cooperation, including licensed Patriot production and joint drone develop

中文摘要 众议员迈克尔·麦考尔(Michael McCaul)表示乌克兰战场势头上升,但急需更多爱国者拦截器和防空系统,呼吁深化美乌防务合作,包括授权生产。

How AI rebrands fail to deliver a lasting share price boost

Most of the groups that pivoted have not sustained their valuation gains, an FT analysis has found

中文摘要 英国《金融时报》分析显示,大多数宣布转型AI的公司未能维持股价涨幅,AI品牌重塑带来的估值提升不可持续。

Navy Chief Says US Needs More Warships

Chief of Naval Operations Adm. Daryl Caudle says the US Navy needs a larger fleet, faster shipbuilding and expanded munitions production to meet growing global demands while sustaining readiness across multiple theaters. He says the service remains prepared despite heavy operational commitments, poi

中文摘要 美国海军作战部长达里尔·考德尔(Daryl Caudle)上将表示,海军需要扩大舰队、加快造船并增加弹药产量,以应对全球需求并维持战备状态。

US Iran Talks Face Persistent Impasse

Bloomberg Economics analysts Becca Wasser and Dina Esfandiary say the US and Iran remain far apart on key issues, with intermittent strikes and negotiations likely to define the conflict for the foreseeable future. They say technical talks on Iran's nuclear program are a constructive step, but dispu

中文摘要 彭博经济分析师表示,美国和伊朗在关键问题上仍分歧巨大,间歇性打击和谈判可能持续。关于伊朗核项目的技术谈判被视为建设性步骤。

Can the Tax System Keep Up with Trillionaires?

Elon Musk has become the world’s first trillionaire following SpaceX’s record-breaking IPO, creating a fortune unlike anything seen in modern history. Nobel Laureate Paul Krugman and Yale economist Natasha Sarin argue the milestone is about far more than one entrepreneur’s wealth—it reflects how tod

中文摘要 埃隆·马斯克因SpaceX创纪录IPO成为全球首位万亿富翁。诺奖得主保罗·克鲁格曼和耶鲁经济学家认为,这凸显税收体系需跟上超级富豪的财富。

Hormuz Reopening Faces Costly Hurdles

Senior Fellow at the Council on Foreign Relations Clara Gillespie says Gulf energy flows face an uncertain recovery as producers work to clear ships, bring in tankers, restart halted output and repair damage to refineries, LNG facilities and ports. She says the Strait of Hormuz remains unstable, wit

中文摘要 外交关系委员会高级研究员表示,霍尔木兹海峡重新开放面临成本高昂的障碍,包括清理船只、重启产量、修复炼油厂和液化天然气设施。

Hormuz Dispute Clouds US Iran Diplomacy

Bloomberg News Middle East reporter Dan Williams says negotiations between the US and Iran remain focused on securing freedom of navigation through the Strait of Hormuz, even as President Donald Trump's escalating rhetoric underscores the fragile state of the ceasefire. Williams says Iran's leadersh

中文摘要 彭博记者称,美伊谈判聚焦霍尔木兹海峡航行自由,但特朗普升级的言论凸显停火脆弱,航行争端为外交蒙上阴影。

该源今日无内容。