每日简报

2026-08-10

← 历史归档

PrimeIntellect-ai/prime-agent

TypeScript · ★ 10,931 · 🍴 1,136 · 📈 2,319 stars today

A self-improving RLM agent for coding workflows and long-running autonomous tasks.

中文介绍 面向编码工作流与长时自主任务的自我改进 RLM Agent。它能在无人干预的情况下持续运行,通过反思自身执行结果来改进编码策略,适合多步规划、代码生成和长期自动化开发任务。

vitali87/code-graph-rag

Python · ★ 2,954 · 🍴 519 · 📈 59 stars today

The ultimate RAG for your monorepo. Query, understand, and edit multi-language codebases with the power of AI and knowledge graphs

中文介绍 把知识图谱与 RAG 结合,面向 monorepo 代码库的检索增强方案。它让 AI 能查询、理解并编辑多语言代码,利用知识图谱保留跨文件依赖与项目结构,解决了大仓库里检索不精准、上下文易丢失的问题。适合大型工程和 AI 编程助手使用。

msitarzewski/agency-agents

Shell · ★ 140,604 · 🍴 22,973 · 📈 932 stars today

A complete AI agency at your fingertips - From frontend wizards to Reddit community ninjas, from whimsy injectors to reality checkers. Each agent is a specialized expert with personality, processes, and proven deliverables.

中文介绍 集合了多个专业 AI Agent 的“代理机构”:从前端开发、Reddit 社群运营到创意生成、现实校验,每个都有固定人格、流程和工具链。可把不同角色和任务交给这些专家代理并行工作,适合内容创作、社区运营与产品迭代自动化。

pranshuparmar/witr

Go · ★ 20,600 · 🍴 725 · 📈 342 stars today

Why is this running? Trace any process, port, container, or file back to what started it - CLI + TUI.

中文介绍 用 CLI/TUI 回答“Why is this running?”:追踪任意进程、端口、容器或文件,反查它们是由什么命令或父进程启动的。填补容器与多进程环境中的可观测性空白,适合系统运维、容器排查和快速定位异常进程的来源。

google-deepmind/weathernext

Python · ★ 7,056 · 🍴 936 · 📈 105 stars today

中文介绍 Google DeepMind 的 WeatherNext 仓库。仓库未提供官方描述,从项目名和团队背景看,应与 AI 天气预报、气象建模相关;具体模型架构、用法和适用场景需查阅 README 或官方资料。

addyosmani/agent-skills

JavaScript · ★ 85,091 · 🍴 9,155 · 📈 670 stars today

Production-grade engineering skills for AI coding agents.

中文介绍 为 AI 编码 Agent 准备的“生产级工程技能”集合。它把真实开发中的代码审查、测试、重构、调试等最佳实践封装成可复用技能,Agent 可挂载后按工程规范工作,减少凭感觉写代码的问题;适合希望让 AI 更可靠地参与软件交付的团队。

ZhuLinsen/daily_stock_analysis

Python · ★ 61,150 · 🍴 51,987 · 📈 287 stars today

LLM 驱动的多市场股票智能分析系统:多源行情、实时新闻、决策看板与自动推送,支持零成本定时运行。 LLM-powered multi-market stock analysis system with multi-source market data, real-time news, decision dashboard, automated notifications, and cost-free scheduled runs.

中文介绍 LLM 驱动的多市场股票智能分析系统:整合多源行情与实时新闻,输出决策看板并自动推送,且支持零成本定时运行。解决个人投资者手工收集信息、复盘耗时的问题;适合需要自动跟踪股票并快速获得分析结论的投资者。

goauthentik/authentik

Python · ★ 24,246 · 🍴 1,856 · 📈 312 stars today

The authentication glue you need.

中文介绍 开源的统一身份认证平台,被作者称为“认证粘合剂”。提供单点登录、用户目录、访问控制以及 LDAP/OAuth/SAML 等协议集成,可自托管,帮企业把多套系统的登录、权限统一收敛到同一个身份源。

google/skills

Python · ★ 17,196 · 🍴 1,390 · 📈 532 stars today

Agent Skills for Google products and technologies

中文介绍 Google 官方的 Agent Skills 集合,将 Google 产品和技术封装成标准技能供 AI Agent 加载。目标是让代理能安全地调用真实服务、执行跨应用任务,从而扩展自动化能力;适合开发面向 Google 生态的 AI 助手和效率工具。

Comfy-Org/ComfyUI

Python · ★ 125,454 · 🍴 14,835 · 📈 333 stars today

The most powerful and modular diffusion model GUI, api and backend with a graph/nodes interface.

中文介绍 模块化的扩散模型 GUI、API 与后端,采用图/节点式界面搭建 Stable Diffusion 等生成工作流。用户能把模型加载、采样、控制和后处理连成可视化流程,方便复用和调参;适合 AI 绘画创作者、工作流开发者以及需要自定义生成管线的团队。

harveyai/harvey-labs

Python · ★ 803 · 🍴 174 · 📈 87 stars today

A benchmark built to evaluate and improve agent capabilities for supporting legal work.

中文介绍 面向法律工作的 AI Agent 评测基准,用于评估并改进代理在法律场景中的能力。它提供标准化任务集与指标,覆盖法律研究、文档审阅等环节;适合法律科技团队、法学院研究者以及构建生成式法律辅助工具的开发者。

pingdotgg/t3code

TypeScript · ★ 17,630 · 🍴 4,008 · 📈 208 stars today

中文介绍 由 pingdotgg(Theo)发布的 T3 Code 仓库,目前没有官方描述。结合项目名与作者背景推测,可能是一个与 T3 Stack / TypeScript 生态相关的编码或开发工具;具体功能、用法需查看仓库源码和 README。

Recursive Synthesis for Long-Horizon Terminal Tasks

👍 223

High-quality long-horizon training data for terminal agents is expensive to produce, often costing hundreds to thousands of dollars per task, because each task must keep the instruction, environment, reference solution, and verifier mutually consistent. Human authoring does not scale, and direct gen

中文介绍 针对终端代理长时程任务训练数据昂贵、难以保证指令/环境/参考答案/验证器一致的问题,提出递归合成方法,从种子任务迭代生成高质量可验证任务,降低人工编写成本,扩展长时程任务数据规模。

AgentOPSD: Recursive Self-Distillation for Agentic Reinforcement Learning

👍 85

Reinforcement learning (RL) with verifiable rewards constructs trajectory-level advantage estimates, yet it often fails to credit the few pivotal decisions that determine outcomes in long-horizon, multi-turn agentic tasks. Recent work introduces privileged self-distillation for credit assignment, pr

中文介绍 提出 AgentOPSD,用递归自蒸馏改进智能体强化学习的信用分配。长时程多轮任务中只有少数关键决策决定结果,该方法通过特权自蒸馏迭代放大关键步骤的贡献,缓解轨迹级优势估计难以精确定位关键动作的问题,提升策略学习效率。

OSReward: Instituting Standardized Evaluation for Cross-Platform Computer-Use Reward Models

👍 67

Computer-using agents (CUAs) are advancing rapidly across the digital world. A CUA trajectory records the agent's actions, states, and reasoning. Verifying whether it fulfilled the task instruction is central to CUA evaluation, data curation, and reinforcement learning. Neither human-written verifie

中文介绍 提出 OSReward,为跨平台计算机使用智能体建立标准化的轨迹奖励模型评估体系。针对 CUA 轨迹验证缺乏统一标准、人工验证器难以扩展的问题,覆盖多平台任务评估,支撑智能体评测、数据筛选与强化学习。

Interpretable MEG Decoding of Perceived Speech: Cortical Sources and the Stimulus Features That Drive Retrieval

👍 65

Short segments of perceived speech can be retrieved from non-invasive magnetoencephalographic (MEG) recordings by deep networks trained with a CLIP-style objective against wav2vec 2.0 audio embeddings. Yet their weights do not map onto electrophysiological quantities, and it remains unclear which sp

中文介绍 研究可解释的 MEG 语音解码:CLIP 式深度模型能从脑磁图检索感知语音,但权重难以对应电生理量。本文揭示驱动检索的皮层来源与刺激特征,厘清模型依赖的神经和声学线索,提升解码可解释性。

ABSeeker: Training Long-Horizon Search Agents via Answer-Backtracked Credit Assignment

👍 63

Long-horizon search agents must make multiple sequential actions (steps) to search, retrieve, verify, and integrate evidence to reach a final answer. However, existing methods for training these agents typically treat all steps within a trajectory uniformly during both supervised fine-tuning (SFT) a

中文介绍 提出 ABSeeker,用答案回溯的信用分配训练长时程搜索智能体。现有方法在 SFT 和 RL 中对轨迹内所有步骤一视同仁,导致关键检索/验证步骤难以被强化;ABSeeker 根据最终答案回溯,为决定性步骤分配合适权重。

WorldClaw: Agentic 3D Open-World Generation at Scale

👍 58

Generating large-scale, freely explorable 3D worlds from open-ended text remains challenging because a system must jointly maintain global spatial coherence, rich local content, and explicit assets suitable for downstream editing and reuse. We present WorldClaw, a fully agentic, coarse-to-fine frame

中文介绍 提出 WorldClaw,一种全智能体、由粗到精的 3D 开放世界生成框架,从开放式文本生成大规模可自由探索场景;在保持全局空间一致性和丰富局部内容的同时,输出可编辑、可复用的显式资产,支持下游编辑与重用。

GST-Bench: Can VLMs Develop Global Spatial Awareness from Video?

👍 42

Spatial intelligence is fundamental to embodied agents, yet existing benchmarks focus on local spatial perception from single or few viewpoints, overlooking global spatial awareness over continuous, long-horizon visual streams. To address this limitation, we introduce the Global-Spatial-Temporal Ben

中文介绍 提出 GST-Bench,用于评估 VLM 从连续长时程视频中发展全局空间感知能力。现有基准多局限于单/少视角的局部空间推理,GST-Bench 聚焦时空连续的全局空间意识,为具身智能体的空间智能提供更全面的评测。

EnvACE: Internalizing Environment Dynamics via World Rehearsal for Agentic Reinforcement Learning

👍 38

Training large language model agents for long-horizon tool use typically relies on interactions with real or synthesized executable environments, whose construction and verification are costly, or on external simulators that are difficult to ground. We introduce EnvACE, an agentic reinforcement lear

中文介绍 提出 EnvACE,通过世界预演将环境动态内化到智能体强化学习中。相比依赖真实/合成可执行环境或难接地气的模拟器,该方法让长时程工具使用智能体在内部世界模型中训练,降低环境构建与验证成本。

Learning from Failures: Retrieval-Centric CoT via Hard Negatives for Unified Multimodal Retrieval

👍 37

Unified multimodal retrieval aims to identify candidates that satisfy complex user intent expressed through heterogeneous inputs. Although Large Vision-Language Model (LVLM)-based retrievers are efficient and scalable, directly encoding raw multimodal inputs often misses fine-grained discriminative

中文介绍 面向统一多模态检索,提出基于困难负样本的检索中心思维链(Retrieval-Centric CoT)。直接编码原始多模态输入常遗漏细粒度判别信息,该方法让 LVLM 从失败案例中学习逐步推理,提升复杂跨模态意图下的检索性能。

ChronoVision: Temporal Reasoning via Latent State Reconstruction

👍 37

Multimodal large language models excel at passive perception but struggle with complex visual cognitive tasks requiring multi-step temporal reasoning. This degradation largely stems from the inherent ambiguity of language-based reasoning, which often fails to accurately articulate continuous visual

中文介绍 提出 ChronoVision,通过潜状态重建增强多模态大模型的时间推理能力。语言化推理难以准确表达连续视觉变化,该方法在潜在空间重建状态序列,缓解多步时间认知任务中的歧义,提升复杂视觉推理表现。

HarnessOpt-Bench: Evaluating LLMs at Harness Optimization

👍 33

As LLMs are increasingly deployed within agentic systems, their capabilities depend not only on the model weights but also on the harness: the prompts, tools, control flow, memory, and orchestration code surrounding them. This makes automated harness optimization -- the iterative and evaluation-guid

中文介绍 提出 HarnessOpt-Bench,评估 LLM 对智能体外围编排(harness)进行自动优化的能力。该基准覆盖提示、工具、控制流、记忆与编排代码,以迭代和评估驱动的方式衡量模型能否改进自身运行框架,拓展对智能体能力的评测。

From Economic Agents to Agentic Economies: A Systems Blueprint for Economic World Models

👍 32

Economic World Models (EWMs) are generative economic models that simulate how economies evolve from within by modeling heterogeneous agents, their beliefs and actions, and the market and institutional mechanisms through which their interactions produce aggregate outcomes. This paper develops an impl

中文介绍 提出经济世界模型(EWM)的系统蓝图:从异质智能体的信念与行动出发,模拟市场与制度机制如何聚合产生宏观结果。该框架支持生成式经济建模,使经济体从内部演化,为“智能体经济体”提供可实现的设计方案。

DataSpace: Benchmarking Data Agents for Verifiable Analytics over Heterogeneous Workspaces

👍 30

Data agents enable natural-language analytics over organizational workspaces, where relevant evidence may be scattered across databases, structured files, long documents, and multimedia. Existing benchmarks largely isolate structured querying, retrieval, or open-ended analysis, leaving heterogeneous

中文介绍 提出 DataSpace 基准,评估数据智能体在异构工作空间中进行可验证分析的能力。任务需跨数据库、结构化文件、长文档与多媒体整合证据,弥补现有基准将结构化查询、检索和开放式分析割裂的不足。

Teaching Nemotron Greek: Mining a Corpus, Adapting Retrieval, and Grounding Generation for Modern Greek across Specialist Domains

👍 29

Modern Greek is absent from NVIDIA's Nemotron retrieval models and from major multilingual retrieval benchmarks, despite being important for retrieval-augmented generation (RAG) in legal, energy, financial, and medical applications. We present an end-to-end adaptation of the Nemotron retrieval stack

中文介绍 针对现代希腊语在 Nemotron 检索模型与主流多语基准中缺失的问题,端到端适配检索栈:挖掘专业语料、调节检索策略、约束生成,覆盖法律、能源、金融、医疗等领域的 RAG,提升低资源语言专业检索能力。

On-Policy Delta Distillation for Multilingual Math Reasoning

👍 28

On-Policy Distillation (OPD) is emerging as a promising alternative to reinforcement learning for LLM post-training, yet its effectiveness in multilingual settings remains underexplored. We study OPD and its advanced variant, On-Policy Delta Distillation (OPD^2), for mathematical reasoning in Englis

中文介绍 研究在线策略蒸馏(OPD)及其变体 OPD^2 在多语言数学推理中的效果。OPD 正成为 RL 后训练的替代方案,本文探索其在英语等多语言场景下的蒸馏表现,检验 delta 蒸馏能否提升多语言数学推理能力。

GDPevo: Evaluating Agent Self-Evolution on Real Business Tasks

👍 24

Agent self-evolution updates an agent's persistent state from prior experience and reuses it to solve related tasks more effectively. Evaluating self-evolution is difficult: existing benchmarks provide limited coverage of economically valuable task domains, do not always design training and test tas

中文介绍 提出 GDPevo,在真实商业任务上评估智能体自我进化能力。现有基准缺乏经济价值任务覆盖且训练/测试设计不足;GDPevo 要求智能体从既往经验更新持久状态并迁移到相关新任务,更贴近实际业务部署。

Activity Frames: Deterministic Screen-Activity Compilation for Agent Memory and Replay

👍 23

Computer-use agents pay full frontier inference to re-derive routines their user has already performed, because an agent's memory today records what the user said, not what the user did. We compile passively captured screen activity into agent memory with a deterministic, zero-model pipeline: it seg

中文介绍 提出 Activity Frames,用确定性零模型流水线将被动捕获的屏幕操作编译为智能体记忆。与记录用户说了什么不同,它记录用户做了什么,让计算机使用智能体无需重新推理即可复现日常操作,支持高效记忆与回放。

SmartMage: Dynamic Modality Orchestration for 3D Scene Understanding

👍 23

Understanding 3D scenes is fundamental to embodied intelligence, requiring joint reasoning over heterogeneous information from multiple modalities, including visual and geometric cues. However, the relevance of these modalities often varies across queries. Existing Multimodal Large Language Models (

中文介绍 提出 SmartMage,通过动态模态编排提升 3D 场景理解。视觉、几何等模态的相关性随查询变化,该方法按查询动态调度模态融合,避免固定融合引入噪声,提升具身智能在复杂场景中的联合推理能力。

PaDoc: Layout-Grounded Parallel Decoding for Document Parsing

👍 21

End-to-end document parsers provide a unified interface, but serialize page layouts and regional contents into one autoregressive sequence. This formulation forces independent regions onto a decoding path whose length grows with the total content, whereas crop-based two-stage parsers expose region-l

中文介绍 提出 PaDoc,利用版面信息实现文档解析的并行解码。端到端解析器将版面与区域内容串行化成自回归序列,长度随内容增长;PaDoc 以版面为锚并行解码各区域,在保持统一接口的同时提升解析效率。

CalibForge: Adversarial Solver Calibration for Scaling Learnable Terminal Tasks

👍 21

Training terminal agents requires executable and verifiable tasks that are not merely solvable, but appropriately challenging for learning. Executable validation establishes feasibility, yet does not reveal how a task behaves relative to a given solver setting. In this paper, we present CalibForge,

中文介绍 提出 CalibForge,通过对抗式求解器校准为终端智能体生成可学习任务。可执行验证只能说明任务可行,无法反映相对当前求解器的难度;该方法迭代校准任务难度,兼顾可验证性与适当挑战性,支撑大规模智能体训练。

AI Settles a 25 Year-old Problem We Left Behind

@DimitrisPapail · 28.5K 粉丝 · 142.1K 阅 · 522 赞 · 86 转

Last week, GPT-5.6 and Claude Fable appear to have settled an open theoretical question in wireless communications that was intensely studied between 2000 till the 2010s and that I briefly worked on

中文介绍 GPT-5.6 与 Claude Fable 似乎解决了无线通信领域一个 25 年悬而未决的开放理论问题,该问题在 2000-2010 年代曾被密集研究。AI 低成本补上了人类遗留的理论缺口。

How to Automate Your Life With Claude (Full System)

@milesdeutscher · 675.2K 粉丝 · 103.7K 阅 · 514 赞 · 29 转

I've officially cloned myself with Claude. This isn't another generic AI second-brain article; what I'm about to reveal is the exact system I've used to automate 80%+ of my life using AI. Every

中文介绍 作者公开用 Claude 克隆自己的完整系统,声称已借此自动化生活中 80% 以上的事务。区别于泛泛的 AI 第二大脑文章,本文给出可直接上手的全套流程,适合想用 AI 接管个人工作流的人。

Why managed agents are the next big thing in agent building

@hwchase17 · 124.4K 粉丝 · 86.0K 阅 · 506 赞 · 68 转

Today we’re launching Managed Deep Agents - the easiest way to build, run and deploy production agents. We have a full release blog and docs if you want to read more. In this article I want to talk

中文介绍 LangChain 发布 Managed Deep Agents,主打以托管方式构建、运行和部署生产级 agent。作者认为托管 agent 是下一波 agent 开发的关键方向,重点降低部署门槛。发布博客与文档已同步上线。

AI Adoption is a Myth

@vasuman · 88.5K 粉丝 · 80.7K 阅 · 569 赞 · 33 转

You’re already in the top 1% of AI users. Yes, there’s a gap between you and the folks on the frontier. The crazy kids running 20 terminals simultaneously with a knowledge base that rewrites itself

中文介绍 作者提出「AI 采用是个神话」:你其实已处于 AI 用户前 1%,但与前沿玩家(同时开 20 个终端、自重构知识库)仍有巨大差距。文章质疑大众对 AI 采用率的感知,指出真正深度使用者极少。

Grok Build's most important features you should know

@XFreeze · 253.7K 粉丝 · 60.9K 阅 · 515 赞 · 67 转

In under 12 weeks, Grok Build has evolved from a terminal coding assistant into a full agentic software engineering platform....becoming one of the most powerful agent harnesses in the world. And

中文介绍 Grok Build 在 12 周内从终端编码助手进化成完整 agentic 软件工程平台,跻身最强 agent harness 之列。本文盘点了它最值得关注的核心功能,对想上手 Grok Build 的人有直接参考价值。

Profiling LLM Inference with SGLang and Torch Profiler

@jino_rohit · 6.9K 粉丝 · 20.3K 阅 · 519 赞 · 59 转

This blog is my attempt to learn how to profile an llm served using sglang and its in built torch profiler integration that comes out of box. The idea here would be try and understand when I hit

中文介绍 作者记录用 SGLang 内置的 Torch Profiler 对 LLM 推理服务进行性能分析的实战过程,从 out-of-box 集成入手,逐步理解 profiling 输出。属于面向推理优化初学者的踩坑式教程。

[AINews] Zawinski's Law of MultiAgents

a quiet day lets us find some connections among recent themes

中文介绍 Latent Space 的 AINews 栏目发文,援引“Zawinski 定律”探讨多智能体系统的设计,并在平静的一天中梳理近期相关主题之间的联系。

Responding to the next frontier of critical cyber capabilities

OpenAI is sharing preliminary cybersecurity evaluations for Astra and the steps we’re taking to strengthen safeguards and security controls.

中文介绍 OpenAI 公布其 Astra 模型的初步网络安全评估结果,并表示正在加强安全防护与控制措施,以应对关键网络能力的新前沿。

How HSP GRUPPE builds AI capabilities for tax advisory

Discover how HSP GRUPPE uses ChatGPT Enterprise to boost productivity, improve work quality, and create more capacity for tax advisory and client service.

中文介绍 OpenAI 介绍 HSP GRUPPE 如何利用 ChatGPT Enterprise 提升税务咨询的业务效率与工作质量,并为客户服务创造更多产能。

not much happened today

**OpenAI** escalates its upcoming **Astra** model to "critical" cyber status due to significant advancements in agentic coding and cybersecurity, pausing some activities to strengthen controls. The "Hugging Face incident" highlights persistent multi-agent coordination failures involving externalized

中文介绍 OpenAI 因 Astra 模型在智能体编码与网络安全方面取得重大进展,将其升级为“关键”网络能力级别,并暂停部分活动以强化控制;“Hugging Face 事件”则凸显多智能体协调的持续失败。

[AINews] AMD buys Taalas

The Inference Inflection is HEATING up.

中文介绍 Latent Space 的 AINews 报道,AMD 收购 AI 芯片公司 Taalas,文章认为这次收购显示“推理拐点”正在升温。

Improving GPT‑5.6 Sol in ChatGPT—and expanding access to GPT-5.6 Luna for free users

ChatGPT introduces improved GPT-5.6 Sol with better accuracy and consistency, plus expanded access for free users and unlimited everyday chats with GPT-5.6 Luna.

中文介绍 OpenAI 在 ChatGPT 中推出改进版 GPT-5.6 Sol,提升准确性与一致性;同时扩大免费用户对 GPT-5.6 Luna 的访问,开放无限次日常聊天。

Working with the American Psychological Association on youth mental health and AI

OpenAI and the American Psychological Association advance evidence-based guidance, resources, and safeguards for responsible AI use and youth mental health.

中文介绍 OpenAI 与美国心理学会(APA)合作,推进基于证据的指导、资源和保障措施,以促进负责任的 AI 使用并维护青少年心理健康。

not much happened today

**Meta's Muse Spark 1.2** rapidly rose to frontier-tier with top 5 ranking on Vals Index at **$0.69/test**, being **3x cheaper than Kimi** and **10x+ cheaper than Fable, Opus, and 5.6 Sol**. It achieved **gold-medal-level performance in five STEM Olympiads** with perfect theory scores in APhO and IP

中文介绍 Meta 的 Muse Spark 1.2 快速跻身前沿模型行列,在 Vals Index 排名前五,测试成本为 0.69 美元/次,比 Kimi 便宜 3 倍,比 Fable、Opus 和 5.6 Sol 便宜 10 倍以上,并在五项 STEM 奥赛中取得金牌级表现。

From asking to doing: How the world is putting ChatGPT to work

New OpenAI Signals data shows how people use ChatGPT worldwide, with country-level insights on adoption, usage trends, and evolving behavior.

中文介绍 OpenAI 发布新的 OpenAI Signals 数据,展示全球用户使用 ChatGPT 的方式,并提供国家层面的采用率、使用趋势及行为变化洞察。

Baseten on Hugging Face Inference Providers 🔥

中文介绍 Hugging Face 博客宣布 Baseten 已接入其 Inference Providers 平台,开发者可通过该服务运行 Hugging Face 上的模型推理。

市场总览

美股整体技术面偏强:SPY 距 52 周高点仅 -0.46%,MACD 金叉,RSI 报 66;NVDA 近 5 日涨 11.56%、MACD 金叉,MSFT 动量最强但 RSI 78.1 进入超买。加密市场情绪谨慎,恐慌贪婪指数报 31(恐慌),总市值 2.30T 美元、BTC 主导率 56.7%;BTC 站上 SMA20/50 但低于 SMA200,ETH RSI 56.8,整体呈中性震荡。中概股偏暖:BABA RSI 67.9、PDD 66.3,JD 74.3 超买。商品与外汇分化:黄金近 5 日涨 9.08%、RSI 67.7 偏强,油价 MACD 死叉偏弱,美元兑人民币空头排列、RSI 31.4。宏观面 VIX 维持空头排列低位运行,10Y 收益率 4.66% 贴近 52 周高点。

今日关注

NVDA 英伟达 (NVDA)
偏上行

现价 223.96 美元,高于 SMA20(206.82)、SMA50(206.07)及 SMA200(193.98),均线呈多头排列;MACD(3.05)上穿信号线(0.55)形成金叉,RSI14 报 64.4 处于偏强区间;近 1 日涨 2.27%、近 5 日涨 11.56%,动能领先,距 52 周高点约 5.32%。当前技术指标状态整体偏上行。

MSFT 微软 (MSFT)
偏上行

现价 499.99 美元,高于 SMA20(423.84)约 18%,近 5 日上涨 7.59%;MACD(27.56)大幅高于信号线(16.26),多头动能显著,但 RSI14 报 78.1 已进入超买区,存在短线超买信号;价格距 52 周高点 -9.7%。技术状态为动量偏上行但受超买约束。

BTC-USD 比特币 (BTC-USD)
中性

现价 65019.22 美元,高于 SMA20(64393.54)与 SMA50(63320.90),但低于 SMA200(70130.82),长期均线构成压力;MACD(173.49)高于信号线(74.61)呈金叉,RSI14 报 55.3 位于中性区间;加密恐慌贪婪指数 31(恐慌)与窄幅价格走势并存。当前技术面呈中性震荡特征。

USDCNY=X 美元/人民币 (USDCNY=X)
偏下行

现价 6.75,低于 SMA20(6.76)、SMA50(6.77)及 SMA200(6.90),均线空头排列;RSI14 报 31.4 接近超卖;MACD(-0.0087)低于信号线(-0.0069)维持死叉,价格贴近 52 周低点。美元兑人民币技术状态明确偏下行。

^VIX VIX 恐慌指数 (^VIX)
偏下行

现价 14.90,低于 SMA20(17.16)、SMA50(17.27)与 SMA200(18.58),空头排列完整;MACD(-0.457)低于信号线(-0.1296)延续死叉;RSI14 报 41.9,近 5 日下跌 6.82%,距 52 周高点 -57.79%。恐慌指数技术面偏下行,波动率处于低档。

全部资产

^VIX

VIX 恐慌指数

$14.90 -1.65%
5 日
-6.82%
距 52w 高
-57.8%
RSI(14)
41.9
趋势
空头
SMA 20 / 50 / 200
17.16 / 17.27 / 18.58
MACD / 信号
-0.457 / -0.130
MACD 死叉 (4 天前)空头排列

^TNX

10Y 美债收益率 (%)

$4.66 -0.21%
5 日
-1.79%
距 52w 高
-1.8%
RSI(14)
55.6
趋势
多头
SMA 20 / 50 / 200
4.63 / 4.54 / 4.30
MACD / 信号
0.037 / 0.042
MACD 死叉 (2 天前)接近 52 周高多头排列

DX-Y.NYB

美元指数 DXY

$99.64 +0.04%
5 日
-0.32%
距 52w 高
-2.1%
RSI(14)
36.9
趋势
中性
SMA 20 / 50 / 200
100.57 / 100.50 / 99.17
MACD / 信号
-0.271 / -0.101
接近 52 周高

SPY

S&P 500 ETF

$773.26 +0.61%
5 日
+3.51%
距 52w 高
-0.5%
RSI(14)
66.0
趋势
多头
SMA 20 / 50 / 200
750.17 / 747.19 / 702.97
MACD / 信号
6.186 / 2.849
MACD 金叉 (4 天前)接近 52 周高多头排列

QQQ

Nasdaq 100 ETF

$723.03 +1.17%
5 日
+5.09%
距 52w 高
-3.4%
RSI(14)
57.1
趋势
多头
SMA 20 / 50 / 200
700.34 / 714.57 / 647.85
MACD / 信号
0.112 / -4.330
MACD 金叉 (3 天前)多头排列

AAPL

Apple

$313.33 +0.29%
5 日
+1.43%
距 52w 高
-9.1%
RSI(14)
47.6
趋势
多头
SMA 20 / 50 / 200
323.43 / 309.79 / 279.41
MACD / 信号
0.878 / 4.059
多头排列

MSFT

Microsoft

$499.99 +0.03%
5 日
+7.59%
距 52w 高
-9.7%
RSI(14)
78.1
趋势
中性
SMA 20 / 50 / 200
423.84 / 407.01 / 433.08
MACD / 信号
27.562 / 16.262
RSI 超买

NVDA

Nvidia

$223.96 +2.27%
5 日
+11.56%
距 52w 高
-5.3%
RSI(14)
64.4
趋势
多头
SMA 20 / 50 / 200
206.82 / 206.07 / 193.98
MACD / 信号
3.052 / 0.551
MACD 金叉 (3 天前)多头排列

GOOGL

Alphabet

$354.30 -0.96%
5 日
-0.51%
距 52w 高
-13.3%
RSI(14)
50.7
趋势
中性
SMA 20 / 50 / 200
348.76 / 356.51 / 329.11
MACD / 信号
0.938 / -2.048

TSLA

Tesla

$328.58 +2.83%
5 日
+5.58%
距 52w 高
-34.1%
RSI(14)
41.4
趋势
空头
SMA 20 / 50 / 200
343.33 / 380.44 / 408.80
MACD / 信号
-19.758 / -20.783
MACD 金叉 (今天)空头排列

META

Meta

$592.10 +0.37%
5 日
+6.36%
距 52w 高
-25.6%
RSI(14)
47.7
趋势
空头
SMA 20 / 50 / 200
612.27 / 599.76 / 631.30
MACD / 信号
-7.541 / -5.065
空头排列
加密恐慌贪婪
31
恐慌
加密总市值
$2.30 T
+0.19% / 24h
BTC 主导率
56.7%
ETH 10.1%
24h 成交量
$33.9 B
活跃币 18,321

BTC-USD

Bitcoin

$65,019.22 +0.18%
5 日
+1.50%
距 52w 高
-48.5%
RSI(14)
55.3
趋势
中性
SMA 20 / 50 / 200
64,393.54 / 63,320.90 / 70,130.82
MACD / 信号
173.495 / 74.610
MACD 金叉 (2 天前)

ETH-USD

Ethereum

$1,917.19 +0.09%
5 日
+2.61%
距 52w 高
-61.3%
RSI(14)
56.8
趋势
中性
SMA 20 / 50 / 200
1,896.49 / 1,801.97 / 2,050.10
MACD / 信号
21.459 / 23.327

SOL-USD

Solana

$76.75 +1.02%
5 日
+4.11%
距 52w 高
-69.7%
RSI(14)
56.6
趋势
中性
SMA 20 / 50 / 200
74.54 / 75.32 / 83.53
MACD / 信号
-0.272 / -0.565
MACD 金叉 (1 天前)

BABA

阿里巴巴 (BABA)

$128.41 +1.26%
5 日
+5.04%
距 52w 高
-33.4%
RSI(14)
67.9
趋势
中性
SMA 20 / 50 / 200
118.99 / 113.81 / 140.09
MACD / 信号
4.288 / 2.841

PDD

拼多多 (PDD)

$91.76 +1.00%
5 日
+3.61%
距 52w 高
-34.2%
RSI(14)
66.3
趋势
中性
SMA 20 / 50 / 200
86.75 / 83.76 / 102.88
MACD / 信号
1.951 / 1.269

JD

京东 (JD)

$32.97 +0.49%
5 日
-0.12%
距 52w 高
-10.6%
RSI(14)
74.3
趋势
中性
SMA 20 / 50 / 200
31.12 / 29.03 / 29.43
MACD / 信号
1.242 / 1.092
RSI 超买

0700.HK

腾讯控股 (0700.HK)

HK$478.80 -0.08%
5 日
+0.76%
距 52w 高
-29.9%
RSI(14)
55.7
趋势
中性
SMA 20 / 50 / 200
466.87 / 454.15 / 535.37
MACD / 信号
8.212 / 5.924

GC=F

黄金期货

$4,400.10 +1.37%
5 日
+9.08%
距 52w 高
-21.2%
RSI(14)
67.7
趋势
中性
SMA 20 / 50 / 200
4,104.92 / 4,167.29 / 4,480.23
MACD / 信号
35.961 / -9.511

CL=F

WTI 原油期货

$78.86 +0.87%
5 日
-1.84%
距 52w 高
-34.0%
RSI(14)
47.8
趋势
中性
SMA 20 / 50 / 200
81.85 / 80.27 / 76.39
MACD / 信号
-0.497 / 0.114
MACD 死叉 (4 天前)

USDCNY=X

美元 / 人民币

¥6.75 -0.03%
5 日
-0.06%
距 52w 高
-6.2%
RSI(14)
31.4
趋势
空头
SMA 20 / 50 / 200
6.76 / 6.77 / 6.90
MACD / 信号
-0.009 / -0.007
接近 52 周低空头排列
风险提示

本报告基于历史价格与公开技术指标计算,过去走势不代表未来表现,技术信号可能随行情快速变化;本内容不构成任何投资建议,仅供技术指标解读参考。

Australia news live: NSW schools may ban take-home tests over AI concerns; minister calls urgent meeting over airport chaos

Intervention follows days of delays and a near-miss between two planes on the Sydney aiport tarmac. Follow today’s news live The NSW government is rolling out a new scheme of smart rental bonds, which will allow some renters to transfer their bonds from one rental to the next when they move house. T

中文摘要 澳大利亚新南威尔士州可能出于对人工智能的担忧禁止学校布置带回家完成的考试;交通部长就悉尼机场连日航班延误及两架飞机在跑道险些相撞事件召开紧急会议。州政府还推出智能租赁押金计划,允许部分租客将押金转至下一处住所。

What’s driving unrest in Pakistan-administered Kashmir?

Pakistan-administered Kashmir is facing its biggest political crisis in years. Al Jazeera's Ava Warriner explains.

中文摘要 巴基斯坦管理的克什米尔地区正面临多年来最严重的政治危机,半岛电视台记者Ava Warriner就该地区近期动荡及其驱动因素进行解读。

Body of woman found in suitcase by side of road in regional NSW

Police called to Oallen, about 40km south of Goulburn, on Sunday afternoon after suitcase discovered near Wolgon Road Follow our Australia news live blog for latest updates Get our breaking news email, free app or daily news podcast The body of a woman has been found in a suitcase by the side of a r

中文摘要 澳大利亚新南威尔士州奥阿伦(Oallen)Wolgon Road附近路边发现一只装有女性尸体的行李箱,发现地点位于古尔本以南约40公里。警方于周日下午接到报案,正在调查此事。

Residents warned to brace for the worst as Canada wildfire rages out of control

The Bald Range wildfire in British Columbia, still considered "out of control", has spread over 53 sq miles (136 sq km).

中文摘要 加拿大不列颠哥伦比亚省的Bald Range野火仍处于“失控”状态,过火面积已超过136平方公里(53平方英里),当地居民被警告需为最坏情况做好准备。

Canada Wildfires: What to Know About Fires in British Columbia and Ontario

Fire activity has increased sharply in British Columbia, with thousands evacuated from their homes just weeks after smoke from blazes in Ontario choked the East Coast.

中文摘要 加拿大野火形势严峻:不列颠哥伦比亚省火情急剧增加,数千人撤离家园;数周前安大略省野火浓烟曾蔓延至美国东海岸,造成空气质量恶化。

Demi Vollering wins Tour de France for the 2nd time

Vollering, who first won the competition in 2023, finished the stage more than a minute ahead of Spaniard Paula Blasi Cairol and 2024 champion Polish rider Katarzyna Niewiadoma-Phinney.

中文摘要 荷兰车手德米·沃勒林(Demi Vollering)第二次获得环法自行车赛冠军。她曾在2023年首次夺冠,今年以领先西班牙车手保拉·布拉西·凯罗尔和2024年冠军波兰车手卡塔日娜·涅维亚多马-菲尼逾一分钟的优势完赛。

Israel Rejects Trump’s 15-Point Plan to Disarm Hamas

President Trump’s Board of Peace announced an agreement last month that aimed at Hamas’s giving up its weapons alongside an Israeli withdrawal from Gaza.

中文摘要 以色列拒绝美国总统特朗普提出的15点计划,该计划旨在让哈马斯解除武装,并配合以色列从加沙撤军。特朗普的和平委员会上月宣布了这一协议。

Iran War Timeline: Key Moments and Attacks In U.S. and Israel’s Campaign

The United States and Israel attacked Iran on Feb. 28, starting a monthslong war that spread to neighboring countries and rocked global markets.

中文摘要 美国与以色列于2月28日对伊朗发动袭击,开启了一场持续数月的战争,冲突蔓延至周边国家,并冲击全球市场。该时间线梳理了双方战役的关键时刻与袭击经过。

Still Waiting for Peace in Gaza

A photojournalist with The New York Times details the displacement and danger, in words and images, that have come to define his home.

中文摘要 《纽约时报》一位摄影记者以文字与影像记录加沙民众的流离失所和日常危险,展示冲突对其家园造成的破坏,并继续等待和平。

How Iran's 'Axis of Resistance' has shaped the war

NPR's Rob Schmitz speaks with Peter Salisbury, professor at Columbia University's School of International and Public Affairs, about how Iran and its allies have reshaped the war in the Middle East.

中文摘要 NPR记者Rob Schmitz采访哥伦比亚大学国际与公共事务学院教授Peter Salisbury,探讨伊朗及其盟友组成的“抵抗轴心”如何重塑中东战争走向。

Israel rejects Trump's 15-point plan for Gaza, Netanyahu says

Israel's PM says its military will not pull out from Gaza until Hamas is "genuinely" disarmed.

中文摘要 以色列总理内塔尼亚胡拒绝特朗普提出的15点加沙和平计划,并表示在哈马斯被“真正”解除武装之前,以色列军队不会从加沙撤出。

Suspected crime boss Daniel Kinahan appears in court after extradition

The Irish Prison Service bought a bulletproof and bombproof van to transport the 49-year-old to court after his extradition from Dubai.

中文摘要 涉嫌犯罪集团头目丹尼尔·基纳汉(Daniel Kinahan)在从迪拜被引渡后出庭。爱尔兰监狱管理局为此购置了一辆防弹防爆押运车来运送这名现年49岁的嫌疑人。

Germany warns of ‘daily hybrid warfare’ after explosive-laden drone found

Espionage, sabotage, cyberattacks, and covert operations are a 'constant reality', says Germany's interior minister.

中文摘要 德国发现一枚装有爆炸物的无人机后,内政部长警告称,间谍、破坏、网络攻击和秘密行动等“混合战争”手段已成为“持续存在的现实”。

Netanyahu rejects US-led 15-point Gaza peace plan in rare public break with Trump

Israeli PM says IDF will not withdraw until Hamas is disarmed and rebukes US pressure to end wars without his country’s buy-in Middle East crisis live – latest updates Israel’s prime minister, Benjamin Netanyahu, has rejected a US-backed 15-point peace plan for Gaza in a rare public break with Donal

中文摘要 以色列总理内塔尼亚胡罕见公开拒绝美国支持的15点加沙和平计划,与特朗普发生公开分歧。他坚称以军不会在哈马斯解除武装前撤出加沙,并批评美国在未获以色列认可的情况下施压结束战争。

Latest Oil Market News and Analysis for Aug. 10

Oil extended gains as Iran and Oman remained short of a deal to reopen the Strait of Hormuz, while Houthi militants claimed an attack on a Saudi refinery near the Red Sea.

Aussie-Yen Is Set to Approach Three-Decade High, Analysts Say

The Australian dollar is poised to climb back toward a 35-year high against the yen as the impact of Tokyo’s currency intervention fades and the Reserve Bank of Australia’s hawkish stance bolsters the exchange rate, according to strategists.

Bloomberg This Weekend 08/09/2026

The news doesn’t stop when markets close. Hosts David Gura, Christina Ruffini and Lisa Mateo bring clarity, context and a bit of humor to the weekend’s biggest headlines, LIVE from New York. Joined by Puerto Rico Resident Commissioner Rep. Pablo José Hernández Rivera, Royal Observatory Greenwich Pla

By The Way: Headline You May Have Missed

$20 concert tickets, hoodies bulk, 'adversarial clothing,' ticks affecting Martha's Vineyard tourist season: Lisa Mateo joins David Gura and Christina Ruffini on Bloomberg This Weekend to share headlines you may have missed from over the week. (Source: Bloomberg)

该源今日无内容。