每日简报

2026-06-15

← 历史归档

iptv-org/iptv

TypeScript · ★ 120,815 · 🍴 6,464 · 📈 1,531 stars today

Collection of publicly available IPTV channels from all over the world

中文介绍 收集全球公开IPTV频道的M3U播放列表,用户可以免费观看各国电视直播节目,适合想跨区域收看公共频道的用户。

freeCodeCamp/freeCodeCamp

TypeScript · ★ 447,159 · 🍴 44,948 · 📈 253 stars today

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

中文介绍 freeCodeCamp的开源代码库与课程体系,免费教授编程、数学和计算机科学,通过交互式项目实践帮助学习者成为开发者。

pytest-dev/pytest

Python · ★ 14,021 · 🍴 3,178 · 📈 8 stars today

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

中文介绍 Python测试框架,语法简洁易上手,支持fixture、参数化等高级特性,适用于从单元测试到复杂功能测试的各种场景。

swc-project/swc

Rust · ★ 33,767 · 🍴 1,401 · 📈 163 stars today

Rust-based platform for the Web

中文介绍 基于Rust的Web编译平台,提供超高速的JavaScript/TypeScript转译与打包能力,可作为Babel和Terser的替代方案。

chatwoot/chatwoot

Ruby · ★ 31,196 · 🍴 7,583 · 📈 399 stars today

Open-source live-chat, email support, omni-channel desk. An alternative to Intercom, Zendesk, Salesforce Service Cloud etc. 🔥💬

中文介绍 开源全渠道客服平台,整合实时聊天、邮件、社交媒体,提供工单系统和自动化功能,适合中小企业替代商业客服软件。

NVIDIA/SkillSpector

Python · ★ 5,238 · 🍴 399 · 📈 962 stars today

Security scanner for AI agent skills. Detect vulnerabilities, malicious patterns, and security risks.

中文介绍 AI agent技能安全扫描工具,自动检测技能定义中的漏洞、恶意代码和安全风险,帮助开发者保障AI系统安全。

meshery/meshery

TypeScript · ★ 10,392 · 🍴 3,420 · 📈 45 stars today

Meshery, the cloud native manager

中文介绍 云原生管理器,提供服务网格的生命周期管理、性能测试和可视化,支持多种服务网格技术,适合运维和平台工程师。

cypress-io/cypress

TypeScript · ★ 49,921 · 🍴 3,413 · 📈 121 stars today

Fast, easy and reliable testing for anything that runs in a browser.

中文介绍 面向浏览器的端到端测试工具,提供实时重载、时间旅行调试和自动等待,支持API测试,适合前端和测试工程师。

GorvGoyl/Clone-Wars

★ 35,422 · 🍴 3,183 · 📈 337 stars today

100+ open-source clones of popular sites like Airbnb, Amazon, Instagram, Netflix, Tiktok, Spotify, Whatsapp, Youtube etc. See source code, demo links, tech stack, github stars.

中文介绍 收录100多个知名网站(如Airbnb、Instagram)的开源克隆项目,附源码演示和技术栈,适合学习全栈开发实践。

shiyu-coder/Kronos

Python · ★ 29,891 · 🍴 5,149 · 📈 238 stars today

Kronos: A Foundation Model for the Language of Financial Markets

中文介绍 面向金融市场的基座模型,使用深度学习理解金融语言与市场动态,可用于量化分析、交易信号生成等场景。

music-assistant/server

Python · ★ 2,171 · 🍴 437 · 📈 196 stars today

Music Assistant is a free, opensource Media library manager that connects to your streaming services and a wide range of connected speakers. The server is the beating heart, the core of Music Assistant and must run on an always-on device like a Raspberry Pi, a NAS or an Intel NUC or alike.

中文介绍 免费开源的媒体库管理器,可连接多个流媒体服务和多品牌智能音箱,实现统一播放控制与跨平台曲库管理。

Free-TV/IPTV

Python · ★ 16,911 · 🍴 2,543 · 📈 52 stars today

M3U Playlist for free TV channels

中文介绍 提供免费电视频道的M3U播放列表,涵盖新闻、娱乐等类型,可直接用于IPTV播放器,适合希望免费看直播的用户。

puppeteer/puppeteer

TypeScript · ★ 94,636 · 🍴 9,438 · 📈 59 stars today

JavaScript API for Chrome and Firefox

中文介绍 提供高级JavaScript API操控Chrome和Firefox,支持页面渲染、截图、表单填写等自动化操作,广泛用于爬虫和测试。

andrewyng/aisuite

Python · ★ 14,374 · 🍴 1,504 · 📈 290 stars today

Simple, unified interface to multiple Generative AI providers

中文介绍 统一接口封装多个生成式AI提供商(如OpenAI、Claude),简化多模型切换与调用,适合需要灵活集成AI服务的开发者。

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

👍 127

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

中文介绍 EvoArena提出追踪记忆演化(Memory Evolution)的方法,使LLM智能体在动态环境中持续对齐知识、技能与行为,提升鲁棒性。填补静态评估与现实动态部署间的差距。

MiniMax Sparse Attention

👍 118

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

中文介绍 MiniMax Sparse Attention提出稀疏注意力机制,以次二次复杂度支持超长上下文(百万级token)。通过设计稀疏注意力模式,在保持长程依赖捕获能力的同时大幅降低计算成本,适用于智能体工作流、大规模代码推理等场景。

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

👍 97

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

中文介绍 WeaveBench是面向计算机使用智能体(CUA)的长时序跨接口评测基准。覆盖桌面视觉控制、命令行、代码编辑、浏览器等混合接口,要求智能体长时间协调多模式操作。弥补现有基准评估分离的不足,推动跨接口编排能力评估。

SpatialClaw: Rethinking Action Interface for Agentic Spatial Reasoning

👍 86

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

中文介绍 SpatialClaw重新设计智能体空间推理的动作接口,使VLM能更有效利用专业感知模块。通过将空间推理转化为可交互的动作序列,提升3D定位、关系理解和运动预测的准确率。

InterleaveThinker: Reinforcing Agentic Interleaved Generation

👍 77

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

中文介绍 InterleaveThinker提出智能体交织生成框架,实现文本-图像序列的交替生成。通过强化学习训练智能体在生成过程中自主决定何时插入图像,适用于视觉叙事等应用,突破现有图像生成器只能单图或编辑的限制。

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

👍 74

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

中文介绍 Robust-U1探索MLLM能否自我恢复受损视觉内容。提出一种可解释的鲁棒增强方法,使模型在视觉损坏(如噪声、遮挡)时通过内部机制重建信息,相比黑盒对齐提供更透明的鲁棒性。

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

👍 71

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

中文介绍 FORT-Searcher合成抗捷径的搜索任务,用于训练深度搜索智能体。核心是构造只有通过多步证据搜集才能解答的问题,避免智能体利用表面模式,提升复杂推理场景的泛化能力。

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

👍 52

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

中文介绍 LabVLA将视觉-语言-动作(VLA)模型落地到科学实验室,使AI不仅能推理实验流程,还能执行移液、测量等物理操作。通过端到端训练学习从视觉到动作的映射,弥合计划与执行的鸿沟。

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

👍 31

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

中文介绍 VIA-SD通过模型内路由(Intra-Model Routing)对投机解码中拒绝的token进行部分验证,而非全部重算。相比二进制接受/重算策略,在保持生成质量的同时提升解码速度,降低推理开销。

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

👍 29

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

中文介绍 提出将多模态图像融合的共享表示从2D特征网格转变为1D token序列,利用Transformer架构更有效建模全局一致性,同时保留局部细节。在多个融合任务上优于基于网格的方法。

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

👍 26

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

中文介绍 EurekAgent强调智能体环境工程(Agent Environment Engineering)是自主科学发现的关键。通过设计可优化的执行环境和指标,智能体自主提出、验证并迭代科学方案,部分结果超越人类设计。

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

👍 25

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

中文介绍 HYDRA-X是首个将图像和视频令牌化统一到单个ViT中的原生多模态模型。通过整体视觉令牌化器将多样输入映射到统一表示空间,实现端到端联合训练,在多个多模态任务上达到领先性能。

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

👍 23

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

中文介绍 N-GRPO提出嵌入级邻域混合(Neighbor Mixing)策略,在数学推理的rollout阶段混合相邻token嵌入生成更多样化有效解题路径,解决token级采样导致的轨迹冗余问题,提升GRPO训练效率和解法多样性。

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

👍 19

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

中文介绍 揭示隐状态循环机制,提出可切换潜在推理并用在线策略强化学习优化。通过一对可学习切换门控在需要时激活隐式推理,保持因果可解释性,在推理压缩任务上优于标准CoT。

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

👍 16

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

中文介绍 DyCo-RL提出动态跨模态协调的强化学习方法,用于MLLM视觉推理。在训练中显式协调视觉和语言特征的细粒度交互,优化推理结果的同时提升多模态对齐与推理准确率。

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

👍 11

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

中文介绍 MoVerse是实时视频世界模型,从单张窄视场图像生成可交互漫游的全景场景。采用全景高斯骨架表示,补全环境并保持实时渲染速度,支持用户自由移动视角,适用于虚拟探索。

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

👍 10

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

中文介绍 TreeSeeker提出树状搜索策略,让智能体在深度搜索中同时探索多个可能方向,通过结构化试错与回溯收集证据、比较信息。避免贪婪追踪单一路径,提升复杂问答任务的搜索效率和准确性。

HarnessBridge: Learnable Bidirectional Controller for LLM Agent Harness

👍 10

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

中文介绍 HarnessBridge提出可学习的双向控制器,优化LLM智能体与环境间的交互框架。该控制器动态调整观察、行动和奖励机制,替代手动设计,在长周期任务中提升智能体性能。

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

👍 8

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

中文介绍 提出计算感知的对抗鲁棒性评估方法,考虑不同攻击策略的计算成本差异。在固定计算预算下评估LLM鲁棒性,揭示传统仅报告攻击成功率可能忽视成本高昂的攻击,推动更公平的鲁棒性比较。

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

👍 7

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

中文介绍 Visual Para-Thinker++提出单策略多智能体框架,实例化多个并行推理链整合分散视觉证据。共享一个MLLM策略,每个智能体聚焦不同区域/属性,通过协作避免过早承诺和幻觉,提升视觉推理准确率。

A frontier without an ecosystem is not stable

@satyanadella · 5.9M 粉丝 · 1.9M 阅 · 3.5K 赞 · 541 转

I’ve been thinking a lot about the future of the firm in an AI-driven economy. This transition is different than any previous platform shift. In the past, we used digital systems to enhance human

中文介绍 讨论AI驱动经济下企业未来,指出没有生态的前沿不稳定。这次平台转型不同于以往,过去用数字系统增强人类,而这次变革将重塑企业形态。

Codex-maxxing: treating Codex like an operating loop

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

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

中文介绍 分享将Codex当作持久操作循环的用法,而非一次性聊天框。通过“Codex-maxxing”模式,让编码代理持续运行,最大化价值。

Anthropic is losing the mandate of heaven

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

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

中文介绍 分析Anthropic地位变化:四个月前是宠儿,如今面临信任危机。对比OpenAI的戏剧性事件,指出Anthropic可能正在失去行业主导权。

Autonomous Long-Running Coding Agents

@omarsar0 · 307.3K 粉丝 · 81.2K 阅 · 518 赞 · 66 转

Autonomous coding is moving from better prompting to better control systems. The important shift is that engineers are learning how to wrap agents in goals, evaluators, loops, and artifacts that let

中文介绍 介绍自主长期运行编码代理的关键转变:从更好提示到更好控制系统。工程师用目标、评估器、循环和工件包装代理,实现持久自主编码。

Anthropic's War on Opensource AI

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

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

中文介绍 批评Anthropic对开源AI的态度:表面扮谨慎实验室,实则抵制开源。分析其行为模式与宣称的安全形象不符,揭示与开源社区的冲突。

Mastering Codex (Mobile) for Engineering

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

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

中文介绍 教你把手机变成Codex控制中心。不仅监控任务,而是利用移动端实时操控编码代理,实现随时随地的工程协作。

Building recursive agent systems

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

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

中文介绍 分享Cursor构建递归代理系统的经验:运行数千代理训练Composer,给研究任务并自动反馈。若失败则通过Slack或传呼通知工程师。

New OpenAI Academy courses for the next era of work

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

中文介绍 OpenAI推出三门学院课程,帮助用户构建实用AI技能、创建可重复工作流以及在日常工作中应用智能体。

[AINews] Loopcraft: The Art of Stacking Loops

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

中文介绍 文章强调Loopcraft概念,即堆叠循环的艺术,由Peter Steinberger、Boris Cherny和Andrej Karpathy提出。

How Preply combines AI and human tutors to personalize learning

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

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

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

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

中文介绍 Google DeepMind担忧数百万AI智能体相互交互的潜在危险,AGI安全与对齐研究主任Rohin Shah指出智能体大规模普及的风险。

Supporting Europe’s work in ensuring a trustworthy AI ecosystem

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

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

How an astrophysicist uses Codex to help simulate black holes

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

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

BBVA puts AI at the core of banking with OpenAI

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

中文介绍 西班牙BBVA银行将AI置于核心,将ChatGPT Enterprise推广至10万名员工,并与OpenAI合作加速全球AI银行业务转型。

OpenAI to acquire Ona

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

中文介绍 OpenAI计划收购Ona,以扩展Codex能力,提供安全、持久的云端环境,支持企业工作流中的长期运行AI智能体。

Access OpenAI models and Codex through your Oracle cloud commitment

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

中文介绍 用户可通过Oracle云承诺访问OpenAI模型和Codex,利用现有资源构建和部署AI,同时获得企业安全与治理保障。

市场总览

综合技术面看,美股整体偏多:SPY与QQQ维持多头排列,RSI处于50-55中性偏强区域;但大型科技股如MSFT、META走弱,形成分化。加密市场极度恐慌(恐慌贪婪指数18),BTC、ETH、SOL虽近期反弹,但价格均低于所有主要均线,空头排列主导,MACD金叉提供短期试探性支撑。中概股全面承压:BABA、PDD等空头排列,RSI逼近或进入超卖。商品与外汇方面,黄金原油下跌(WTI近5日-11.4%,RSI 34.1),美元指数偏强(DXY多头排列且接近52周高点),10Y美债收益率在均线上方窄幅震荡。VIX大幅回落(-9.05%),市场恐慌情绪消退。

今日关注

SPY S&P 500 ETF
偏上行

当前价格741.75美元,低于SMA20(745.07)但高于SMA50(722.8)和SMA200(686.3),均线多头排列;RSI 52.9中性偏强,MACD柱3.77正值,近1日+0.54%、近5日+0.57%,距52周高仅-2.45%,技术结构整体偏多。

META Meta
偏下行

当前价格566.98美元,低于所有主要均线(SMA20 604.21、SMA50 621.83、SMA200 658.09),空头排列明确;RSI仅34.7接近超卖,MACD-12.809远低于信号线-7.9691近5日下跌4.39%,下行压力显著。

BABA 阿里巴巴 (BABA)
偏下行

当前价格112.82美元,显著低于SMA20(125.81)、SMA50(130.33)和SMA200(149.57),空头排列;RSI 29.6进入超卖区域,MACD-4.9544低于信号线-3.3542,近5日下跌6.81%,技术面极度疲弱。

BTC-USD Bitcoin
中性

当前价格65571美元,低于SMA20/50/200,整体空头趋势;但MACD-3205.26已上穿信号线-3493.05形成金叉,近1日+1.78%、近5日+6.37%反弹,RSI 41.2偏低但未超卖,多空信号交织。

全部资产

^VIX

VIX 恐慌指数

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

^TNX

10Y 美债收益率 (%)

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

DX-Y.NYB

美元指数 DXY

$99.50 -0.25%
5 日
-0.54%
距 52w 高
-1.1%
RSI(14)
53.5
趋势
多头
SMA 20 / 50 / 200
99.43 / 98.89 / 98.65
MACD / 信号
0.274 / 0.264
接近 52 周高多头排列

SPY

S&P 500 ETF

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

QQQ

Nasdaq 100 ETF

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

AAPL

Apple

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

MSFT

Microsoft

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

NVDA

Nvidia

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

GOOGL

Alphabet

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

TSLA

Tesla

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

META

Meta

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

BTC-USD

Bitcoin

$65,571.02 +1.78%
5 日
+6.37%
距 52w 高
-48.0%
RSI(14)
41.2
趋势
空头
SMA 20 / 50 / 200
66,928.16 / 73,917.22 / 77,645.15
MACD / 信号
-3,205.263 / -3,493.053
MACD 金叉 (1 天前)空头排列

ETH-USD

Ethereum

$1,722.33 +2.51%
5 日
+5.17%
距 52w 高
-65.2%
RSI(14)
37.7
趋势
空头
SMA 20 / 50 / 200
1,805.13 / 2,068.60 / 2,407.88
MACD / 信号
-122.331 / -129.119
MACD 金叉 (今天)空头排列

SOL-USD

Solana

$70.61 +2.52%
5 日
+8.69%
距 52w 高
-72.1%
RSI(14)
43.3
趋势
空头
SMA 20 / 50 / 200
72.51 / 81.44 / 99.67
MACD / 信号
-4.594 / -4.941
MACD 金叉 (今天)空头排列

BABA

阿里巴巴 (BABA)

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

PDD

拼多多 (PDD)

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

JD

京东 (JD)

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

0700.HK

腾讯控股 (0700.HK)

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

GC=F

黄金期货

$4,301.90 +2.06%
5 日
-0.78%
距 52w 高
-23.0%
RSI(14)
41.9
趋势
中性
SMA 20 / 50 / 200
4,409.19 / 4,580.77 / 4,423.99
MACD / 信号
-110.746 / -92.279

CL=F

WTI 原油期货

$80.92 -4.67%
5 日
-11.37%
距 52w 高
-32.3%
RSI(14)
34.1
趋势
中性
SMA 20 / 50 / 200
92.75 / 96.13 / 73.49
MACD / 信号
-3.246 / -2.143

USDCNY=X

美元 / 人民币

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

过去走势不代表未来表现,本报告仅基于公开行情数据对技术指标进行客观解读,不构成任何投资建议。技术指标存在滞后性与局限性,仅供技术分析参考。

Iran War Live Updates: Trump Announces Cease-Fire Agreement

The deal would halt fighting for 60 days, officials said, and open the Strait of Hormuz, while leaving the thorniest nuclear issues for another day.

中文摘要 特朗普宣布与伊朗达成停火协议,将停止战斗60天,并开放霍尔木兹海峡,但最棘手的核问题留待日后解决。

Here’s the latest.

中文摘要 美伊停火协议最新动态,目前暂无具体细节公布。

US-Iran peace deal could see strait of Hormuz open on Friday ‘under Iranian arrangements’, says state media – Middle East crisis live

The US president confirmed the agreement as Pakistan’s prime minister said the official signing will be in Geneva on 19 June Full report: peace deal between US and Iran, Pakistan says, with strait of Hormuz to reopen Iranian hardliners in vociferous push to reject US peace deal Israel says it has st

中文摘要 特朗普确认与伊朗达成和平协议,巴基斯坦总理表示正式签署将于6月19日在日内瓦举行,霍尔木兹海峡可能在周五在伊朗安排下重新开放,伊朗强硬派强烈反对。

Australia news live: Debate over shark cull after Coogee attack; Joyce says fundraised millions to pay for One Nation ad campaign

Little evidence a cull would make swimming safer, scientists say. Follow today’s news live Get our breaking news email, free app or daily news podcast Penny Wong welcomes US-Iran peace deal The Australian government has welcomed the announcement of a peace deal to end the US and Iran conflict and re

中文摘要 澳大利亚库吉海滩鲨鱼袭击引发捕杀讨论,科学家称证据不足;前副总理乔伊斯筹款数百万用于一国党广告;外长黄英贤欢迎美伊和平协议。

Trump Claims Strait Will be ‘Permanently Toll Free’ Under Agreement With Iran

In a call to The New York Times, President Trump praised Russia and China’s leaders and described Israel’s prime minister as “a very difficult guy.”

中文摘要 特朗普声称与伊朗的协议将使霍尔木兹海峡永久免费通行;他在通话中称赞俄罗斯和中国领导人,并称以色列总理内塔尼亚胡是「非常难搞的人」。

Trump declares victory in Iran talks

President Trump says a deal has been reached to end the war with Iran and reopen the Strait of Hormuz. NPR's Franco Ordoñez discusses what we know and what comes next.

中文摘要 特朗普宣布与伊朗达成协议,结束战争并重新开放霍尔木兹海峡。NPR记者分析协议内容及后续影响。

Anger among Iranian hardliners at terms of deal agreed with US

Those in favour forced to defend themselves against claims the terms amount to capitulation Middle East crisis – live updates Iranian hardliners have mounted a rearguard rejection of a deal with the US as as they say it does not guarantee sanctions relief, compensation or control of the strait of Ho

中文摘要 伊朗强硬派对与美国达成的协议条款感到愤怒,认为协议未能保证解除制裁、赔偿或控制,支持者被迫辩护称这不是投降。

The U.S. and Iran announce a deal to end the war

President Trump said the U.S. would remove its blockade of the Strait of Hormuz.

中文摘要 美伊宣布结束战争的协议,特朗普表示美国将解除对霍尔木兹海峡的封锁。

Peace deal between US and Iran, Pakistan says, with strait of Hormuz to reopen

Agreement was struck despite ⁠an Israeli strike on Lebanon on Sunday that drew criticism from both Iran and Trump Middle East crisis – live updates A peace deal between the US and Iran has been reached following nearly four months of fighting in the region, Donald Trump announced in a post to social

中文摘要 近四个月冲突后美伊达成和平协议,霍尔木兹海峡将重新开放。尽管以色列周日袭击黎巴嫩引发批评,协议仍达成。

In Israel, Broad Discontent Over the Emerging U.S. Deal With Iran

Israelis across the political spectrum have said the deal appears to leave fundamental security threats posed by Iran unaddressed.

中文摘要 以色列各界普遍对美伊协议表示不满,认为协议未能解决伊朗构成的根本安全威胁。

G7 leaders face wars abroad and divisions at home

President Trump and other G7 leaders meet in the French Alps this week as wars, economic uncertainty and strains in the transatlantic alliance loom over the summit.

中文摘要 G7领导人在法国阿尔卑斯山会晤,面临海外战争、经济不确定性及跨大西洋联盟紧张局势。

LIVE: Ilia Topuria vs Justin Gaethje title fight at UFC Freedom 250

Title fights, Topuria-Gaethje and Pereira-Gane, to be staged in front of US President Donald Trump at the White House.

中文摘要 UFC自由250赛事在白宫举行,伊利亚·托普里亚对阵贾斯汀·盖奇,以及佩雷拉对阵盖恩的冠军战,美国总统特朗普现场观战。

Gaza mourns four killed in Israeli strike

Cries of grief echoed through Gaza City for four Palestinians killed near the Jabalia refugee camp in northern Gaza.

中文摘要 加沙城哀悼在以军空袭中丧生的四名巴勒斯坦人,袭击发生在北部贾巴利亚难民营附近。

Japanese Stocks Set to Rise After US-Iran Peace Deal Reached

Japanese stocks are set to gain after President Donald Trump said the US and Iran have reached a peace deal, raising hopes the Middle East war is nearing an end and the Strait of Hormuz will reopen.

中文摘要 美国总统特朗普宣布美国与伊朗达成和平协议,中东战争有望结束,霍尔木兹海峡将重新开放,日本股市预计上涨。

World Cup’s Smooth Start Eases Concerns for Host Nations, FIFA

All the concerns about this World Cup, spanning extreme heat to transportation headaches and record ticket prices, failed to tarnish the opening days of the tournament. Bloomberg reporters are on the ground. (Source: Bloomberg)

中文摘要 本届世界杯开赛顺利,先前对酷热、交通及创纪录票价的担忧未影响赛事开局,令主办国和国际足联松了一口气。

LNG Tanker Heads Toward Hormuz as Deal Raises Hopes of Reopening

A liquefied natural gas tanker that has been trapped in the Persian Gulf for over three months appears to be heading toward the Strait of Hormuz, just as the US and Iran say they have reached a deal to reopen the waterway.

中文摘要 一艘在波斯湾被困三个多月的液化天然气油轮正驶向霍尔木兹海峡,美伊达成协议有望重新开放该水道。

Trump Says Hormuz Strait to Open Friday Upon Deal Signing

President Trump says the Strait of Hormuz will be “opening” on Friday upon the signing of the deal with Iran.

中文摘要 特朗普表示,随着与伊朗协议的签署,霍尔木兹海峡将于周五重新开放。

ASIC Says ASX Agrees to Pay Fine Over Misleading Chess Statement

Australia’s securities regulator said ASX Ltd. has admitted that its Feb. 10, 2022 market announcement which stated that the Chess replacement project was “progressing well” was misleading.

中文摘要 澳大利亚证券投资委员会称,ASX有限公司承认其在2022年2月10日关于CHESS替代项目“进展顺利”的公告具有误导性,同意支付罚款。

US Futures Climb, Oil Falls on Iran Peace Deal: Markets Wrap

US equity futures climbed, oil slumped and the dollar fell after President Donald Trump and Pakistani mediators said the US and Iran had reached a peace agreement that would reopen the Strait of Hormuz.

中文摘要 美伊达成和平协议将重新开放霍尔木兹海峡,美国股指期货上涨,油价暴跌,美元走低。

Bailey Defends BOE Gilt Sales After Criticism From Farage

Governor Andrew Bailey defended the Bank of England’s buying and selling of UK government bonds following criticism of the policy, including Nigel Farage’s populist Reform UK party.

中文摘要 英国央行行长安德鲁·贝利为英国国债买卖操作辩护,此前该政策遭到奈杰尔·法拉奇领导的改革英国党等批评。

Oil Slumps as US-Iran Deal May Allow Strait of Hormuz to Reopen

Oil sank after the US and Iran agreed to a peace deal to end the war in the Middle East, potentially allowing the Strait of Hormuz to reopen.

中文摘要 美伊达成和平协议以结束中东战争,霍尔木兹海峡有望重新开放,导致油价下跌。

Stock Market Moves On From SpaceX to Focus On Iran Deal, Fed

After SpaceX and its bankers pulled off the largest-ever IPO without a hitch last week, investors are returning their focus back to Earth.

中文摘要 SpaceX上周顺利完成史上最大规模IPO后,投资者将注意力转回美伊协议和美联储政策上。

Badenoch courts City with call for greater risk-taking

UK opposition leader seeks to reset relations after market turbulence under ex-prime minister Liz Truss in 2022

中文摘要 英国反对党领袖巴德诺赫呼吁加大风险承担,以修复与前首相利兹·特拉斯期间市场动荡受损的与伦敦金融城的关系。

Bond Funds Chase Australian Debt on Peak RBA Interest Rate Bets

Local and global bond funds are snapping up Australian debt as economic strains signal the end of the Reserve Bank’s hiking cycle.

中文摘要 经济压力显示澳大利亚央行加息周期即将结束,本地及全球债券基金纷纷抢购澳大利亚债券。

Japan’s Top Bond-Trading Regional Bank Buys JGBs After Decade

The Japanese regional bank with the best recent record for trading bonds has started buying Japanese government debt for the first time in a decade.

中文摘要 日本债券交易表现最佳的区域银行十年来首次开始购买日本政府债券。

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

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

【HelloAI CN+】DeepSeek复活了

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

【Krill·618】0.1倍率年中狂欢,全线无门槛直降+专属骨折价来袭!回复就送!

各位佬友的支持,始终是我们前进的最大动力。为了感谢佬友这段时间的大力支持,Krill现在开始全线骨折价回馈佬友:618 专属福利正式开启! 活动时间:北京时间2026年6月15日 00:00~2026年6月18日 23:59 Krill网址:www.krill-ai.com Telegram: View @krill_aichat 【限时福利一:线路全面优化,费率大幅下调】余额价格直享!1元=1刀。 海外线路:codex 倍率低至 0.15,claude倍率低至 0.65 三网 CDN 线路:codex 倍率低至 0.16,claude倍率低至 0.7 国内极速线路:codex 倍率低至 0.

【九幺公益站】一些工作总结&公告

今天下午网站建立 截至目前不知道发了不知道几千万刀乐(可能不到千万,百万有了) 修复DSV4Flash并扩容 上架GLM4.7(别问我为啥不是GLM5,破Coding没权限) 商家LDC小店( 九幺公益10000$额度 - LD士多) “通货膨胀”剧透 Grok接近上万个号的号池 应提议 hermanguan: 加入签到吧大佬,没抢到额度,但买了10000刀…感觉不够啦 加入了签到 收到提醒,在6.14 20:33补货 28 个帖子 - 22 位参与者 阅读完整话题

模型测评:GLM-5.2 大战 Claude Opus 4.8

祖传 Bug 模型大比拼:GLM-5.2 Thinking vs Claude Opus 4.8 Max 最新实测 最新模型测试战报 GLM-5.2 Thinking (ZCode 3.0): 96分。1. 解决表面问题。2. 解决深层问题。3. 发现引用的库的bug,没有改动库,没改本地代码规避库的bug。第四个发现三层bug的老师。 Claude Opus 4.8 Max (Cursor Max Mode): 100分。同GPT 5.5 xhigh(1. 解决表面问题。2. 解决深层问题,改动代码量比5.4少,比gemini3.1多。3. 发现引用的库的bug,没有改动库,本地业务代码优雅

【九幺公益站】上100个

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

【模型大横评2.0】composer2.5胜者为王|GLM5.2| Kimi2.7 |DSv4|GPT5.5|Gemini3.5F

测试仓库 依旧使用本人的一个闭源的项目,以下是具体架构。 评测流程 开 work tree 跑两个测试题目,1 题和 2 题之间不会新开上下文窗口。 测试题目 上次我让 codex 出了一个比较具体的题,虽然没有那么细,但还是给得比较细。这次只给大体意图,让 AI 自己去做。 打分流程 单分支评测 = 每个模型自己打分,不排名 参赛选手 测试速度 Kimi2.6 + Claude Code(35分钟左右) 结果 因为上次我秉持着最强模型出题和最强模型打分,所以这次三个模型进行分别打分。 鸣谢 首先鸣谢我自己,然后鸣谢小青年 @GinWU 提供的ollama pro订阅~~~ 花絮 后续 com

送6000个Grok free-token

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

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

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