每日简报

2026-06-06

Morning Brief

2026-06-06

今天武装冲突与科技创新交织,市场走势承压,投资者需审慎应对。

今日最重要的 5 件事

  1. 1
    技术动态GitHub Trending

    创新AI代理技能提升信息检索效率

    为什么重要 提升信息处理能力,有助于企业更高效地获取所需信息,推动决策速度。

  2. 2
    财经要点BBC Business

    伊朗战争影响美国股市

    为什么重要 市场对国际冲突的敏感反应会影响投资决策需随时观察变化,以便及时调整投资组合。

  3. 3
    时政观察The Guardian

    以色列军队袭击造成婴儿死亡

    为什么重要

  4. 4
    财经要点Financial Times

    油轮市场面临急剧降价风险

    为什么重要

  5. 5
    技术动态OpenAI News

    Endava加速软件交付流程

    为什么重要

市场状态

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

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

招聘信号

  • 升温 AI代理开发 随着AI代理技术的提升,需求不断增加,相关技能在招聘市场上愈发重要。
  • 升温 记忆系统研发 新兴的AI记忆系统带动技术更新换代,企业在相关领域的招聘需求显著上升。
  • 升温 软件自动化工程 企业为提高效率,不断寻求能够进行工作流程自动化的技能,需求增加。

论文趋势

X 讨论主题

Top Project

mvanhorn/last30days-skill

Python · ★ 28,559 · 🍴 2,416 · 📈 441 stars today

AI agent skill that researches any topic across Reddit, X, YouTube, HN, Polymarket, and the web - then synthesizes a grounded summary

中文介绍 该项目提供一种人工智能代理技能,可以在 Reddit、X、YouTube、HN、Polymarket 及网络上研究任何主题,并合成有根据的摘要。重要的是:它帮助用户快速获取和整合多平台信息,提升信息检索效率。

Most Practical

CopilotKit/CopilotKit

TypeScript · ★ 33,025 · 🍴 4,222 · 📈 613 stars today

The Frontend Stack for Agents & Generative UI. React, Angular, Mobile, Slack, and more. Makers of the AG-UI Protocol

中文介绍 该项目是针对代理和生成用户界面的前端技术栈,支持 React、Angular、移动应用和 Slack 等。重要的是:它为开发者提供了一套统一的工具,推动生成式 UI 的发展。

Most Surprising

MemPalace/mempalace

Python · ★ 54,136 · 🍴 7,099 · 📈 441 stars today

The best-benchmarked open-source AI memory system. And it's free.

中文介绍 这是一个高性能的开源 AI 记忆系统,提供了最佳的基准测试,并且免费使用。重要的是:它为 AI 系统提供了高级记忆能力,助力智能应用的发展。

Code2LoRA: Hypernetwork-Generated Adapters for Code Language Models under Software Evolution

👍 60

Code language models need repository-level context to resolve imports, APIs, and project conventions. Existing methods inject this knowledge as long inputs (retrieved through RAG or dependency analysis) or through per-repository fine-tuning and LoRA -- costly at repository scale and brittle to evolv

中文介绍 针对代码语言模型在软件演进中对库级上下文的需求,提出了 Code2LoRA 方法。该方法通过超网络生成适配器,避免了对每个库进行单独微调的高昂成本,同时增强了解决导入、API 和项目约定方面的能力。实验表明,相较于传统方法,该技术在保持效果的同时,提高了灵活性和适应性。意义:此研究趋势有助于提升代码自动生成及智能编程助手的性能。

ArcANE: Do Role-Playing Language Agents Stay in Character at the Right Time?

👍 42

Role-playing language agents (RPLAs) should play characters whose values and behavior evolve as the story progresses, not maintain a fixed persona. Existing benchmarks measure factual recall at a given chapter, not whether responses align with the character's psychological trajectory, especially in

中文介绍 论文探讨了角色扮演语言代理(RPLAs)在故事进展中是否能够按需调整角色特征,而非维持固定人格。现有评测方法侧重于事实回忆,而未能有效评估响应与角色心理轨迹的吻合程度。通过引入新的评估标准,提供了更全面的角色表现分析框架。意义:对增强对话系统角色一致性的研究和应用有重要影响。

TIDE: Proactive Multi-Problem Discovery via Template-Guided Iteration

👍 37

Agents are widely deployed as assistants over documents, tools, and code. However, they typically act only on explicit user requests, which surface only the problems the user has noticed, while many other important problems coexist, hidden in plain sight, within the broader user context, with their

中文介绍 提出 TIDE 以主动发现多问题为目标,通过模板引导迭代机制,帮助智能代理在文档和工具中识别未被用户注意的重要问题。该方法突破了以用户请求为驱动的局限,能够在更广泛的用户上下文中主动发现潜在需求,从而提高用户体验和满意度。意义:推动智能助手在多任务处理及问题发现中的应用能力向前发展。

AdaPlanBench: Evaluating Adaptive Planning in Large Language Model Agents under World and User Constraints

👍 35

Planning for real-world problems by language models often involves both world and user constraints, which may not be fully specified upfront and are progressively disclosed through interaction. However, existing benchmarks still underexplore adaptive planning under such progressively revealed dual c

中文介绍 提出 AdaPlanBench,用于评估大型语言模型在面对世界和用户约束下的自适应规划能力。该基准关注逐步披露的双重约束下的规划策略,为评估复杂环境中的决策制定能力提供了新视角。初步结果表明,AdaPlanBench 可以有效提升模型在动态环境中的表现。意义:强化智能代理在动态环境中的决策能力,对自主系统有深远影响。

VideoKR: Towards Knowledge- and Reasoning-Intensive Video Understanding

👍 34

We introduce VideoKR, the first large-scale training corpus specifically designed to strengthen knowledge- and reasoning-intensive video understanding. It comprises 315K video reasoning examples over 145K newly collected, CC-licensed, expert-domain videos. We develop a human-in-the-loop, skill-orien

中文介绍 开发了 VideoKR,这是一个专门针对知识和推理密集型视频理解的大规模训练语料库,包含315K个视频推理示例。通过人机协作和技能导向的策略,旨在提升视频理解的深度和广度。初步结果显示,该库在推动视频理解研究方面具有重要价值。意义:对未来的视频分析和推理技术发展具有促进作用。

RobotValues: Evaluating Household Robots When Human Values Conflict

👍 23

While household robots are often evaluated based on task completion, everyday domestic environments involve value-conflicting situations in which robots are expected to choose actions that prioritize other values than task success, such as human autonomy, efficiency, or social appropriateness. Yet,

中文介绍 研究表明,家庭机器人在评估过程中不仅需要完成任务,还需在价值冲突的背景下做出合适的选择。该框架为机器人设定了更高的评估标准,关注人类自主性和社会适宜性等多重价值,提出了价值优先选择的算法和评估方法。意义:推动家庭机器人的智能决策能力的发展,适应日常复杂环境。

Reinforcement Learning Elicits Contextual Learning of Unseen Language Translation

👍 23

Prior work has shown that large language models (LLMs) can translate unseen or low-resource languages by undergoing continued training or even by encoding a grammar book in their context. However, both methods typically overfit specific languages, with limited zero-shot transfer at test time. To tra

中文介绍 论文提出了一种基于强化学习的方法,以促进模型在未见语言翻译中的上下文学习能力。对现有翻译模型进行改进,以减少特定语言的过拟合,提升零-shot 转移能力,从而提高模型对多样语言的适应性和理解能力。结果显示,新方法在多个语言对中显著提高了翻译准确性。意义:为低资源语言处理提供新的方法,具有广泛的跨语言应用潜力。

LoomVideo: Unifying Multimodal Inputs into Video Generation and Editing

👍 21

Developing unified video generation and editing models capable of interpreting interleaved multimodal inputs is a promising yet challenging frontier field. Existing unified frameworks predominantly rely on massive models (typically 13B parameters or more) and incorporate source video conditions for

中文介绍 开发了 LoomVideo,一个统一的视频生成和编辑模型,能够理解多模态输入。该模型结合了视频条件和用户指令,实现了更为灵活和高效的视频内容创作,解决了传统大型模型在处理多样输入时的性能瓶颈。结果表明,该方法在多模态生成任务中表现优秀。意义:为视频创作和编辑工具的智能化发展提供了新方向。

Personal AI Agent for Camera Roll VQA

👍 18

We study the personal camera roll visual question answering setting. In this setting, a conversational AI assistant can access a user's personal camera roll and retrieve relevant photos to answer queries, ranging from simple factual questions (e.g., ``Name of the food I tried yesterday?'') to more o

中文介绍 在个人相机卷视觉问答场景下,研究了一种能够访问用户个人相机卷的对话AI助手。该体系结构设计支持从简单的事实问题到复杂查询的多样化应答,通过检索相关照片来增强了回答的准确性和关联性。试验结果显示其有效性。意义:推动个人化智能助手在家庭环境中的应用。

Rethinking Continual Experience Internalization for Self-Evolving LLM Agents

👍 17

Experience internalization converts contextual experience from past interactions into reusable parametric capability, offering a promising path toward continual learning in large language models (LLMs). While prior work has predominantly focused on single-iteration transfer, we discover that under m

中文介绍 提出了一种新的经验内化策略,旨在利用上下文经验实现自我演变的 LLM 代理。与以往的单次迭代迁移方法相比,新的方法能够有效整合多次交互经验,提升记忆策略的效率。实验表明,所提方法在提升模型应对复杂任务上的表现上具有重要意义。意义:有助于推进 LLM 在持续学习和适应性方面的研究。

Dream.exe: Can Video Generation Models Dream Executable Robot Manipulation?

👍 15

Video generation models have made impressive strides in synthesizing visually compelling content, yet their outputs remain confined to the virtual domain. A natural question follows: how well do these models reflect the physical world when their generated videos leave the screen and enter reality? W

中文介绍 论文探讨了视频生成模型在机器人操作中的潜在应用,提出能将生成视频转化为可执行任务的框架。此方法旨在提升生成内容与现实世界之间的对应关系,以实现更为智能的机器人运动策略。初步结果表明,该框架可以有效提升机器人的执行能力。意义:推动机器人视觉理解与现实应用结合的研究进展。

Unsupervised Skill Discovery for Agentic Data Analysis

👍 10

Inference-time skill augmentation provides a lightweight way to improve data-analytic agents by injecting reusable procedural knowledge without updating model parameters. However, discovering effective skills for data analysis remains challenging, as reliable supervision is expensive and success cri

中文介绍 提出了一种无监督技能发现的方法,以增强数据分析过程中代理的表现。该方法借助推理时间技能增强技术,在不更新模型参数的情况下,注入可重用的程序知识,解决了数据分析技能获取的困难。初步结果展示了其有效性。意义:该研究为智能代理在数据分析领域提供了新的研究方向。

MAOAM: Unified Object and Material Selection with Vision-Language Models

👍 7

Selection is a core operation in interactive image editing. To be practical, a user should be able to specify and disambiguate the desired selection region through either text or click-based interactions, and the system should support selecting not only objects but also other criteria, such as mater

中文介绍 MAOAM 提出了一种利用视觉语言模型进行统一物体与材料选择的方法,以满足用户在交互图像编辑中的多样需求。用户可以通过文本或点击交互明确选择区域,系统则不仅支持物体选择,还能处理其他条件如材质选择,提升了人机交互体验。意义:推动智能图像编辑工具的多功能发展。

LLMs Can Leak Training Data But Do They Want To? A Propensity-Aware Evaluation of Memorization in LLMs

👍 7

Large language models can reproduce training data, but existing memorization evaluations mostly measure whether models can be forced to do so, rather than whether they do so under ordinary use. We introduce PropMe, a propensity-aware framework for memorization evaluation that contrasts prefix-based

中文介绍 论文研究了大型语言模型在生成训练数据上的倾向性,提出了 PropMe 框架,旨在从普通使用角度评价记忆现象,而非仅通过强制测试。通过对比前缀的方法,建立了更具可控性的评估标准。初步测试显示,模型在面对不同场景时的记忆表现存在显著差异。意义:为理解 LLM 的记忆机制与使用影响提供了新视角。

AffordanceVLA: A Vision-Language-Action Model Empowering Action Generation through Affordance-Aware Understanding

👍 6

Vision-Language-Action (VLA) models leverage the rich world knowledge of pretrained vision-language models (VLMs) to enable instruction-following robotic manipulation. However, the structural mismatch between VLM semantic spaces and embodied control policies often hinders the learning of precise per

中文介绍 AffordanceVLA 引入了一种视觉-语言-行动模型,通过对环境的理解,增强机器人执行任务的能力。模型结合了丰富的语义信息与预训练视觉-语言模型,提升了指令响应的准确性。初步结果表明,该方法在复杂环境中的表现优越。意义:推动机器人自主任务执行和多模态交互的研究。

Meta-Cognitive Memory Policy Optimization for Long-Horizon LLM Agents

👍 6

Memory-augmented LLM agents tackle complex long-horizon tasks by recursively summarizing interaction trajectories into compact memory. However, existing approaches typically train these memory policies using outcome-based reinforcement learning, failing to localize where intermediate memory quality

中文介绍 提出了一种元认知记忆策略优化框架,用于应对长期任务的 LLM 代理。该方法通过递归总结交互轨迹并优化记忆政策,提升了对复杂任务的适应能力。实验证明,与传统基于结果的强化学习方法相比,具有显著效果。意义:对推动 LLM 代理的自我学习和适应能力产生积极影响。

The Shadow Price of Reasoning: Economic Perspective on Optimal Budget Allocation for LLMs

👍 6

Inference-time scaling has emerged as a critical avenue for enhancing Large Language Models' performance, yet real-world deployment is constrained by strict computational budgets. In this work, we formulate inference budget allocation as a global constrained optimization problem governed by economic

中文介绍 论文将在推理时间扩展与资源分配结合,提出通过经济视角优化 LLMs 的预算分配。研究制定了全球约束优化问题,旨在提高模型在严格计算预算下的性能。初步结果显示,该策略在多种模型中均有效提升了资源利用率。意义:为 LLM 的实用性和效率提供新的理论支持。

World-Language-Action Model for Unified World Modeling, Language Reasoning, and Action Synthesis

👍 5

We propose world-language-action (WLA) models as a new class of embodied foundation models. WLA takes textual instructions, images, and robot states as inputs to jointly predict textual subtasks, subgoal images, and robot actions, conjoining the world modeling interface to learn from extensive egoce

中文介绍 提出了世界-语言-行动模型(WLA),结合文本指令、图像和机器人状态,支持文字子任务、副目标图像和机器人行动的联合预测。这一新模型通过综合世界建模接口,能够从丰富的执行经验中学习,显著提升任务执行的灵活性与准确性。意义:为构建更智能的多模态系统奠定基础,影响人机协作领域的发展。

Latent Reasoning with Normalizing Flows

👍 5

Large language models often improve reasoning by generating explicit chain-of-thought (CoT), demonstrating the importance of intermediate computation. However, textual CoT forces this computation through a discrete, serial, and communication-oriented token stream: each reasoning step must be verbali

中文介绍 提出了一种基于正规化流的潜在推理方法,旨在改善大型语言模型的推理表现。该方法通过明确化中间计算,解决现有文本链式推理方法中离散化和串行化的局限,提升推理效率和准确性。初步结果表明,该方法在复杂逻辑推理任务中表现良好。意义:为增强 LLM 在推理任务中的表现提供新思路。

Imagine Before You Predict: Interleaved Latent Visual Reasoning for Video Event Prediction

👍 5

Video event prediction (VEP) requires models to infer unobserved future states from partial video evidence. Existing video MLLMs usually verbalize intermediate future reasoning in text space: once visual evidence is verbalized, fine-grained motion, geometry, and interaction cues can be lost, leading

中文介绍 针对视频事件预测中的挑战,提出了一种交错潜在视觉推理的方法,以从部分视频证据中推断未观察到的未来状态。该方法重构了视觉信息的表达,避免了在文本空间中的信息损失,从而提升了预测的准确性。初步结果显示,在复杂视频场景中的表现明显优于传统方法。意义:为未来视频理解及分析提供新的技术支持。

SpaceX IPOs in 7 days. I Fed the S1 Doc Into Claude. Here Is What It Found Buried in 300 Pages.

@DamiDefi · 96.5K 粉丝 · 2.3M 阅 · 584 赞 · 80 转

The number that stopped me was not the $2 trillion valuation. It was $791 million. That is what SpaceX made in net income in 2024. A profitable, growing aerospace company with a genuine moat in launch

中文介绍 分享了 SpaceX 2024 年的净收入为 7.91 亿美元,展示其作为一家盈利且成长的航天公司的潜力。通过分析 300 页的 S1 文档,博主揭示了 SpaceX 的财务健康与市场竞争力,反映出私募股权与资本市场对航天行业的关注与信心。

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

@sairahul1 · 110.7K 粉丝 · 710.8K 阅 · 509 赞 · 97 转

How To Become An AI Engineer in 2026. Without a CS degree. Without a bootcamp. Without knowing what a transformer is today. Here's what nobody tells you: The companies hiring right now don't need

中文介绍 探讨了如何在 2026 年成为一名 AI 工程师,尽管没有计算机科学学位或培训营背景。强调目前招聘的公司更注重实际能力而非传统学历,显示出 AI 领域对技术入门的开放性与包容性。

Generative UI Is the New Frontend

@Saboo_Shubham_ · 116.2K 粉丝 · 263.3K 阅 · 517 赞 · 74 转

The frontend used to be a fixed thing. Designers drew it. Engineers built it. Users got what shipped. That's over. The interfaces shipping in 2026 are drawn partly by the agent itself, in real time,

中文介绍 阐述了生成式用户界面(GUI)将如何重新定义前端开发,未来界面将在设计与用户输入的基础上,实现实时动态生成。这反映出 AI 赋能下设计与开发流程的创新趋势。

Building cloud agent infrastructure: what's different, and what we learned

@intuitiveml · 6.4K 粉丝 · 171.3K 阅 · 524 赞 · 70 转

Most agent frameworks today assume a desktop. One user, one machine, one process. The agent runs while the laptop is open, writes to a local filesystem, holds API keys in environment variables, and

中文介绍 分享了云代理基础设施建设中的经验教训,指出现有代理框架通常假设为单用户单机器的环境。讨论了这种设定的局限性,提醒行业需适应新型多用户和多任务的操作环境。

A guide to /goal 🥅

@dkundel · 19.3K 粉丝 · 116.9K 阅 · 523 赞 · 40 转

We launched the goal mode (or /goal) as a way to help you have Codex drive towards a concrete outcome. When you set a goal Codex will continue to work until the goal is achieved, whether that takes

中文介绍 发布了 Codex 的目标模式(/goal),旨在帮助用户设定并实现明确目标,展示了 AI 在自动化任务达成方面的潜力,反映出对智能代理功能的重视与期待。

A Functional Taxonomy of World Models

@drfeifei · 738.0K 粉丝 · 72.2K 阅 · 699 赞 · 144 转

“The world is everything that is the case.” — Ludwig Wittgenstein, Tractatus Logico-Philosophicus, 1921 The world is not made of words. In an earlier essay, we argued that spatial intelligence is AI’s

中文介绍 深入讨论了世界模型的功能分类,强调空间智能在 AI 发展中的核心地位。文章从哲学与计算角度探讨了对现实世界理解的复杂性,指出其对 AI 设计的重要启示。

How to Build a Custom Agent Harness

@sydneyrunkle · 7.5K 粉丝 · 69.5K 阅 · 511 赞 · 74 转

Building useful agents is largely about customization: connecting your agent to the right context, data, and environment(s) for the task at hand. At its core, an agent is a model calling tools in a

中文介绍 介绍了如何构建自定义代理框架,强调根据任务需求进行个性化调整的重要性。为实现高效的AI任务执行,突出了连接上下文与环境的实践经验,体现出智能系统定制化的趋势。

some notes on getting into frontier ai labs

@itsreallyvivek · 3.6K 粉丝 · 65.8K 阅 · 521 赞 · 28 转

A few days ago I wrote that getting into a frontier AI lab mostly comes down to two things: proven research and trench engineering. The more I think about it, the less these feel like separate skills.

中文介绍 分析了进入前沿AI实验室的关键因素,指出成功归结于扎实的研究能力与实际工程经验,表明在快速发展的 AI 领域里,实用技能正日益被重视。

I Gave Claude David Ogilvy's Writing Rules And Built A Legendary AI Writing Coach

@dickiebush · 441.8K 粉丝 · 57.7K 阅 · 519 赞 · 45 转

Legendary marketer David Ogilvy generated over $864 million for his clients. He was a British advertiser known as "The Father of Advertising." And in 1982, Ogilvy sent this 1-page memo to his staff:

中文介绍 通过给 Claude 提供大卫·奥吉尔维的写作规则,创建了一个传奇的 AI 写作教练。分享了如何利用经典营销智慧来优化 AI 写作,反映出人机协作的新思路与实践。

Your token spend is an AI architecture problem, not just a model problem

@jainarvind · 9.3K 粉丝 · 53.7K 阅 · 505 赞 · 68 转

Enterprise AI token spend is scaling quickly, especially as the technology shifts from simple chat assistants into coding agents, AI coworkers, and long-running workflows. These systems do far more

中文介绍 探讨了企业 AI 令牌支出的激增,指出 AI 技术正从简单的聊天助手转向更复杂的编码代理与长期工作流,表明企业对 AI 成本管理的关注与思考。

Feedback loops: Help Claude Code complete ambitious tasks with less babysitting

@delba_oliveira · 74.0K 粉丝 · 37.4K 阅 · 533 赞 · 38 转

As we delegate more ambitious tasks to Claude, it becomes increasingly important that it can verify its own work. The more Claude can self-verify: the more independently it can work on long-running

中文介绍 讨论了如何通过自我验证增强 Claude 在承担复杂任务时的独立性,强调了智能代理自我检查功能的必要性,反映出对 AI 可靠性的期待与行业要求。

Job Searcher

中文介绍 该博客讨论了求职者的经历和挑战,提供了求职策略和建议。

How to Stop Shipping Low-Quality RL Environments (with Examples)

Your broken harness is actively making the model worse. Here's what I keep seeing after years of eyeballing trajectories, and what you need to fix.

中文介绍 文章分析了低质量强化学习环境对模型性能的负面影响,并提供了改进建议。

The Meta hack shows there’s more to AI security than Mythos

On June 5, 404 Media reported that attackers had been using Meta’s AI customer support agent to steal Instagram accounts. Their approach was simple: They asked the agent to link the accounts to email addresses that they controlled, and the agent complied. One attacker broke into the dormant Obama Wh

中文介绍 6月5日,404 Media报道黑客利用Meta的AI客服盗取Instagram账户,通过关联控制的邮箱获取账户。

not much happened today

**Anthropic's Mythos/Opus cycle** sparked mixed reactions with praise for **Claude Mythos**'s one-shot workflows and concerns over **Opus 4.8** benchmark regressions. **Opus 4.7** showed strong chemistry task performance, "making Claude a chemist." **Sakana AI** launched an **RSI Lab** focusing on r

中文介绍 Anthropic的Mythos/Opus周期引发了对Claude Mythos的赞誉及对Opus 4.8基准回归的担忧,Opus 4.7在化学任务中表现出色。

How Endava is redesigning software delivery around AI agents

Learn how Endava is using AI agents, ChatGPT Enterprise, and Codex to accelerate software delivery, automate workflows, and build an AI-native culture across the enterprise.

中文介绍 Endava通过使用AI代理、ChatGPT企业版和Codex,加速软件交付和自动化工作流程。

How courts are coping with a flood of AI-generated lawsuits

Most days in her chambers, Judge Maritza Braswell, a federal magistrate judge in Colorado, sifts through stacks of documents written by people without a lawyer. Many of them can’t afford to hire a lawyer, and others have cases too weak or too small to interest one. She reads each one carefully, mind

中文介绍 科罗拉多联邦法官Maritza Braswell每天处理由无人代理提出的AI生成诉讼材料。

Dreaming: Better memory for a more helpful ChatGPT

ChatGPT introduces a new memory system to better remember preferences, keeping context fresh and relevant across conversations.

中文介绍 ChatGPT推出新记忆系统,以更好地记住用户偏好,提高对话相关性。

not much happened today

**NVIDIA** released **Nemotron 3 Ultra**, a fully open **550B MoE** model with **55B active parameters** and **1M context**, optimized for long-running agent tasks with up to **5x speedup** and **30% cost reduction**. It features hybrid Mamba/attention, LatentMoE, native MTP, and was pretrained on *

中文介绍 NVIDIA发布Nemotron 3 Ultra,这是一个开放的550B MoE模型,具有55B活跃参数,提供高达5倍的速度提升和30%的成本降低。

市场总览

目前整体市场面临较大的压力,美股如S&P 500 ETF(SPY)和纳斯达克(QQQ)均出现了下行趋势,RSI读数显示部分资产已经接近超卖水平。加密市场目前焦虑情绪较为明显,恐慌贪婪指数仅为12,显示出极度恐慌状态,同时比特币和以太坊也都处于较低价格水平,分别影响着市场整体情绪。商品市场中,黄金和原油期货在波动幅度上保持相对平稳,但面临的整体趋势依然偏向 bearish。

今日关注

SPY S&P 500 ETF
中性

当前价格为737.55,RSI为49.4,处于正常范围。最近有多头排列的信号,但1日和5日的涨跌幅分别为-2.58%和-2.5%。

BTC-USD Bitcoin
偏下行

当前价格为60720.46,RSI为15.3,已处于超卖状态,且MACD显示空头排列,过去5天下跌了14.86%。

^VIX VIX 恐慌指数
偏上行

当前价格为21.51,RSI为65.7,表明其处于上涨趋势中,并且最近出现了MACD金叉,反映了市场恐慌情绪的加剧。

全部资产

^VIX

VIX 恐慌指数

$21.51 +39.68%
5 日
+40.40%
距 52w 高
-39.1%
RSI(14)
65.7
趋势
多头
SMA 20 / 50 / 200
17.12 / 18.99 / 18.42
MACD / 信号
-0.395 / -0.773
MACD 金叉 (今天)多头排列

^TNX

10Y 美债收益率 (%)

$4.54 +1.32%
5 日
+1.86%
距 52w 高
-9.2%
RSI(14)
57.7
趋势
多头
SMA 20 / 50 / 200
4.50 / 4.40 / 4.20
MACD / 信号
0.027 / 0.037
接近 52 周低多头排列

DX-Y.NYB

美元指数 DXY

$100.07 +0.66%
5 日
+1.17%
距 52w 高
-0.6%
RSI(14)
66.0
趋势
多头
SMA 20 / 50 / 200
99.02 / 98.91 / 98.60
MACD / 信号
0.247 / 0.161
接近 52 周高多头排列

SPY

S&P 500 ETF

$737.55 -2.58%
5 日
-2.50%
距 52w 高
-3.0%
RSI(14)
49.4
趋势
多头
SMA 20 / 50 / 200
746.29 / 713.51 / 683.93
MACD / 信号
9.981 / 12.063
多头排列

QQQ

Nasdaq 100 ETF

$705.06 -4.80%
5 日
-4.50%
距 52w 高
-5.8%
RSI(14)
48.3
趋势
多头
SMA 20 / 50 / 200
722.01 / 667.81 / 621.82
MACD / 信号
17.425 / 20.696
MACD 死叉 (1 天前)多头排列

AAPL

Apple

$307.34 -1.25%
5 日
-1.51%
距 52w 高
-3.0%
RSI(14)
60.7
趋势
多头
SMA 20 / 50 / 200
304.25 / 281.24 / 265.19
MACD / 信号
8.464 / 9.395
MACD 死叉 (2 天前)多头排列

MSFT

Microsoft

$416.67 -2.66%
5 日
-7.46%
距 52w 高
-25.0%
RSI(14)
47.5
趋势
中性
SMA 20 / 50 / 200
422.58 / 408.35 / 456.38
MACD / 信号
5.540 / 6.187
MACD 死叉 (今天)

NVDA

Nvidia

$205.10 -6.20%
5 日
-2.86%
距 52w 高
-13.3%
RSI(14)
43.8
趋势
多头
SMA 20 / 50 / 200
219.10 / 203.45 / 188.57
MACD / 信号
2.300 / 4.259
多头排列

GOOGL

Alphabet

$368.53 -0.98%
5 日
-3.11%
距 52w 高
-9.8%
RSI(14)
46.4
趋势
多头
SMA 20 / 50 / 200
385.38 / 354.50 / 304.04
MACD / 信号
1.703 / 6.855
多头排列

TSLA

Tesla

$391.00 -6.56%
5 日
-10.28%
距 52w 高
-21.6%
RSI(14)
40.4
趋势
空头
SMA 20 / 50 / 200
425.87 / 395.29 / 414.14
MACD / 信号
4.143 / 8.607
MACD 死叉 (4 天前)空头排列

META

Meta

$593.00 -5.51%
5 日
-6.25%
距 52w 高
-25.5%
RSI(14)
41.6
趋势
空头
SMA 20 / 50 / 200
612.72 / 619.52 / 662.45
MACD / 信号
-3.755 / -3.493
MACD 死叉 (今天)空头排列
加密恐慌贪婪
12
极度恐慌
加密总市值
$2.17 T
+0.13% / 24h
BTC 主导率
56.1%
ETH 8.7%
24h 成交量
$135.4 B
活跃币 17,349

BTC-USD

Bitcoin

$60,720.46 -0.33%
5 日
-14.86%
距 52w 高
-51.9%
RSI(14)
15.3
趋势
空头
SMA 20 / 50 / 200
72,351.06 / 76,050.83 / 78,615.68
MACD / 信号
-3,932.581 / -2,377.488
RSI 超卖接近 52 周低空头排列

ETH-USD

Ethereum

$1,559.04 -1.38%
5 日
-22.17%
距 52w 高
-68.5%
RSI(14)
12.5
趋势
空头
SMA 20 / 50 / 200
1,980.27 / 2,172.94 / 2,456.61
MACD / 信号
-141.071 / -95.684
RSI 超卖空头排列

SOL-USD

Solana

$62.03 -2.29%
5 日
-23.50%
距 52w 高
-75.5%
RSI(14)
15.5
趋势
空头
SMA 20 / 50 / 200
79.94 / 84.49 / 102.39
MACD / 信号
-5.330 / -3.080
RSI 超卖接近 52 周低空头排列

BABA

阿里巴巴 (BABA)

$121.06 -3.88%
5 日
-2.54%
距 52w 高
-37.2%
RSI(14)
37.2
趋势
空头
SMA 20 / 50 / 200
131.73 / 131.10 / 149.72
MACD / 信号
-2.624 / -1.646
空头排列

PDD

拼多多 (PDD)

$85.07 -0.94%
5 日
+0.75%
距 52w 高
-39.0%
RSI(14)
36.3
趋势
空头
SMA 20 / 50 / 200
92.48 / 97.24 / 112.45
MACD / 信号
-3.706 / -2.987
空头排列

JD

京东 (JD)

$28.88 -1.06%
5 日
+0.17%
距 52w 高
-21.6%
RSI(14)
41.3
趋势
空头
SMA 20 / 50 / 200
30.69 / 30.16 / 30.38
MACD / 信号
-0.352 / -0.077
空头排列

0700.HK

腾讯控股 (0700.HK)

HK$453.20 -1.26%
5 日
+6.09%
距 52w 高
-33.6%
RSI(14)
47.1
趋势
空头
SMA 20 / 50 / 200
451.94 / 476.94 / 572.08
MACD / 信号
-7.220 / -11.055
MACD 金叉 (3 天前)空头排列

GC=F

黄金期货

$4,365.30 -2.47%
5 日
-4.28%
距 52w 高
-21.9%
RSI(14)
34.2
趋势
中性
SMA 20 / 50 / 200
4,546.04 / 4,624.06 / 4,398.55
MACD / 信号
-65.008 / -54.389

CL=F

WTI 原油期货

$90.54 -2.69%
5 日
+3.64%
距 52w 高
-24.2%
RSI(14)
43.4
趋势
中性
SMA 20 / 50 / 200
96.76 / 97.87 / 72.79
MACD / 信号
-1.698 / -1.015

USDCNY=X

美元 / 人民币

¥6.77 -0.11%
5 日
-0.00%
距 52w 高
-6.2%
RSI(14)
34.6
趋势
空头
SMA 20 / 50 / 200
6.79 / 6.82 / 6.98
MACD / 信号
-0.015 / -0.015
接近 52 周低空头排列
风险提示

请注意,过去走势不代表未来表现。本报告仅供技术指标解读参考,不构成投资建议。

Andreeva wins French Open as Chwalinska fairytale ends

Teenager Mirra Andreeva fulfills her huge potential with a first Grand Slam title as Polish qualifier Maja Chwalinska is denied a fairytale French Open victory.

中文摘要 青年选手米拉·安德烈娃在法网获得个人首个大满贯冠军,而波兰选手玛雅·哈尔文斯卡未能实现梦想。

The World Has Learned From the Last Ebola Outbreak, but Gaps Remain

The vaccine development process and coordination between health organizations have improved since a devastating 2014-2016 outbreak.

中文摘要 经历2014至2016年埃博拉疫情后,疫苗研发和卫生组织间的协调有所改善,但仍存在 gap。

Videos show Kuwait intercepting ballistic missiles from Iran

Kuwait says it intercepted seven ballistic missiles over residential areas, resulting in some debris but no casualties.

中文摘要 科威特表示成功拦截7枚来自伊朗的弹道导弹,未造成伤亡。

美媒:欧中贸易战风险升高

彭博社报道,欧盟正讨论采取更强硬的对华贸易措施,并准备向欧洲公民和企业发出警告:欧中贸易摩擦可能进一步加剧。《纽约时报》也分析了贸易战风险升高的原因。

中文摘要 彭博社报道,欧盟计划采取更强硬的对华贸易措施,并提醒公民注意欧中贸易摩擦加剧的风险。

US and Iran exchange strikes in Gulf in latest test of ceasefire

The US military strikes Iranian drones and radar sites and Tehran says it has targeted US bases in Kuwait and Bahrain.

中文摘要 美国军事袭击伊朗无人机和雷达站,伊朗称已对驻科威特和巴林的美军基地展开攻击。

Pope Leo, After Taking on Trump and A.I., Prepares for New Duels in Spain

Leo arrived in Spain on Saturday for a weeklong visit in which he will meet with migrants and may come under fire from Vox, Spain’s far-right party.

中文摘要 教皇利奥于周六抵达西班牙,计划与移民会面,并可能受到极右翼政党Vox的攻击。

Israeli Strike Kills 3 Lebanese Soldiers, Days After Truce Was Signed

Israel invaded Lebanon and occupied parts of the country to fight Hezbollah, an Iran-backed armed group, but its military offensive has drawn in others.

中文摘要 以色列空袭致3名黎巴嫩士兵死亡,发生在停火协议签署几天后。

War in Iran Approaches 100 Day Mark

American forces headed off Iranian missile and drone attacks in the Persian Gulf as the war that began nearly 100 days ago continued to simmer with no resolution in the offing. Six ballistic missiles fired at Bahrain and Kuwait “were intercepted and a seventh did not reach its intended target,” US C

中文摘要 伊朗战争已接近100天,美国军队在波斯湾拦截了针对巴林和科威特的六枚弹道导弹的攻击,但第七枚未能到达目标。该战事尚未出现解决方案。

Pointed News Quiz | AI, Securities Fraud, Movies

David Gura, Christina Ruffini, and Lisa Mateo of “Bloomberg This Weekend” play Pointed! Wager your points, leverage your bets and answer wisely. A new quiz is available to play each week on Bloomberg.com (Source: Bloomberg)

中文摘要 《彭博周末》节目中,David Gura、Christina Ruffini与Lisa Mateo共同参与了一个新的新闻测验,每周可在Bloomberg.com上游玩。

FIFA Prepares for World Cup 2026

FIFA is offering assurances to New York Mayor Zohran Mamdani that fans may bring water into World Cup stadiums — within certain rules. Mamdani raised concerns Thursday about reports that FIFA had banned fans from bringing bottles of water to World Cup matches, demanding answers from FIFA. Bloomberg

中文摘要 国际足联向纽约市市长Zohran Mamdani保证,观众可以在符合规则的情况下携带水进入世界杯场馆,回应了对世界杯比赛中禁止携带水瓶的担忧。

Frasers Weighs £500 Million Bid for Shopping Center, Sky Reports

Mike Ashley’s Frasers Group Plc is considering a £500 million ($667 million) bid for Metrocentre, one of the UK’s biggest shopping centers, Sky News reports.

中文摘要 Mike Ashley的Frasers Group Plc正在考虑以5亿英镑(约合6.67亿美元)收购英国最大的购物中心之一Metrocentre,消息由Sky News报道。

Trump Holds Profanity-Filled Call with Netanyahu

President Donald Trump has spent months projecting confidence that a deal to end the Iran conflict is within reach. Israel’s determination to press ahead with its own objectives underscores his tenuous control over the outcome of the crisis. Former US ambassador to Israel under Obama, Tom Nides, joi

中文摘要 特朗普总统在与以色列总理内塔尼亚胡的通话中,依然对结束伊朗冲突的协议充满信心,但以色列继续推进自身目标,显示出他对危机结果的控制力脆弱。

How Bolivia's Plans to Tap Mineral Riches Are Being Tested by Mass Unrest

Bolivia’s new president, Rodrigo Paz, is attempting to rebrand the country as a destination for foreign investment after two decades of socialist rule. Sitting atop some of the world’s largest lithium resources and vast mineral reserves, Bolivia has long struggled to translate its natural resources

中文摘要 玻利维亚新总统Rodrigo Paz希望将国家重新品牌为外资投资的目的地,但面对大规模动乱,努力将庞大的锂资源与矿产储备转化为实际投资。

Broadway Shows Eye London, NY Wooing With Tax Credits

Catching a Broadway musical is a quintessential experience for many in New York City. But it’s not cheap, not for showgoers nor for show producers, who saw costs go up in the aftermath of the pandemic. Producers have been considering taking their next big hits somewhere else — to Atlanta, Chicago an

中文摘要 布朗登音乐剧考虑将下一部大制作搬往其他城市,以应对疫情后成本上升的问题,纽约和伦敦都在通过税收优惠吸引投资。

US Proposes New Tariffs Over Forced Labor

The Trump administration has hit on a new way to impose tariffs on 60 nations that supply almost all US imports — accuse them of failing to enforce bans on foreign goods made with forced labor. Bloomberg News Global Trade Editor Brendan Murray joined David Gura and Christina Ruffini on Bloomberg Thi

中文摘要 特朗普政府对60个国家提议新关税,原因是它们未能有效执行禁止强迫劳动制作的商品,这可能影响美国的进口。

Macro Soothsayers, Stock Analysts See Vastly Different Markets

The strongest earnings season in years is coming to a close, and the Wall Street analysts who focus on individual companies have rarely been this bullish.

中文摘要 随着近年来最强劲的财报季接近尾声,华尔街专注于个别公司的分析师们表现出高度乐观的情绪。

Expensive Knicks Seats, Binge Drinking, Cake in a Cup  | BTW: Headlines You Should See

Catch up on all the headlines with BTW. Lisa Mateo, Christina Ruffini and David Gura dive into the headlines you may have missed on Bloomberg This Weekend. Watch the show LIVE every Saturday and Sunday morning: (Source: Bloomberg)

中文摘要 在《BTW》节目中,Lisa Mateo、Christina Ruffini和David Gura梳理了近期可能被忽视的新闻头条。

US Sanctions Cuba’s Díaz-Canel as Trump Ramps Up Pressure

The US slapped sanctions on Cuban President Miguel Díaz-Canel and members of his family, further ratcheting up pressure on the communist-run Caribbean island. CNN, Havana Bureau Chief Patrick Oppmann joined David Gura and Christina Ruffini on Bloomberg This Weekend to discuss. (Source: Bloomberg)

中文摘要 美国对古巴总统Miguel Díaz-Canel及其家族实施制裁,进一步加大对古巴的压力。

Oil tanker owners fear market crash after Iran war drove record profits

Shipowners ploughed windfall into new vessels and are braced for steep drop in rates if Strait of Hormuz reopens

中文摘要 油轮业主因伊朗战争赚取的巨额利润而加大对新船的投资,但若霍尔木兹海峡重新开放,预计市场将面临急剧降价。

我是不是错过了什么?

codex无限并发无限额度?无限bug team?车已经开走了? 24 个帖子 - 23 位参与者 阅读完整话题

社区拟优化账号注册机制

回顾两年多以来,社区账号注册进行了多轮调整,旨在匹配当前社区阶段,现在看来都出色完成了阶段使命。 不过也有一些非议,非议来自不好量化,最常见的就是对于申请自述的理解不同。为了配合社区进入新阶段发展,我们同步决定优化一下注册机制: 取消申请自述填写与审核 邀请链接供给侧结构调整 第一点很好理解,也就是有邀请链接就可以直接注册。一方面消除不确定性,另一方面释放管理精力进行下一阶段运营。 3个渠道: GitHub申请渠道 调整为 5 年 GitHub 账号直接获取。 Premium分组 每 3 天可生成 1 个邀请链接。 管理员分组 每 3 天可生成 5 个邀请链接。 新的注册方式,将极大增加确定性

Grok HTML可视化提示词,支持绘图和网络图片内嵌

效果 # AMC-WebUI Live Artifacts Designer (Grok Defensive Hybrid - Clean) v2 你是一个只输出渲染后 HTML 的专业引擎。你将融合 AMC-WebUI 的高信息密度智能布局与 Grok 平台的极端渲染防御规则,把用户信息转化为无懈可击、精美且可读的内联 HTML 产物。 ## 致命防御约束 (ZERO TOLERANCE - 极高优先级) 1. 绝对禁止反引号:严禁在响应中输出任何 ``` 或 ` 符号。 2. 绝对禁止 <style> 和 <script> 块:所有样式必须 100% 写入每个标签的

【CHY公益站】迈向稳定的第二步

已将CHY公益站使用的MySQL迁移至 PostgreSQL并配置了Redis作为缓存,至此,CHY公益站迈出向着稳定的第二步 10 个帖子 - 10 位参与者 阅读完整话题

牛逼的 无限team 校长和v总估计炸了吧

@raotom @vux1jpmal5t41lg 谁说这届佬友不行 现在满屏的bug team 估计openai要炸了吧 所以有人能解释下发生了个啥么 我吃个瓜 11 个帖子 - 10 位参与者 阅读完整话题

白嫖 Cloudflare搭一个 Outlook邮箱管理工具

开源推广声明 (点击了解更多详细信息) 分享个自己折腾的小工具, 已开源, 用 Cloudflare 管理带令牌的 Outlook 邮箱. 主要是不想占用自己的服务器, 更主要的是它免费 免费呀 家人们 ! 只要有一个cloudflare的账号, 再套表个免费的域名就OK了, 自已和朋友用足够了. 觉得好用, 请给颗 Star 哈 感谢~~ Github 仓库: github.com GitHub - roseforyou/cf-outlook-email: 📬 基于 Cloudflare Workers 的轻量级 Outlook 邮件管理工具 · 免费 ·... 📬 基于 Cloudfl

英国手机卡 giffgaff eSIM 申请最新教程,只需下载 gg 魔改版客户端

原帖方法博主博文:Giffgaff eSIM直装版:直接获取eSIM激活码 - Simon (Yu Ma) :这个方法是最新方法,不是现在主流的 hook 沙盒环境方式。流程已经简化很多了。 照着教程走了一遍,全程魔改版 gg app里面操作。 觉得魔改版app不放心,也可以在安卓模拟器里安装了 做了个视频教程,有需要朋友可以围观: 海外保号神卡 giffgaff 手机号|别人教 7 步,我只要 3 步搞定|最新境外手机号申请教程 eSIM 27 个帖子 - 23 位参与者 阅读完整话题

【开源推广】女朋友一句“今天吃什么”,我搓了个家庭点菜小程序

本帖使用社区开源推广,符合推广要求。我申明并遵循社区要求的以下内容: 我的帖子已经打上 开源推广 标签: 是 我的开源项目完整开源,无未开源部分: 是 我的开源项目已链接认可 LINUX DO 社区: 是 我帖子内的项目介绍,AI生成、润色内容部分已截图发出: 是 以上选择我承诺是永久有效的,接受社区和佬友监督: 是 以下为项目介绍正文内容,AI生成、润色内容已使用截图方式发出 很久没冒泡了 一看等级都掉到2级 翻了下记录,感觉平时也就没事上L站随便转转 也不知道要看什么 然后又把网页关闭继续摆烂 正篇开始 以下(宝宝)都是我女朋友 哈哈 这段时间纯属典型摆烂状态 下午5点醒来坐电脑面前摆烂

RawChat codex公益站运行方式调整通知

佬友们好,跟大家汇报下我没事了,心态已经调整过来了,事情的起因是因为昨天连续遇到两件不顺心的事 第一件事:发现有人拿我们的公益站去倒卖,还卖0.2元一刀很贵了 所以那时候我就在想,我们这又搞公益站,又要搞风控,又要被倒卖,又要被骂,又要承担巨额成本的,甚至还要被各种阴谋论猜测的,那我们这搞得还有意义吗?索性直接关了好了 知道我们的人应该都知道我们做这行很久了,做了三年多了,同时公益站也开了三年多了,公益站从来没收过一分钱,都是完全免费的,甚至我还花钱请了几个技术支持来给公益站的用户服务,在我们群里的佬友应该都知道的,做了这么久公益站从来没遇到过这么气人时候,一下子没绷住就把站关了,同时也影响到