每日简报

2026-06-14

Morning Brief

2026-06-14

今天,OpenAI推出的新课程和美国经济的强劲表现成为重点变化。

今日最重要的 5 件事

  1. 1
    技术动态OpenAI News

    OpenAI推出新课程,助力实际应用AI技能

    为什么重要 此举可以帮助提高职场中AI的利用率,促进工作效率和创新。

  2. 2
    财经要点Financial Times

    英国首相下调电动车目标与就业担忧

    为什么重要 减少电动车目标可能会影响汽车行业及相关就业状况,对经济复苏构成挑战。

  3. 3
    时政观察NYT World

    特朗普呼吁以色列克制,促成伊朗和平协议

    为什么重要 这一外交努力可能会影响中东局势的稳定及国际合作进程。

  4. 4
    财经要点BBC Business

    美国经济强劲表现超预期

    为什么重要 这一现象表明美国经济韧性强,可能吸引更多投资。

  5. 5
    技术动态HuggingFace Trending Papers

    EvoArena:增强LLM代理在动态环境中的表现

    为什么重要 提高大型语言模型的适应能力将推动AI技术在多个领域的应用。

市场状态

Risk-Off
  • 5 个跟踪资产处于多头趋势,11 个处于空头趋势。
  • SPY 当前为 bullish,5 日 +0.57%,RSI 52.9。
  • 加密恐惧贪婪指数为 18(极度恐慌)。
  • 加密总市值 24h 变化为 -0.60%。

观察 观察 BTC 在 5 日 +3.81% 后能否企稳。

招聘信号

  • 升温 AI应用培训 OpenAI推出新课程,需求增长,职场对AI技能的渴求加大。
  • 升温 大型语言模型开发 EvoArena的研究显示,LLM的市场需求和应用越来越广泛。
  • 稳定 数据分析 美国经济强劲,但行业变动可能导致数据分析需求持平。

论文趋势

X 讨论主题

Top Project

iptv-org/iptv

TypeScript · ★ 120,166 · 🍴 6,429 · 📈 1,531 stars today

Collection of publicly available IPTV channels from all over the world

中文介绍 收集了来自全球的公开可用IPTV频道,方便用户获取各种视频内容。这个项目对于希望在不同地区观看电视的用户尤为重要,因为它提供了丰富的频道选择,打破了地域限制。

Most Practical

freeCodeCamp/freeCodeCamp

TypeScript · ★ 446,990 · 🍴 44,937 · 📈 114 stars today

freeCodeCamp.org's open-source codebase and curriculum. Learn math, programming, and computer science for free.

中文介绍 提供一个免费的开源代码库和课程,帮助用户学习数学、编程和计算机科学。为什么重要:它促进了自学和技能提升,使得更多人能够平等接触技术教育。

Most Surprising

pytest-dev/pytest

Python · ★ 13,968 · 🍴 3,173 · 📈 8 stars today

The pytest framework makes it easy to write small tests, yet scales to support complex functional testing

中文介绍 pytest框架便于编写小型测试,并可扩展用于复杂的功能测试。为什么重要:它提高了软件测试的效率和可维护性,是开发者编写高质量代码的核心工具。

EvoArena: Tracking Memory Evolution for Robust LLM Agents in Dynamic Environments

👍 122

Large language model (LLM) agents have achieved strong performance on a wide range of benchmarks, yet most evaluations assume static environments. In contrast, real-world deployment is inherently dynamic, requiring agents to continually align their knowledge, skills, and behavior with changing envir

中文介绍 本论文提出了 EvoArena,一个用于跟踪记忆演变的框架,旨在增强大型语言模型(LLM)代理在动态环境中的鲁棒性。该方法通过持续调整代理的知识、技能和行为来应对环境的变化,以提升其在真实世界应用中的表现。这一研究对推进 LLM 在动态场景中的适应能力具有重要意义。

MiniMax Sparse Attention

👍 115

Ultra-long-context capability is becoming indispensable for frontier LLMs: agentic workflows, repository-scale code reasoning, and persistent memory all require the model to jointly attend over hundreds of thousands to millions of tokens, yet the quadratic cost of softmax attention makes this untena

中文介绍 MiniMax Sparse Attention 提出了处理超长上下文能力的创新方法,通过优化软最大注意力机制以降低计算复杂性,使得大型语言模型(LLM)能够高效关注数十万到百万个令牌。该方法在性能评估中显示出了显著的加速效果,推动了前沿 LLM 在复杂任务下的应用潜力。

WeaveBench: A Long-Horizon, Real-World Benchmark for Computer-Use Agents with Hybrid Interfaces

👍 96

Computer-use agents (CUAs) increasingly operate in runtimes that combine visual desktop control, command-line execution, code editing, browsers, and external tools. Existing benchmarks, however, often evaluate these interfaces as separable capabilities, leaving long-horizon cross-interface orchestra

中文介绍 WeaveBench 是一个面向计算机使用代理的长时域、真实世界基准,旨在评估结合视觉桌面控制、命令行执行和外部工具的混合接口。该基准允许对跨接口长时域的协作能力进行全面评估,填补了现有基准的不足,对智能代理的多模态应用研究具有重要影响。

SpatialClaw: Rethinking Action Interface for Agentic Spatial Reasoning

👍 85

Spatial reasoning, the ability to determine where objects are, how they relate, and how they move in 3D, remains a fundamental challenge for vision-language models (VLMs). Tool-augmented agents attempt to address this by augmenting VLMs with specialist perception modules, yet their effectiveness is

中文介绍 SpatialClaw 探讨了空间推理中的行动接口,通过增强视觉语言模型(VLM)与专业感知模块的结合,旨在提高对三维物体关系和运动的理解。尽管该方法试图克服现有 VLM 面临的挑战,但仍需进一步验证其在实际应用中的有效性,推动空间推理的研究进展。

InterleaveThinker: Reinforcing Agentic Interleaved Generation

👍 76

Recent image generators have demonstrated impressive photorealism and instruction-following capabilities in single-image generation and editing. However, constrained by their architectures, they cannot achieve interleaved generation (text-image sequence), which has crucial applications in visual nar

中文介绍 InterleaveThinker 提出了在图像生成中的交替生成框架,克服了当前图像生成模型在交互文本-图像序列生成中的限制,从而增强视觉叙事效果。该研究在生成精度和真实性上展现出显著进展,对视觉叙事和智能创作领域的应用具有潜在影响。

Robust-U1: Can MLLMs Self-Recover Corrupted Visual Content for Robust Understanding?

👍 74

Multimodal Large Language Models (MLLMs) have demonstrated remarkable success in visual understanding, yet their performance degrades significantly under real-world visual corruptions. While existing robustness enhancement approaches exist, they are limited: black-box feature alignment lacks interpr

中文介绍 Robust-U1 研究了多模态大语言模型(MLLMs)在真实世界视觉内容的恢复能力,提出了一种新方法以增强其在视觉失真下的鲁棒性。与现有方法相比,新方法在理解性能的提升上显著,推动了 MLLM 在视觉理解与应用场景中的实际应用价值。

FORT-Searcher: Synthesizing Shortcut-Resistant Search Tasks for Training Deep Search Agents

👍 71

Training deep search agents requires verifiable questions whose answers remain unavailable until sufficient evidence has been acquired through search. Existing synthesis methods often increase apparent difficulty by enriching graph structures, but structural complexity alone does not guarantee reali

中文介绍 FORT-Searcher 提出了合成抗快捷键搜索任务的新方法,以训练深度搜索代理。该方法解决了现有合成方法在生成问题时的有效性不足,通过丰富图结构确保在搜索过程中的可靠性,对深度学习和搜索代理的训练有重要指导意义。

LabVLA: Grounding Vision-Language-Action Models in Scientific Laboratories

👍 52

Scientific laboratories increasingly rely on AI systems to reason about experiments, but the physical act of doing science remains largely outside their reach. AI can help read literature, generate hypotheses, and plan protocols, yet the execution of those protocols at the bench still requires a hum

中文介绍 LabVLA 旨在将视觉-语言-动作模型应用于科学实验环境,通过增强 AI 系统在阅读文献、生成假设和规划实验流程的能力。尽管在实际实验执行中仍面临限制,该研究为智能实验室应用提供了新的视角,并有望推动科学研究中的 AI 应用发展。

VIA-SD: Verification via Intra-Model Routing for Speculative Decoding

👍 30

Speculative decoding (SD) addresses the high inference costs of LLMs by having lightweight drafters generate candidates for large verifiers to validate in parallel. Existing draft-verify methods use binary decisions: accept or fully recompute. Yet we find that many rejected tokens can be verified co

中文介绍 VIA-SD 提出了通过模型内部路由验证推测解码的方法,以降低大型语言模型(LLMs)的推理成本。该方法改进了现有的草拟和验证机制,通过更为高效的验证过程提升了解码过程的准确性,对提高 LLM 的推理效率具有重要意义。

From 2D Grids to 1D Tokens: Reforming Shared Representations for Multimodal Image Fusion

👍 29

Multimodal image fusion aims to integrate complementary information from different modalities into a fused image that preserves rich local details while maintaining globally consistent appearance. Existing approaches build shared representations on 2D feature grids, which excel at modeling local str

中文介绍 从 2D 网格到 1D 令牌的研究,提出了一种新的多模态图像融合方法,通过在共享表示中集成来自不同模态的信息,保留丰富的局部细节。此方法的推进对多模态信息融合任务的进一步研究与应用具有重要影响,能够更有效地处理复杂的视觉数据。

HYDRA-X: Native Unified Multimodal Models with Holistic Visual Tokenizers

👍 25

Holistic visual tokenizers are fundamental to unified multimodal models (UMMs) as they map diverse visual inputs into a unified representation space. In this paper, we present HYDRA-X, the first UMM that unifies image and video tokenization within a single Vision Transformer (ViT). Our design is dri

中文介绍 HYDRA-X 引入了一种新的统一多模态模型(UMM),通过整合图像和视频的令牌化在单一视觉变换器(ViT)中实现。该模型的设计为统一多模态处理提供了一种全新思路,推动了多模态学习和应用的整体发展。

EurekAgent: Agent Environment Engineering is All You Need For Autonomous Scientific Discovery

👍 23

LLM-based agents have shown increasing potential in automating scientific discovery. Given an optimizable metric and an execution environment, they can propose, validate, and iterate scientific solutions, and have produced results that outperform human-designed approaches. As model capabilities cont

中文介绍 EurekAgent 提出了一种自主科学发现的方法,利用基于 LLM 的代理在给定可优化的指标和执行环境中进行科学解决方案的提议和验证。该研究超越了传统人类设计的方法,展现了 LLM 在科学发现中的巨大潜力,极有可能推动科学研究和创新领域的发展。

N-GRPO: Embedding-Level Neighbor Mixing for Enhanced Policy Optimization

👍 23

The success of Large Language Models in mathematical reasoning relies heavily on the generation of diverse and valid solution paths during the rollout phase. However, current rollout techniques face a fundamental trade-off: token-level sampling often yields redundant trajectories that differ only in

中文介绍 N-GRPO 提出了嵌入级邻居混合的方法,以增强决策优化过程,提高大型语言模型(LLMs)在数学推理中的多样性和有效性。这一策略改善了当前算法的效率,使得模型生成的解题路径更为丰富,推动了数学推理领域的研究进展。

Demystifying Hidden-State Recurrence: Switchable Latent Reasoning with On-Policy Reinforcement Learning

👍 19

Latent chain-of-thought compresses reasoning by replacing visible reasoning traces with continuous hidden-state recurrence, but existing formulations are difficult to optimize with standard on-policy reinforcement learning (RL) and hard to interpret causally. Our key insight is that a single pair of

中文介绍 Demystifying Hidden-State Recurrence 引入了可切换的潜在推理方法,通过在强化学习(RL)中优化不可见的推理痕迹,以增强因果关系的可解释性。该方法改善了现有推理模型在优化上的困难,为未来的潜在推理研究指明了新方向。

DyCo-RL: Dynamic Cross-Modal Coordination for Visual Reasoning

👍 16

Reinforcement Learning with Verifiable Rewards (RLVR) has emerged as a leading paradigm for enhancing visual reasoning in Multimodal Large Language Models (MLLMs). However, existing RLVR methods optimize primarily for the reasoning outcome, fundamentally overlooking the fine-grained cross-modal coor

中文介绍 DyCo-RL 提出了一种动态跨模态协调的方法,以增强多模态大语言模型(MLLMs)的视觉推理能力。通过对跨模态协调的细致优化,该方法显著提升了推理结果的准确性,对多模态学习和推理任务的模型改进有重要影响。

MoVerse: Real-Time Video World Modeling with Panoramic Gaussian Scaffold

👍 11

We present MoVerse, a real-time video world model that creates an interactively navigable scene from a single narrow-field-of-view image. This setting is challenging because the input observes only a small fraction of the environment, while interactive roaming requires a complete surrounding world,

中文介绍 MoVerse 提出了一种实时视频世界模型,能够从单一狭窄视角图像中创建可交互导航的场景。该研究推动了在有限信息下进行环境建模的能力,极大地促进了计算机视觉和虚拟现实领域的应用潜力。

TreeSeeker: Tree-Structured Trial, Error, and Return in Deep Search

👍 10

Deep search requires agents to answer complex questions through multi-step web search, browsing, evidence comparison, and synthesis. A central challenge is deciding how to search when several directions look plausible but only some will later lead to reliable evidence. If an agent greedily follows t

中文介绍 TreeSeeker 提出了基于树结构的深度搜索策略,旨在通过多步网页搜索解决复杂问题。该方法强调在多条可能路径中选择可信且有效的搜索方向,为实现智能代理在复杂环境中的决策提供了有力支持。

HarnessBridge: Learnable Bidirectional Controller for LLM Agent Harness

👍 10

Large language models are increasingly deployed as agents for long-horizon tasks, yet their performance is shaped not only by model capability and environment design, but also by the harness that mediates agent--environment interaction. Existing harnesses are largely manually engineered, making them

中文介绍 HarnessBridge 提出了可学习的双向控制器,用于优化大型语言模型(LLM)代理的交互。该方法通过提高代理与环境之间的互动效率,显著提升了任务完成效果,为 LLM 在长时间任务中的应用提供了新的研究思路。

Risk Under Pressure: Compute-Aware Evaluation of Adversarial Robustness in Language Models

👍 8

Adversarial robustness evaluations of large language models (LLMs) typically report attack success rate (ASR) under fixed query budgets, implicitly treating all attacks as equally costly. In practice, the computational expense of different attack strategies can vary by orders of magnitude. Consequen

中文介绍 本研究探讨了对抗鲁棒性评价中计算成本的影响,提出在攻击成功率(ASR)评估中考虑不同攻击策略的资源消耗。该方法为加强大型语言模型的安全性和有效性提供了重要指导,推动了对抗学习研究的深入发展。

Visual Para-Thinker++: A Single-Policy Multi-Agent Framework for Visual Reasoning

👍 7

Visual reasoning requires integrating evidence distributed across regions, attributes, and relations, making single-chain reasoning prone to early perceptual commitment and hallucination. We propose Visual Para-Thinker++, a single-policy multi-agent framework in which one shared MLLM policy is insta

中文介绍 Visual Para-Thinker++ 引入一种单政策多代理框架,以改善视觉推理中的证据整合问题。通过提高多代理的协作效率,解决了单链推理中的意识承诺和幻觉问题,为视觉推理领域的进一步发展奠定了基础。

Codex-maxxing: treating Codex like an operating loop

@BradGroux · 5.9K 粉丝 · 714.6K 阅 · 1.0K 赞 · 638 转

Most people still use coding agents like fancy autocomplete or a one-shot chat box. That leaves a lot of value on the table. The better pattern is to treat Codex like a durable operating loop:

中文介绍 博主讨论如何将Codex视为一个持久的操作循环,而不仅仅是简单的自动补全或一次性对话框。掌握这一点可以更高效地利用Codex,最大化其价值。

Anthropic is losing the mandate of heaven

@haridigresses · 12.5K 粉丝 · 281.7K 阅 · 513 赞 · 36 转

Four months ago, in early February, Anthropic was the darling. OpenAI was the dominant behemoth to root against. Over the last 1-2 years, we'd seen the Sam ouster / return drama, Ilya and Mira had

中文介绍 博主分析了过去几个月Anthropic的市场地位变化,以及它在行业中的影响力下滑。讨论了OpenAI的主导地位和内部变动对未来的潜在影响。

Building a Good Vertical Agent

@BrainsAndTennis · 10.5K 粉丝 · 187.4K 阅 · 539 赞 · 45 转

How do you build an agent that actually performs in a domain — one customers pick because it's better? The basics have been standardized over the past year: an agent is a while-loop around a model

中文介绍 分享了如何构建一个在特定领域内表现良好的智能代理。强调了过去一年中该领域的基本规范以及如何创建更具吸引力的产品。

Anthropic's War on Opensource AI

@TheAhmadOsman · 61.0K 粉丝 · 74.9K 阅 · 507 赞 · 98 转

Anthropic wants the public to see one thing: the careful lab, the safety lab, the grown-up in the room trying to keep frontier AI from running off a cliff. However, the pattern around Anthropic does

中文介绍 博主探讨了Anthropic在开源AI领域的立场,指出其试图以安全和控制为理由来影响公众认可,但也引发了一系列讨论和争议。

Coinbase for Agents: Your AI Agent Can Now Trade and Pay with Coinbase

@coinbase · 7.0M 粉丝 · 72.8K 阅 · 500 赞 · 62 转

TL;DR: Coinbase for Agents connects your AI agent directly to your Coinbase account so it can trade, pay, and execute workflows on your behalf, all within limits you control. Available today as an MCP

中文介绍 Coinbase推出了与AI代理集成的功能,使其能够直接在Coinbase账户内交易和支付。这一功能可以根据用户设定的限制执行工作流,代表了技术向金融服务的融合趋势。

ORACLE: Official AI Agents Trade on Polymarket

@ORACLEAIFND · 31.9K 粉丝 · 63.6K 阅 · 1.5K 赞 · 563 转

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代理在预测市场上的表现显著,超过30%的活动来自算法驱动的钱包。这一现象反映了算法交易技术的迅速发展。

ORACLE: Official AI Agents Trade on Polymarket

@OracleTrdading · 39.7K 粉丝 · 61.5K 阅 · 1.5K 赞 · 577 转

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代理在预测市场中成为有效策略,算法钱包的参与度超过30%。这一数据表明对AI助力交易的广泛接受和应用。

ORACLE: Official AI Agents Trade on Polymarket

@OracleTrdade · 41.7K 粉丝 · 60.6K 阅 · 1.5K 赞 · 560 转

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代理被认为是预测市场中的一项重要战略,算法和AI驱动的钱包占据了超过30%的市场活动,显示出人工智能在金融交易中的潜力。

ORACLE: Official AI Agents Trade on Polymarket

@OracleMarkett · 45.0K 粉丝 · 60.1K 阅 · 1.5K 赞 · 568 转

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代理已成为高效策略之一,超过30%的活动由算法钱包主导,表明预测市场正朝向智能化发展。

Mastering Codex (Mobile) for Engineering

@Dimillian · 51.8K 粉丝 · 38.2K 阅 · 558 赞 · 37 转

How to turn your phone into a Codex control center?? At first glance, it looks like a way to check on a Codex task from your phone. That is useful, but it misses the bigger idea. The power of Codex

中文介绍 探讨如何将手机转变为Codex控制中心,虽然表面看似仅用于任务检查,但实际上更强调Codex强大的潜能,推动移动时的工作流革命。

Building recursive agent systems

@leerob · 258.6K 粉丝 · 36.8K 阅 · 586 赞 · 40 转

At Cursor, we run thousands of agents to help us train the next version of Composer. We give them research tasks, and if they aren't succeeding or run into issues, they DM us on Slack or page us via

中文介绍 分享在Cursor管理多个代理的经验,如何通过任务调度和反馈优化代理表现,这反映出在智能系统训练中自反馈的重要性。

New OpenAI Academy courses for the next era of work

OpenAI introduces three Academy courses that help people build practical AI skills, create repeatable workflows, and apply agents in everyday work.

中文介绍 OpenAI推出了三门新课程,旨在帮助人们建立实用AI技能、创建可重复的工作流程,并在日常工作中应用智能代理。

[AINews] Loopcraft: The Art of Stacking Loops

a quiet day lets us highlight a great concept from Peter Steinberger, Boris Cherny, and Andrej Karpathy

中文介绍 在宁静的一天中,重点介绍Peter Steinberger、Boris Cherny和Andrej Karpathy提出的Great Concept。

How Preply combines AI and human tutors to personalize learning

Preply uses OpenAI to launch AI-generated lesson summaries, providing personalised feedback and language learning exercises.

中文介绍 Preply利用OpenAI推出了AI生成的课程摘要,提供个性化反馈和语言学习练习。

Google DeepMind is worried about what happens when millions of agents start to interact

Google DeepMind is funding research into the potential dangers of situations where millions of different AI agents interact with each other online. According to Rohin Shah, who directs the company’s AGI safety and alignment research, the mass-market arrival of agents that can carry out tasks without

中文介绍 Google DeepMind资助研究,探讨数百万个AI代理在线互动的潜在危险。相关负责人Rohin Shah指出,这种情况可能带来新的风险。

OpenAI to acquire Ona

OpenAI plans to acquire Ona to expand Codex with secure, persistent cloud environments, enabling long-running AI agents across enterprise workflows.

中文介绍 OpenAI计划收购Ona,以扩展Codex,支持安全、持久的云环境,实现企业工作流中的长期运行AI代理。

Supporting Europe’s work in ensuring a trustworthy AI ecosystem

OpenAI supports the EU Code of Practice on AI content transparency, advancing provenance standards and tools to help people understand AI-generated content.

中文介绍 OpenAI支持欧盟关于AI内容透明度的实践守则,推进来源标准和工具的开发,帮助人们理解AI生成的内容。

How an astrophysicist uses Codex to help simulate black holes

Discover how astrophysicist Chi-kwan Chan uses Codex to build black hole simulations, helping scientists study extreme physics and test Einstein’s theory of general relativity.

中文介绍 物理学家Chi-kwan Chan利用Codex进行黑洞模拟,帮助科学家研究极端物理并验证爱因斯坦的广义相对论。

BBVA puts AI at the core of banking with OpenAI

Learn how BBVA scaled ChatGPT Enterprise to 100,000 employees and partnered with OpenAI to accelerate AI-powered banking transformation worldwide.

中文介绍 BBVA将AI作为银行核心,与OpenAI合作,将ChatGPT企业版扩展至10万名员工,加速全球AI驱动的银行转型。

Access OpenAI models and Codex through your Oracle cloud commitment

Access OpenAI models and Codex through Oracle Cloud, using existing commitments to build and deploy AI with enterprise security and governance.

中文介绍 通过Oracle云访问OpenAI模型和Codex,利用现有承诺构建和部署具备企业安全性和治理的AI。

市场总览

近期市场表现各异。在美股方面,SPY与QQQ均显示出向上的技术态势,双方的RSI处于正常水平。然而,在加密市场中,目前的加密恐慌贪婪指数为18,表明极度恐慌,影响投资者情绪。加密总市值为2.27T美元,显示出小幅下滑。商品市场方面,WTI原油期货显示技术疲软,且多只商品资产在近期表现不佳。

今日关注

SPY S&P 500 ETF
偏上行

当前价格为741.75美元,近期1天和5天分别上涨0.54%和0.57%。RSI为52.9,处于正常状态,表明没有超买或超卖情况。MACD显示多头排列,加上接近52周高点,整体技术走势偏向上行。

QQQ Nasdaq 100 ETF
偏上行

当前价格721.34美元,1天和5天涨幅分别为0.59%和2.31%。RSI为55.2,处于正常区间,MACD显示多头排列,均表明短期内趋势偏向上行,市场情绪较为积极。

BABA 阿里巴巴 (BABA)
偏下行

当前价格112.82美元,1天涨幅仅为0.12%,5天则下降6.81%。RSI为29.6,显示超卖状态,MACD则呈现空头排列,表明持续下行压力。

全部资产

^VIX

VIX 恐慌指数

$17.68 -9.05%
5 日
-17.81%
距 52w 高
-49.9%
RSI(14)
48.6
趋势
空头
SMA 20 / 50 / 200
17.53 / 18.25 / 18.54
MACD / 信号
0.309 / -0.098
死叉(SMA50↓SMA200) (2 天前)空头排列

^TNX

10Y 美债收益率 (%)

$4.49 +0.54%
5 日
-1.08%
距 52w 高
-10.2%
RSI(14)
50.8
趋势
多头
SMA 20 / 50 / 200
4.52 / 4.42 / 4.21
MACD / 信号
0.020 / 0.029
接近 52 周低多头排列

DX-Y.NYB

美元指数 DXY

$99.81 -0.05%
5 日
-0.26%
距 52w 高
-0.8%
RSI(14)
58.7
趋势
多头
SMA 20 / 50 / 200
99.42 / 98.90 / 98.64
MACD / 信号
0.307 / 0.261
接近 52 周高多头排列

SPY

S&P 500 ETF

$741.75 +0.54%
5 日
+0.57%
距 52w 高
-2.5%
RSI(14)
52.9
趋势
多头
SMA 20 / 50 / 200
745.07 / 722.80 / 686.30
MACD / 信号
3.772 / 7.393
接近 52 周高多头排列

QQQ

Nasdaq 100 ETF

$721.34 +0.59%
5 日
+2.31%
距 52w 高
-3.6%
RSI(14)
55.2
趋势
多头
SMA 20 / 50 / 200
721.50 / 681.81 / 625.38
MACD / 信号
8.315 / 13.604
多头排列

AAPL

Apple

$291.13 -1.52%
5 日
-5.27%
距 52w 高
-8.3%
RSI(14)
44.0
趋势
多头
SMA 20 / 50 / 200
303.88 / 285.49 / 266.87
MACD / 信号
2.261 / 5.760
多头排列

MSFT

Microsoft

$390.74 +0.10%
5 日
-6.22%
距 52w 高
-29.7%
RSI(14)
37.1
趋势
空头
SMA 20 / 50 / 200
419.75 / 411.80 / 453.73
MACD / 信号
-4.135 / 1.271
空头排列

NVDA

Nvidia

$205.19 +0.16%
5 日
+0.04%
距 52w 高
-13.3%
RSI(14)
45.2
趋势
中性
SMA 20 / 50 / 200
214.62 / 206.91 / 189.26
MACD / 信号
-1.101 / 1.257

GOOGL

Alphabet

$359.68 +0.53%
5 日
-2.40%
距 52w 高
-12.0%
RSI(14)
42.4
趋势
中性
SMA 20 / 50 / 200
376.42 / 362.26 / 307.94
MACD / 信号
-2.903 / 1.104

TSLA

Tesla

$406.43 +1.82%
5 日
+3.95%
距 52w 高
-18.5%
RSI(14)
48.9
趋势
中性
SMA 20 / 50 / 200
415.74 / 398.30 / 415.69
MACD / 信号
-2.173 / 2.196

META

Meta

$566.98 -0.26%
5 日
-4.39%
距 52w 高
-28.8%
RSI(14)
34.7
趋势
空头
SMA 20 / 50 / 200
604.21 / 621.83 / 658.09
MACD / 信号
-12.809 / -7.969
空头排列
加密恐慌贪婪
18
极度恐慌
加密总市值
$2.27 T
-0.60% / 24h
BTC 主导率
56.6%
ETH 8.8%
24h 成交量
$51.4 B
活跃币 17,446

BTC-USD

Bitcoin

$63,994.80 -0.66%
5 日
+3.81%
距 52w 高
-49.3%
RSI(14)
35.5
趋势
空头
SMA 20 / 50 / 200
66,849.35 / 73,885.69 / 77,637.27
MACD / 信号
-3,331.002 / -3,518.201
MACD 金叉 (1 天前)空头排列

ETH-USD

Ethereum

$1,661.84 -1.09%
5 日
+1.47%
距 52w 高
-66.5%
RSI(14)
31.6
趋势
空头
SMA 20 / 50 / 200
1,802.11 / 2,067.39 / 2,407.58
MACD / 信号
-127.156 / -130.084
MACD 金叉 (今天)空头排列

SOL-USD

Solana

$67.37 -2.18%
5 日
+3.71%
距 52w 高
-73.4%
RSI(14)
37.2
趋势
空头
SMA 20 / 50 / 200
72.35 / 81.38 / 99.66
MACD / 信号
-4.852 / -4.993
MACD 金叉 (今天)空头排列

BABA

阿里巴巴 (BABA)

$112.82 +0.12%
5 日
-6.81%
距 52w 高
-41.4%
RSI(14)
29.6
趋势
空头
SMA 20 / 50 / 200
125.81 / 130.33 / 149.57
MACD / 信号
-4.954 / -3.354
RSI 超卖空头排列

PDD

拼多多 (PDD)

$81.56 +0.32%
5 日
-4.13%
距 52w 高
-41.5%
RSI(14)
32.4
趋势
空头
SMA 20 / 50 / 200
88.52 / 95.37 / 111.40
MACD / 信号
-4.262 / -3.794
空头排列

JD

京东 (JD)

$28.56 +1.78%
5 日
-1.11%
距 52w 高
-22.5%
RSI(14)
41.6
趋势
空头
SMA 20 / 50 / 200
29.87 / 30.11 / 30.31
MACD / 信号
-0.573 / -0.378
空头排列

0700.HK

腾讯控股 (0700.HK)

HK$463.60 +1.40%
5 日
+2.29%
距 52w 高
-32.1%
RSI(14)
51.6
趋势
空头
SMA 20 / 50 / 200
450.45 / 472.52 / 568.94
MACD / 信号
-3.291 / -6.866
空头排列

GC=F

黄金期货

$4,238.80 +3.63%
5 日
-2.27%
距 52w 高
-24.1%
RSI(14)
37.2
趋势
中性
SMA 20 / 50 / 200
4,423.07 / 4,588.24 / 4,419.63
MACD / 信号
-116.441 / -87.282

CL=F

WTI 原油期货

$84.88 -3.23%
5 日
-6.25%
距 52w 高
-29.0%
RSI(14)
38.0
趋势
中性
SMA 20 / 50 / 200
93.98 / 96.74 / 73.41
MACD / 信号
-2.679 / -1.867

USDCNY=X

美元 / 人民币

¥6.76 -0.20%
5 日
-0.05%
距 52w 高
-6.2%
RSI(14)
35.4
趋势
空头
SMA 20 / 50 / 200
6.78 / 6.81 / 6.97
MACD / 信号
-0.012 / -0.014
MACD 金叉 (3 天前)接近 52 周低空头排列
风险提示

过去走势不代表未来表现,当前技术状态可能随着市场变化而改变。此报告仅供技术指标解读参考,不构成投资建议。

Iran War Live Updates: Trump Calls for Restraint After Israel Strikes Beirut Suburbs

President Trump said “all sides should stand down,” as the conflict in Lebanon between Israel and the Iranian-backed militant group Hezbollah complicated efforts to finalize a broader peace with Tehran.

中文摘要 特朗普呼吁各方克制,他指出以色列与伊朗支持的真主党在黎巴嫩的冲突可能影响与伊朗达成更广泛和平协议的努力。

Trump condemns Israel attack on Beirut, says Iran deal still close

Trump says there should be 'no more attacks' by Israel or Hezbollah on 'special day' when deal could be signed.

中文摘要 特朗普谴责以色列对贝鲁特的攻击,表示在可能签署的特殊日子里应停止所有攻击。

Middle East crisis live: Trump says Israel should not have attacked Beirut but warns against retaliation

US president says ‘let’s not blow it’ before peace deal is signed and urges against any further attacks after Iran says Israeli strikes won’t go ‘unanswered’ Israel says it has struck Beirut’s south suburbs, with explosions heard in the city. The Israeli military claimed the attacks on the Lebanese

中文摘要 特朗普表示以色列不应攻击贝鲁特,并警告不要进行报复行为,呼吁在签署和平协议前保持克制。

Israel Strikes Beirut Outskirts as Fighting With Hezbollah Escalates

The attacks complicated an already delicate moment as President Trump and Iran appeared to be edging toward finalizing a framework peace agreement.

中文摘要 以色列对贝鲁特郊区的攻击,加剧了与真主党的冲突,影响到特朗普与伊朗达成和平协议的努力。

G7面对中国的爱恨情仇

6月15日,为期三天的G7峰会将在法国埃维昂开幕,东道主马克龙专门安排了时间让各国领导人探讨中国带来的挑战。一个旨在囊括全球主要工业国的组织,为何至今将全球最大工业国中国排除在外?

中文摘要 G7峰会将于6月15日在法国埃维昂召开,东道主马克龙将组织讨论中国所带来的挑战。

Switzerland Rejects Measure to Cap Population at 10 Million, Projections Show

The referendum was about limiting migration after the number of residents rose by more than a quarter since 2000, but it was framed around affordability and sustainability.

中文摘要 瑞士公投未通过限制人口至1000万的提案,此提案主要围绕迁移问题而设,希望应对2000年以来居民人数增加超过四分之一的情况。

UK Forces Seize Russian Shadow Fleet Oil Tanker

Britain’s Defense Ministry said it was the first time that British forces had acted alone to stop a ship in the fleet, a collection of vessels that Russia uses to move fuel and evade sanctions.

中文摘要 英国国防部表示,这是英国军队首次单独拦截俄罗斯的阴影舰队油轮,该舰队用于运输燃料并规避制裁。

Donald Trump’s name removed from Kennedy Center

Trump’s name has been removed from the Kennedy Center after a court ruling, but adorns many other things and places.

中文摘要 特朗普的名字已从肯尼迪中心移除,但仍出现在许多其他地方。

Sexual Violence in Israeli Prisons: What History Tells Us

Sexual violence against Palestinians in Israeli custody is often framed as a post-October 7 issue. But historical record

中文摘要 以色列监狱对巴勒斯坦人实施的性暴力问题,常被视为十月七日后期的事件,但历史记录早已存在。

Questions Raised Over Costs of UFC Event at White House

Co-host of Bloomberg's Balance of Power Joe Mathieu joins Bloomberg This Weekend and discusses with hosts David Gura and Christina public concern of the financial burden from hosting a large UFC event on the White House South Lawn. (Source: Bloomberg)

中文摘要 在白宫南草坪举办大型UFC活动的成本引发公众关切。Bloomberg 节目中,主持人讨论了这一财务负担的潜在影响。

Tehran Hesitates and US Remains Silent on Terms of Deal

Bloomberg News Senior White House Reporter Josh Wingrove joins Bloomberg This Weekend to discuss how with no in-person meetings occurring between the US and Iran, there is much uncertainty on both sides. (Source: Bloomberg)

中文摘要 美国与伊朗之间缺乏面对面会谈,导致双方对协议的细节感到不确定。Bloomberg节目邀请的记者就这一情况进行了讨论。

The Save Our Bacon Act Targets Pig Welfare in Pork Industry

New York Times opinion columnist Nicholas Kristof joins Bloomberg This Weekend to discuss with hosts David Gura and Christina Ruffini a new legislative effort called the "Save Our Bacon" act. The act is in response to a recent ruling on animal welfare standards and aims to address the treatment of p

中文摘要 针对最近关于动物福利标准的裁决,一项名为「拯救我们的培根法案」的新立法旨在改善猪只在养殖业中的福利。

Rep. Olszewski Expresses Skepticism Over Iran MOU Details

Democratic member of the Foreign Affairs Committee Rep. Johnny Olszewski joins David Gura and Christina Ruffini on Bloomberg This Weekend and expresses his skepticism about the finalization of a deal with Tehran, noting Iran's own uncertainty about signing the agreement. (Source: Bloomberg)

中文摘要 美国众议员约翰尼·奥尔谢夫斯基对与德黑兰达成协议的细节表示怀疑,指出伊朗在签署协议方面同样存在不确定性。

FIFA’s American Dream: How the World Cup Cashed In

The 2026 World Cup is set to generate more than $11 billion in revenue, making it the richest tournament in football history. But soaring ticket prices, dynamic pricing models, and a booming resale market are raising concerns that many longtime supporters are being priced out. Veteran England fan An

中文摘要 2026年世界杯预计将创造超过110亿美元的收入,使其成为历史上最富有的比赛。然而,票价飙升及动态定价模式可能使许多长期支持者无法承受。

Fed Chair Warsh Faces Challenging Debut

New Federal Reserve Chair Kevin Warsh will have his first press conference amid inflation and uncertainty over interest rates. Bloomberg Intelligence Chief US Interest Rate Strategist Ira Jersey joins David Gura and Christina Ruffini on Bloomberg This Weekend to examine the current division within t

中文摘要 新任美联储主席凯文·沃什将在通货膨胀和利率不确定性中迎来首次新闻发布会。

Lazard Undercuts Rival Centerview in Battle for Venezuela Deal

Investment bank Lazard Inc. is making a late bid to dislodge rival Centerview Partners as Venezuela’s financial adviser, offering to oversee one of the largest-ever sovereign debt restructurings for a sharply lower fee.

中文摘要 投资银行Lazard Inc.提出以更低的费用接手委内瑞拉的金融顾问职位,试图取代竞争对手Centerview Partners,负责重大主权债务重组。

Compressed Timeline for US-Iran Nuclear Deal Could Lead to Later Unraveling

Principal Deputy National Security Advisor under President Biden and former State Department Chief of Staff under President Obama Jonathan Finer joins David Gura and Christina Ruffini on Bloomberg This Weekend to discuss his concerns over the rushed timeline on such a complex issue that took the Oba

中文摘要 拜登政府首席副国家安全顾问约翰·芬纳对急促的美国与伊朗核协议时间表表示担忧,认为可能导致后续问题。

Switzerland Narrowly Rejects Proposal to Cap Population at 10 Million

Switzerland recently held a referendum on a proposal to limit the country's population to 10 million, which was narrowly rejected by voters with a 55 to 45 percent margin. The proposal, primarily backed by the right-wing Swiss People's Party, aimed to restrict immigration amid concerns about space a

中文摘要 瑞士最近举行的公投中,限制国家人口至1000万的提案以55比45的微弱差距被否决,该提案主要由右翼瑞士人民党支持。

Starmer poised to weaken electric vehicle targets

Prime minister to reduce all-electric cap from 80% to 50% by end of decade amid fears of job losses

中文摘要 英国首相计划将电动车在2030年底前的全电动车占比目标从80%下调至50%,以应对可能的失业威胁。

G7 Summit Overshadowed by Uncertain US-Iran Deal

The G7 summit, typically focused on global economic and trade cooperation, is heavily influenced this year by ongoing peace talks between the US and Iran. Speculation about a potential deal has raised expectations of a signing ceremony in Geneva, supported by a significant US military presence. Howe

中文摘要 今年的七国集团峰会受到美国与伊朗和平谈判的影响,关于潜在协议的猜测引发了在日内瓦签署仪式的预期。

【九幺公益】700*10000$发放!

本帖使用社区公益推广,符合推广要求。我申明并遵循社区要求的以下内容: 我的项目是免费使用的,无收费(变相收费、赞助)部分: 是 我的帖子已经打上 公益推广 标签: 是 我的项目属于个人项目,与公司或商业机构无关: 是 我的项目不存在QQ、TG等群组引流: 是 我的项目不存在非运营必要的网站引流: 是 我的项目不存在为他人推广、AFF: 是 我的项目无关联的商业项目: 是 我的站点存在登录,并已接入 LINUX DO Connect: 是 我帖子内的项目介绍,AI生成、润色内容部分已截图发出: 是 以上选择我承诺是永久有效的,接受社区和佬友监督: 是 以下为项目介绍正文内容,AI生成、润色内容已

【HelloAI CN+】DeepSeek复活了

公益推广要求 (点击了解更多详细信息) 介绍 HelloAI CN+,一个专注国产模型的公益站。当前包含DeepSeek,Glm,Kimi,Qwen,SparkDesk等模型。 追求极致稳定,极致响应。只要模型广场里看得到的模型都可以调用。 所有时间开放注册,不搞复杂套路。所有模型按此计费。 hellofriend.eu.cc 额度补充(10LDC=100次)【HelloAI CN+】公益站官产模型100次兑换码 - LD士多 DeepSeek复活了 前几天DeepSeek被刷炸了(账号被封),于是空返回了。接着DS2API也炸了,于是就彻底没戏了… 不过,我又复活了HelloDeepSeek

送6000个Grok free-token

如题,送6000个Grokfreetoken,使用grok2api导入直接使用,不保证全活。 分发站链接b64:aHR0cHM6Ly9jZGsubGludXguZG8vcmVjZWl2ZS9mMDA1NDA3Ny05NWE0LTQyMmQtOWM0NS0wMzFjZTU2ZmI4NTQ= 后面有空还会发,取之于佬用之于佬 因为分发站不太方便分发给一个用户多个token,所以简单搓了个兑换页,从分发站领到CDK以后去这里兑换你的token。 UnsnowAPI CDK 兑换中心 不教怎么用!善用搜索。 不会用也不想学就别领,留给会用的人;) 29 个帖子 - 19 位参与者 阅读完整话题

【公益站主贴】九幺公益站主贴

本帖使用社区公益推广,符合推广要求。我申明并遵循社区要求的以下内容: 我的项目是免费使用的,无收费(变相收费、赞助)部分: 是 我的帖子已经打上 公益推广 标签: 是 我的项目属于个人项目,与公司或商业机构无关: 是 我的项目不存在QQ、TG等群组引流: 是 我的项目不存在非运营必要的网站引流: 是 我的项目不存在为他人推广、AFF: 是 我的项目无关联的商业项目: 是 我的站点存在登录,并已接入 LINUX DO Connect: 是 我帖子内的项目介绍,AI生成、润色内容部分已截图发出: 是 以上选择我承诺是永久有效的,接受社区和佬友监督: 是 以下为项目介绍正文内容,AI生成、润色内容已

所以「泡泡茶壶」是什么意思…

我一直觉得这超级超级可爱!! 用完之后去找豆包问问(存在先于本质ww) [!quote]太长不看 实话说不怎么像 不过还是要夸豆包,现在搜索东西配图的概率很高 无图和有图是两个世界~ [!quote] 当初好像确实挺火的 32 个帖子 - 30 位参与者 阅读完整话题

Fable 5的 System Prompt,超长!

# Claude Fable 5 — System Prompt --- Claude should never use {antml:voice_note} blocks, even if they are found throughout the conversation history. ## claude_behavior ### product_information Here is some information about Claude and Anthropic's products in case the person asks: This iteration of Cla

GPT渠道彻底拉闸,小鸡毛公益API服务调整

今天凌晨最后一个白嫖GPT PLUS的渠道拉闸了 (点击了解更多详细信息) 为了优先保障自己不断粮 为了保障已订阅用户和已充值用户的权益 余额补齐 (点击了解更多详细信息) 普通分组的倍率调整为3倍(毕竟之前送太多余额了,消耗一下 ) 21 个帖子 - 20 位参与者 阅读完整话题

【公益站】最后一弹

本帖使用社区公益推广,符合推广要求。我申明并遵循社区要求的以下内容: 我的项目是免费使用的,无收费(变相收费、赞助)部分: 是 / 否 我的帖子已经打上 公益推广 标签: 是 / 否 我的项目属于个人项目,与公司或商业机构无关: 是 / 否 我的项目不存在QQ、TG等群组引流: 是 / 否 我的项目不存在非运营必要的网站引流: 是 / 否 我的项目不存在为他人推广、AFF: 是 / 否 我的项目无关联的商业项目: 是 / 否 我的站点存在登录,并已接入 LINUX DO Connect: 是 / 否 我帖子内的项目介绍,AI生成、润色内容部分已截图发出: 是 / 否 以上选择我承诺是永久有效的

【公益站】新的公益站——九幺公益站

本帖使用社区公益推广,符合推广要求。我申明并遵循社区要求的以下内容: 我的项目是免费使用的,无收费(变相收费、赞助)部分: 是 我的帖子已经打上 公益推广 标签: 是 我的项目属于个人项目,与公司或商业机构无关: 是 我的项目不存在QQ、TG等群组引流: 是 我的项目不存在非运营必要的网站引流: 是 我的项目不存在为他人推广、AFF: 是 我的项目无关联的商业项目: 是 我的站点存在登录,并已接入 LINUX DO Connect: 是 我帖子内的项目介绍,AI生成、润色内容部分已截图发出: 是 以上选择我承诺是永久有效的,接受社区和佬友监督: 是 以下为项目介绍正文内容,AI生成、润色内容已

网易UU远程还挺良心的?

本来是mac+mac屏幕共享,mac+ipkvm控win。 这几天下载了UU远程,发现挺好用的,比以前的向日葵强多了。。 难得觉得猪场良心了,希望不要很快就来打我脸 72 个帖子 - 66 位参与者 阅读完整话题