每日简报

2026-07-01

Morning Brief

2026-07-01

今天的主要变化是全球科技领域的不断创新与金融市场风险的平衡。

今日最重要的 5 件事

  1. 1
    财经要点Bloomberg Markets

    拉加德称通胀与增长风险趋平衡

    为什么重要 拉加德的表态可能影响未来的货币政策,显示出欧元区经济复苏的趋势,值得关注。

  2. 2
    技术动态GitHub Trending

    AI 代理工具 agency-agents 发布

    为什么重要 该项目展示了定制化AI的应用潜力,可能提升团队的工作效率,影响各行业的生产力。

  3. 3
    财经要点Bloomberg Markets

    美国公司6月新增98,000个职位

    为什么重要 这一数据在一定程度上反映了美国经济的改善,可能会影响市场预期和政策方向。

  4. 4
    技术动态HuggingFace Trending Papers

    BlockPilot 提升扩散模型的生成效率

    为什么重要 这种新技术可能在实时推理任务中引领新的应用,改变文本生成模型的性能表现。

  5. 5
    时政观察NYT World

    美伊间接谈判在卡塔尔进行

    为什么重要 这一外交进展可能会对中东局势产生深远影响,值得密切关注国际关系的变动。

市场状态

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

观察 观察 BTC 在 5 日 -1.84% 后能否企稳。

招聘信号

  • 升温 AI代理开发 多项新发布的AI代理工具显示出需求增长,尤其是在团队协作和生产力方面。
  • 升温 基因组学AI性能基准 GeneBench-Pro的推出表明生物领域对高性能AI工具的需求日益增加。
  • 升温 实时推理专家 BlockPilot的开发提升了AI技术在实时推理中的应用潜力,市场上对此类技能的需求正在上升。

论文趋势

X 讨论主题

Top Project

msitarzewski/agency-agents

Shell · ★ 122,218 · 🍴 19,944 · 📈 2,097 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 代理,包括前端开发、社区管理等多种角色,每个代理都拥有独特的专业技能和个性特征。重要性在于它展示了一种可定制的 AI 解决方案,可以提升团队的工作效率和创造力。

Most Practical

usestrix/strix

Python · ★ 28,873 · 🍴 3,182 · 📈 1,195 stars today

Open-source AI penetration testing tool to find and fix your app’s vulnerabilities.

中文介绍 这是一个开源的 AI 渗透测试工具,旨在帮助用户发现和修复应用程序中的安全漏洞。重要性在于它促进了应用安全性的提升,使开发者能够及早发现潜在威胁。

Most Surprising

HKUDS/Vibe-Trading

Python · ★ 16,244 · 🍴 2,773 · 📈 682 stars today

"Vibe-Trading: Your Personal Trading Agent"

中文介绍 Vibe-Trading 是个人交易代理,旨在优化用户的交易体验。重要性在于它可能成为个人投资者与市场互动的新桥梁,简化交易流程。

Agentic Abstention: Do Agents Know When to Stop Instead of Act?

👍 127

LLM agents are expected to act over multiple turns, using search, browsing interfaces, and terminal tools to complete user goals. Yet not every goal is well specified or achievable in the available environment. In such cases, a reliable agent should recognize that further interaction is unlikely to

中文介绍 论文探讨了 LLM 代理在不明确或不可实现的目标情况下,如何判断何时停止交互而非继续行动的问题。此方法强调了代理在多回合交互中的可靠性,旨在提升代理的决策能力和智能水平,尤其在复杂环境中对用户请求的响应。意义:为 Agent、自我监控研究提供了新的方向。

Dockerless: Environment-Free Program Verifier for Coding Agents

👍 79

Program verifiers play a central role in training coding agents, including selecting trajectories for supervised fine-tuning (SFT) and providing rewards for reinforcement learning (RL). Standard execution-based verification requires running unit tests inside per-repository environments such as Docke

中文介绍 提出了一种新型无环境的程序验证器 Dockerless,用于协调编码代理的训练,避免传统的基于执行的验证方式中的运行环境限制。通过实现不依赖于具体仓库环境的验证,提高了编程代理在强化学习和有监督微调中的表现。意义:推动了编码代理的通用性和效率。

DOPD: Dual On-policy Distillation

👍 70

On-policy distillation (OPD) offers superior capacity transfer by supervising student-sampled trajectories with dense token-level signals. To furnish high-quality supervision sources and thereby elevate the performance frontier of distillation, an intuitive direction is to infuse privileged informat

中文介绍 提出了双重在线蒸馏 (DOPD) 方法,通过密集的标记级信号监督学生采样的轨迹,以提高蒸馏性能。此方法添加了特权信息,旨在提升蒸馏的高质量监督源,推动模型能力的提升。意义:加强了模型蒸馏研究,促进了高效学习的探索。

BlockPilot: Instance-Adaptive Policy Learning for Diffusion-based Speculative Decoding

👍 65

Speculative decoding accelerates inference by using a lightweight draft model to generate candidate tokens in parallel, and are then verified by the target model, enabling lossless acceleration. Recently, diffusion-based speculative decoding further improves parallelism by generating multiple tokens

中文介绍 BlockPilot 提出了实例自适应策略学习方法,改进了基于扩散的投机解码,通过并行生成候选标记加速推理过程。此方法允许在无损加速的同时,提高了解码的灵活性和效率。意义:在实时推理和生成领域提升了应用潜力,减轻了计算负担。

Beyond IID: How General Are Tabular Foundation Models, Really?

👍 37

Foundation models for predictive machine learning on tabular data have recently gained significant traction in academia and industry. Research communities across disciplines are increasingly evaluating tabular foundation models on diverse datasets and tasks. However, these task- and discipline-speci

中文介绍 研究了表格基础模型在各种数据集和任务中的生成能力,探讨其如何超越独立同分布假设。论文评估了这些模型在不同任务中的表现差异,旨在理解它们的泛化能力。意义:促进表格数据处理领域的发展,为多学科应用提供参考。

One-Step Gradient Delay is Not a Barrier for Large-Scale Asynchronous Pipeline Parallel LLM Pretraining

👍 20

Modern large-scale LLM pretraining benefits from utilizing Pipeline Parallelism; however, synchronous implementations leave GPUs idle during pipeline bubbles, wasting computational resources. Asynchronous Pipeline Parallelism eliminates these bubbles, maximizing throughput at the cost of gradient st

中文介绍 指出了一步梯度延迟对于大规模异步管道并行 LLM 预训练不是障碍的问题。此方法通过消除训练中的空闲等待期,最大化计算资源的利用率,从而提升模型训练的吞吐量和效率。意义:为深度学习模型的训练优化提供了新的思路。

SkillHone: A Harness for Continual Agent Skill Evolution Through Persistent Decision History

👍 19

Agent skills extend language-model agents with task-specific procedures, scripts, and references, but the tasks and environments they target continually change. Existing methods improve skills in bounded runs and retain only the final artifact, discarding the decision history that later agents need

中文介绍 SkillHone 提出了一个持续的决策历史框架,增强了语言模型代理的任务专用技能。此方法解决了现有技能提升仅依赖最终结果的问题,保留决策历史以便后续代理使用。意义:为持续学习和智能代理的技能演化提供了新的理解与实现方式。

Multi-Block Diffusion Language Models

👍 19

Block Diffusion Language Models (BD-LMs) improve diffusion-based text generation with KV caching and flexible-length generation. A natural next step is to extend them from Single-Block Diffusion (SingleBD) to Multi-Block Diffusion (MultiBD), where a running-set of consecutive blocks is decoded concu

中文介绍 多块扩散语言模型 (Multi-Block Diffusion Language Models) 通过 KV 缓存和灵活的长度生成,提升了扩散文本生成的效率。该研究将单块扩散模型扩展到多块,旨在实现在多任务环境中更高效的语言生成。意义:推动了文本生成模型的性能提升和应用扩展。

Evolution Fine-Tuning: Learning to Discover Across 371 Optimization Tasks

👍 19

Would experience designing faster GPU kernels also help close in on a long-standing open mathematical conjecture? Large Language Models (LLMs) integrated into evolutionary search have recently produced state-of-the-art solutions on optimization tasks, including open mathematical conjectures, GPU ker

中文介绍 探讨了演化微调如何在 371 个优化任务中学习发现新解。论文揭示了将大语言模型与演化搜索结合的潜力,取得了在优化任务上具有前沿性的结果。意义:为优化问题解决提供了新的方法论,并可能影响计算机科学和数学领域的研究方向。

MemLearner: Learning to Query Context memory for Video World Models

👍 16

Video World Models are interactive video generation models that predict future world states based on user actions and history video frames. A critical challenge in video world models is the lack of memory, causing inconsistent generated scenes over extended durations. Previous methods explored rule-

中文介绍 MemLearner 引入了一种学习查询上下文记忆的方法,旨在改进视频世界模型中因缺乏记忆而导致的生成场景不一致性问题。该方法通过修正历史视频帧的处理,提高了生成任务的稳定性。意义:提升交互式视频生成模型的能力,为未来的智能代理提供更可靠的记忆机制。

Managing Procedural Memory in LLM Agents: Control, Adaptation, and Evaluation

👍 14

Procedural memory is increasingly used to improve LLM agents on recurring workplace tasks, yet its ability to produce reusable skills remains poorly understood. We introduce AFTER, a benchmark of 382 realistic enterprise tasks spanning six professional roles and 22 procedural skills, designed to eva

中文介绍 论文中提出的 AFTER 基准用于评估程序性记忆在 LLM 代理的表现,通过包含 382 项真实企业任务来研究技能的可重用性及其适应性。此研究为过程记忆应用提供了重要的评估框架和实际案例支持。意义:为持续学习和智能任务执行提供关键的评价标准。

DataEvolver: Self-Evolving Multi-Agent Data Construction for Text-Rich Image Generation

👍 12

Text-rich image generation is one of the most challenging settings in image generation, since models must simultaneously produce visually realistic images and render legible, semantically aligned, and layout-consistent text. Existing data pipelines usually follow a static crawl-filter-freeze paradig

中文介绍 DataEvolver 提出了自我演化的多代理数据构建方法,旨在应对文本丰富图像生成中视觉和文本的一致性问题。通过动态数据生成,显著提升了生成图像的质量和文本的可读性,打破静态数据管道的限制。意义:推动了高质量图像生成领域的创新与应用。

SWE-Together: Evaluating Coding Agents in Interactive User Sessions

👍 12

Most coding-agent benchmarks are static: an agent receives a complete task description up front and is judged only by its final code. Real coding assistance is interactive, with users clarifying goals, adding constraints, and correcting mistakes over multiple turns. We introduce SWE-Together, a mult

中文介绍 SWE-Together 通过引入交互用户会话的编码代理评估标准,解决了传统静态基准导致局限性的问题。该方法强调多轮交互中用户的反馈,以更真实地反映代理的协助能力与表现。意义:提升了编码代理在实际应用中的适应性和交互能力。

Little Brains, Big Feats: Exploring Compact Language Models

👍 9

While large language models have been dominating the research landscape recently, small language models remain highly relevant across various domains; yet, they receive far less attention. In this study, we investigate how smaller language models perform during the generation stage within a Retrieva

中文介绍 研究小型语言模型在生成阶段的表现,尽管大语言模型近期备受关注,但小模型在多任务中的表现仍然具有重要价值。通过对比分析,该研究为小型模型在多样化应用中的潜能提供了新的见解。意义:为语言模型的可扩展性和实用性探索提供了信号。

Reinforcement Learning with Metacognitive Feedback Elicits Faithful Uncertainty Expression in LLMs

👍 9

Metacognition is a critical component of intelligence that describes the ability to monitor and regulate one's own cognitive processes. Yet LLMs exhibit systemic deficiencies in key metacognitive faculties: they hallucinate with high confidence, fail to recognize knowledge boundaries, and misreprese

中文介绍 研究了基于元认知反馈的强化学习如何帮助 LLM 真实表达不确定性。在当前的 LLM 中,常常存在自信过度和知识边界不清晰等问题,提出的方法可促进其在复杂决策中的运用。意义:为提高智能系统的可靠性和情境适应能力提供了新途径。

PolyFlow: Continuous Topology Embedding Flow Matching for Artist-style Mesh Generation

👍 8

Autoregressive Transformers dominate high-quality mesh generation by producing artist-worthy topologies, yet their inherent sequential decoding induces substantial computational overhead, falling orders of magnitude slower than parallel generative models. On the other hand, while continuous diffusio

中文介绍 PolyFlow 提出了持续拓扑嵌入流匹配方法,旨在改进基于自回归 Transformer 的网格生成,通过消减序列解码带来的计算开销以提高速度。研究表明,流模型在并行生成中展现了更高的效率与质量。意义:推动了计算机图形学和生成模型的应用趋势。

Xiaomi-GUI-0 Technical Report

👍 6

Graphical user interface (GUI) agents build on vision-language models to complete user tasks end-to-end in real applications through interface actions such as tapping, swiping, text entry, and navigation. However, existing GUI agents are trained and evaluated largely on offline trajectories, simulat

中文介绍 论文提出一种基于视觉语言模型的 GUI 代理,旨在通过用户界面操作完成用户任务,同时解决在真实应用环境中训练和评估的不足,提供更灵活的操作能力。意义:提升了人机交互界面的智能化水平,促进 GUI 代理的发展。

TheoremGraph: Bridging Formal and Informal Mathematics

👍 6

Mathematical knowledge is organized around statements and their dependencies, but this structure is exposed unevenly: informal papers cite mostly at the document level, while formal libraries record fine-grained dependencies over a much smaller body of mathematics. We introduce TheoremGraph, a unifi

中文介绍 TheoremGraph 提出了一种统一框架,旨在连接形式与非形式数学知识,通过记录数学陈述及其依赖关系,填补现有文献中的知识鸿沟,推动数学知识的结构化表示。意义:加强了数学知识管理与利用的基础,为在线教育和科学研究提供支持。

QVal: Cheaply Evaluating Dense Supervision Signals for Long-Horizon LLM Agents

👍 5

LLM agents increasingly act over long horizons, where a single trajectory can contain hundreds or thousands of actions. In these settings, outcome-only rewards provide too sparse guidance, failing to inform the model about the goodness of intermediate actions. Dense supervision methods aim to solve

中文介绍 QVal 提出了便宜且有效的方式来评估长时间 LLM 代理的稠密监督信号,解决了结果导向奖励稀疏的问题,以丰富模型对中间动作的反馈信息。意义:为长时间交互任务中的学习策略优化提供了新的方向。

BrainJanus: A Unified Model for Understanding and Generation across Brain, Vision, and Language

👍 4

Modeling the bidirectional correspondence between external sensory stimuli and internal neural activity has emerged as a critical frontier in neuroscience. However, existing approaches predominantly treat brain encoding and decoding as isolated tasks, relying heavily on unimodal alignment and extern

中文介绍 BrainJanus 研究了大脑、视觉与语言之间理解和生成的统一模型,旨在建立外部感官刺激与内部神经活动之间的双向对应关系。此方法强调模态间的协同效应,为神经科学研究提供了新的视角。意义:推动多模态学习和理解机制的深入探索。

The AI Economy: The Next Chapter

@rickyho_1989 · 9.7K 粉丝 · 296.6K 阅 · 508 赞 · 69 转

Part I: The Economics of Intelligence Why the AI industry is about to optimize for intelligence per dollar rather than intelligence itself I have become increasingly convinced that the artificial

中文介绍 博主探讨了 AI 产业即将转向每美元智能优化而非单纯智能的原因,反映出行业对于经济效益的重视。随着技术的进步,智能经济的模式可能发生根本性变化,这一趋势正在被广泛讨论。

ORACLE: Official AI Agents Trade on Polymarket

@OracleLimited · 37.6K 粉丝 · 202.9K 阅 · 2.8K 赞 · 562 转

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% 的 Polymarket 活动来自算法和 AI 驱动的钱包。此趋势显示 AI 在金融领域的深度应用正在不断加深。

ORACLE: Official AI Agents Trade on Polymarket

@OracleAiTrading · 34.1K 粉丝 · 176.1K 阅 · 2.7K 赞 · 567 转

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% 的 Polymarket 活动来自算法和 AI 驱动的钱包。此趋势表明 AI 技术正在快速渗透金融市场。

How to Build a $10,000-Level Website With Animations in Claude Code

@monokern · 1.9K 粉丝 · 175.8K 阅 · 546 赞 · 49 转

Agencies charge $5,000 for a portfolio site that looks this good I built mine in 2 hours. Here's exactly how This is the real walkthrough - not a generic template guide I'm using my own portfolio as

中文介绍 博主分享了如何通过 Claude Code 在二小时内搭建一个价值 10,000 美元的网站的全过程,指出传统机构收取 5,000 美元的设计费。该内容提供了具体的操作步骤,适合追求高效设计的人士。

How To Become An AI Engineer in 2026 (Without a CS Degree)

@cyrilXBT · 187.0K 粉丝 · 171.8K 阅 · 505 赞 · 91 转

There is a sentence sitting on almost every AI engineering job posting that stops people before they even apply. Bachelor's degree in Computer Science required. Most people read that line, close the

中文介绍 博主讨论了无计算机科学学位的情况下如何在 2026 年成为 AI 工程师的问题,指明招聘信息中对计算机科学学位的要求是许多求职者的障碍。这一观点表明行业对于人才培养和入行门槛的持续关注。

46 thoughts on the near future

@bayeslord · 41.6K 粉丝 · 86.2K 阅 · 511 赞 · 43 转

This list is based on a thread I posted on June 4th. A few edits and additions here and there. Several people asked me to make the thread easier to read, so here it is. Intelligence I think people are

中文介绍 博主对未来的一些思考进行了汇总,涉及智能的各个方面,反映出对未来科技发展的深刻洞察。这些讨论呈现了人们对即将到来的变化的期待与担忧,标志着相关话题正在升温。

Build the machine economy with Unicity

@unicity_labs · 126.3K 粉丝 · 5.2K 阅 · 531 赞 · 200 转

Unicity is building The Secure Compute Platform for Autonomous AI. Identity, execution, governance, and payments - rebuilt for machines, with no human in the loop. The internet is being rebuilt for

中文介绍 Unicity 正在构建面向自主 AI 的安全计算平台,旨在重构机器的身份、执行、治理和支付。此项目反映了互联网及其运作方式的变革,行业信号显示对自动化和无人工参与的经济模式的关注不断增加。

AIEWF Daily Dispatch: Loops, Software Factories & Forward Deployed Engineers

On Tuesday at the AI Engineer World's Fair, there was a lot of talk about loops, agent engineering, and the emergence of software factories. Also a hot topic: open models.

中文介绍 在AI工程师博览会上,讨论了循环、代理工程及软件工厂的兴起,开放模型也成为热点话题。

Ahmad Osman on why local AI is catching up

After two packed AIEWF workshops, Ahmad Osman makes the case that local AI is catching up fast — from laptops and phones to enterprise-grade infrastructure.

中文介绍 阿赫马德·奥斯曼认为本地人工智能正在快速赶上,从笔记本电脑和手机到企业级基础设施。

Claude Science is Anthropic’s newest flagship product

At an event for pharmaceutical executives, biotech founders, and researchers on Tuesday, Anthropic announced Claude Science, a major new product intended to support scientific research in the same way that Claude Code supports software engineering. Like Claude Code, Claude Science can autonomously c

中文介绍 安索普克在一场制药高管及生物科技创始人的活动中宣布推出Claude Science,旨在支持科学研究。

Agriculture is ready for AI, but its data isn’t

Artificial intelligence is transforming what is possible in agriculture, but industry leaders should be wary of investing in AI without first laying the groundwork. The use cases are promising, especially for an industry navigating volatile fertilizer costs, unpredictable weather, and margins that l

中文介绍 人工智能正在改变农业的可能性,但行业领导者在投资前需先做好数据基础。

How ChatGPT adoption has expanded

New OpenAI Signals data shows how ChatGPT adoption is growing globally, with users increasing usage, exploring more capabilities, and driving growth across regions and languages.

中文介绍 OpenAI Signals数据显示,ChatGPT在全球的使用量不断增长,用户在探索更多功能。

Introducing GeneBench-Pro

Introducing GeneBench-Pro, a new benchmark testing AI performance in genomics, biology, and scientific research using complex, real-world datasets.

中文介绍 推出GeneBench-Pro,这是一个新的基准测试,用于评估AI在基因组学和生物学等领域的表现。

Core dump epidemiology: fixing an 18-year-old bug

OpenAI engineers used large-scale core dump analysis to debug rare infrastructure crashes, uncovering both a hardware fault and a long-standing software bug.

中文介绍 OpenAI工程师通过大规模核心转储分析修复了一个存在18年的基础设施故障及软件漏洞。

市场总览

当前市场态势显示,美股特别是S&P 500 ETF和Nasdaq 100 ETF均显示出上行动能明显,RSI在正常范围,并靠近52周高位。同时,加密市场处于极度恐慌阶段,恐慌贪婪指数为11,显示市场情绪低迷,主流加密资产如Bitcoin和Ethereum均处于下行趋势,且MACD发出死叉信号,进一步强调市场不景气。整体来看,商品外汇市场表现不一,WTI原油期货接近52周低位,技术指标呈现空头排列。

今日关注

SPY S&P 500 ETF (SPY)
偏上行

当前价格743.57接近52周高位,RSI读数为52.7,在正常范围内,显示出上行动能。MACD状况为0.9026,表明有积极的趋势支持。

QQQ Nasdaq 100 ETF (QQQ)
偏上行

目前价格727.62接近52周高位,RSI为53.3,显示出良好的动能。MACD值4.5836也是支持上行的信号,整体趋势偏向多头。

TSLA Tesla (TSLA)
偏上行

当前价格419.72,RSI为56.4,在中性水平上显示良好动能,且MACD金叉信号提示潜在反弹发展,表明上行倾向。

MSFT Microsoft (MSFT)
偏下行

当前价格377.74,RSI为43.8,偏向于下行的动能。MACD为-12.2145且最新信号提示空头排列,表明市场情绪相对悲观。

BABA 阿里巴巴 (BABA)
偏下行

当前价格96.85,RSI为22.3,已经超卖,说明市场可能已进入调整阶段,且MACD为-8.5534合并空头排列信号,显示下行趋势。

全部资产

^VIX

VIX 恐慌指数

$16.79 +2.07%
5 日
-9.88%
距 52w 高
-52.4%
RSI(14)
46.4
趋势
空头
SMA 20 / 50 / 200
18.11 / 17.69 / 18.67
MACD / 信号
-0.125 / 0.000
MACD 死叉 (1 天前)空头排列

^TNX

10Y 美债收益率 (%)

$4.48 +2.54%
5 日
-0.58%
距 52w 高
-10.3%
RSI(14)
52.2
趋势
多头
SMA 20 / 50 / 200
4.47 / 4.45 / 4.22
MACD / 信号
-0.009 / 0.000
多头排列

DX-Y.NYB

美元指数 DXY

$101.38 +0.18%
5 日
-0.23%
距 52w 高
-0.4%
RSI(14)
68.6
趋势
多头
SMA 20 / 50 / 200
100.46 / 99.41 / 98.82
MACD / 信号
0.585 / 0.527
接近 52 周高多头排列

SPY

S&P 500 ETF

$743.57 -0.43%
5 日
+1.41%
距 52w 高
-2.2%
RSI(14)
52.7
趋势
多头
SMA 20 / 50 / 200
741.44 / 736.57 / 691.86
MACD / 信号
0.903 / 1.658
接近 52 周高多头排列

QQQ

Nasdaq 100 ETF

$727.62 -1.19%
5 日
+2.39%
距 52w 高
-2.8%
RSI(14)
53.3
趋势
多头
SMA 20 / 50 / 200
722.81 / 707.83 / 634.34
MACD / 信号
4.584 / 5.961
接近 52 周高多头排列

AAPL

Apple

$291.97 +0.90%
5 日
-0.38%
距 52w 高
-8.0%
RSI(14)
49.1
趋势
中性
SMA 20 / 50 / 200
294.76 / 292.63 / 270.32
MACD / 信号
-2.455 / -1.051

MSFT

Microsoft

$377.74 +1.27%
5 日
+3.36%
距 52w 高
-32.0%
RSI(14)
43.8
趋势
空头
SMA 20 / 50 / 200
388.47 / 408.14 / 446.03
MACD / 信号
-12.214 / -11.342
空头排列

NVDA

Nvidia

$194.71 -2.69%
5 日
-2.16%
距 52w 高
-17.7%
RSI(14)
41.2
趋势
中性
SMA 20 / 50 / 200
204.34 / 209.84 / 190.93
MACD / 信号
-4.127 / -2.883

GOOGL

Alphabet

$360.36 +0.84%
5 日
+4.36%
距 52w 高
-11.8%
RSI(14)
49.8
趋势
中性
SMA 20 / 50 / 200
358.46 / 370.40 / 315.61
MACD / 信号
-5.132 / -4.974

TSLA

Tesla

$419.72 -0.21%
5 日
+11.77%
距 52w 高
-15.9%
RSI(14)
56.4
趋势
中性
SMA 20 / 50 / 200
400.39 / 406.17 / 418.66
MACD / 信号
-1.396 / -3.788
MACD 金叉 (1 天前)

META

Meta

$606.63 +7.69%
5 日
+8.78%
距 52w 高
-23.8%
RSI(14)
57.0
趋势
空头
SMA 20 / 50 / 200
578.39 / 606.82 / 647.39
MACD / 信号
-10.420 / -13.165
MACD 金叉 (今天)空头排列
加密恐慌贪婪
11
极度恐慌
加密总市值
$2.12 T
+0.34% / 24h
BTC 主导率
55.4%
ETH 8.9%
24h 成交量
$78.9 B
活跃币 17,410

BTC-USD

Bitcoin

$58,910.85 +0.60%
5 日
-1.84%
距 52w 高
-53.3%
RSI(14)
31.9
趋势
空头
SMA 20 / 50 / 200
62,416.60 / 68,068.78 / 75,197.68
MACD / 信号
-2,360.005 / -2,327.665
MACD 死叉 (1 天前)接近 52 周低空头排列

ETH-USD

Ethereum

$1,578.92 +0.59%
5 日
+0.15%
距 52w 高
-68.1%
RSI(14)
35.7
趋势
空头
SMA 20 / 50 / 200
1,666.08 / 1,846.25 / 2,286.70
MACD / 信号
-74.023 / -77.004
MACD 金叉 (2 天前)空头排列

SOL-USD

Solana

$75.40 +2.55%
5 日
+4.96%
距 52w 高
-70.2%
RSI(14)
56.0
趋势
空头
SMA 20 / 50 / 200
71.28 / 75.93 / 94.25
MACD / 信号
-0.271 / -1.247
空头排列

BABA

阿里巴巴 (BABA)

$96.85 +0.91%
5 日
-2.96%
距 52w 高
-49.7%
RSI(14)
22.3
趋势
空头
SMA 20 / 50 / 200
108.93 / 123.67 / 147.39
MACD / 信号
-8.553 / -7.704
RSI 超卖空头排列

PDD

拼多多 (PDD)

$79.36 +4.04%
5 日
+4.78%
距 52w 高
-43.1%
RSI(14)
42.7
趋势
空头
SMA 20 / 50 / 200
80.13 / 89.64 / 108.65
MACD / 信号
-3.820 / -4.186
MACD 金叉 (1 天前)空头排列

JD

京东 (JD)

$25.73 +0.97%
5 日
+0.97%
距 52w 高
-30.2%
RSI(14)
32.1
趋势
空头
SMA 20 / 50 / 200
27.40 / 29.32 / 29.97
MACD / 信号
-1.193 / -1.025
空头排列

0700.HK

腾讯控股 (0700.HK)

HK$429.80 +2.28%
5 日
+3.62%
距 52w 高
-37.1%
RSI(14)
44.5
趋势
空头
SMA 20 / 50 / 200
444.93 / 458.14 / 559.73
MACD / 信号
-10.568 / -8.869
空头排列

GC=F

黄金期货

$4,059.70 +0.91%
5 日
+1.74%
距 52w 高
-27.3%
RSI(14)
37.0
趋势
空头
SMA 20 / 50 / 200
4,200.85 / 4,441.21 / 4,454.08
MACD / 信号
-122.558 / -115.296
死叉(SMA50↓SMA200) (今天)空头排列

CL=F

WTI 原油期货

$68.88 -0.89%
5 日
-2.08%
距 52w 高
-42.4%
RSI(14)
28.7
趋势
中性
SMA 20 / 50 / 200
80.03 / 90.81 / 74.00
MACD / 信号
-6.580 / -5.869
RSI 超卖

USDCNY=X

美元 / 人民币

¥6.78 -0.20%
5 日
-0.15%
距 52w 高
-6.0%
RSI(14)
48.3
趋势
空头
SMA 20 / 50 / 200
6.77 / 6.79 / 6.95
MACD / 信号
-0.000 / -0.004
接近 52 周低空头排列
风险提示

请注意,过去走势不代表未来表现。本报告仅供技术指标解读参考,投资决策需自主评估风险。

EU urged to exempt UK from car rules that could be worst Brexit impact yet

Bloc’s ‘made in Europe’ regulations risk shutting out British manufacturers in ‘most spectacular own goal in history’ The EU’s car industry has called for the UK to be fully included in new “Made in Europe” rules that threaten to shut out British manufacturers from their biggest export market. The E

中文摘要 欧盟汽车行业呼吁将英国纳入新的“欧洲制造”规则,以防止将英国制造商排除在外。该法规可能成为英国脱欧后最严重的影响之一。

Ireland set to take presidency of EU in Dublin opening ceremony – Europe live

Ireland’s tasks at helm of bloc include helping navigate talks on fresh Russia sanctions, and Ukraine and Moldova accession Pistorius talks about changes in the German military reserve system, with “the Bundeswehr building up.” He talks about reforms needed to allow to mobilise reservists better and

中文摘要 爱尔兰即将接任欧盟轮值主席国,任务包括推动俄罗斯制裁谈判,以及乌克兰和摩尔多瓦的加入谈判。

Businessman accused of ordering Daphne Caruana Galizia murder stands trial in Malta

Yorgen Fenech, who denies all charges, appears in court more than nine years after the journalist’s death The businessman accused of ordering the murder of the Maltese journalist Daphne Caruana Galizia goes on trial on Wednesday, more than nine years after her death in a car-bomb attack that sent sh

中文摘要 因涉嫌下令谋杀马耳他记者达芙妮·卡鲁阿娜·加利齐亚而被控的商人尤根·费内赫,周三在马耳他接受审判,该案件距记者遇害已逾九年。

U.S. and Iran Set to Hold Indirect Talks After Trading Attacks: What to Know

Negotiators are in Qatar for indirect talks and ship traffic has risen in the Strait of Hormuz, even as Tehran and Washington remain far apart on key issues. Here’s what to know.

中文摘要 美国与伊朗在卡塔尔进行间接谈判,霍尔木兹海峡的船只交通有所增加,尽管双方在关键问题上依然存在较大分歧。

Fire at Antwerp apartment block kills at least six

A man is seen clambering through a window to escape black smoke in the block where some 200 people live.

中文摘要 安特卫普一座公寓楼发生火灾,造成至少六人遇难,事发时大约有200人居住在该楼内。

Man charged after arson attack on Islamic centre in Dublin

A man set fire to an Islamic centre and mosque in Dublin, shouting Islamophobic and anti-immigrant slogans.

中文摘要 一名男子因在都柏林对一个伊斯兰中心和清真寺实施纵火而被控,并在作案时高喊反伊斯兰和反移民口号。

Sudan’s RSF committed crimes against humanity in El Fasher, Amnesty says

Report accuses paramilitary force of crimes including ethnic cleansing in systemic campaign against civilians The Sudanese paramilitary Rapid Support Forces committed crimes against humanity and ethnic cleansing during its campaign to capture El Fasher, Amnesty International has alleged. Many of the

中文摘要 大赦国际报告称,苏丹准军事快速支援部队在捕获埃尔法舍尔的过程中实施了包括种族灭绝在内的反人类罪行。

德宪法保护局:德国是中国最重要的情报收集目标之一

德国宪法保护局最新2025年的报告指出,俄罗斯、中国和伊朗再次成为在德国从事情报活动的最主要国家。报告指出,无论是欧盟还是德国政界、经济界、学术界和军队,以及反对派团体及个人,都是中国情报活动的目标。

中文摘要 德国宪法保护局最新报告指出,俄罗斯、中国和伊朗是主要的情报活动国家,中国的情报活动目标涵盖政治、经济、学术和军事等多个领域。

Underground Births, Under Bombardment: Childbearing in Ukraine

Bombings, blackouts and displacement compound maternal anxiety. Still, many women persevere. “We must bring new life,” one said.

中文摘要 乌克兰战火中,轰炸、停电和人员流离失所加剧了孕妇的焦虑,但许多女性仍在坚守“我们必须带来新生命”。

Politicians and media gather for Canberra’s Midwinter Ball– as it happened

This blog is now closed. Check out our Midwinter’s Ball gallery here Get our breaking news email, free app or daily news podcast Albanese says charges against EY employees who accessed PM’s bank account details ‘appropriate’ It’s not just KPMG in (boiling) hot water right now; EY is also in the spot

中文摘要 在堪培拉的中冬舞会期间,澳大利亚总理阿尔巴尼斯表示,针对EY员工访问其银行账户信息的指控是“适当的”,当前KPMG同样面临危机。

Salzburg bans tourists from driving into historic centre over summer

Day trippers face fines for entering Austrian city’s old town during July and August to curb ‘chaotic traffic situations’ Salzburg has begun enforcing a summer ban on visitors driving into its historic centre, picking up a policy modelled by other car-choked European cities plagued by overtourism. A

中文摘要 为缓解交通混乱,萨尔茨堡在7月和8月实施禁令,禁止游客驾驶进入该市历史中心,违者将面临罚款。

UN Human Rights Council to hold urgent meeting on Sudan crisis

The emergency session follows warnings that 500,000 civilians around el-Obeid are at risk of large-scale atrocities.

中文摘要 因担心埃尔奧比德地区50万名平民面临大规模暴行,联合国人权理事会将举行紧急会议。

US Supreme Court upholds birthright citizenship: Who wins, who loses?

Court struck down US President Trump's executive order abolishing it, but he has pledged to challenge the ruling.

中文摘要 美国最高法院维持了出生公民权,推翻了特朗普废除该法令的行政命令,后者已承诺对此次裁决提出挑战。

默克尔官方肖像将入列总理画廊

卸任近五年的德国前总理默克尔受访时表示,“当你慢慢成为历史的一部分时,这种感觉很奇怪。”

中文摘要 德国前总理默克尔近日接受采访,表示当自己逐渐成为历史一部分时,这种感觉很奇怪。

Who is Vadym Yermolaiev, the Ukrainian tycoon injured in Monaco blast?

Police in Monaco and France are hunting for a suspect seen leaving an explosive device at a residential building.

中文摘要 摩纳哥和法国警方正在追捕一名在居民楼引爆炸弹的嫌疑人,受害者为乌克兰商人瓦季姆·叶尔莫拉耶夫。

Lagarde Says Inflation, Growth Risks Now More Broadly Balanced

European Central Bank President Christine Lagarde said risks to euro-area inflation and growth have become less pronounced.

中文摘要 欧洲央行行长克里斯廷·拉加德表示,欧元区的通胀和增长风险已变得不那么明显。

Nissan CEO Says It Still Makes Sense to Build Cars in US

Nissan President and CEO Ivan Espinosa says it still makes sense to build cars in the US, despite trade tensions and a weaker yen. He speaks on "Bloomberg Surveillance." (Source: Bloomberg)

中文摘要 日产汽车公司总裁兼首席执行官伊凡·埃斯皮诺萨表示,尽管面临贸易紧张和日元贬值,但在美国生产汽车仍然有意义。

US Stocks Decline as Traders Await Warsh Comments, Fresh Data

US stocks declined before the opening bell on Wednesday as traders awaited unscripted commentary from Federal Reserve Chairman Kevin Warsh and fresh economic data.

中文摘要 由于交易员在等待美联储主席凯文·沃什的即兴评论和最新经济数据,美国股市在周三开盘前出现下跌。

Germany woos Trump with plan to make US weapons in Europe

Talks on ‘joint production concepts’ accelerate ahead of Nato summit

中文摘要 在北约峰会前,有关‘联合生产概念’的讨论正在加速,德国寻求与特朗普合作在欧洲生产美国武器。

US Companies Add 98,000 Jobs in June, ADP Says

Private payrolls rose by 98,000 in June after a 122,000 increase in the prior month, according to ADP Research data out Wednesday. The median estimate in a Bloomberg survey of economists called for a 120,000 increase. Michael McKee reports on Bloomberg Television. (Source: Bloomberg)

中文摘要 据ADP研究数据,6月份美国私人薪资增加了98,000个职位,而前一个月为122,000个,市场预期为增加120,000个。

UK flood reinsurer pushes to cap claims and lift premiums

Move follows Flood Re being saddled with expensive properties that have made scheme ‘regressive’

中文摘要 英国洪水再保险公司推动限制索赔并提升保费,此举源于Flood Re面临昂贵物业的问题。

Fertilizer Firm Draws $12 Billion In Orders in Oman IPO

Oman India Fertiliser Co.’s initial public offering has drawn over $12 billion in orders, in the Middle East’s largest listing since the outbreak of the regional conflict.

中文摘要 阿曼印度化肥公司首次公开募股吸引了超过120亿美元的订单,这是自区域冲突爆发以来中东最大的上市。

Google ordered to pay Klarna $2bn antitrust damages

Swedish court rules search engine favoured its own price-comparison tool over fintech’s PriceRunner site

中文摘要 瑞典法院裁定谷歌需向克拉纳支付20亿美金的反垄断赔偿,原因是搜索引擎偏袒自身的比价工具。

S&P Winning Streak for July at Risk With Volatile End to Month

July is a great time to buy stocks. In fact, it’s been the best month for the S&P 500 Index in the past two decades. Bulls are finding comfort in that history ahead of what stands to be an eventful stretch.

中文摘要 七月份是购股良机,自2014年以来,标普500指数在这个月未曾下跌。投资者期待即将到来的活跃时期。

Software Gains as Guggenheim Says AI No ‘Death Knell’ for Sector

Software shares rose in premarket trading after Guggenheim upgraded a trio of companies, saying fears that artificial intelligence poses a mortal threat to the sector are overdone.

中文摘要 由于Guggenheim对多家公司进行了升级,软件股在盘前交易中上涨,分析师认为人工智能对该行业的威胁被夸大了。