每日简报

2026-06-26

Morning Brief

2026-06-26

今天AI技术持续推进,经济面临严峻挑战,委内瑞拉地震影响人道救援。

今日最重要的 5 件事

  1. 1
    技术动态OpenAI News

    OpenAI与博通推出LLM优化推理芯片

    为什么重要 这是AI硬件领域中的重要进展,表明AI处理能力的提升将推动各行业应用的深入。

  2. 2
    财经要点Bloomberg Markets

    美国商品贸易逆差扩大至一年最高

    为什么重要 逆差的扩大可能预示着经济复苏乏力,也影响到美国的国际贸易政策。

  3. 3
    时政观察The Guardian

    委内瑞拉地震救援行动进展

    为什么重要 在全球化的今天,这类人道主义危机能够引发国际社会的广泛关注和响应。

  4. 4
    财经要点Financial Times

    苹果股价上涨引发科技股担忧

    为什么重要 此现象预示大众对高科技类股未来表现的信心减弱,将影响投资决策。

  5. 5
    财经要点Bloomberg Markets

    SpaceX新债务亏损加剧

    为什么重要 即使是行业领头企业,如SpaceX也面临财务挑战,潜在影响整个科技投资环境。

市场状态

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

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

招聘信号

  • 升温 AI推理芯片设计 OpenAI与博通推出了新的针对LLM的推理芯片,显示对专业技师的需求增长。
  • 升温 隐私保护技术开发 SimpleX推出了一个注重用户隐私的消息网络,需求预计将增加。
  • 升温 生产力提升工具开发 AI代理技术的普及需要更多工具支持,提高工作效率。

论文趋势

X 讨论主题

Top Project

simplex-chat/simplex-chat

Haskell · ★ 11,830 · 🍴 678 · 📈 191 stars today

SimpleX - the first messaging network operating without user identifiers of any kind - 100% private by design! iOS, Android and desktop apps 📱!

中文介绍 SimpleX 是首个不依赖用户标识的消息网络,完全以隐私为设计理念,支持 iOS、Android 和桌面应用。随着隐私需求的上升,这种去中心化的消息传递方式对于用户数据安全具有重要意义。

Most Practical

google-labs-code/design.md

TypeScript · ★ 20,491 · 🍴 1,690 · 📈 1,475 stars today

A format specification for describing a visual identity to coding agents. DESIGN.md gives agents a persistent, structured understanding of a design system.

中文介绍 DESIGN.md 提供了一种格式规范,用于向编码代理描述视觉身份,帮助他们持续、结构化理解设计系统。设计规范的标准化能够提高开发效率,确保产品的一致性和可维护性。

Most Surprising

commaai/openpilot

Python · ★ 61,635 · 🍴 11,037 · 📈 67 stars today

openpilot is an operating system for robotics. Currently, it upgrades the driver assistance system on 300+ supported cars.

中文介绍 openpilot 是一种机器人操作系统,目前可以为 300 多种车型的驾驶辅助系统升级。此技术推动自动驾驶的发展,减少驾驶员负担,提高行车安全性。

Are We Ready For An Agent-Native Memory System?

👍 95

Memory for large language model (LLM) agents has rapidly evolved from simple retrieval-augmented mechanisms into a data management system that supports persistent information storage, retrieval, update, consolidation, and dynamic lifecycle governance throughout agent execution. Despite this evolutio

中文介绍 论文提出了一种针对大语言模型(LLM)代理的内存系统,支持持久信息的存储、检索和更新。这种系统通过动态生命周期管理来增强代理的执行能力,使其能有效处理复杂的记忆任务。该研究重要性在于推动了代理智能体的记忆管理,从而提升了其在知识获取和使用中的效率。意义:对记忆、推理和智能体方向具有重要的启示作用。

ShutterMuse: Capture-Time Photography Guidance with MLLMs

👍 38

Real-world photography requires capture-time guidance for both camera framing and subject pose. Yet existing aesthetic cropping benchmarks mainly evaluate post-hoc crop prediction and overlook subject-side recommendations, leaving the capture-time guidance capabilities of multimodal large language m

中文介绍 该论文提出了ShutterMuse,一个基于多模态大语言模型(MLLM)的摄影指导系统,旨在优化拍摄时的相机构图和对象姿态。通过引入主体侧建议,该系统弥补了现有美学裁剪基准的不足。研究显示,该方法能显著提升拍摄过程中的指导能力,对摄影和计算机视觉的融合应用具有重要影响。

ViQ: Text-Aligned Visual Quantized Representations at Any Resolution

👍 34

A unified representation for text and vision is a natural pursuit, as it enables simpler multimodal modeling and more efficient training. However, representing images as discrete signals in the same way as text inevitably introduces severe information loss. Existing work struggles to balance low-lev

中文介绍 论文提出了一种统一的文本与视觉表示方法ViQ,旨在减少信息损失并提高多模态建模的效率。该方法通过对图像进行量化表示,解决了图像与文本在低级别特征之间的信息平衡问题,展现出在生成任务上的潜力。该研究有助于推动文本和视觉 AI 应用的进一步发展,尤其在视觉问答和跨模态检索中。

Beyond NL2Code: A Structured Survey of Multimodal Code Intelligence

👍 30

While Large Language Models (LLMs) have substantially advanced text-to-code synthesis, many real programming tasks specify intent through visual artifacts such as screenshots, charts, vector drawings, videos, and interactive states. These tasks require models to connect visual perception to executab

中文介绍 论文系统回顾了多模态代码智能的进展,指出在编程任务中视觉信息(如截图和图表)对于意图表达的重要性。研究强调了连接视觉感知与可执行代码之间的关系,并探讨如何利用大语言模型(LLMs)应对这一挑战,对提升代码生成和理解能力具有重要意义。

Qwen-Image-Agent: Bridging the Context Gap in Real-World Image Generation

👍 29

While text-to-image (T2I) models have achieved remarkable progress, they struggle with real-world requests that are often underspecified, implicit, or dependent on up-to-date knowledge. We identify this challenge as the Context Gap: the mismatch between the user context and the sufficient generation

中文介绍 Qwen-Image-Agent识别了文本到图像生成中的“上下文差距”问题,提出了一种新方法来缩小用户的实际需求与生成模型之间的差距。该研究表明,通过引入更新知识的能力,可以提升生成模型在实际应用中的有效性,推动图像生成技术的进一步发展,具有实际应用潜力。

MVTrack4Gen: Multi-View Point Tracking as Geometric Supervision for 4D Video Generation

👍 29

Synthesizing a novel-view video from a monocular reference video along a target camera trajectory requires both geometric consistency and motion fidelity with respect to the reference video. Existing methods based on explicit 3D representations are limited by the accuracy of off-the-shelf reconstruc

中文介绍 MVTrack4Gen提供了一种基于几何监督的多视角点跟踪方法,旨在合成新的视角视频,同时保持与参考视频的几何一致性和运动真实感。通过克服传统3D重建方法的局限性,该研究为4D视频生成提供了新思路,对计算机视觉和影视制作领域具有重要应用价值。

OPID: On-Policy Skill Distillation for Agentic Reinforcement Learning

👍 27

Outcome-based reinforcement learning provides a stable optimization backbone for language agents, but its sparse trajectory-level rewards provide little guidance on which intermediate decisions should be reinforced or suppressed. On-policy self-distillation offers dense token-level supervision, yet

中文介绍 OPID提出了在基于结果的强化学习中进行策略蒸馏的方法,旨在为语言代理提供更高效、密集的监督信息。通过实现基于策略的自蒸馏,该方法提高了代理在决策中的表现,显示出在复杂任务中的潜在应用价值,有助于优化语言模型的性能。

UnityShots: Memory-Driven Multi-Shot Audio-Video Generation with Boundary-Aware Gating

👍 21

Generating a coherent multi-shot video requires structured cross-shot memory. Subject appearance, scene context, and speaker identity must persist across cuts. Existing approaches either train end-to-end over fixed-length sequences and cannot scale, generate shot-by-shot with memory banks that grow

中文介绍 UnityShots研究提出了基于记忆驱动的多镜头视频生成方法,通过结构化的跨镜头记忆保持主体外观和场景上下文的连贯性。这种方法解决了现有方法在长序列生成中的局限性,具有提升多镜头视频生成质量的潜力,对影视制作与视频创作应用具有重要意义。

V-Zero: Answer-Label-Free On-Policy Distillation with Contrastive Evidence Gating for Fine-Grained Visual Reasoning

👍 21

Fine-grained visual reasoning requires multimodal large language models (MLLMs) to identify task-relevant visual evidence and ground their reasoning in local image regions. Existing agentic methods typically rely on reinforcement learning with verifiable rewards or supervised fine-tuning on large-sc

中文介绍 V-Zero提出了一种无答案标签的在政策蒸馏方法,用于细粒度视觉推理,强调主流多模态大型语言模型(MLLM)如何识别任务相关的视觉证据。此方法创新性地结合了对比证据门控,以提高推理质量,对视觉识别和推理应用有显著影响。

The Verification Horizon: No Silver Bullet for Coding Agent Rewards

👍 20

A classical intuition holds that verifying a solution is easier than producing one. For today's coding agents, this intuition is being inverted: as foundation models develop stronger reasoning capabilities and engineering harnesses grow more sophisticated, generating complex candidate solutions is n

中文介绍 论文探讨了当前编码代理奖励验证的挑战,提出生成候选方案的复杂性逐渐超过方案验证的简单性。这一反转将促进编码代理的研究进步,尤其是在增强推理能力和提高手段有效性方面,对智能体系统的应用具有深远影响。

JetSpec: Breaking the Scaling Ceiling of Speculative Decoding with Parallel Tree Drafting

👍 18

Speculative decoding (SD) accelerates autoregressive Large Language Models (LLMs) by drafting multiple tokens and verifying them in parallel, but it faces a scaling limitation: increasing the draft budget improves speed only when acceptance remains high and drafting overhead stays low. This ceiling

中文介绍 JetSpec通过引入并行树草拟的方式,突破了推测解码中的扩展瓶颈,从而加快了自回归大语言模型(LLM)的速度。这种方法在接受率高且草拟开销较低的情况下提高了速率,为大语言模型的高效运行提供了新思路,具有一定的应用价值。

The Hitchhiker's Guide to Agentic AI: From Foundations to Systems

👍 11

The Hitchhiker's Guide to Agentic AI is a comprehensive practitioner's reference for building autonomous AI systems. The book covers the full stack from first principles to production deployment, organized around a central thesis: building great agentic systems requires understanding every layer of

中文介绍 论文《The Hitchhiker's Guide to Agentic AI》提供了一套构建自主AI系统的全面指南,涵盖从基础原理到实际部署的各个层次。这一框架有助于理解代理智能体的多层次架构,对推动智能代理技术的发展具有重要参考价值。

Why Multi-Step Tool-Use Reinforcement Learning Collapses and How Supervisory Signals Fix It

👍 10

Tool use enables large language models (LLMs) to perform complex tasks, and recent agentic reinforcement learning (RL) methods show promise for enhancing model capabilities. However, RL alone often leads to instability or limited gains in tool-use tasks. In our experiments, some models exhibit catas

中文介绍 研究探讨了多步工具使用强化学习的失败现象,提出了监督信号可以解决不稳定性问题。通过实验发现,监督信号能够提高工具使用任务的有效性,为设计稳健的强化学习系统提供了新的思路,对智能体技术的应用具有积极影响。

Running the Gauntlet: Re-evaluating the Capabilities of Agents Beyond Familiar Environments

👍 9

As agentic systems continue to evolve and are widely deployed in real-world scenarios, there is a growing demand to faithfully evaluate their capabilities. However, current benchmarks are typically built on popular applications with relatively simple tasks and focus on a narrow set of capabilities w

中文介绍 论文重新审视了适应当今真实环境的代理系统能力的要求,提出当前基准的局限性,并强调需要更全面的评估。此研究对智能体的实际应用能力验证具有重要的意义,有助于推动更高标准的能力测试与发展。

Autodata: An agentic data scientist to create high quality synthetic data

👍 9

We introduce Autodata, a general method that enables AI agents to act as data scientists who build high quality training and evaluation data. We show how to train (meta-optimize) such a data scientist agent, so that it learns to create even stronger data. We describe the overall formulation, and a s

中文介绍 Autodata提出了一种方法,让AI代理充当数据科学家,生成高质量的训练和评估数据。该研究不仅描述了元优化的训练过程,还展示了如何提高数据质量,对合成数据生成和数据科学领域具有重要应用潜力。

Look Light, Think Heavy: What Multimodal Chain-of-Thought Reasoning Can and Cannot Do

👍 8

Chain-of-Thought (CoT) has become a standard method for improving reasoning capabilities in large language models (LLMs) by eliciting step-by-step thinking, but its effectiveness in multimodal tasks remains unclear. In this paper, we aim to systematically investigate the key question: What can multi

中文介绍 论文探讨了多模态推理中链式思维(CoT)的方法有效性,系统地调查其在不同任务中的适用性。研究表明,尽管CoT方法在一定程度上提升模型推理能力,但对多模态任务的影响和限制仍需进一步探讨。

GUI vs. CLI: Execution Bottlenecks in Screen-Only and Skill-Mediated Computer-Use Agents

👍 6

Computer-use agents can execute software tasks through either graphical interfaces or programmatic command interfaces, but existing evaluations confound interaction modality with differences in tasks, initial states, verifiers, and permitted actions. We introduce a matched execution-layer benchmark

中文介绍 研究分析了计算机使用代理在图形界面和命令行界面中的执行瓶颈,提出了一种匹配执行层基准的方法。此研究的结果将有助于提高代理系统在不同界面下的表现,对人机交互和智能系统设计具有重要影响。

Confidence-Aware Tool Orchestration for Robust Video Understanding

👍 6

Video reasoning language models implicitly assume that every input frame is equally reliable. This leads to what we term the Blind Trust Problem: under realistic perturbations such as motion blur, glare, or occlusion, frontier video reasoning models can suffer 15-30%p accuracy drops on real-world em

中文介绍 论文提出了自信意识工具编排方法,以解决视频理解中的信任问题,强调输入帧的可靠性差异。研究显示,在现实影像下,该方法可提升模型的准确性,特别在视频推理和处理的应用中具有重要意义。

TryOnCrafter: Unleashing Camera Trajectories for Realistic Video Virtual Try-on via a Renderable 4D Try-on Proxy

👍 6

While Video Virtual Try-on (VVT) has achieved remarkable progress in synthesizing realistic garment overlays on dynamic subjects, existing paradigms remains fundamentally constrained by a passive dependency on source camera trajectories, failing to accommodate the requisite interactive freedom for o

中文介绍 TryOnCrafter通过可渲染的4D试穿代理释放了摄像机轨迹的使用潜力,旨在增强视频虚拟试穿的交互性。该研究带来了视频虚拟试穿的新方法,对时尚电商和增强现实应用领域具有重要贡献。

RoPE-Aware Bit Allocation for KV-Cache Quantization

👍 6

Existing low-bit KV-cache quantizers often treat each cached key as a flat vector. Under RoPE, however, a key's contribution to a future attention logit decomposes into a position-dependent sum over two-dimensional frequency blocks. This makes key-cache quantization a block-wise bit-allocation probl

中文介绍 论文提出RoPE感知的KV缓存量化方法,解决了现有低位KV缓存量化中的局限性。通过优化关键字的块状比特分配,该研究为改进深度学习模型的内存效率和计算性能提供了新的思路,对Transformer等模型的应用场景具有重要意义。

The efficiency gap: How do cells and GPUs compare when running the exact same algorithm?

@spandan_madan · 1.1K 粉丝 · 626.9K 阅 · 516 赞 · 28 转

AI hardware is having a moment. Hyperscaler capex on AI data centres is on track to clear $690 billion in 2026, and private equity has followed in scale — Blackstone alone reports a $55B+ data-centre

中文介绍 当前AI硬件投资热潮兴起,预计到2026年AI数据中心的资本支出将超过6900亿美元。黑石集团的投资也在上升,报告显示其数据中心投资超过550亿美元,反映出市场对AI计算能力的需求增长。

Introducing Engram: Scaling compute on your context

@EngramLab · 1.2K 粉丝 · 255.7K 阅 · 537 赞 · 76 转

We’re Engram. We’re building AI that learns from you and deeply understands your work. Today’s AI models don’t understand what you do. Not really. Everything models know comes from their training –

中文介绍 Engram正在构建一种新型人工智能,旨在深入理解用户的工作和需求,而现有的AI模型大多缺乏这样的能力。这种转变反映了AI更好地适应用户背景的趋势。

Why we're bullish on loops

@posthog · 21.8K 粉丝 · 162.4K 阅 · 512 赞 · 36 转

When the creators of both OpenClaw and Claude Code speak, people listen. And recently Peter Steinberger and Boris Cherny have both been talking about the same concept: loops. Their argument? You

中文介绍 OpenClaw和Claude Code的创始人近期集中讨论“循环”这一概念,认为它在提升工作效率方面具有重要作用。这表明行业内对形成高效工作流的不断探索与重视。

Introducing computer use in Gemini 3.5 Flash

@GoogleAIStudio · 179.4K 粉丝 · 41.0K 阅 · 605 赞 · 57 转

Computer use is now a built-in tool supported in Gemini 3.5 Flash, delivering our best performance yet for agentic computer use tasks. Previously only available as a standalone Gemini 2.5 computer use

中文介绍 Gemini 3.5 Flash版本现已内置计算机使用工具,实现了在智能代理任务中的最佳性能。这一创新体现了行业向更智能化工具发展的趋势。

Building a skill optimization loop

@zachlloydtweets · 11.4K 粉丝 · 39.2K 阅 · 504 赞 · 68 转

This post shows how to create a loop with automated feedback that an agent can run to optimize its own Skills. It uses an automated grader with computer use to assess how well a Skill is performing,

中文介绍 该帖子展示了如何创建一个带有自动反馈的循环,帮助代理优化其技能,利用自动评分器评估技能表现。这种方法正逐渐成为提升代理能力的重要策略。

Life After Switching to Kimi

@0xDevin_ · 6.6K 粉丝 · 38.3K 阅 · 539 赞 · 5 转

Most AI tools are chatbots with a nice interface. Kimi is different. It is a full system: a browser automation engine called Claw that navigates websites like a human, an Agent Swarm that runs

中文介绍 Kimi是一种与众不同的AI工具,它结合了浏览器自动化引擎Claw和执行多任务的Agent Swarm,展示了AI工具向更复杂和实用系统发展的趋势。

Repositioning retail for the AI era

Artificial intelligence is rapidly reshaping retail, but not in the ways consumers might immediately notice. The biggest transformation may not be flashy virtual try-ons or chatbot shopping assistants, but in how decisions are made behind the scenes: how products surface in search results, how inven

中文介绍 人工智能快速重塑零售行业,主要体现在决策制定的方式,而非消费者直接感受到的虚拟试衣或聊天机器人购物助手。

not much happened today

**Z.ai's GLM-5.2** leads in coding and agent benchmarks with top scores like **1595** on Code Arena: Frontend and **34.29%** reasoning accuracy with zero failures. Databricks improved GLM-5.2 speed to **392 tok/s** using hardware and optimizations. **Ornith-1.0**, a new MIT-licensed coding model fam

中文介绍 Z.ai的GLM-5.2在编码和代理基准中领先,Code Arena的得分为1595,推理准确率为34.29%。Databricks提升GLM-5.2的速度至392 tok/s。

[AINews] It's Meta-Harness Summer

Move over, Harness Engineering, it is time for the harness of harnesses!

中文介绍 Meta-Harness夏季活动开始,关注Harness Engineering的进展。

How agents are transforming work

A new OpenAI research paper shows how AI agents are transforming work, enabling longer, more complex tasks and expanding productivity across roles.

中文介绍 OpenAI的新研究表明,AI代理正在改变工作方式,使任务更加复杂,提升了各个角色的生产力。

The emergence of the web data infrastructure layer for AI

AI is booming. New use cases are emerging each day. To capitalize on the technology’s potential, enterprises require data at scale. In many cases, though, the relevant information is blocked or unstructured, which limits its use by AI models. To understand this challenge, consider the foundation of

中文介绍 随着AI的兴起,企业需要大规模的数据来充分利用该技术,但相关信息常常被阻塞或无结构,限制了AI模型的使用。

OpenAI and Broadcom unveil LLM-optimized inference chip

OpenAI and Broadcom introduce Jalapeño, a custom AI chip built for LLM inference to improve performance, efficiency, and scale across AI systems.

中文介绍 OpenAI和Broadcom联合推出Jalapeño,一款针对LLM推理优化的定制AI芯片,以提升AI系统的性能、效率和规模。

not much happened today

**OpenAI** announced **Jalapeño**, its first custom AI chip for LLM inference, built with **Broadcom**, aiming to control more of the AI stack and improve compute economics with a fast 9-month design cycle. Community analysis suggests Jalapeño features **216GB HBM3E**, **~7.1–7.4 TB/s bandwidth**, a

中文介绍 OpenAI宣布推出Jalapeño,这是其第一个专为LLM推理设计的定制AI芯片,旨在优化计算经济性,设计周期仅为9个月。

市场总览

当前加密货币市场情绪极度恐慌,恐慌贪婪指数处于13,整体市值为2.12万亿美金,并且24小时内下降2.88%。在美股方面,S&P 500 ETF(SPY)较52周高点下跌3.43%,趋势保持在多头排列,显示出市场分化的态势。整体来看,美国股市和加密市场都显得较为疲软,而VIX恐慌指数上涨,反映出市场的不安和波动性回升。

今日关注

AAPL Apple
偏下行

当前价格275.15,RSI为32.2,处于超卖状态。MACD显示负向死叉,且近5日下跌了7.03%,技术面整体偏向下行。

MSFT Microsoft
偏下行

当前价格352.83,RSI为28.7,处于超卖状态。MACD显示死叉且连续下跌,最近5日跌幅为6.88%,技术面呈现压力。

^VIX VIX 恐慌指数
偏上行

当前价格19.94,最近1日上涨5.56%,RSI为55.4,接近中性,且MACD出现金叉,显示市场恐慌情绪有所上升。

全部资产

^VIX

VIX 恐慌指数

$19.94 +5.56%
5 日
+21.59%
距 52w 高
-43.5%
RSI(14)
55.4
趋势
中性
SMA 20 / 50 / 200
18.00 / 17.82 / 18.65
MACD / 信号
0.274 / 0.062
MACD 金叉 (3 天前)

^TNX

10Y 美债收益率 (%)

$4.39 -1.33%
5 日
-2.12%
距 52w 高
-12.1%
RSI(14)
41.5
趋势
中性
SMA 20 / 50 / 200
4.48 / 4.43 / 4.22
MACD / 信号
-0.003 / 0.013

DX-Y.NYB

美元指数 DXY

$101.20 -0.23%
5 日
+0.34%
距 52w 高
-0.6%
RSI(14)
67.8
趋势
多头
SMA 20 / 50 / 200
100.13 / 99.22 / 98.77
MACD / 信号
0.601 / 0.465
接近 52 周高多头排列

SPY

S&P 500 ETF

$734.30 +0.14%
5 日
-0.90%
距 52w 高
-3.4%
RSI(14)
46.5
趋势
多头
SMA 20 / 50 / 200
744.88 / 733.77 / 690.14
MACD / 信号
0.829 / 3.356
多头排列

QQQ

Nasdaq 100 ETF

$716.38 +0.81%
5 日
-0.85%
距 52w 高
-4.3%
RSI(14)
49.9
趋势
多头
SMA 20 / 50 / 200
726.22 / 701.41 / 631.52
MACD / 信号
5.105 / 8.563
多头排列

AAPL

Apple

$275.15 -6.12%
5 日
-7.03%
距 52w 高
-13.3%
RSI(14)
32.2
趋势
中性
SMA 20 / 50 / 200
299.73 / 291.15 / 269.21
MACD / 信号
-1.588 / 1.199

MSFT

Microsoft

$352.83 -3.46%
5 日
-6.88%
距 52w 高
-36.5%
RSI(14)
28.7
趋势
空头
SMA 20 / 50 / 200
402.81 / 411.74 / 448.61
MACD / 信号
-14.234 / -8.797
RSI 超卖接近 52 周低空头排列

NVDA

Nvidia

$195.74 -1.64%
5 日
-4.35%
距 52w 高
-17.2%
RSI(14)
39.6
趋势
中性
SMA 20 / 50 / 200
208.85 / 210.21 / 190.53
MACD / 信号
-2.940 / -1.317

GOOGL

Alphabet

$343.71 -0.46%
5 日
-5.52%
距 52w 高
-15.9%
RSI(14)
36.2
趋势
中性
SMA 20 / 50 / 200
363.45 / 369.27 / 313.36
MACD / 信号
-6.254 / -3.301

TSLA

Tesla

$375.12 -0.11%
5 日
-5.36%
距 52w 高
-24.8%
RSI(14)
38.9
趋势
空头
SMA 20 / 50 / 200
404.67 / 405.01 / 417.80
MACD / 信号
-7.383 / -3.473
空头排列

META

Meta

$542.87 -2.65%
5 日
-4.35%
距 52w 高
-31.8%
RSI(14)
34.1
趋势
空头
SMA 20 / 50 / 200
587.54 / 615.32 / 651.10
MACD / 信号
-15.724 / -12.405
空头排列
加密恐慌贪婪
13
极度恐慌
加密总市值
$2.12 T
-2.88% / 24h
BTC 主导率
55.7%
ETH 8.7%
24h 成交量
$108.9 B
活跃币 17,449

BTC-USD

Bitcoin

$59,177.34 -0.91%
5 日
-6.42%
距 52w 高
-53.1%
RSI(14)
29.3
趋势
空头
SMA 20 / 50 / 200
63,169.83 / 70,214.31 / 75,997.05
MACD / 信号
-2,355.877 / -2,302.597
MACD 死叉 (今天)RSI 超卖接近 52 周低空头排列

ETH-USD

Ethereum

$1,535.41 -1.88%
5 日
-9.92%
距 52w 高
-69.0%
RSI(14)
28.8
趋势
空头
SMA 20 / 50 / 200
1,684.32 / 1,919.75 / 2,327.42
MACD / 信号
-80.896 / -78.634
MACD 死叉 (今天)RSI 超卖接近 52 周低空头排列

SOL-USD

Solana

$68.81 +1.83%
5 日
-4.98%
距 52w 高
-72.8%
RSI(14)
42.7
趋势
空头
SMA 20 / 50 / 200
69.25 / 78.02 / 95.79
MACD / 信号
-1.892 / -2.244
空头排列

BABA

阿里巴巴 (BABA)

$95.07 -4.74%
5 日
-11.51%
距 52w 高
-50.7%
RSI(14)
16.7
趋势
空头
SMA 20 / 50 / 200
115.10 / 127.06 / 148.48
MACD / 信号
-8.099 / -6.373
RSI 超卖接近 52 周低空头排列

PDD

拼多多 (PDD)

$73.30 -3.22%
5 日
-8.21%
距 52w 高
-47.4%
RSI(14)
24.0
趋势
空头
SMA 20 / 50 / 200
81.84 / 91.76 / 109.62
MACD / 信号
-4.636 / -4.210
RSI 超卖接近 52 周低空头排列

JD

京东 (JD)

$25.19 -1.14%
5 日
-9.75%
距 52w 高
-31.7%
RSI(14)
24.4
趋势
空头
SMA 20 / 50 / 200
28.17 / 29.79 / 30.14
MACD / 信号
-1.103 / -0.770
RSI 超卖接近 52 周低空头排列

0700.HK

腾讯控股 (0700.HK)

HK$411.80 -2.28%
5 日
-6.45%
距 52w 高
-39.7%
RSI(14)
35.8
趋势
空头
SMA 20 / 50 / 200
445.59 / 461.46 / 561.50
MACD / 信号
-10.926 / -7.749
MACD 死叉 (4 天前)接近 52 周低空头排列

GC=F

黄金期货

$4,055.50 +0.62%
5 日
-3.99%
距 52w 高
-27.4%
RSI(14)
34.5
趋势
中性
SMA 20 / 50 / 200
4,270.69 / 4,487.64 / 4,448.09
MACD / 信号
-123.607 / -107.028
MACD 死叉 (4 天前)

CL=F

WTI 原油期货

$69.52 -3.34%
5 日
-9.24%
距 52w 高
-41.8%
RSI(14)
27.4
趋势
中性
SMA 20 / 50 / 200
83.25 / 91.99 / 73.90
MACD / 信号
-6.511 / -5.196
RSI 超卖

USDCNY=X

美元 / 人民币

¥6.79 +0.01%
5 日
+0.32%
距 52w 高
-5.8%
RSI(14)
57.0
趋势
空头
SMA 20 / 50 / 200
6.77 / 6.79 / 6.95
MACD / 信号
-0.003 / -0.008
接近 52 周低空头排列
风险提示

过去走势不代表未来表现。本报告仅供技术指标解读参考,投资决策需综合考虑其它因素。

Venezuela Live Updates: More Rescuers Join Urgent Search for Quake Survivors

The United States and Mexico were among the latest to send support as the death toll from two powerful earthquakes climbed to 235. Thousands were injured, and hundreds remained missing or trapped under rubble.

中文摘要 美国和墨西哥等国送来救援支持,委内瑞拉两次强烈地震造成的死亡人数已上升至235人,数千人受伤,仍有数百人失踪或被困在废墟中。

Heat Wave Prompts Paris to Suspend Sports Events and Public Drinking

The Paris police chief, Patrice Faure, said that alcohol restrictions were intended to ease pressure on health services.

中文摘要 巴黎警察局长帕特里斯·福尔表示,限制酒精销售是为了减轻医疗服务的压力,回应当前的热浪。

Crimea’s Moscow-Installed Leaders Declare State of Emergency After Ukrainian Attacks

Weeks of intense strikes by Ukraine have rattled everyday life in Crimea to an extent unseen since Russia illegally annexed the peninsula in 2014.

中文摘要 在乌克兰的强烈袭击下,克里米亚的莫斯科支持领导人宣布进入紧急状态,这种生活的动荡自2014年俄罗斯非法吞并后前所未有。

The hands behind the beautiful game

Pakistan's last hand-stitched football makers keep a fading craft alive as machines reshape the world's game.

中文摘要 巴基斯坦最后的手工足球制造商在机器重塑全球足球时努力保持这一日渐消失的手艺。

Venezuela earthquakes: international rescue teams arrive, as 235 confirmed dead so far – latest updates

‘We hope to rescue as many living people as possible’, says the acting president, Delcy Rodríguez, but authorities fear the death toll will be in the thousands China’s president Xi Jinping said Beijing was ready to provide Venezuela with “disaster relief and reconstruction” assistance. Xi sent a mes

中文摘要 委内瑞拉代理总统德尔西·罗德里格斯表示“希望能尽量救出更多生还者”,但当局担心死亡人数将达千人。

Europe heatwave live: red warning issued for millions in England; France and Belgium cancel events

Estimated 150 million people in Europe could experience temperatures above 35C today European heatwave is worst ever and impossible without climate crisis, scientists say Over in the UK, firefighters are still trying to bring a large wildfire in Derbyshire under control. The blaze, which has burned

中文摘要 预计欧洲有1.5亿人会经历35°C以上的高温,科学家称此次热浪是有史以来最严重的,且与气候危机息息相关。

New synthetic drugs, cocaine and meth booming, warns UN

A spike in potent synthetic drugs comes as manufacturers respond to geopolitical changes and look to increase profits.

中文摘要 联合国警告称,强效合成毒品的激增反映了生产商对地缘政治变化的回应,试图提高盈利。

Europe’s Scorching Heat Is Gradually Moving East

Parts of Spain, France and other countries are seeing slight relief, but the record-breaking heat wave is far from over.

中文摘要 虽然西班牙、法国等国局部地区得到稍微缓解,但创纪录的热浪仍远未结束。

Russia preparing possible ‘provocation’ in Baltic states or Poland, sources say

Kremlin may attempt to test Nato cohesion as Russia comes under growing pressure from Ukraine, according to sources from two countries Two countries on Nato’s eastern flank have warned that Russia is preparing a possible “provocation” in the Baltic states or Poland in an effort to test the cohesion

中文摘要 两国消息源指出,克里姆林宫可能在波罗的海国家或波兰进行“挑衅”,以测试北约的凝聚力。

UN pauses Strait of Hormuz evacuation plan after cargo ship attacked

The ship was reportedly struck by an "unknown projectile" near Oman but no casualties were reported.

中文摘要 一艘货船在阿曼附近遭到所谓的“未知弹药”袭击,联合国已暂停霍尔木兹海峡的撤离计划,未造成伤亡。

Rescuers scramble to find Venezuela earthquake survivors. And, SCOTUS rules on asylum

Rescuers are searching for thousands of people missing after two earthquakes struck Venezuela on Wednesday. And, the Supreme Court says the U.S. can turn away asylum seekers at the border.

中文摘要 在委内瑞拉发生两次地震后,救援人员正全力寻找数千名失踪者,美国最高法院裁定可拒绝边界的庇护申请者。

After Attacking Cargo Ship, Iran Presses Its Claim to Authority Over Strait

Iran issued a statement on Friday asserting its right to control traffic in the Strait of Hormuz, a day after firing on a container ship that took a route near Oman’s shore.

中文摘要 伊朗在袭击一艘货船后发表声明,主张对霍尔木兹海峡的交通控制权。

US tech stocks set for further declines on AI worries

Apple’s price rises and fears over delay to OpenAI’s IPO add to concerns over high-flying sector

中文摘要 由于苹果股价上涨和对OpenAI首次公开募股推迟的担忧,美国科技股面临进一步下跌的风险,尤其是在高风险行业中。

US Goods Trade Deficit Widens to Biggest in More Than a Year

The US merchandise-trade deficit widened in May to the biggest in more than a year as exports fell and imports rose.

中文摘要 美国在5月份的商品贸易逆差扩大,达到超过一年以来的最高水平,原因是出口下降而进口增加。

Bed Bath & Beyond Nabs Bull On ‘Everything Home’ Transformation

Bed Bath & Beyond, Inc. gained a new bull this week who sees upside for shares on the premise that it will soon be known as a one-stop shop for home improvement and financing services as well as its pillows and pots.

中文摘要 Bed Bath & Beyond公司本周获得了一位看好其转型为家庭改善及融资综合服务商的分析师,预计股价将上涨。

Germany urges EU to suspend methane rules after US pressure

Energy minister warns of risk to gas supplies if planned rules affecting imports come into force

中文摘要 德国能源部长警告称,如果计划中的进口甲烷规则生效,将存在对天然气供应的风险,要求欧盟暂时悬停这些规定。

Parisians seek refuge from heatwave in air-conditioned hotels

People booking rooms during the day to work while others seek night-time respite from stifling apartments

中文摘要 在热浪期间,巴黎居民选择在空调酒店中避暑,许多人在白天预订房间工作,晚上则在炎热的公寓中寻求 respite。

Brussels launches antitrust probe into French drugmaker Sanofi

Competition watchdog examining whether group implemented ‘misleading’ campaign against rival flu vaccine maker

中文摘要 欧盟竞争监管机构正在调查法国制药公司赛诺菲,是否针对竞争对手的流感疫苗制造了“误导性”宣传。

Bosch CEO Unexpectedly Leaves World’s Biggest Car-Parts Maker

Robert Bosch GmbH Chief Executive Officer Stefan Hartung is stepping down after leading a push to cut thousands of jobs and make the world’s biggest automotive supplier more competitive.

中文摘要 博世公司CEO斯特凡·哈图恩意外辞职,此前他推动裁员并使全球最大的汽车零部件供应商提高竞争力。

Bitcoin Bottom Hunters Fear Fresh Pain After $1.3 Trillion Rout

Bitcoin’s collapse is forcing crypto veterans to confront the question every bear market eventually asks: when does mass panic create a buying opportunity? The answer, according to many of the investors and analysts who have lived through previous boom-and-bust cycles, is: not yet.

中文摘要 比特币价格的暴跌使加密货币的资深投资者面临新一轮的恐慌,许多人认为目前尚未出现可观的买入机会。

Bond Traders Stunned as Losses on SpaceX’s New Debt Keep Growing

SpaceX’s blockbuster bond sale is weakening so quickly in the secondary market that traders say they can’t recall another recent deal that widened this sharply.

中文摘要 SpaceX的债券销售在二级市场表现不佳,亏损不断加剧,债券交易员表示很难想起近期有如此大幅度扩大的债务交易。

Hungary to Meet Euro Entry Criteria by 2030, Premier Magyar Says

Hungarian Prime Minister Peter Magyar said his country could meet the European Union’s economic criteria for adopting the euro by 2030, setting out the clearest timetable yet for a path toward the common currency.

中文摘要 匈牙利总理彼得·马佳尔表示,匈牙利预计在2030年前能够满足欧洲联盟采纳欧元的经济标准。

US Premarket Movers for June 26, 2026

S&P 500 Index futures fall 0.5% as of 7:47 a.m. in New York as weakness in chip stocks resumes.

中文摘要 截至美东时间上午7:47,标准普尔500指数期货下跌0.5%,由于芯片类股票恢复疲软。

Goldman Strategist Sees Bets in Big Tech During Chip Volatility

Big tech stocks could turn more attractive in the artificial intelligence trade as chipmakers show continued volatility, according to Goldman Sachs Group Inc. strategist Christian Mueller-Glissmann.

中文摘要 高盛策略师克里斯蒂安·穆勒-格里斯曼表示,在芯片波动期间,科技股在人工智能交易中可能变得更具吸引力。

L 站有人对 Claude Code 泄露的源码感兴趣的吗?

我打算重写一下 Claude Code 技术架构拆解的系列文章。 基于 Claude Code 泄露的源码进行分析。 说打算写,其实我已经正在写了。 我之前写过一个 Claude Code 的架构图,那篇文章我现在看来,还是差了很多东西。 这个课题在我的脑海里有一阵子了。 我网上找到了一些源码分析的文章。 但是绝大多数都是 AI 味儿很大的那种。 要么逻辑衔接不太顺畅,要么虎头蛇尾的。拼接感太严重。 不过有一些作图做的确实比较好,这个我承认。 而且看图并不能让你完整的理解,只能提高一下你对技术图的审美。 还是需要对图进行解释和描述。 不过呢,我已经加上了 gif 图,而且还在尝试加入一些可交互

外区APP Store软件更新技巧

把外区 Apple ID 添加到“设置-备忘录、邮件、日历”里,三个里面随便选一个,之后更新软件可以直接更新。不用去 App Store 来回切账号。 45 个帖子 - 44 位参与者 阅读完整话题

不多说,快抢注agent邮箱去

现在可以自定义了,还有比较多的好号 Agent Mail Agent Mail — QQ 邮箱为 Agent 打造的原生邮箱 与个人邮箱隔离,原生适配 Agent,让 AI 智能体安全高效地帮你收发、整理邮件。 233 个帖子 - 211 位参与者 阅读完整话题

【1.1K Star 2W美元ARR】开源项目商业化心得分享

本帖使用社区开源推广,符合推广要求。我申明并遵循社区要求的以下内容: 我的帖子已经打上 开源推广 标签: 是 我的开源项目完整开源,无未开源部分: 是 我的开源项目已链接认可 LINUX DO 社区: 是 我帖子内的项目介绍,AI生成、润色内容部分已截图发出: 是 以上选择我承诺是永久有效的,接受社区和佬友监督: 是 以下为项目介绍正文内容,AI生成、润色内容已使用截图方式发出 真的哭死,我上午洋洋洒洒写了一千多字的经验分享,然后发帖出去,帖子消失了。 前2个小时还在待处理中等待管理员审核,结果我吃个饭的功夫,帖子人间蒸发了。 待审核、草稿箱,各种地方翻了好几遍。 真的太难受了,我没备份,只能

Vibe coding需要知道的设计术语——布局排版

经常看到朋友和同事在 Vibe Coding 时吐槽 AI “听不懂人话”: “高级感”、“眼前一亮”,“再改改”,结果页面越改越乱。可能并非 AI 能力不够,更多是因为我们采取了“玄学抽卡”的策略。我们无法将思考外包给模型,但是 AI 时代的学习范式也得改变。 LLM 在 Pre-training 与 RL 阶段均基于海量代码数据训练,对英文专业术语的语义锚点远强于中文(且中文语义信息熵过高,容易产生歧义),怎么和 Agent 对齐很重要,打算长期整理一份术语速查表分享给佬友们,方便查阅 视觉设计篇 roadmap Typography / 文字排版 Vibe coding需要知道的设计术语

人民日报发文:76.6% 青年婚育观受社交媒体影响,算法催生 "不敢爱" 与 "不会爱"

news.cn 别让算法“锁”住青年婚育观-新华网 别让算法“锁”住青年婚育观- finance.sina.com.cn – 26 Jun 26 “网上许多内容过度营造完美伴侣人设,回到现实落差就来了”,人民日报刊文:别让算法“锁”住青年婚育观 “网上许多内容过度营造完美伴侣人设,回到现实落差就来了”,人民日报刊文:别让算法“锁”住青年婚育观 135 个帖子 - 115 位参与者 阅读完整话题

果然便宜没好货,又又又要迁移服务器了!(17:40已迁移完毕)

事情是这样的,今天突然感觉首包延迟拉到巨高 这是现在的首包延迟 今天的变量只有一个,那就是主站迁移到了香港服务器 20M~30M的带宽,平均只跑了600~800kb/s 让codex测了一下香港服务器的出口速度,得出结论,实际带宽只有5mbps左右! 为了佬友们能更好的体验,还是决定再次迁移了 这个速度,我醉了,哈哈哈,暂时限制一下大家的rpm腾点带宽迁移数据哈,实在不行只能被迫中断一下服务,把带宽全留给迁移数据工作了~ token传输速度还是有点慢,平均只有20t/s的流,后面看看要怎么优化 52 个帖子 - 35 位参与者 阅读完整话题

入职jd后端暑期实习一月vibecoing有感

早上严肃学习了佬友的文章 【木子狸的Vibe Coding随笔】 总1w5字 VibeCoding 真解 刚好最近也在读《人月神话》,加之实习一个月了也想沉淀一下阶段经验,于是写了这篇文章。 用codex、claude code cli 等 coding agent 进行软件开发的本质是多人接力协作开发。实际上与LLM的每轮对话就是与一个全新的“人”在对话,而与coding agent的每轮对话就是与一个 能看到历史接力情况的 “人”对话。 一、概念完整性,新增的代码能不能与代码库中已有代码相洽。 “概念的完整性要求设计必须由一个人,或者非常少数互有默契的人员来实现。”,这是《人月神话》中的原

看到gpt-5.6这事我感觉焦虑症犯了

这几年为了能一直用上SOTA模型做了很多努力,用了各种办法绕过中美的联合限制。中国的墙越建越高,美国的墙也越建越高,能稳定订阅Claude和Chatgpt已经非常不容易了。 当年Deepseek-R1出来的时候我是非常兴奋的,感觉起码终于能摆脱美国人的限制了,结果后面发现距离闭源SOTA还是有不小的差距, 现在的GLM-5.2进步很大,但是仍然没有视觉能力,没有视觉能力的大模型使用上有很大限制。中国的AI人才非常强,研究和工程能力非常强,但是在芯片问题完全解决前,很难在训练能力上赶上美国的顶级AI公司。 现在美国政府开始限制最顶级模型,这是一个非常不好的信号。未来最顶级模型作为顶级智力资源,有