每日简报

2026-06-03

← 历史归档

chopratejas/headroom

Python · ★ 6,322 · 🍴 445 · 📈 1,266 stars today

Compress tool outputs, logs, files, and RAG chunks before they reach the LLM. 60-95% fewer tokens, same answers. Library, proxy, MCP server.

中文介绍 在给 LLM 发送前,压缩工具输出、日志、文件和 RAG 块,减少 60-95% token 数且不影响回答质量。可作为 Python 库、代理或 MCP 服务器集成,适合需要降低大模型调用成本的开发者与运维场景。

microsoft/markitdown

Python · ★ 141,067 · 🍴 9,609 · 📈 3,616 stars today

Python tool for converting files and office documents to Markdown.

中文介绍 微软开源的 Python 工具,能将 PDF、Office 文档、HTML 等多种文件格式转换为 Markdown,方便后续文本分析与 LLM 集成。适用于需要批量提取文档内容并结构化的数据处理工作流。

affaan-m/ECC

JavaScript · ★ 203,887 · 🍴 31,277 · 📈 1,597 stars today

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

中文介绍 针对 Claude Code、Codex、Opencode、Cursor 等 AI 编码工具的代理性能优化系统,提供技能、直觉、记忆、安全等模块,采用研究优先的开发方式,提升编码代理的自主性与可靠性。

D4Vinci/Scrapling

Python · ★ 59,129 · 🍴 5,711 · 📈 1,196 stars today

🕷️ An adaptive Web Scraping framework that handles everything from a single request to a full-scale crawl!

中文介绍 自适应 Web 爬虫框架,自动处理反爬机制和动态加载内容,从单次请求到全量爬取均可胜任。适用于数据采集、竞争情报和网站监控等需要灵活应对各种网页结构的场景。

nesquena/hermes-webui

Python · ★ 12,517 · 🍴 1,536 · 📈 1,725 stars today

Hermes WebUI: The best way to use Hermes Agent from the web or from your phone!

中文介绍 为 Hermes Agent 提供的 Web 界面,支持在浏览器或手机上直接操作,无需本地安装。方便跨设备使用和远程管理,适合需要随时随地访问智能代理的用户。

reconurge/flowsint

TypeScript · ★ 4,490 · 🍴 580 · 📈 190 stars today

A modern platform for visual, flexible, and extensible graph-based investigations. For cybersecurity analysts and investigators.

中文介绍 基于图的可视化调查平台,灵活可扩展,专为网络安全分析师和调查人员设计。支持复杂关联分析、证据链构建和可定制调查流程,提升威胁狩猎与事件响应效率。

OpenBMB/VoxCPM

Python · ★ 25,096 · 🍴 2,880 · 📈 779 stars today

VoxCPM2: Tokenizer-Free TTS for Multilingual Speech Generation, Creative Voice Design, and True-to-Life Cloning

中文介绍 无 Tokenizer 的 TTS 模型 VoxCPM2,支持多语言语音生成、创意语音设计和逼真语音克隆,无需文本预处理即可生成高保真语音。适用于虚拟主播、辅助朗读和语音交互系统。

stefan-jansen/machine-learning-for-trading

Jupyter Notebook · ★ 18,442 · 🍴 5,223 · 📈 570 stars today

Code for Machine Learning for Algorithmic Trading, 2nd edition.

中文介绍 《量化交易机器学习》第二版的配套代码库,涵盖监督学习、强化学习、NLP 等算法在金融数据上的实际应用。适合量化研究者与算法交易工程师学习和实验。

jamwithai/production-agentic-rag-course

Python · ★ 6,365 · 🍴 1,488 · 📈 31 stars today

中文介绍 面向生产环境的 Agentic RAG 课程,教学如何结合检索增强生成与智能代理系统,解决 LLM 落地中的上下文管理、工具调用和可靠性问题,帮助开发者构建健壮的 RAG 应用。

supermemoryai/supermemory

TypeScript · ★ 24,608 · 🍴 2,177 · 📈 677 stars today

Memory engine and app that is extremely fast, scalable. The Memory API for the AI era.

中文介绍 为 AI 应用设计的高速、可扩展记忆引擎和 API,提供持久化上下文管理和个性化记忆功能。可集成到聊天机器人、智能助手等系统中,支持大规模并发,解决长期记忆问题。

Open-LLM-VTuber/Open-LLM-VTuber

Python · ★ 8,337 · 🍴 1,073 · 📈 65 stars today

Talk to any LLM with hands-free voice interaction, voice interruption, and Live2D taking face running locally across platforms

中文介绍 开源 LLM VTuber 项目,可在本地跨平台运行。支持免提语音交互、语音打断和 Live2D 面部捕捉,无需联网即可与任意语言模型对话,适合二次元直播和 AI 互动开发。

A Matter of TASTE: Improving Coverage and Difficulty of Agent Benchmarks

👍 54

As agent capabilities advance, existing benchmarks, such as τ^2-Bench, are becoming increasingly saturated. Yet constructing new benchmark tasks remains complex, costly, and labor-intensive. Moreover, the standard approach, in which scenarios are first written in natural language and then mapped to

中文介绍 提出 TASTE 方法,通过自动生成多样且难度递增的测试任务,提升智能体基准的覆盖率和难度,解决现有基准饱和及人工构建成本高的问题。

Harness-1: Reinforcement Learning for Search Agents with State-Externalizing Harnesses

👍 31

Search agents are often trained as policies over growing transcripts: the model must decide how to search while also remembering what it has seen, which evidence is useful, which constraints remain open, and which claims have actually been checked. We argue that this formulation puts too much routin

中文介绍 提出 Harness-1,通过状态外部化(State-Externalizing Harnesses)将搜索过程与记忆解耦,使搜索智能体更高效地决定搜索策略并追踪已见证据,提升训练稳定性和性能。

Domino: Decoupling Causal Modeling from Autoregressive Drafting in Speculative Decoding

👍 26

Speculative decoding accelerates LLM inference by drafting multiple tokens and verifying them in parallel with the target model. However, its practical speedup is constrained by the trade-off between draft quality and drafting cost: autoregressive drafters model causal dependencies among draft token

中文介绍 提出 Domino 推测解码方法,将候选草稿的因果建模与自回归生成解耦,在保证草稿质量的同时降低 drafting 成本,加速 LLM 推理。

Linear Ensembles Wash Away Watermarks: On the Fragility of Distributional Perturbations in LLMs

👍 25

Watermarking embeds statistical signatures in AI-generated text for detection and attribution. We reveal a fundamental vulnerability: when users access multiple models (today's reality), watermarks trivially fail. Watermarks perturb output distributions away from the original, and in competitive mar

中文介绍 揭示 LLM 水印的根本漏洞:当用户可访问多个模型时,对输出分布进行线性集成即可轻易洗掉水印,使水印检测失效,挑战当前水印机制的鲁棒性。

When Does Multi-Agent RL Improve LLM Workflows? Workflow, Scale, and Policy-Sharing Tradeoffs

👍 13

Multi-agent LLM workflows route inference through specialized roles to lift end-task accuracy, but jointly training those roles with reinforcement learning is unstable in ways that are poorly understood. We study when end-to-end RL training of multi-agent LLM workflows improves over their base model

中文介绍 研究多智能体 LLM 工作流使用强化学习联合训练的效果,分析工作流结构、规模与策略共享对性能的影响,揭示联合训练比单独微调基线提升的条件。

MCP-Persona: Benchmarking LLM Agents on Real-World Personal Applications via Environment Simulation

👍 12

The Model Context Protocol (MCP) has emerged as a transformative standard for connecting large language models (LLMs) with external data sources and tools, and has been rapidly adopted across personal applications and development platforms. However, existing benchmarks predominantly focus on generic

中文介绍 提出 MCP-Persona 基准,通过环境模拟评测 LLM 智能体在真实个人应用(遵循 MCP 协议)中的表现,填补现有基准缺乏真实场景的空白。

LongLive-RAG: A General Retrieval-Augmented Framework for Long Video Generation

👍 11

Autoregressive (AR) video diffusion enables variable-length synthesis, but long-horizon generation often suffers from accumulated errors and identity drift. For efficiency, existing methods commonly adopt sliding-window attention during generation. This creates an irreversible generation trajectory:

中文介绍 提出 LongLive-RAG,一种面向长视频生成的通用检索增强框架,通过结合外部记忆与检索减少自回归累积误差和身份漂移,实现高质量长时间视频合成。

Joint Agent Memory and Exploration Learning via Novelty Signals

👍 11

In open-ended environments, exploration is fundamental for autonomous agents, yet current language model agents struggle with this. Effective exploration requires memory, but retaining raw interaction histories is computationally expensive over long trajectories. While latent memory offers a solutio

中文介绍 提出基于新奇信号的联合智能体记忆与探索学习方法,通过 latent memory 存储探索经验,利用新奇度引导探索策略,提升语言智能体在开放环境中的自主探索能力。

OpenWebRL: Demystifying Online Multi-turn Reinforcement Learning for Visual Web Agents

👍 9

Building capable visual web agents requires long-horizon reasoning, precise grounding, and robust interaction with dynamic real-world websites. Despite rapid progress, the strongest systems remain largely proprietary, while open agents still depend heavily on supervised post-training over large coll

中文介绍 开源 OpenWebRL,面向视觉网页智能体采用在线多轮强化学习训练,在真实动态网站上实现长程推理与精准交互,弥合开放系统与专有系统的性能差距。

Policy and World Modeling Co-Training for Language Agents

👍 7

Reinforcement learning (RL) improves large language model (LLM) agents by teaching them which actions lead to high rewards, but provides little supervision on what those actions do to the environment. World modeling (WM) can fill this gap, yet existing approaches often require separate simulators, e

中文介绍 提出策略与世界模型联合训练方法,在强化学习基础上引入世界模型预测动作环境效果,无需额外模拟器即可提升语言智能体的规划与推理能力。

Agent Skills Should Go Beyond Text: The Case for Visual Skills

👍 6

Reusable skills are a key mechanism for extending agent capabilities, allowing agents to accumulate experience and solve increasingly complex tasks. Yet most existing skill-learning methods store reusable experience as text-only assets, such as instructions, reasoning traces, or summarized trajector

中文介绍 论证智能体技能不应仅限于文本,应包含视觉技能(如截图、视觉特征),提出视觉技能学习方法,扩展智能体在视觉复杂任务中的复用能力。

MineExplorer: Evaluating Open-World Exploration of MLLM Agents in Minecraft

👍 6

Multimodal large language models (MLLMs) have shown strong capabilities in perception, reasoning, and action generation. However, their ability to sustain exploration in dynamic open worlds remains unclear. Existing embodied and game-based benchmarks often compress interaction into short-horizon tas

中文介绍 提出 MineExplorer 基准,在 Minecraft 开放世界中系统评估多模态大模型智能体的探索能力,包含长程探索、动态规划等任务,揭示当前 MLLM 在持续探索中的不足。

PARCEL: Pool-Anchored Resampling with Conditioned Elastic Queries for Efficient Vision-Language Understanding

👍 6

Large Vision-Language Models (LVLMs) map visual inputs into dense token sequences, imposing a quadratic computational bottleneck for inference. Elastic visual-token compression addresses this by training a single model that can run at multiple visual-token budgets. However, existing approaches strug

中文介绍 提出 PARCEL 方法,通过锚定池重采样与条件弹性查询实现高效视觉语言理解,在单个模型上支持多种视觉 token 预算,缓解 LVLM 推理时的二次计算瓶颈。

Measuring the Depth of LLM Unlearning via Activation Patching

👍 5

Large language model (LLM) unlearning has emerged as a crucial post-hoc mechanism for privacy protection and AI safety, yet auditing whether target knowledge is truly erased remains challenging. Existing output-level metrics fail to detect when this knowledge remains recoverable from internal repres

中文介绍 提出利用激活修补(Activation Patching)衡量 LLM 遗忘深度,发现输出级指标无法检测的可恢复知识,提供更可靠的遗忘审计方法。

Off-the-Shelf LLMs as Process Scorers: Training-Free Alternative to PRMs for Mathematical Reasoning

👍 5

Selecting the best response from multiple small-model samples using a stronger scorer is a simple inference-time strategy, but fails when the small model has already committed to incorrect reasoning paths. PRM guided search avoids this by scoring candidate continuations during generation, but requir

中文介绍 提出使用现成 LLM 作为过程评分器,无需训练即可替代过程奖励模型(PRM),在数学推理中通过评分候选推理路径提升小模型采样质量。

Multi-Agent Computer Use

👍 5

Computer use agents (CUAs) today are primarily deployed as single serial agents. This setup is suboptimal for complex long-horizon tasks that benefit from task decomposition, parallel execution, and consistent re-planning based on new information. In this paper, we argue that we should instead move

中文介绍 提出多智能体计算机使用框架,将一个复杂长程任务分解为多个子任务并行执行,并支持动态重规划,显著提升计算机使用智能体在复杂任务上的表现。

SVI-Bench: A Dynamic Microworld for Strategic Video Intelligence

👍 4

True video intelligence demands more than recognizing what is visible: it requires reasoning about why events unfold, predicting what would change under different conditions, and deciding what to do next. We refer to this progression, from perception through causal reasoning and simulation to strate

中文介绍 提出 SVI-Bench 动态微世界基准,评测视频智能体从感知、因果推理到策略决策的全链条能力,推动视频理解从识别向战略推理进阶。

FineVerify: Scaling Test-Time Compute with Fine-Grained Self-Verification for Agentic Search

👍 4

Agentic search requires language model agents to explore many sources and answer complex information-seeking questions. Scaling test-time compute is a promising way to improve these agents, but current approaches can fail, because correct answers are often sparse and score-based selection depends on

中文介绍 提出 FineVerify,通过细粒度自验证机制扩展智能体搜索的测试时计算,对搜索结果进行逐步验证与选择,提升复杂信息查找的准确性。

Not only where, But when: Temporal Scheduling for RLVR

👍 4

Reinforcement learning with verifiable rewards (RLVR) has become a core technique for post-training of Large Language Models (LLMs). While policy optimization is driven by all sampled tokens under a globally broadcast scalar reward, the heterogeneous policy behaviors exhibited along trajectories are

中文介绍 提出时序调度方法 RLVR,在强化学习后训练中根据轨迹不同阶段给 token 分配差异化权重,缓解全局标量奖励忽略策略异质性的问题,提升 LLM 后训练效果。

ACL-Verbatim: hallucination-free question answering for research

👍 3

Academic researchers need efficient and reliable methods for collecting high-quality information from trusted sources, but modern tools for AI-assisted research still suffer from the tendency of Large Language Models (LLMs) to produce factually inaccurate or nonsensical output, commonly referred to

中文介绍 提出 ACL-Verbatim,通过约束生成过程严格基于可信来源,为科研问答提供无幻觉的可靠答案,解决 LLM 在学术文献查询中的事实错误问题。

Context as Topology: Why Your Agent's Memory Forgets, and How Structure Escapes It

@elpresidank · 116 粉丝 · 2.9M 阅 · 543 赞 · 35 转

Most AI agent memory is built on embeddings. And there's now a proof that this entire class of system is going to forget what you stored in it — and confidently make up things you never stored at all.

中文介绍 AI agent记忆基于嵌入有根本缺陷:被证明会遗忘存储内容并自信编造。文章从拓扑角度分析记忆为何失败,并提出结构性解决方案。

Range and Depth on Demand

@1salman · 363 粉丝 · 2.0M 阅 · 682 赞 · 45 转

Everyone keeps asking whether AI favors specialists or generalists. I think that is the wrong question. AI does not pick a side. It changes the tradeoff. The old world forced a choice. You could go

中文介绍 AI并未偏向专才或通才,而是改变了取舍。旧世界被迫选择深度或广度,AI提供了按需切换的能力,重新定义人才策略。

30 Obsidian Workflows, Plugins, and Setups That Most Users Don't Know

@eng_khairallah1 · 61.9K 粉丝 · 693.5K 阅 · 511 赞 · 71 转

Obsidian has 2,700+ community plugins. Over 100 of them are AI-related. Save this :) And the CEO of Obsidian personally published official Claude Skills for the platform - 12,900+ GitHub stars in

中文介绍 Obsidian社区有2700+插件,其中100+与AI相关。本文梳理30个鲜为人知的工作流和插件,包括CEO官方发布的Claude Skills(GitHub 12.9k星),提升笔记与AI结合效率。

What an Enterprise Context Layer Actually Is

@prukalpa · 23.1K 粉丝 · 583.2K 阅 · 506 赞 · 80 转

A field guide to what it is, what it is not, and where it fits in your AI architecture. I have had some version of the same conversation with a CIO almost every day this year. Their team has read

中文介绍 企业级AI架构中的Context Layer(上下文层)实战指南:澄清它是什么、不是什么,以及如何嵌入现有体系。作者基于与多位CIO的日常对话提炼,解决团队落地困惑。

hacking pewdiepie's AI agent harness using an evil cocomelon website (then helping protect it)

@theonejvo · 22.1K 粉丝 · 504.3K 阅 · 861 赞 · 1 转

Over the past year, @pewdiepie, has been turning into one of the most visible champions of private, self-hosted computing, and it has been a genuine pleasure to watch. What began in late 2025 as an

中文介绍 演示如何通过恶意Cocomelon网站入侵PewDiePie的AI agent harness,随后帮助加固防护。案例展现了自托管AI系统的安全风险与攻防实战。

Claude Code + NotebookLM + Obsidian: Research Monster That Gets Smarter Every Time You Use It

@monokern · 1.2K 粉丝 · 263.1K 阅 · 505 赞 · 72 转

Most people treat research as a manual task. You open 10 tabs. You watch videos. You read articles. You take notes somewhere. An hour later you have a pile of information you're not sure what to do

中文介绍 将Claude Code、NotebookLM与Obsidian组合成研究流水线:自动抓取、分析并整理资料,每次使用后知识库会累积进化,告别手动开标签的无效研究方式。

Stop building Foxconn factories for your agents

@garrytan · 853.3K 粉丝 · 180.6K 阅 · 503 赞 · 43 转

In January I got back into coding and I built Garry's List. Over five hundred thousand lines of Rails and the tests to police it. I was proud of it. I shouldn't have been. The thing worth being proud

中文介绍 Garry Tan反思自己花50万行Rails代码构建「Garry's List」——不该骄傲。主张不要为agent搭建富士康式流水线,而应追求更精简的架构。

🥇Top AI Papers of the Week

@dair_ai · 124.6K 粉丝 · 84.0K 阅 · 504 赞 · 83 转

1. SkillOpt Microsoft Research treats a compact natural-language skill document as the trainable state of a frozen agent, then learns that document through rollouts, reflection, and bounded edits

中文介绍 本周AI论文精选:微软SkillOpt用自然语言技能文档作为可训练状态;其他亮点包括Clarko(无人力标注预训练)、CodeNav(多轮代码生成)等,覆盖agent、推理与代码方向。

A harness for every task: dynamic workflows in Claude Code

@trq212 · 263.1K 粉丝 · 75.7K 阅 · 542 赞 · 36 转

Last week, we released dynamic workflows in Claude Code. Claude can now write its own harness on the fly, custom-built for the task at hand. While the default Claude Code harness is built for coding,

中文介绍 Claude Code推出动态工作流,能根据当前任务即时生成专属harness。突破默认编码场景,适用于任意任务,提升agent灵活性与适应性。

Every Agentic Engineering Hack I Know (June 2026)

@mvanhorn · 27.6K 粉丝 · 54.5K 阅 · 545 赞 · 44 转

Three months ago I posted "Every Claude Code Hack I Know." It hit 913K views. @kevinrose had asked what IDE to use, and my answer was: "No IDE. Just plan.md files and voice." This used to be called

中文介绍 继三月爆款「Claude Code Hack」后,作者更新2026年6月版agent工程技巧合集:无IDE,仅靠plan.md文件+语音输入,并分享最新工作流与工具链。

6 Workflows, 6 Lessons, 60 Days with Hermes Analyst

@0xJeff · 80.5K 粉丝 · 47.0K 阅 · 512 赞 · 45 转

It’s been a little more than 2 months now and Hermes has taught me so many different things. One of the key things is that Agents like Hermes or OpenClaw don’t fail on intelligence, they tend to fail

中文介绍 60天使用Hermes Analyst agent的6个工作流与6条教训:这类agent并非智能不足,而是在规划、记忆和工具调用上易出错。分享了实际部署中的关键避坑经验。

GitHub's plan for Agents — Kyle Daigle, GitHub

GitHub pioneered the modern AI coding era with Copilot, and the resulting explosion in agentic coding has led to notable strains on the most popular developer platform in the world. Here's the plan.

中文介绍 GitHub凭借Copilot开创现代AI编程时代,但智能体编程激增给平台带来压力。文章介绍应对计划。

Travelers deploys AI-powered claims countrywide with OpenAI

Travelers built an AI-powered Claim Assistant with OpenAI to guide customers through filing claims, provide 24/7 support, and scale operations during peak demand.

中文介绍 Travelers与OpenAI合作部署AI理赔助手,提供全天候理赔指导和7x24支持,并在需求高峰期扩展运营。

Rehumanizing global health care with agentic AI

The global health care sector is under increasing strain. Decades of chronic underinvestment and constraints in recruitment have coincided with a surge in demand for services for aging populations. Gaps in provision are already taking a toll, with fragmented access to care and high rates of stress a

中文介绍 全球医疗系统承压,长期投资不足与招聘限制叠加老龄化需求激增。文章探讨通过智能体AI重新人性化医疗护理。

Codex for every role, tool, and workflow

Discover new Codex plugins, sites, and annotations that help analysts, marketers, designers, investors, and other teams get more done with AI.

中文介绍 OpenAI推出Codex新插件、站点和注解,帮助分析师、营销人员、设计师、投资者等团队利用AI提升工作效率。

How small businesses can leverage AI

This article is from Making AI Work, MIT Technology Review’s limited-run newsletter examining how to apply LLMs across industries. To receive it in your inbox,sign up here. From accounting to design to market research and product development, there’s a staggering breadth of skills needed to run a bu

中文介绍 本文来自MIT Technology Review系列通讯,探讨中小企业如何从会计、设计到市场研究等环节利用AI。

Advancing youth safety and opportunity through global leadership

OpenAI calls for global action on youth AI safety, proposing an international institute to strengthen safeguards, standards, and opportunities for young people.

中文介绍 OpenAI呼吁全球行动保障青年AI安全,提议成立国际机构加强保护措施、标准和青年机会。

Codex is becoming a productivity tool for everyone

The Next Era of Knowledge Work report explores how Codex is transforming productivity through AI-powered research, data analysis, workflow automation, and content creation.

中文介绍 OpenAI报告《知识工作的下一个时代》探讨Codex通过AI驱动研究、数据分析、工作流自动化和内容创作改变生产力。

Our views on AI policy and political advocacy

Our approach to AI policy and political advocacy, transparency, support for thoughtful regulation and AI safety, and that no outside political group speaks on the company’s behalf.

中文介绍 OpenAI阐述AI政策与政治倡导立场:支持审慎监管和AI安全,强调透明度,声明无外部政治团体代表公司发言。

Why Video Agent models are next — Ethan He, xAI Grok Imagine

Inside xAI: Building Grok Imagine in 3 Months, Videogen vs World Models, and why Grok Imagine is so underrated. For the first time, we do a deep dive with the guy who led it!

中文介绍 xAI旗下Grok Imagine负责人Ethan He详解视频代理模型成为下一浪潮,包括构建过程、视频生成与世界模型对比及Grok Imagine被低估原因。

Building the infrastructure for the Intelligence Age in Michigan

OpenAI breaks ground on a 1GW data center project in Michigan as part of Stargate, building AI infrastructure to expand access, create jobs, and support communities.

中文介绍 OpenAI在密歇根州破土动工建设1GW数据中心项目,作为Stargate计划一部分,旨在扩展AI基础设施、创造就业并支持社区。

市场总览

今日市场技术面呈现显著分化:美股方面,SPY和QQQ等大盘指数延续多头趋势,RSI14分别高达75.6和79.4,处于超买区间,价格接近52周高点,但MSFT和GOOGL等个股回撤,显示内部分化。加密市场极度恐慌,加密恐慌贪婪指数仅11,总市值2.39T,24小时下跌5.58%,BTC主导率56%,ETH占9.4%;BTC、ETH、SOL均RSI低于30(21.8、22.1、25.7),空头排列,短期动量极弱。中概股涨跌互现,腾讯0700.HK单日大涨10.46%且MACD金叉,但阿里巴巴、拼多多仍处于空头排列,RSI中性偏弱。商品外汇整体疲软:黄金期货回落至4501.9,RSI43偏弱;WTI原油94.86,RSI48.3中性;美元/人民币跌至6.76,RSI29.3超卖且接近52周低点,而美元指数DXY偏强(RSI57.1)。整体市场情绪谨慎,超买与超卖信号并存。

今日关注

QQQ Nasdaq 100 ETF
偏上行

当前价格746.16,RSI14高达79.4处于超买区,MACD金叉且MACD柱为正(21.9809>21.5953),价格接近52周高点(仅差0.04%),均线多头排列(价格远高于SMA20/50/200)。

BTC-USD Bitcoin
偏下行

当前价格66730,RSI14仅21.8处于超卖区,MACD绿柱大幅放大(-1873.5)且信号线下行,价格远低于所有均线(SMA20/50/200均高于现价),空头排列明确,5日跌幅9.26%。

MSFT Microsoft
中性

当前价格441.31,RSI14为59.9处于正常区间,MACD金叉但MACD柱未明显转正,价格低于52周高点20.55%,且处于200日均线下方(SMA200=457.76),短期方向不明。

全部资产

^VIX

VIX 恐慌指数

$15.77 -1.74%
5 日
-7.29%
距 52w 高
-55.3%
RSI(14)
39.4
趋势
中性
SMA 20 / 50 / 200
17.06 / 19.53 / 18.39
MACD / 信号
-0.897 / -0.864
MACD 死叉 (3 天前)

^TNX

10Y 美债收益率 (%)

$4.46 -0.45%
5 日
-0.85%
距 52w 高
-10.8%
RSI(14)
49.8
趋势
多头
SMA 20 / 50 / 200
4.49 / 4.39 / 4.20
MACD / 信号
0.029 / 0.047
MACD 死叉 (4 天前)多头排列

DX-Y.NYB

美元指数 DXY

$99.30 +0.10%
5 日
+0.13%
距 52w 高
-1.3%
RSI(14)
57.1
趋势
多头
SMA 20 / 50 / 200
98.81 / 98.89 / 98.58
MACD / 信号
0.157 / 0.115
接近 52 周高多头排列

SPY

S&P 500 ETF

$759.57 +0.14%
5 日
+1.20%
距 52w 高
-0.1%
RSI(14)
75.6
趋势
多头
SMA 20 / 50 / 200
743.31 / 707.84 / 682.31
MACD / 信号
12.840 / 12.857
RSI 超买接近 52 周高多头排列

QQQ

Nasdaq 100 ETF

$746.16 +0.46%
5 日
+2.17%
距 52w 高
-0.0%
RSI(14)
79.4
趋势
多头
SMA 20 / 50 / 200
716.13 / 659.21 / 619.49
MACD / 信号
21.981 / 21.595
MACD 金叉 (2 天前)RSI 超买接近 52 周高多头排列

AAPL

Apple

$315.20 +2.90%
5 日
+2.23%
距 52w 高
-0.1%
RSI(14)
73.6
趋势
多头
SMA 20 / 50 / 200
300.77 / 277.78 / 264.01
MACD / 信号
9.914 / 9.807
RSI 超买接近 52 周高多头排列

MSFT

Microsoft

$441.31 -4.17%
5 日
+6.08%
距 52w 高
-20.5%
RSI(14)
59.9
趋势
中性
SMA 20 / 50 / 200
421.28 / 405.44 / 457.76
MACD / 信号
8.767 / 5.733
MACD 金叉 (2 天前)

NVDA

Nvidia

$222.82 -0.69%
5 日
+3.70%
距 52w 高
-5.8%
RSI(14)
58.8
趋势
多头
SMA 20 / 50 / 200
217.97 / 201.27 / 188.07
MACD / 信号
4.343 / 5.365
多头排列

GOOGL

Alphabet

$361.85 -3.86%
5 日
-6.95%
距 52w 高
-11.4%
RSI(14)
40.4
趋势
多头
SMA 20 / 50 / 200
389.61 / 350.18 / 301.59
MACD / 信号
5.581 / 11.074
多头排列

TSLA

Tesla

$423.74 +1.89%
5 日
-2.27%
距 52w 高
-15.1%
RSI(14)
53.6
趋势
中性
SMA 20 / 50 / 200
424.21 / 393.62 / 412.95
MACD / 信号
9.324 / 10.779
MACD 死叉 (1 天前)

META

Meta

$597.63 -0.47%
5 日
-2.40%
距 52w 高
-24.9%
RSI(14)
40.7
趋势
空头
SMA 20 / 50 / 200
612.27 / 618.49 / 664.75
MACD / 信号
-4.048 / -3.982
MACD 死叉 (今天)空头排列
加密恐慌贪婪
11
极度恐慌
加密总市值
$2.39 T
-5.58% / 24h
BTC 主导率
56.0%
ETH 9.4%
24h 成交量
$142.2 B
活跃币 17,396

BTC-USD

Bitcoin

$66,730.00 -6.44%
5 日
-9.26%
距 52w 高
-47.1%
RSI(14)
21.8
趋势
空头
SMA 20 / 50 / 200
75,663.31 / 77,087.49 / 79,242.36
MACD / 信号
-1,873.498 / -965.555
RSI 超卖空头排列

ETH-USD

Ethereum

$1,860.95 -7.10%
5 日
-7.30%
距 52w 高
-62.4%
RSI(14)
22.1
趋势
空头
SMA 20 / 50 / 200
2,084.95 / 2,227.63 / 2,485.05
MACD / 信号
-77.583 / -63.013
RSI 超卖空头排列

SOL-USD

Solana

$74.24 -8.44%
5 日
-9.45%
距 52w 高
-70.7%
RSI(14)
25.7
趋势
空头
SMA 20 / 50 / 200
84.30 / 86.10 / 103.80
MACD / 信号
-2.195 / -1.307
RSI 超卖空头排列

BABA

阿里巴巴 (BABA)

$130.82 +4.32%
5 日
+1.04%
距 52w 高
-32.1%
RSI(14)
48.3
趋势
空头
SMA 20 / 50 / 200
133.75 / 131.25 / 149.66
MACD / 信号
-1.932 / -1.015
空头排列

PDD

拼多多 (PDD)

$88.18 +1.08%
5 日
-8.75%
距 52w 高
-36.7%
RSI(14)
39.6
趋势
空头
SMA 20 / 50 / 200
94.69 / 98.05 / 112.95
MACD / 信号
-3.368 / -2.362
空头排列

JD

京东 (JD)

$30.15 +3.64%
5 日
+0.53%
距 52w 高
-18.2%
RSI(14)
48.4
趋势
中性
SMA 20 / 50 / 200
30.84 / 30.11 / 30.42
MACD / 信号
-0.181 / 0.134

0700.HK

腾讯控股 (0700.HK)

HK$481.60 +10.46%
5 日
+9.70%
距 52w 高
-29.5%
RSI(14)
58.2
趋势
中性
SMA 20 / 50 / 200
453.64 / 480.80 / 573.63
MACD / 信号
-11.397 / -14.032
MACD 金叉 (今天)

GC=F

黄金期货

$4,501.90 +0.60%
5 日
+0.03%
距 52w 高
-19.4%
RSI(14)
43.0
趋势
中性
SMA 20 / 50 / 200
4,581.07 / 4,626.39 / 4,382.27
MACD / 信号
-52.135 / -49.167

CL=F

WTI 原油期货

$94.86 +2.93%
5 日
+1.03%
距 52w 高
-20.6%
RSI(14)
48.3
趋势
中性
SMA 20 / 50 / 200
97.45 / 97.71 / 72.34
MACD / 信号
-1.644 / -0.465

USDCNY=X

美元 / 人民币

¥6.76 -0.05%
5 日
-0.36%
距 52w 高
-6.2%
RSI(14)
29.3
趋势
空头
SMA 20 / 50 / 200
6.79 / 6.83 / 6.98
MACD / 信号
-0.016 / -0.014
MACD 死叉 (4 天前)RSI 超卖接近 52 周低空头排列
风险提示

过去走势不代表未来表现,本报告仅基于公开行情数据的技术指标解读,不构成任何投资建议。投资者应结合自身情况独立判断,仅供技术指标解读参考。

Australia politics live: minister says ‘no evidence’ of sex selection in NSW ahead of contentious abortion vote; national accounts due today

Ryan Park says he does not want to see abortion put ‘back into the criminal code’. Follow today’s news live Get our breaking news email, free app or daily news podcast Chaney said: AI companies should be able to unlock the majority of global content with a handful of individual deals – in the same w

中文摘要 新州部长瑞安·帕克称没有性别选择证据,不愿堕胎重回刑法。全国账户数据今日公布。AI公司获取全球内容议题亦受关注。

US fires missile at tanker attempting to reach Iran amid strait of Hormuz standoff

The US military said aircraft disabled the engine room of the unladen Botswana-flagged M/T Lexie as it passed through international waters US forces fired a Hellfire missile to disable a tanker attempting to break through the American blockade and reach Iran, amid an enduring standoff in the strait

中文摘要 美军在霍尔木兹海峡对峙中发射地狱火导弹,击毁一艘试图突破封锁驶向伊朗的博茨瓦纳籍空载油轮M/T Lexie的机舱。

Italy celebrates 80 years of democracy

A colossal 400-kilogram flag was draped over Rome’s Colosseum as Italy marked the 80th anniversary of its republic.

中文摘要 意大利庆祝共和国成立80周年,一面重达400公斤的巨幅旗帜覆盖罗马斗兽场。

‘La La Land’ Orchestral Performance Saved by Keyboardist in the Audience

After a musician fell ill during a live performance of the score from “La La Land,” the composer Justin Hurwitz asked for a sight reader. A 21-year-old student stepped up.

中文摘要 在《爱乐之城》管弦乐现场演出中,一名乐手突然病倒,作曲家贾斯汀·赫维茨请求视奏者,一位21岁的学生观众临危救场。

Iran War Live Updates: Lebanon Peace Talks Resume as Israel Keeps Up Strikes

Prime Minister Benjamin Netanyahu of Israel vowed to continue Israel’s campaign against Hezbollah, even as Lebanese and Israeli officials met in Washington.

中文摘要 以色列总理内塔尼亚胡誓言继续对真主党的军事行动,与此同时黎巴嫩和以色列官员在华盛顿恢复和平谈判。

U.S. Treasury Imposes Sanctions on Iran’s Biggest Crypto Exchange

The action against Nobitex and several of its executives accused it of helping the government evade sanctions and finance militants.

中文摘要 美国财政部对伊朗最大加密货币交易所Nobitex及其多名高管实施制裁,指控其协助政府逃避制裁并为武装分子提供资金。

Here’s the latest.

中文摘要 伊朗战争实时更新,目前暂无具体内容报道。

Trump berated Netanyahu? Analysts question US-Israel feud rumours

Analysts say 'strategic leaks' aim to influence public perceptions amid diplomatic impasse in US-Israel war on Iran.

中文摘要 分析人士质疑特朗普训斥内塔尼亚胡的传闻,认为「战略泄漏」旨在在美以对伊战争外交僵局中影响公众看法。

Drones light up Taipei’s night sky for Computex trade show

Drones lit up the evening sky near Taiwan’s Taipei 101 skyscraper in a dazzling display for the Computex trade show.

中文摘要 为庆祝台北国际电脑展,无人机在台北101大楼附近夜空上演精彩灯光秀。

Gold Edges Lower as Robust US Jobs Data Point to Higher Rates

Gold edged lower, after US jobs data reinforced bets that the Federal Reserve will keep interest rates higher for longer.

中文摘要 美国就业数据强劲,强化美联储维持高利率预期,金价小幅走低。

Taiwan’s ‘Big Boss’ Central Bank Is Stamping Out Currency Swings

Taiwan’s central bank is extending its reach ever deeper into foreign-exchange markets, seeking to ensure currency stability as the artificial intelligence boom intensifies a divide between the island’s tech sector and the rest of the economy.

中文摘要 台湾央行加大外汇市场干预,抑制新台币汇率波动,以应对人工智能热潮加剧科技行业与其他经济部门分化。

Cliffwater’s flagship private credit fund redemption requests hit 17%

Fund with net assets of $31bn aimed at retail investors limits withdrawals in latest sign of exodus from sector

中文摘要 Cliffwater旗下旗舰私募信贷基金(净资产310亿美元)赎回请求达17%,已限制散户赎回,显示资金外流加剧。

Asian Stocks Set to Rise, Yen Nears 160 Per Dollar: Markets Wrap

Asian stocks were set to track Wall Street higher as renewed enthusiasm for the artificial-intelligence trade drove the S&P 500 to a ninth day of gains.

中文摘要 亚洲股市料随华尔街走高,AI热潮推动标普500连涨九日;日元兑美元汇率逼近160水平。

Oil Extends Advance as US-Iran Peace Talk Progress Stalls

Oil rose a third day on pessimism over the prospects of the US and Iran reaching a peace deal and as fighting flared up in the Persian Gulf.

中文摘要 由于美伊和平谈判进展停滞,且波斯湾冲突加剧,油价连续第三日上涨。

Microsoft testing wearable AI gadget aimed at office workers

The company said its own workers are testing a "wearable access badge" and a desktop device.

中文摘要 微软正在测试面向办公人员的可穿戴AI设备,包括"可穿戴访问徽章"和桌面设备,目前由内部员工试用。

SpaceX to Plan Setting IPO Terms as Soon as Wednesday

SpaceX is planning to set the terms of its initial public offering as early as Wednesday afternoon, according to people familiar with the matter, ahead of what’s expected to be the biggest ever listing.

中文摘要 据知情人士,SpaceX最早于周三确定IPO条款,预计将成为史上最大规模上市。

GameStop Posted Its Highest Profit Ever By Selling Action Figures and Cards

GameStop Corp. shares climbed as much as 13% in after-hours trading after the video-game retailer reported a record quarterly profit driven by its collectibles business.

中文摘要 GameStop创下最高季度利润,受可收藏品(动作人偶、卡片)业务驱动,股价盘后一度上涨13%。

Anthopic, OpenAI Should Not Be Allowed to IPO, Says Ed Zitron

Ed Zitron, CEO at EZ Primary Research, said that the risk of balancing the equity market on record public offerings for AI companies that have never reported profit is a dangerous proposition and that those companies should not be allowed to IPO. Zitron, an AI skeptic, said that many of these compan

中文摘要 AI怀疑论者Ed Zitron表示,允许从未盈利的AI公司(如Anthropic、OpenAI)IPO是危险提议,不应允许它们上市。

【开源推广】拒绝中间商赚差价!!我vibe了一个AI订阅卡网渠道聚合比价平台:PriceAI

本帖使用社区开源推广,符合推广要求。我申明并遵循社区要求的以下内容: 我的帖子已经打上 开源推广 标签:是 我的开源项目完整开源,无未开源部分:是 我的开源项目已链接认可 LINUX DO 社区:是 我帖子内的项目介绍,AI生成、润色内容部分已截图发出:是 以上选择我承诺是永久有效的,接受社区和佬友监督:是 项目地址: GitHub: github.com GitHub - physics-dimension/PriceAI: AI 订阅渠道比价工具:聚合 ChatGPT、Claude、Gemini、Grok... AI 订阅渠道比价工具:聚合 ChatGPT、Claude、Gemini、Gr

公益站又可以开放了

挺多号又刷新了额度。让我遇上Bug了? 准备明天重开公益站 还有人需要吗? 127 个帖子 - 118 位参与者 阅读完整话题

德国沃达丰保姆级教程

前段时间已经关门了,现在我又找到了方法,我觉得德国沃达丰这张手机卡是那种你不申请,绝对血亏,会后悔到拍大腿的卡,它的成本已经低到没人性了,低到每年3毛钱就行,你不申请,也许过几天这个羊毛就彻底没了。 最近火热的giffgaff卡,保号都没这么的便宜 全流程时间预估:从申请到激活使用,整个过程顺利的话大约需要 10分钟作用, 遇到问题也不超过24 小时。其中填表和 KYC 认证只需 10-20 分钟,主要等待时间在于官方审核(通常 10 分钟到 24 小时不等,大部分人 1小时内能收到。建议尽早申请,趁政策还没收紧! 教程如下,从如何注册申请——KYC详细步骤——如何注册绑定账号——如何充值保号

【鸭老师】6.2,导演说团队需要扩招人员,制作人员和写小说的都需要,剧我们多到做不完,有能力你就来。

我在很早之前就说过,后面我们会有很多小单子放出来,给大家接来练手,这玩意儿不可能赚不到钱,只是没想到市场变化的这么快,B级的单子做不了了(没市场),起步都是A+,但这也不是问题,全流程我们已经跑通,所以要扩招人员,下半年猛猛冲击高质量的短剧和网络大电影。 1.这次扩招我们需要6名左右的视频制作人员,我们扩招的人一定要有责任心,人品好,技术都可以慢慢打磨,基本跟着流程走一部就很快能学会了,怎么理解“责任心?” 就比如一部剧只有10天的制作周期,每人分配到10-15集,如果交片的质量不行,和做不完15集,我们是需要担责的,违约会扣我们很多钱。【一定不能在你这出了问题,比如大家都在加班熬夜赶片,你说

【π】关于pi的完善之路,package生态的折腾之路

看了很多强调上下文重要性的文章,用cc接国模愈发不顺手,总感觉cc的上下文屎山是不是越来越大了,于是捡起之前折腾了一半的pi,我的想法和作者部分一致,上下文工程是第一要务,准确的控制注入模型的每一个字肯定能获得比黑盒更舒服更有包裹感(误 。 点进这个帖子的应该或多或少都是听说过pi的,如果不了解请看作者的文章 agent,无 MCP、无后台 bash、无内置 to-do、无 plan mode、无子 agent,本体的内置提示词不超过1000token,仅内置4 个工具:read、write、edit、bash 关于package是什么 在pi中,Package 可以是: Extension:

英国gg,德国沃达丰,o2,美国手机卡,外国手机卡开卡经验

目前手中有GG,德国沃达丰,O2,美国手机卡,如果有护照的,强烈建议德国沃达丰和O2,买个小白卡成本20多元,但是可以写入6个手机号,目前我申请了3个沃达丰和3个02,使用wise定时保号,沃达丰一个月充值0.01元,o2目前充值0.01,官网变成一年保号一次就可以,所以6个号一年成本就2块人民币左右,最不推荐的就是GG 85 个帖子 - 40 位参与者 阅读完整话题

MiniMax真的是独一档

人家的订阅都是用量用完了限制使用,他MiniMax浓眉大眼的是接着奏乐接着舞,给你直接扣余额。 扣余额吧就扣余额,你余额是0的他还能给你扣成负的。 放眼世界应该没第二家了吧? 问客服,有没有开关可以控制,切换到正常的模式,问就是没有。 欠费是没多少,就一块多,但是无语是挺无语的。 46 个帖子 - 27 位参与者 阅读完整话题

目前已经辞职在家 不上班 咋办

辞职在家 目前接单软件开发 一个月也赚几千块 咋办现在 家里一来人就问上班没 干啥工作 家里人也是 现在压力很大很焦虑 一说我就上火 已经不愿意跟任何人说话了 天天给自己关在自己小屋子里面 咋办 100 个帖子 - 75 位参与者 阅读完整话题