每日简报

2026-07-06

Morning Brief

2026-07-06

今天,AI技术发展的合作与国际局势的紧张相互交织,影响市场走向。

今日最重要的 5 件事

  1. 1
    技术动态DeepMind Blog

    AI领域顶尖合作关系的建立

    为什么重要 技术的创新和跨行业合作,能够推动AI发展和应用落地,对提升行业竞争力至关重要。

  2. 2
    时政观察BBC World

    俄乌局势加剧,造成多起伤亡事件

    为什么重要 此次袭击事件暴露了乌克兰在防御上的脆弱性,国际社会可能会对此采取更加严厉的制裁和措施。

  3. 3
    财经要点Financial Times

    霍尼韦尔与Element的重大交易

    为什么重要 这笔交易的成功将重塑龙头企业在AI供应链领域的地位,同时也预示着行业的进一步整合趋势。

  4. 4
    技术动态DeepMind Blog

    DeepMind与A24的原创研究合作

    为什么重要 跨界合作可以促进多领域间的技术融合,有助于AI应用的多样化和创新,提升整个行业的活力。

  5. 5
    财经要点BBC Business

    EasyJet的收购进展

    为什么重要 EasyJet的收购意图展示了市场对航空行业复苏的积极信号,反映了投资者信心逐渐恢复。

市场状态

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

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

招聘信号

  • 升温 AI Collaboration 多家公司通过合作拓展AI技术的应用边界,表明对此类能力的需求上升。
  • 升温 AI Supply Chain Management 霍尼韦尔与Element的交易显示,AI在材料与供应链中的关键角色日渐受到重视。
  • 升温 Policy Analysis in AI Contexts 乌克兰局势加剧,国际政治将需更多进行与AI相关的政策评估和研究。

论文趋势

X 讨论主题

Top Project

asgeirtj/system_prompts_leaks

JavaScript · ★ 50,840 · 🍴 8,289 · 📈 1,386 stars today

Extracted system prompts from Anthropic - Claude Fable 5, Opus 4.8, Claude Code, Claude Design. OpenAI - ChatGPT 5.5 Thinking, GPT 5.5 Instant, Codex. Google - Gemini 3.5 Flash, 3.1 Pro, Antigravity. xAI - Grok, Cursor, Copilot, VS Code, Perplexity, and more. Updated regularly.

中文介绍 该项目提取了来自多种 AI 系统的提示,包括 Anthropic 的 Claude 系列和 OpenAI 的 ChatGPT。这些提示为开发者提供了更好的参考,帮助他们优化 AI 模型的使用。

Most Practical

addyosmani/agent-skills

Shell · ★ 70,359 · 🍴 7,625 · 📈 1,114 stars today

Production-grade engineering skills for AI coding agents.

中文介绍 此项目提供了适用于 AI 编码代理的生产级工程技能,旨在提升自动化的开发效率。为什么重要:它支持在 AI 开发过程中应用更专业的工具链,推动编码任务的自动化。

Most Surprising

Zackriya-Solutions/meetily

Rust · ★ 18,478 · 🍴 1,891 · 📈 2,493 stars today

Privacy first, AI meeting assistant with 4x faster Parakeet/Whisper live transcription, speaker diarization, and Ollama summarization built on Rust. 100% local processing. no cloud required. Meetily (Meetly Ai - https://meetily.ai) is the #1 Self-hosted, Open-source Ai meeting note taker for macOS &

中文介绍 Meetily 是一个以隐私为中心的 AI 会议助手,采用 Rust 技术实现更快的实时转录、发言人识别和摘要功能,且支持 100% 本地处理,无需云端服务。为什么重要:它提升了会议的隐私保护和处理效率,符合现代数据安全需求。

The Mirage of Optimizing Training Policies: Monotonic Inference Policies as the Real Objective for LLM Reinforcement Learning

👍 70

Reinforcement learning (RL) has gained growing attention in large language model (LLM) post-training, yet RL training remains fragile and can suffer from instability or collapse. One vital cause is training-inference mismatch: LLM adopts separate inference and training engines for generation efficie

中文介绍 针对大型语言模型(LLM)后续训练中的脆弱性,提出了一种优化的训练策略,通过确保推理策略与训练策略单调一致来解决训练与推理不匹配的问题。实验表明,此方法改善了模型的稳定性,显著降低了崩溃风险。该研究为大规模强化学习在LLM应用中的稳定性与高效性提供了新思路,意义:对提升Agent的推理能力具有重要影响。

AgenticSTS: A Bounded-Memory Testbed for Long-Horizon LLM Agents

👍 53

Memory for a long-horizon LLM agent is a contract about what each future decision is allowed to see. The simplest contract appends past observations, tool calls, and reflections to every prompt, which makes prior context easy to access but also turns it into a jumbled mixture in which the effect of

中文介绍 提出了AgenticSTS,一个具有边界记忆的长时间跨度LLM代理测试平台,旨在改善LLM代理在决策过程中对历史信息的利用。通过构建简单的合同管理机制,能更有效地编排过去的观察与反思,有助于提升模型在复杂任务下的表现。该研究为长时间决策过程中的信息管理提供了新的思路,意义:推动Agent在长期任务中的应用进展。

EvoPolicyGym: Evaluating Autonomous Policy Evolution in Interactive Environments

👍 45

Autonomous agents are increasingly expected to improve executable policies through feedback, yet existing evaluations often collapse this process into a final score or confound it with open-ended software-engineering progress. We introduce Autonomous Policy Evolution, a controlled evaluation setting

中文介绍 提出了EvoPolicyGym,一个用于在交互环境中评估自主策略演化的新框架。通过控制评估设置,该框架解决了现有评估方法过于简化的问题,能够有效监测自主体在反馈下的策略优化过程。实验证明,该方法在多轮反馈中展现出显著的性能提升,为自主体的学习与适应能力提供了重要评估手段,意义:有助于推动自主体在现实任务中的应用。

Morphing into Hybrid Attention Models

👍 42

Hybrid attention models improve long-context efficiency by retaining only a subset of full-attention layers and replacing the remaining layers with linear attention. However, the effectiveness of Transformer-to-hybrid conversion critically depends on which layers preserve full attention. Existing hy

中文介绍 研究了混合注意力模型,通过保留部分全注意力层和替换其余层为线性注意力,以提高长上下文的处理效率。研究表明,成功的Transformer到混合模型的转化取决于从全注意力中保留的具体层。提出的模型在多种长文本处理中相较于传统模型显示出明显的性能提升,意义:为处理长文本的能力提供了新的解决方案。

AgenticDataBench: A Comprehensive Benchmark for Data Agents

👍 30

Data science aims to derive actionable insights from heterogeneous raw data, unlocking the value of the massive amounts of data generated in modern society. Automating this process is essential to reducing labor-intensive efforts for data scientists and enabling scalable data-driven applications. Re

中文介绍 推出了AgenticDataBench,一个为数据代理的全面基准,旨在自动化从异构原始数据中提取可操作洞见的过程。这一方法显著减少了数据科学家在数据处理上的劳动强度,促使可扩展的数据驱动应用变得更加高效。该研究有助于推进数据科学领域的自动化程度,意义:影响数据驱动决策中的Agent应用。

Embodied.cpp: A Portable Inference Runtime of Embodied AI Models on Heterogeneous Robots

👍 27

Embodied AI models now span vision-language-action (VLA) models and world-action models (WAMs), but practical deployment remains fragmented across model-specific Python stacks, backend assumptions, and robot-side glue code, especially on heterogeneous edge devices. Existing inference runtimes are de

中文介绍 提出了Embodied.cpp,一个可移植的嵌入式AI模型推理运行时,针对异构机器人设备的多样化应用场景。该平台解决了现有模型在实际部署中的碎片化问题,确保了一致的推理性能和可操作性。实验结果表明,该框架支持多种模型的无缝集成,显著提升了应用灵活性,意义:促进嵌入式AI在机器人领域的广泛应用。

WorldDirector: Building Controllable World Simulators with Persistent Dynamic Memory

👍 26

We present WorldDirector, a highly controllable video world model framework designed for persistent dynamic object memory and unrestricted viewpoint exploration. Unlike existing world models that entangle physical dynamics with pixel rendering and rely on continuous visual observation to sustain mot

中文介绍 推出了WorldDirector,一个高度可控的视频世界模型框架,支持持久动态对象记忆和无限视角探索。与传统世界模型不同,这一框架解耦了物理动态与像素渲染,提升了模型对环境变化的适应能力。实验表明,该模型更加强大且灵活,意义:为虚拟环境建模和控制提供新的可能性。

Breaking Failure Cascades: Step-Aware Reinforcement Learning for Medical Multimodal Reasoning

👍 20

Recent multimodal large language models have shown great promise in clinical image reasoning, but existing post-training pipelines remain predominantly outcome-centric, relying on final answer correctness or sequence-level preferences. This suffers from sparse credit assignment, making it difficult

中文介绍 针对最近在临床图像推理中的多模态大型语言模型,本文提出了一种分步强化学习的方法,以降低结果导向训练中稀疏信用分配的问题。实验显示,采用分步方法提高了多模态推理的准确性,为医疗领域的多模态推理提供了新的方向,意义:影响医疗推理系统中Agent的应用。

AutoMem: Automated Learning of Memory as a Cognitive Skill

👍 17

Memory expertise is a learned skill: knowing what to encode, when to retrieve, and how to organize knowledge--a capacity known in cognitive science as metamemory. We bring this perspective to LLMs by treating memory management as a trainable skill. We promote file-system operations to first-class me

中文介绍 研究记忆作为认知技能的自动学习,提出了一种将文件系统操作提升为一流的记忆管理方法,帮助LLM提高记忆管理能力。实验证明该方法有效提升了模型在知识编码、检索和组织上的表现,推动了memory在LLM中的应用,意义:为Agent的知识管理系统提供了重要支持。

Logit-Contribution Scoring Identifies Non-Literal Retrieval Heads

👍 17

In long-context use, large language models frequently synthesize answers from the meaning of a relevant context span rather than literally copy-pasting them. Identifying which attention heads perform this synthesis matters for interpreting long-context model behavior. Yet existing detectors miss the

中文介绍 通过分析注意力头在长上下文使用中的作用,提出了一种logit贡献评分方法,旨在识别进行语义综合的非字面检索头。此方法有效改善了对长上下文模型行为的解释性,实验结果显示该方法提高了模型的推理能力,意义:为理解和优化LLM的推理机制提供了新视角。

SkillCoach: Self-Evolving Rubrics for Evaluating and Enhancing Agentic Skill-Use

👍 17

Skills are becoming a reusable operational layer for LLM agents, encoding SOPs, domain rules, tool workflows, scripts, and validation routines. In realistic skill repositories, overlapping skills make reliable skill-use difficult. Final verifier success is too coarse for both evaluation and training

中文介绍 SkillCoach引入了自我演化的评估标准,以提高LLM代理的技能使用能力。研究通过分析重叠技能对可靠性评估的影响,提出了新的验证流程,实验证明这种方法能有效提高代理的任务完成率。该研究对技能管理在Agent应用中的重要性进行了探索,意义:推动LLM在复杂任务中的有效应用。

When Search Agents Should Ask: DiscoBench for Clarification-Aware Deep Search

👍 11

Search agents powered by large language models (LLMs) are increasingly used to solve complex information-seeking tasks, requiring multi-step retrieval and reasoning to fulfill user goals. However, existing benchmarks often assume that user queries are complete and explicit, overlooking the fact that

中文介绍 研究表明,基于大型语言模型的搜索代理在复杂的信息检索任务中有着广泛应用,但现有基准未能考虑用户查询的不完整性。通过引入DiscoBench,分析何时搜索代理应该主动询问以获取更全面信息,显著提高了检索效果。该研究为改进信息检索系统提供了重要依据,意义:推动Agent在复杂信息检索中的表现。

InstanceControl: Controllable Complex Image Generation without Instance Labeling

👍 10

Controllable image generation methods, such as ControlNet, have demonstrated a remarkable capacity to introduce visual conditions(e.g., depth maps) to guide image generation. However, these methods often struggle with complex multi-instance scenes, frequently leading to attribute confusion among ins

中文介绍 研究了一种无实例标注的复杂图像生成控制方法,指出现有的控制方法在处理多实例场景时容易产生属性混淆。通过改进的生成框架,该方法在多个实例图像生成中表现出更强的控制能力,实验结果显示生成质量显著提升,意义:对复杂图像生成的应用提供了新的思路。

PixelEyes: Decoupling Perception and Reasoning for Pinpoint Visual Evidence Seeking

👍 10

This paper explores multi-turn visual reasoning and observes that MLLMs repeatedly fail to localize the target, leading to long, redundant trajectories. We attribute this failure to the entanglement of reasoning and perception within a single model, the MLLM reasons and localizes simultaneously, and

中文介绍 探讨了解耦感知与推理的多轮视觉推理问题,发现多模态大语言模型在目标定位时存在重复与冗长的问题。提出了一种解决方案,将推理与感知分离以提高定位精度,实验证明该方法增强了模型的视觉证据寻求能力,意义:提升商业和安全应用中的视觉推理效率。

Graph-Native Reinforcement Learning Enables Traceable Scientific Hypothesis Generation through Conceptual Recombination

👍 10

Accelerating materials discovery requires AI systems that can generate scientifically valid hypotheses through multi-step, domain-grounded reasoning. Standard large language models often produce fluent but weakly traceable responses to open-ended materials design problems, making it difficult to det

中文介绍 为加速材料发现,引入了一种基于图的强化学习方法,通过概念重组生成可追溯的科学假设。该方法解决了传统大型语言模型在开放式材料设计问题上的模糊性,实验结果表明生成的假设具备较高的可追溯性,意义:支撑科学研究中的先进假设生成能力。

DuoMem: Towards Capable On-Device Memory Agents via Dual-Space Distillation

👍 9

Large Language Model (LLM)-based agents can solve complex procedural tasks by interacting with environments over multiple turns, but this ability typically depends on large models, long contexts, and repeated inference calls. This makes advanced memory-augmented agents difficult to deploy on resourc

中文介绍 提出了DuoMem,通过双空间蒸馏实现能力强大的设备内记忆代理,以解决LLM在复杂任务中对资源密集型模型的依赖。实验表明该方法通过有效简化模型,保持了性能并提升了可部署性,意义:推动在资源有限的环境中使用记忆增强Agent的能力。

PACE: A Proxy for Agentic Capability Evaluation

👍 9

Evaluating LLM agents on benchmarks like SWE-Bench and GAIA can be expensive, time-consuming, and requires complex infrastructure. A single evaluation can cost thousands of dollars and take days to complete. In contrast, non-agentic LLM benchmarks that test individual capabilities (e.g., reasoning,

中文介绍 开发了PACE,一种新型的标准化评估代理能力的方法,旨在简化LLM代理的评估流程,降低成本与时间。与现有基准相比,PACE显著提高了评估的可操作性和效率,为模型开发者提供了更友好的评估工具,意义:提高了Agent能力评估的便利性与有效性。

AnyGroundBench: A Specialized-Domain Benchmark for Video Grounding in Vision-Language Models

👍 8

Vision-Language Models (VLMs) have demonstrated immense promise in Spatio-Temporal Video Grounding (STVG). However, current evaluation protocols are largely confined to zero-shot assessments on general, daily-life benchmarks. This creates a critical disconnect from real-world applications in special

中文介绍 推出了AnyGroundBench,一个专门领域的视频基准,旨在改进视觉语言模型在时空视频定位中的评估。研究指出,现有评估程序往往缺乏针对专业领域的适用性,提出了一种新的协议进行有效测试。该开发为视频理解内容中的Agent应用提供了广泛支持,意义:推动视频理解任务的研究与应用。

WARP: Weight-Space Analysis for Recovering Training Data Portfolios

👍 7

Foundation models are routinely released to the public, yet the data recipes used to train them -- such as domain mixture weights that determine how different sources are sampled -- are rarely disclosed. This creates an access asymmetry: researchers study the resulting models but lack visibility int

中文介绍 提出了WARP,一种用于恢复训练数据组合的权重空间分析方法,旨在解决传统基准中数据透明性不足的问题。该方法为研究人员提供了较好的数据采样视角,有效提高了对基础模型的理解与复现能力,意义:促进基础模型构建的可解释性与透明性。

Building to the Test: Coding Agents Deliver What You Check, Not What You Requested

👍 7

Benchmarks are widely used to evaluate task completion by Large Language Models (LLMs), but this approach has accumulated construction-validity problems, and a passing score may not show whether the requested task was delivered. We study both problems. In a controlled code-as-spec setup, two product

中文介绍 研究了在编码代理的任务完成时,基于基准的评估可能存在的构造有效性问题,尤其是在产品交付方面存在误差。通过对两种模型的比较,该研究提出了更合理的验证方法,以确保任务交付的准确性,意义:改善LLM在完整任务输出中的可靠性与有效性。

The Fable Loop Library: 25 Workflows on Autopilot

@EXM7777 · 122.0K 粉丝 · 208.2K 阅 · 525 赞 · 47 转

i'm going to teach you how to run Fable 5 on autopilot, using my own library of loops and goals... 25 workflows, each with a prompt and the exact tool it plugs into the method follows karpathy's

中文介绍 通过分享自己的循环库和目标,博主教授如何使用 Fable 5 实现自动化工作流,共提供 25 个工作流示例,每个示例都配有具体提示和工具,方法遵循 Karpathy 的理念。这代表了 AI 工具自动化在工作流程中的潜力正逐渐被广泛认可。

Your AI, your growth

@arthurmensch · 74.0K 粉丝 · 162.7K 阅 · 539 赞 · 76 转

Of course you need to use open-source models if you’re an enterprise leader. Close model providers, that are now forcing data retention, are gaining immense leverage on your business if you don’t. As

中文介绍 博主讨论了在企业环境中使用开源模型的重要性,指出依赖封闭模型提供商会在数据保留上给企业带来极大风险。这反映了企业对于自主可控技术方案需求的普遍共识,尤其是在数据安全日益重要的背景下。

How to build a second brain with Fable 5

@EXM7777 · 122.0K 粉丝 · 83.6K 阅 · 518 赞 · 48 转

I'm going to show you, step by step, how to turn Fable 5 into a machine that knows your business inside out... and ships outputs that look nothing like what everyone else is getting the tool is a

中文介绍 博主逐步演示如何将 Fable 5 打造成一个深入了解业务的工具,能够生成与众不同的输出。这表明对智能工具在业务知识管理中的应用探索正在加速,尤其是在个性化输出需求增加的趋势下。

A Field Guide to Fable: Finding Your Unknowns

@trq212 · 299.3K 粉丝 · 40.1K 阅 · 534 赞 · 43 转

Working with Claude Fable 5 keeps re-teaching me an old lesson: the map is not the territory. The map, a representation of the work to be done, is my prompts and skills and context, it’s what I give

中文介绍 通过与 Claude Fable 5 的合作,博主重申了‘地图不是领土’的传统理念,强调提示、技能和上下文的重要性。这一观点反映出在 AI 工作流设计中,对结构化知识和灵活性的重新评估,适应能力成为关键。

The Math Needed for AI/ML (Complete Roadmap)

@TheVixhal · 22.5K 粉丝 · 30.1K 阅 · 531 赞 · 56 转

In this article, I’m going to break down the essential math you need for AI and machine learning. I’ll also share the exact roadmap and resources that helped me personally. Let’s get straight to it.

中文介绍 博主将分享学习 AI 和机器学习所需的基础数学知识,并提供个人使用的具体学习路线图和资源。这表明了对数理基础在 AI 发展中的重要性,体现了从业者对自我技能提升的普遍追求。

LeRobot v0.6.0: Imagine, Evaluate, Improve

中文介绍 Hugging Face推出LeRobot v0.6.0版本,新增想象、评估和改进功能,进一步完善其人工智能工具。

🤗 Kernels: Major Updates

中文介绍 Hugging Face对其Kernels平台进行了重大更新,以提升用户体验和功能。

AIEWF Daily Dispatch: The great loops debate and the state of AI engineering

The AI Engineer World’s Fair ended with a debate about loops, a report on the state of AI engineering, and closing keynotes focused on what to build next.

中文介绍 AI工程师博览会结束,讨论了循环议题及AI工程的现状,重点回顾了未来构建的内容。

Vercel's Andrew Qu on why agents are a new kind of software

The Vercel Chief of Software explains how its agent framework, eve, was created — and why skills, sandboxes and agent-readable websites now matter.

中文介绍 Vercel的首席软件官Andrew Qu解释了新软件代理框架eve的创建原因及其重要性。

The website of the future may assemble itself for every visitor

Adobe is experimenting with “agentic sites” that generate pages around an individual user’s intent. At AIEWF, we talked to Carlos Sanchez about the Web's future.

中文介绍 Adobe正在实验“代理网站”,根据用户意图生成页面,讨论了未来网络的发展方向。

Achieving operational excellence with AI

Frameworks like Lean Six Sigma and business process management (BPM) first gained traction because they promised clarity in the chaos—a structured way to bring order to messy, sprawling operations. Lean Six Sigma emphasized statistical rigor and quality control; BPM created end-to-end maps of how wo

中文介绍 通过AI实现运营卓越的框架,如Lean Six Sigma和业务流程管理,提供了有序处理复杂操作的结构化方法。

Skill engineering and the case against one-shot AI design

Paul Bakaus talks to us about Impeccable, human judgment in a 'loopmaxxing' era, and why agents still need people to steer them.

中文介绍 Paul Bakaus讨论了在“循环最大化”时代,杰出的人类判断何以仍对代理系统至关重要。

Teaching AI to run with the turbines

Artificial intelligence may have captured the public imagination through chatbots and image generators, but some of its most consequential use cases are unfolding far from consumer-facing tools. In industries where physical infrastructure, operational continuity, and safety are paramount, AI is beco

中文介绍 人工智能在许多重要行业的应用正逐步展开,尤其在物理基础设施和运营连续性方面。

[AINews] not much happened today

another quiet day.

中文介绍 今天的AI新闻没有重大事件发生,维持平静状态。

not much happened today

**Fullstack Code Arena** extends coding agent evaluation to include **databases, API keys, deployments, and structured tool use**, marking a shift to end-to-end app shipping. **LangChain** released **LangSmith** with unified tracing and **OpenWiki** for auto-generated docs, while **LlamaIndex** demo

中文介绍 Fullstack Code Arena扩展了编码代理评估,LangChain发布带有统一追踪功能的LangSmith和自动生成文档的OpenWiki。

市场总览

目前美股走势向好,S&P 500 ETF(SPY)和 Apple(AAPL)的技术指标均显示出上行强势。需要注意的是,加密市场处于极度恐慌状态,当前加密恐慌贪婪指数为 24,显示市场情绪较低,可能影响相关资产的短期表现。同时,常规商品如黄金期货和原油期货的走势偏弱,特别是WTI原油期货(CL=F)的RSI正处于超卖区域,这显示出进一步的下行压力。

今日关注

SPY S&P 500 ETF
偏上行

当前价格 748.82 联系到 SMA 20 为 740.66 和 SMA 50 为 738.18,形成多头排列。同时 RSI 读数为 56.1,显示在正常范围内,该标的出现 MACD 金叉,支持上涨趋势。

AAPL Apple
偏上行

当前价格 309.15 接近 52 周高位,且 RSI 读数为 60.6,显示出适度的强势。MACD 指标显示金叉信号,形成多头排列,支撑上行趋势。

BABA 阿里巴巴 (BABA)
偏下行

当前价格 96.93 已接近 52 周低点,且 RSI 读数为 26,显示出超卖状态。MACD 依然呈现空头排列,预示着下行风险仍然存在。

全部资产

^VIX

VIX 恐慌指数

$16.49 +2.11%
5 日
-10.43%
距 52w 高
-53.3%
RSI(14)
45.7
趋势
空头
SMA 20 / 50 / 200
18.16 / 17.57 / 18.67
MACD / 信号
-0.307 / -0.104
MACD 死叉 (3 天前)空头排列

^TNX

10Y 美债收益率 (%)

$4.48 -0.18%
5 日
+2.40%
距 52w 高
-10.4%
RSI(14)
52.6
趋势
多头
SMA 20 / 50 / 200
4.47 / 4.46 / 4.23
MACD / 信号
-0.006 / -0.007
MACD 金叉 (今天)多头排列

DX-Y.NYB

美元指数 DXY

$101.06 +0.20%
5 日
-0.29%
距 52w 高
-0.7%
RSI(14)
60.6
趋势
多头
SMA 20 / 50 / 200
100.61 / 99.50 / 98.86
MACD / 信号
0.509 / 0.525
MACD 死叉 (今天)接近 52 周高多头排列

SPY

S&P 500 ETF

$748.82 +0.54%
5 日
+2.72%
距 52w 高
-1.5%
RSI(14)
56.1
趋势
多头
SMA 20 / 50 / 200
740.66 / 738.18 / 692.73
MACD / 信号
1.776 / 1.646
MACD 金叉 (今天)接近 52 周高多头排列

QQQ

Nasdaq 100 ETF

$722.23 +1.35%
5 日
+2.22%
距 52w 高
-3.5%
RSI(14)
51.4
趋势
多头
SMA 20 / 50 / 200
720.19 / 710.49 / 635.58
MACD / 信号
3.017 / 4.907
多头排列

AAPL

Apple

$309.15 +0.17%
5 日
+8.94%
距 52w 高
-2.6%
RSI(14)
60.6
趋势
多头
SMA 20 / 50 / 200
294.70 / 294.24 / 271.05
MACD / 信号
0.599 / -0.638
MACD 金叉 (1 天前)接近 52 周高多头排列

MSFT

Microsoft

$384.75 -1.47%
5 日
+3.16%
距 52w 高
-30.7%
RSI(14)
47.3
趋势
空头
SMA 20 / 50 / 200
384.79 / 406.63 / 444.81
MACD / 信号
-8.814 / -10.537
MACD 金叉 (1 天前)空头排列

NVDA

Nvidia

$195.12 +0.15%
5 日
+1.35%
距 52w 高
-17.5%
RSI(14)
41.5
趋势
中性
SMA 20 / 50 / 200
202.31 / 209.65 / 191.13
MACD / 信号
-4.167 / -3.303

GOOGL

Alphabet

$360.09 +0.05%
5 日
+6.73%
距 52w 高
-11.9%
RSI(14)
49.6
趋势
中性
SMA 20 / 50 / 200
357.94 / 371.39 / 316.70
MACD / 信号
-3.702 / -4.609
MACD 金叉 (1 天前)

TSLA

Tesla

$397.90 +1.13%
5 日
+4.79%
距 52w 高
-20.2%
RSI(14)
48.3
趋势
空头
SMA 20 / 50 / 200
398.13 / 406.63 / 418.49
MACD / 信号
-1.797 / -2.988
MACD 金叉 (3 天前)空头排列

META

Meta

$588.11 +0.89%
5 日
+6.88%
距 52w 高
-26.1%
RSI(14)
51.0
趋势
空头
SMA 20 / 50 / 200
574.73 / 603.50 / 645.56
MACD / 信号
-6.813 / -11.078
MACD 金叉 (2 天前)空头排列
加密恐慌贪婪
24
极度恐慌
加密总市值
$2.22 T
-1.67% / 24h
BTC 主导率
55.4%
ETH 9.4%
24h 成交量
$64.3 B
活跃币 17,337

BTC-USD

Bitcoin

$61,656.82 -2.98%
5 日
+2.75%
距 52w 高
-51.1%
RSI(14)
44.8
趋势
空头
SMA 20 / 50 / 200
61,809.11 / 66,437.99 / 74,594.53
MACD / 信号
-1,140.948 / -1,721.664
空头排列

ETH-USD

Ethereum

$1,743.86 -2.20%
5 日
+8.38%
距 52w 高
-64.8%
RSI(14)
52.9
趋势
空头
SMA 20 / 50 / 200
1,672.84 / 1,800.68 / 2,257.42
MACD / 信号
-15.393 / -45.387
空头排列

SOL-USD

Solana

$80.39 -1.27%
5 日
+3.88%
距 52w 高
-68.3%
RSI(14)
61.0
趋势
中性
SMA 20 / 50 / 200
73.99 / 75.22 / 93.14
MACD / 信号
2.079 / 0.705

BABA

阿里巴巴 (BABA)

$96.93 +0.82%
5 日
+2.23%
距 52w 高
-49.7%
RSI(14)
26.0
趋势
空头
SMA 20 / 50 / 200
105.98 / 122.11 / 146.76
MACD / 信号
-8.040 / -7.857
RSI 超卖空头排列

PDD

拼多多 (PDD)

$83.45 +1.29%
5 日
+9.01%
距 52w 高
-40.1%
RSI(14)
51.7
趋势
空头
SMA 20 / 50 / 200
80.01 / 89.04 / 108.21
MACD / 信号
-2.475 / -3.625
MACD 金叉 (3 天前)空头排列

JD

京东 (JD)

$26.73 +0.41%
5 日
+5.28%
距 52w 高
-27.5%
RSI(14)
42.6
趋势
空头
SMA 20 / 50 / 200
27.17 / 29.17 / 29.90
MACD / 信号
-0.953 / -1.008
MACD 金叉 (今天)空头排列

0700.HK

腾讯控股 (0700.HK)

HK$452.00 +4.82%
5 日
+9.76%
距 52w 高
-33.8%
RSI(14)
54.3
趋势
空头
SMA 20 / 50 / 200
440.25 / 453.36 / 557.31
MACD / 信号
-6.858 / -8.649
MACD 金叉 (今天)空头排列

GC=F

黄金期货

$4,159.30 +1.13%
5 日
+1.98%
距 52w 高
-25.5%
RSI(14)
44.7
趋势
空头
SMA 20 / 50 / 200
4,169.26 / 4,418.20 / 4,458.63
MACD / 信号
-102.176 / -112.319
死叉(SMA50↓SMA200) (2 天前)MACD 金叉 (1 天前)空头排列

CL=F

WTI 原油期货

$68.58 -0.16%
5 日
-0.94%
距 52w 高
-42.6%
RSI(14)
28.5
趋势
中性
SMA 20 / 50 / 200
77.42 / 89.84 / 74.04
MACD / 信号
-6.423 / -6.090
RSI 超卖

USDCNY=X

美元 / 人民币

¥6.78 -0.06%
5 日
-0.20%
距 52w 高
-5.9%
RSI(14)
49.9
趋势
空头
SMA 20 / 50 / 200
6.78 / 6.79 / 6.94
MACD / 信号
0.001 / -0.001
接近 52 周低空头排列
风险提示

过去走势不代表未来表现,仅供技术指标解读参考。请谨慎评估市场变化和个股表现。

Ukraine warns of interceptor missile shortage as 20 killed in Kyiv region

President Zelensky says Sunday's "massive Russian attack" on Kyiv consisted of 68 missiles and 351 strike drones.

中文摘要 乌克兰总统泽连斯基表示,周日针对基辅的“大规模俄罗斯袭击”中发射了68枚导弹和351架攻击无人机,造成20人遇难。

Iran Live Updates: Hundreds of Thousands Attend Ayatollah’s Funeral Procession

Huge crowds of mourners came to view the casket of Ayatollah Ali Khamenei, who was exalted by some and despised by others. He was killed four months ago at the start of the U.S.-Israeli attacks.

中文摘要 数十万人参加了阿亚图拉哈梅内伊的葬礼阅兵,哈梅内伊在四个月前于美以攻击开始时被杀。

Hamas announces dissolution of Gaza governing body

A Palestinian technocratic committee will take its place to manage the enclave's day-to-day governance.

中文摘要 哈马斯宣布解散加沙治理机构,由巴勒斯坦技术委员会接管日常事务管理。

Detained Gaza doctor almost unrecognisable after injuries in Israeli jail, lawyer says

Hussam Abu Safiya faces ‘tangible danger to his life’ following 18 months in prison without charge or trial Middle East crisis live – latest updates One of Gaza’s most prominent doctors is almost unrecognisable because of severe injuries inflicted in Israeli detention, his lawyer said, and faces “ta

中文摘要 加沙地区一名知名医生赫萨姆·阿布·萨菲亚在以色列拘留中受重伤,律师表示其面临“生命的实际危险”。

Khamenei’s Burial Was Delayed, Breaking With Islamic Custom

Ayatollah Ali Khamenei’s remains were preserved for months, according to Iran’s government. Some Islamic scholars say it was a political and security calculation.

中文摘要 伊朗政府表示,阿亚图拉哈梅内伊的遗体保存了数月,一些伊斯兰学者认为这是出于政治和安全考量。

With $8 Billion in Venezuelan Oil Money, U.S. Gives $300 Million in Quake Aid

In 2010, there was a huge U.S. aid effort after a quake in Haiti. Today, U.S. officials say they oversee billions in Venezuelan oil revenue, but aid is less.

中文摘要 美国政府在2010年海地地震后提供了大量援助,现在拥有80亿美元的委内瑞拉石油收入,但此次援助仅为3亿美元。

中国“天问二号”探测器抵达目标小行星

飞行一年多,行程十亿公里后,中国“天问2号”探测器到达了目标小行星。从月球、火星到小行星,中国太空探索的目标在逐步扩展。

中文摘要 中国“天问2号”探测器经过一年多的飞行,行程十亿公里后,已成功到达目标小行星。

Zelenskyy calls for ‘strong decisions’ at Nato summit as Russia kills 19 in overnight strikes on Kyiv – Europe live

Ukraine’s president makes plea ahead of summit this week in Ankara where he is due to meet Trump on the sidelines Meanwhile, the UK has just sanctioned Russian actors involved in researching, developing and producing the novichok nerve agent and the lethal toxic Epibatidine, used in the Salisbury at

中文摘要 乌克兰总统泽连斯基在即将召开的北约峰会前呼吁做出“强有力的决策”,同时英国对涉及研发和生产神经毒剂的俄罗斯人实施制裁。

Deadly Russian Strikes Rock Kyiv on Eve of NATO Summit

Ballistic missiles were fired into the capital of Ukraine as Russia launched its second major attack in less than a week. At least 12 people were killed, officials said.

中文摘要 俄罗斯在北约峰会前夕再次对基辅发起攻击,官方报道称至少12人遇难。

Sites That Report Venezuela’s Missing Rise Far From Quake Zone

Despite problems like duplicate submissions, tallies gathered by the websites have been cited by news organizations and critics of the Venezuelan government’s disaster response.

中文摘要 尽管存在重复提交的问题,收集到的关于委内瑞拉失踪人数的数据已被一些新闻机构和批评政府灾后反应的组织引用。

Wildfire in southern France forces evacuation of 10,000 people

Tour de France organisers ban spectators from stage three as a wildfire hits the Pyrénées-Orientales region.

中文摘要 法国南部发生火灾,导致约1万人撤离,环法自行车赛组织者禁止观众参加第三阶段。

HSBC’s Kettner Sees Hyperscalers Back in Favor Amid ‘Melt-Up’

Investors who recently scorned so-called hyperscalers are starting to come back as the companies show they can mint profits while spending hundreds of billions of dollars on artificial-intelligence infrastructure, according to Max Kettner of HSBC Holdings Plc.

中文摘要 汇丰银行的Max Kettner认为,投资者开始重返超大规模公司,这些公司在人工智能基础设施上投入巨额资金的同时,仍能实现利润。

BlackRock, Vanguard ETFs Diverge Over 170% AI-Fueled Rally

For more than a decade, investors could treat the two biggest emerging-market exchange-traded funds as almost interchangeable.

中文摘要 在持续十多年中,投资者几乎将两大新兴市场交易所交易基金视为可互换,但由于韩国股市的强劲反弹,目前出现了分歧。

Container Carriers Eye Return to Red Sea Route

A.P. Moller-Maersk A/S and Hapag-Lloyd AG signaled confidence about resuming passage through the Red Sea, sending the container carriers’ shares down on expectation a return to the shorter route will ease capacity constraints and temper a surge in shipping rates.

中文摘要 马士基和赫伯罗特表示有信心恢复红海航线,市场预期此举将缓解运力紧张,从而导致这两家公司股价下跌。

Lockheed to Buy Ultra Maritime for $3.45 Billion in Sea Push

Lockheed Martin Corp. agreed to buy naval defense business Ultra Maritime, which focuses on submarine detection systems, for $3.45 billion as the US defense giant broadens its undersea weapons portfolio.

中文摘要 洛克希德·马丁公司同意以34.5亿美元收购专注于潜艇探测系统的海军防务企业Ultra Maritime,进一步扩展其海底武器组合。

Iran Will Stay in Control of Hormuz, Treyz Says

Henrietta Treyz, Veda Partners director of economic policy research, discussed expectations for the upcoming NATO summit, oil prices and how Iran will stay in control of the Strait of Hormuz after the war is over. She speaks on "Bloomberg Surveillance." (Source: Bloomberg)

中文摘要 Veda Partners的Henrietta Treyz在《彭博监测》中表示,伊朗将在战争结束后继续控制霍尔木兹海峡。

Saudis Slash Main Oil Price to Rare Discount as Market Dives

Saudi Arabia made big reductions to its main crude oil prices for buyers in Asia, selling barrels at a discount for the first time since it embarked on a price war in 2020, as a surge of global supply heightens competition to find buyers.

中文摘要 沙特阿拉伯首次将主要原油价格大幅下调,以折扣价向亚洲买家销售,标志着自2020年价格战以来的最大降价。

Rogers Pays $3.1 Billion for Full Control of NBA, NHL Teams

Rogers Communications Inc. agreed to buy the remaining 25% stake in Maple Leaf Sports & Entertainment Ltd. for C$4.35 billion ($3.1 billion) from billionaire Larry Tanenbaum’s Kilmer Group, taking full ownership of Canada’s largest sports empire.

中文摘要 罗杰斯通讯公司同意以43.5亿加元(约31亿美元)收购Tanenbaum持有的Maple Leaf Sports & Entertainment 25%股份,全面控股该公司。

ITV hits such as I'm a Celebrity to stay free to watch after Sky takeover

Sky boss Dana Strong's comments came as the channel announces it is buying ITV's media and entertainment divisions in a £1.6bn deal.

中文摘要 天空电视台宣布以16亿英镑收购ITV的媒体和娱乐部门,确保其热门节目如《我就是明星》将免费播出。

Treon: Companies Increasingly Struggling With Supply

Anneka Treon, ING Global Head of Private Banking, Wealth Management & Investments, joins Bloomberg’s Vonnie Quinn on “Bloomberg Brief” to discuss how investors are navigating through various supply shocks. (Source: Bloomberg)

中文摘要 ING全球私人银行负责人Anneka Treon在《彭博简报》中谈及企业面临的供应链挑战。

How two hedge fund managers helped revolutionise US football

Fifa red card scandal overshadows turnaround in US men’s football

中文摘要 两位对冲基金经理在美国足球的转变中发挥了重要作用,但国际足联的红牌丑闻对此进行了遮掩。

Return of the Right Sparks Record Inflow to Chile Peso Bonds

Foreign investors are piling into Chile’s local government debt at the fastest pace on record, attracted by a weaker peso, the prospect of interest rate cuts and the return of a more market-friendly government.

中文摘要 由于智利回归更支持市场友好的政府,外国投资者以创纪录的速度涌入智利本地政府债务,受到较弱比索和利率下调预期的吸引。

该源今日无内容。