每日简报

2026-07-11

← 历史归档

wonderwhy-er/DesktopCommanderMCP

TypeScript · ★ 7,406 · 🍴 935 · 📈 328 stars today

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

中文介绍 为 Claude 提供的 MCP 服务器,赋予其终端控制、文件系统搜索和 diff 文件编辑能力。适合需要让 AI 代理直接操作桌面的开发者,实现命令行自动化与文件管理。

oven-sh/bun

Rust · ★ 94,321 · 🍴 4,940 · 📈 209 stars today

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

中文介绍 极速 JavaScript 运行时、打包器、测试运行器和包管理器的一体化工具。采用 Zig 编写,启动和执行速度远超 Node.js,适合追求高效研发流程的前后端开发者。

abseil/abseil-cpp

C++ · ★ 17,539 · 🍴 3,195 · 📈 89 stars today

Abseil Common Libraries (C++)

中文介绍 Google 开源的 C++ 基础库集合,涵盖字符串、容器、算法、同步等常用组件。适合 C++ 项目避免重复造轮子,提升代码质量和开发效率。

addyosmani/agent-skills

JavaScript · ★ 76,929 · 🍴 8,263 · 📈 1,116 stars today

Production-grade engineering skills for AI coding agents.

中文介绍 面向 AI 编码代理的生产级工程技能集,提供可复用的操作模块。开发者可将其集成到 Claude、GitHub Copilot 等工具中,提升代码生成与维护的可靠性。

jbeder/yaml-cpp

C++ · ★ 6,094 · 🍴 2,257 · 📈 69 stars today

A YAML parser and emitter in C++

中文介绍 C++ 的 YAML 解析与生成库,支持 YAML 1.2 规范。适合需要配置文件读写或数据序列化的 C++ 项目,接口简洁,性能良好。

mattpocock/skills

Shell · ★ 164,829 · 🍴 14,181 · 📈 1,712 stars today

Skills for Real Engineers. Straight from my .claude directory.

中文介绍 来自作者 .claude 目录的真实工程师技能集,专为 TypeScript 开发者设计。包含一系列可复用的 Claude Code 技能,帮助自动化常见编码任务。

obra/superpowers

Shell · ★ 251,900 · 🍴 22,479 · 📈 1,013 stars today

An agentic skills framework & software development methodology that works.

中文介绍 一个实用的代理技能框架与软件开发方法论,旨在协调 AI agent 完成复杂工程任务。提供一套标准化的技能定义和组合方式,适合构建自主编码系统。

microsoft/TypeScript

TypeScript · ★ 109,803 · 🍴 13,634 · 📈 177 stars today

TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

中文介绍 JavaScript 的超集,通过静态类型检查增强代码健壮性,编译为干净的 JavaScript。广泛应用于大型前端和后端项目,提升可维护性与开发效率。

catchorg/Catch2

C++ · ★ 20,627 · 🍴 3,409 · 📈 76 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+ 项目。

chriskohlhoff/asio

C++ · ★ 6,081 · 🍴 1,500 · 📈 92 stars today

Asio C++ Library

中文介绍 跨平台 C++ 网络与异步 I/O 库,提供 TCP/UDP、定时器、串口等异步操作。广泛应用于高性能服务器和嵌入式系统,是 Boost.Asio 的独立版本。

TencentCloud/TencentDB-Agent-Memory

TypeScript · ★ 8,291 · 🍴 762 · 📈 123 stars today

TencentDB Agent Memory delivers fully local long-term memory for AI Agents via a 4-tier progressive pipeline, with zero external API dependencies.

中文介绍 腾讯云开源的 AI agent 长期记忆方案,通过四层渐进式流水线实现完全本地化存储,不依赖外部 API。适合构建隐私敏感且需要持续记忆的智能代理应用。

davila7/claude-code-templates

Python · ★ 28,798 · 🍴 3,161 · 📈 118 stars today

CLI tool for configuring and monitoring Claude Code

中文介绍 用于配置和监控 Claude Code 的 CLI 工具,提供模板管理和运行状态查看。帮助开发者快速搭建 Claude Code 工作流,提升 AI 编码效率。

zeux/meshoptimizer

C++ · ★ 8,036 · 🍴 783 · 📈 91 stars today

Mesh optimization library that makes meshes smaller and faster to render

中文介绍 网格优化库,通过顶点缓存优化、几何压缩等技术减小模型体积并加速渲染。适用于游戏开发、3D 图形和 Web 应用中的实时渲染场景。

tailscale/tailscale

Go · ★ 33,709 · 🍴 2,913 · 📈 143 stars today

The easiest, most secure way to use WireGuard and 2FA.

中文介绍 基于 WireGuard 的零配置 VPN 工具,支持双因素认证。无需复杂设置即可组建安全网络,适合远程办公、跨设备访问和私有服务暴露。

google-labs-code/stitch-skills

TypeScript · ★ 6,797 · 🍴 931 · 📈 117 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 库,遵循开放标准,兼容 Antigravity、Gemini CLI、Claude Code 等编码代理。提供可组合的技能模块,用于构建自动化工作流。

iOfficeAI/OfficeCLI

C# · ★ 14,553 · 🍴 993 · 📈 1,224 stars today

OfficeCLI is the first and best Office suite purpose-built for AI agents to read, edit, and automate Word, Excel, and PowerPoint files. Free, open-source, single binary, no Office installation required.

中文介绍 首个专为 AI 代理设计的 Office 套件,以单个二进制文件提供 Word/Excel/PowerPoint 的读写与自动化能力。无需安装 Office,免费开源,适合让 agent 处理文档任务。

hashicorp/terraform

Go · ★ 49,206 · 🍴 10,675 · 📈 172 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.

中文介绍 基础设施即代码工具,通过声明式配置文件管理云资源。支持 AWS、Azure 等多云平台,实现版本控制与自动化部署,是 DevOps 和云原生团队的核心工具。

grpc/grpc

C++ · ★ 45,155 · 🍴 11,325 · 📈 78 stars today

C++ based gRPC (C++, Python, Ruby, Objective-C, PHP, C#)

中文介绍 高性能远程过程调用(RPC)框架,基于 HTTP/2 和 Protocol Buffers。支持多语言,适合微服务间通信,提供低延迟、强类型的服务间调用能力。

vercel/next.js

JavaScript · ★ 140,762 · 🍴 31,527 · 📈 191 stars today

The React Framework

中文介绍 React 全栈框架,支持服务端渲染、静态生成、API 路由等特性。适合构建现代 Web 应用,提供开箱即用的性能和 SEO 优化,是 Vercel 生态的核心产品。

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

👍 78

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

中文介绍 提出深度原生结构推理方法,直接对生物学、化学和材料科学中的空间、化学与周期组织进行结构-性质关系建模,通过深度神经网络隐式编码结构特征,实现跨学科、透明且准确的理解。

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

👍 50

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模型在长时域依赖任务中的不足,提出双潜在记忆架构,结合显式记忆模块与检索机制,在机器人操作中同时保留短期与长期信息,显著提升长序列任务的处理性能。

Video-Oasis: Rethinking Evaluation of Video Understanding

👍 45

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的真实理解能力。

Infinite Worlds with Versatile Interactions

👍 27

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,通过精心设计的因果预训练和大型世界模型,实现无限交互视野与一致输出质量,支持多样化的交互方式,在游戏与仿真场景中展现卓越的扩展性。

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

👍 25

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

中文介绍 针对非可验证指令跟随RL中评判提示静态的问题,提出策略感知提示自适应方法,在训练过程中动态调整LLM评判器的提示,避免过拟合固定评判标准,提升RL训练效果。

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

👍 23

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通用基准,用于评估具备操作工具和辅助用户能力的主动智能体,涵盖真实世界任务,支持多智能体协同评估,弥补现有基准在复杂场景评估上的不足。

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

👍 22

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系统对思想谱系推理及基于谱系的创意生成能力,包含两类核心任务以衡量因果继承理解。

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

👍 20

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,利用预训练视频扩散模型先验,联合处理事件相机的视频重建、预测与帧插值,通过扩散先验保证长时程稳定性与纹理细节,在多项任务上优于回归方法与现有生成模型。

Enhancing In-context Panoramic Generation via Geometric-aware Pretraining

👍 14

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

👍 14

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 V1,以LLM/VLM为核心,整合多模态理解与知识图谱,实现数亿SKU的结构化知识管理,提升消费体验与运营效率。

Single-Rollout Asynchronous Optimization for Agentic Reinforcement Learning

👍 11

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

中文介绍 针对LLM后训练的RL中同步批处理低效问题,提出单轨异步优化方法,通过异步采样减少等待时间,加速策略收敛,在长时域智能体任务上显著提升训练效率。

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

👍 8

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,优化Diffusion Transformer实现设备端实时推理,支持子弹时间、慢动作等电影级相机运动,保持高质量输出。

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

👍 8

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,高效扩展LLM上下文窗口,无需额外训练即可处理超长序列,在RAG、仓库级编码等应用中实现零样本长上下文扩展。

OpenCoF: Learning to Reason Through Video Generation

👍 8

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,利用视频生成模型通过生成连贯视频帧序列展开推理路径,区别于传统Chain-of-Thought,为大型模型提供基于视觉因果链的推理学习方法。

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

👍 8

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

👍 7

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

中文介绍 提出稀疏增量记忆,通过稀疏化扩展线性RNN的状态大小,在不增加每token计算量的前提下提升长上下文回忆性能,在长序列基准上超越传统线性注意力模型。

Automating the Design of Embodied Agent Architectures

👍 7

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

中文介绍 提出自动化设计具身智能体架构的方法,基于进化搜索自动探索感知、记忆、规划与动作模块的组合,减少手工设计成本,在多种任务上发现高效的架构配置。

AgentLens: Production-Assessed Trajectory Reviews for Coding Agent Evaluation

👍 6

We present AgentLens, a production-assessed benchmark for interactive code agents. Most code-agent benchmarks reduce a run to a single bit -- did the task pass? -- but the people who actually use these agents experience the entire trajectory: how the agent follows instructions, uses its tools, verif

中文介绍 提出AgentLens评估基准,基于生产环境轨迹而非单一通过率,从指令遵循、工具使用、验证等维度全面评估交互式代码智能体,提供细粒度的性能反馈。

Attending to Multimodal Generation One Token at a Time

👍 6

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生成过程中的视觉与语言动态,揭示自回归上下文中不同token位置对多模态融合的影响,弥补现有可解释性在时间演化维度上的空白。

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

👍 5

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真实城市规模测试平台,支持多尺度渲染、动态仿真与空间推理,旨在推动AI构建数十平方公里范围的空间表征与导航能力,为空间智能研究提供标准化测试床。

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日后转为付费模式。博主提供教程:如何在其被移入付费墙前,将模型的推理能力复制到更廉价的替代模型,避免功能受限。

Own the Outer Loop

@addyosmani · 405.4K 粉丝 · 396.4K 阅 · 547 赞 · 69 转

In the past year, the conversation around agentic engineering has moved to harnesses and loops, fleets and software factories. My 2c is engineers need to own the outer loop - the accountability for

中文介绍 智能体工程讨论焦点已转向 harnesses、loops 等软件工厂概念。博主建议工程师应掌握外部循环(outer loop),即对 agent 行为的最终问责与系统边界控制,而非只关注内部执行。

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 虽为强大价值创造技术,却面临「价值捕获」问题。Palantir CEO Alex Karp 警告:公司使用 AI 时可能将知识产权泄露给 Anthropic、OpenAI 等模型提供商。

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

中文介绍 预测市场趋势:2026年自主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

中文介绍 预测市场趋势:2026年自主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

中文介绍 预测市场趋势:2026年自主AI代理已成有效策略,Polymarket 超30%活动来自算法和AI钱包。ORACLE 推出官方AI代理交易工具,聚焦该领域。

Model and effort in Claude Code: knowing more vs. trying harder

@ClaudeDevs · 564.6K 粉丝 · 95.9K 阅 · 1.5K 赞 · 100 转

Claude Code gives you two settings that both seem to "make the answer better": the model, and the effort level. But what do these actually do to the output? And how do you know whether to reach for a

中文介绍 Claude Code 中「模型」与「努力程度」两个设置均能提升回答质量,但机制不同:前者扩展知识,后者加深推理。博主解析差异并给出场景选择建议。

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

中文介绍 tldraw 团队自认是 OpenAI Codex 过度防御性编码(如频繁使用 isRecord 检查)的起因。他们推测用户反馈数据偏差导致模型从简洁变保守。

Unicity Labs and Quant Partner to Bring Verifiable Execution to Agentic Trading

@unicity_labs · 127.3K 粉丝 · 4.5K 阅 · 520 赞 · 827 转

Today we're announcing a partnership between Unicity Labs and @tryquantio to build the secure foundation for agentic finance. Quant - the AI intelligence and execution layer for the agentic future

中文介绍 Unicity Labs 与 Quant 合作打造智能体交易的可验证执行环境,为智能体金融提供安全底层,确保 AI 交易决策的透明与可审计性。

[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原生电信公司,涉及客户服务、员工流程、网络运营及语音未来。

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拆分带来用户体验挑战。

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开发新技术,揭示了大型语言模型处理问题时内部的隐藏空间,发现结果从平凡到令人不安。

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.

中文介绍 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基础设施需为智能体体验进化,分享构建新型智能体云的经验与洞察。

市场总览

今日市场技术面呈现显著分化。美股方面,主要指数ETF(SPY、QQQ)均处于多头排列,SPY更因MACD金叉(3.193 > 2.248)且距离52周高仅0.72%而技术偏强;但QQQ的MACD柱已转负(1.722 < 2.892),动能有所减弱。中概股受贸易政策传闻带动短期反弹,BABA与JD近5日涨幅分别达16.84%与5.94%,且均出现MACD金叉,不过仍处于空头排列(价格低于200日均线),长期下行趋势未破。加密市场在恐慌贪婪指数仅26的背景下,BTC-USD与ETH-USD均低于200日均线(偏差-13.6%与-19.6%),空头排列明确,虽MACD柱转正但动能不足。商品方面,黄金期货出现SMA50死叉SMA200的信号,均线空头排列,RSI为42.6偏弱;WTI原油RSI仅37.7接近超卖但MACD金叉,短期可能有技术性反弹。宏观指标反向运动:10Y美债收益率(^TNX)MACD金叉、多头排列且接近52周高,偏上行;美元指数(DXY)虽处多头排列但MACD已现死叉(0.3826 < 0.4619),动能转弱。整体市场缺乏统一方向,需关注后续量价配合。

今日关注

SPY S&P 500 ETF
偏上行

当前价格754.95,RSI 59.1处于正常区间,MACD金叉(3.193 > 2.248),均线多头排列(价格高于所有SMA),近5日涨幅1.37%,距离52周高仅-0.72%,技术走势稳健偏强。

BTC-USD Bitcoin
偏下行

价格64105,远低于200日均线74102(偏离-13.6%),均线空头排列(SMA20 < SMA50 < SMA200),趋势字段bearish,虽MACD柱转正(-435.6 > -1050.7)但整体下行压力未消,加密恐慌指数26印证悲观情绪。

JD 京东 (JD)
中性

价格28.2,近5日涨5.94%,RSI 55.7,MACD出现金叉(-0.4415 > -0.7796),但均线仍为空头排列(低于SMA50和SMA200),趋势字段bearish,短期反弹与长期空头矛盾,信号混合。

^TNX 10Y 美债收益率 (%)
偏上行

收益率4.57%,RSI 60.3,MACD金叉(0.0177 > 0.0034),均线多头排列,接近52周高(距-2.52%),趋势bullish,短期动能向上。

GC=F 黄金期货
偏下行

价格4128.9,RSI 42.6偏弱,MACD柱虽转正但趋势bearish,出现SMA50死叉SMA200信号,均线空头排列,价格低于所有短期均线,技术面承压。

全部资产

^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.28 T
+0.29% / 24h
BTC 主导率
56.3%
ETH 9.5%
24h 成交量
$60.3 B
活跃币 17,467

BTC-USD

Bitcoin

$64,105.06 +1.44%
5 日
+0.88%
距 52w 高
-49.2%
RSI(14)
53.7
趋势
空头
SMA 20 / 50 / 200
61,813.91 / 65,367.78 / 74,102.69
MACD / 信号
-435.629 / -1,050.736
空头排列

ETH-USD

Ethereum

$1,796.06 +2.96%
5 日
+0.73%
距 52w 高
-63.7%
RSI(14)
57.7
趋势
中性
SMA 20 / 50 / 200
1,682.73 / 1,772.85 / 2,233.13
MACD / 信号
5.256 / -18.173

SOL-USD

Solana

$77.70 -0.44%
5 日
-4.57%
距 52w 高
-69.3%
RSI(14)
53.6
趋势
中性
SMA 20 / 50 / 200
75.55 / 74.68 / 92.20
MACD / 信号
1.757 / 1.458

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,128.90 -0.04%
5 日
+0.39%
距 52w 高
-26.1%
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.51 -0.79%
5 日
+4.11%
距 52w 高
-40.1%
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.28%
5 日
-0.23%
距 52w 高
-6.1%
RSI(14)
41.5
趋势
空头
SMA 20 / 50 / 200
6.78 / 6.79 / 6.93
MACD / 信号
0.002 / 0.001
接近 52 周低空头排列
风险提示

过去走势不代表未来表现,本文仅基于公开技术指标进行客观解读,不构成任何投资建议。所有信号均为历史数据的计算结果,仅供技术分析参考,请投资者独立判断。

Haaland’s hometown hails ‘little boy who grew into a huge Viking’

The people of Bryne are proud of local hero’s rise to the top of world football as Norway prepare to face England Surrounded by red hats, No 9 shirts and Erling Haaland action toys at her fabric shop in the small Norwegian town of Bryne, Olinda Haaland – no relation but proud to share the now world-

中文摘要 挪威小镇布吕讷的居民为家乡英雄哈兰德成长为世界顶级足球运动员而自豪,挪威队即将迎战英格兰队。

Europe considering proposals to allow navigational fees in strait of Hormuz

Plans specify tolls must not be compulsory, as US officials urge Iran to make public statement that strait is open and that shipping can safely pass Europe is studying proposals that may allow the charging of navigational fees in the strait of Hormuz so long as the tolls are not compulsory and have

中文摘要 欧洲正在考虑允许在霍尔木兹海峡收取航行费的计划,但规定收费不能强制。美方敦促伊朗公开声明海峡开放且航运安全。

Trump Says Negotiations With Iran Will Continue as U.S. Ramps Up Strikes

U.S. forces hit more than 170 targets, including air defense systems, drone and missile storage sites, and military speedboats.

中文摘要 特朗普表示与伊朗的谈判将继续,但美军已打击超过170个目标,包括防空系统、无人机和导弹储存设施及军用快艇。

Trump Tried to Block Canada’s New Bridge to Detroit. It’s Opening Anyway.

A deal ended the Trump administration’s blocking of a new bridge that will ease congestion at the busiest trade corridor between the United States and Canada.

中文摘要 一项协议结束了特朗普政府对新戈迪·豪大桥的阻挠,该桥将缓解美加最繁忙贸易走廊的拥堵,即将开通。

Peter Falconio murder 25 years on: new footage shows dying Australian outback killer’s refusal to reveal body’s location

NT police release body-worn camera vision of Bradley John Murdoch denying knowing where UK backpacker’s body is weeks before his death Get our breaking news email, free app or daily news podcast Infamous killer Bradley John Murdoch aggressively denied knowing where the body of still-missing backpack

中文摘要 彼得·法尔科尼奥谋杀案25年后,北领地警方公布执法记录仪画面,显示凶手布拉德利·约翰·默多克临死前拒绝透露尸体位置。

Meta pulls new AI image feature after days of backlash

Meta's release this week of an AI feature that let people alter Instagram content drew swift blowback.

中文摘要 Meta本周推出允许用户修改Instagram内容的AI功能,引发强烈反弹,数日后即撤下该功能。

Royal Rapprochement: Harry and Meghan Pay a Rare Visit to the King and Queen

Friday’s visit to King Charles and Queen Camilla signaled a détente in relations with Prince Harry and his wife, who stepped down from royal duties and moved to the United States in 2020.

中文摘要 哈里王子与梅根罕见拜访国王查尔斯和王后卡米拉,标志着自2020年退出王室并移居美国后关系缓和。

US wants Iran to pledge to stop shooting at ships in Strait of Hormuz

Vice-President JD Vance is among US officials expected to take part in negotiations resuming on Saturday in Oman.

中文摘要 美国希望伊朗承诺停止在霍尔木兹海峡向船只射击。副总统万斯等美方官员预计将参加周六在阿曼重启的谈判。

Venezuela quake death toll passes 4,000 as scale of recovery effort looms large

Nearly 17,000 injured and thousands more are listed as missing amid calls by UN and president Delcy Rodríguez for financial help The death toll in Venezuela’s devastating twin earthquakes has topped 4,000, the government said on Friday. At least 4,118 people were killed and 16,740 injured in the bac

中文摘要 委内瑞拉强烈地震死亡人数已超4000人,达4118人,近17000人受伤,数千人失踪。联合国和总统请求国际援助。

Xi Says China’s Backing for Kim and North Korea Won’t Change

President Xi Jinping said China’s commitment to its friendship with North Korea, support for Kim Jong Un’s leadership and determination to safeguard the two countries’ common interests “will not change,” Xinhua News Agency reported on Saturday.

中文摘要 据新华社报道,中国国家主席习近平表示,中国对朝鲜友谊、对金正恩领导的支持以及维护两国共同利益的决心“不会改变”。

Kazakh Tycoon Turlov’s Freedom Raises $300 Million for Expansion

Kazakhstan billionaire Timur Turlov’s Freedom Holding Corp. raised $300 million in a share sale to help fund its ongoing international expansion.

中文摘要 哈萨克斯坦亿万富翁Timur Turlov旗下Freedom Holding Corp通过股票发行筹集3亿美元,用于支持其持续的国际扩张。

India, NZ Plan Strategic Partnership Including Maritime Security

India and New Zealand will elevate their relationship to a “strategic partnership,” as both seek closer trade and security ties.

中文摘要 印度和新西兰计划将双边关系提升为“战略伙伴关系”,以寻求更紧密的贸易与安全合作,包括海上安全领域。

SK Hynix Rises After Record US Offering | The Close 7/10/2026

Bloomberg Television brings you the latest news and analysis leading up to the final minutes and seconds before and after the closing bell on Wall Street. Today's guests are Winnie Cisar, CreditSights Global Head of Strategy, John Medina, Moody's Ratings SVP, Global Project and Infrastructure Financ

中文摘要 SK海力士在创纪录的美国上市发行后股价上涨,此次发行是外国公司在美国的最大规模IPO。

MGM Resorts Engaged in Deal Talks With Diller, WSJ Says

MGM Resorts International is engaged in deal talks with Barry Diller’s People Inc. after the entertainment mogul offered to acquire the part of the casino company he doesn’t already own, the Wall Street Journal reported.

中文摘要 据《华尔街日报》报道,MGM Resorts International与Barry Diller的People Inc.进行交易谈判,Diller提出收购其尚未持有的赌场公司部分股份。

S&P Global: FIFA to Offer Short-Term Economic Boost

Nora Wittstruck, Chief Analytical Officer for Governments at S&P Global, joined Romaine Bostick and Katie Greifeld on Bloomberg's 'The Close' to provide insights on FIFA's financial position during the 2026 World Cup. She highlights how FIFA has emerged financially stronger despite facing numerous c

中文摘要 S&P Global首席分析官Nora Wittstruck表示,2026年世界杯将带来短期经济提振,FIFA财务状况更为强劲。

Apple sues OpenAI alleging theft of top-secret information

Lawsuit marks collapse of relationship between two of the biggest names in Silicon Valley

中文摘要 苹果公司起诉OpenAI,指控其窃取绝密信息,这标志着两家硅谷巨头关系的破裂。

Pro Shop's Chad Mumm on 'Full Swing,' Golf in 2026

Chad Mumm, Co-Founder of Pro Shop and Producer of the Netflix series 'Full Swing,' talks about the world's number-one ranked golfer, Scottie Scheffler, missing the cut at the Scottish Open. He also discusses golf's surge in popularity and the anticipation for the upcoming season of 'Full Swing.' Mum

中文摘要 Pro Shop联合创始人Chad Mumm谈论世界排名第一的高尔夫球手斯科蒂·舍夫勒在苏格兰公开赛未能晋级,以及高尔夫运动人气的飙升。

Gensler: Big Deals a Sign of 'High-Valuation Market'

Gary Gensler, Former SEC Chair and professor at MIT Sloan School of Management, joins Romaine Bostick and Katie Greifeld on Bloomberg's 'The Close' and discusses the significant return of IPO activity including SK Hynix, which raised $26.5 billion in the largest foreign debut in the US, Google's $85

中文摘要 前SEC主席Gary Gensler表示,包括SK海力士(筹资265亿美元,美股史上最大外国公司IPO)在内的大额交易,是“高估值市场”的信号。

Bloomberg Money 7/10/2026

Bloomberg Money takes the pulse of your financial life, powered by the reporting of our global newsroom. Today's guests are: University of Chicago Booth School Professor of Economics and Former Fed Governor Randall Kroszner and NewEdge Wealth CIO Cameron Dawson. (Source: Bloomberg)

中文摘要 Bloomberg Money节目邀请前美联储理事Randall Kroszner和NewEdge Wealth首席投资官Cameron Dawson,讨论个人财务话题。

SK Hynix Debut Is a Bet That AI Breaks Boom-and-Bust Chip Cycle

South Korean memory chipmaker SK Hynix Inc. just pulled off the largest public listing by a foreign company in US market history. Shares soared 13% on their first day of trading.

中文摘要 韩国存储芯片制造商SK海力士完成美股史上最大规模外国公司IPO,首日股价大涨13%,市场押注人工智能将打破芯片行业的盛衰周期。

Nuclear Energy Services Firm Holtec Joins Sector’s IPO Rush

Holtec Nuclear Corp. filed for a US initial public offering, becoming the latest in the sector to try to capitalize on data centers’ growing power demands.

中文摘要 核能服务公司Holtec Nuclear Corp.申请美国IPO,加入核能板块上市热潮,旨在利用数据中心日益增长的电力需求。

该源今日无内容。