每日简报

2026-07-03

← 历史归档

usestrix/strix

Python · ★ 34,001 · 🍴 3,500 · 📈 2,804 stars today

Open-source AI penetration testing tool to find and fix your app’s vulnerabilities.

中文介绍 开源AI渗透测试工具,自动发现并修复应用漏洞。利用AI分析攻击面,生成测试用例,帮助安全团队在开发阶段快速识别和修补安全问题。

openai/codex-plugin-cc

JavaScript · ★ 23,018 · 🍴 1,395 · 📈 629 stars today

Use Codex from Claude Code to review code or delegate tasks.

中文介绍 为Claude Code集成OpenAI Codex能力的插件,允许在终端内直接调用Codex进行代码审查、任务委派等,提升AI编码助手的功能广度。

JuliusBrussee/caveman

JavaScript · ★ 82,600 · 🍴 4,606 · 📈 2,851 stars today

🪨 why use many token when few token do trick — Claude Code skill that cuts 65% of tokens by talking like caveman

中文介绍 Claude Code技能,通过模仿原始人简短对话风格,减少约65%的token消耗,降低API调用成本,适合需要大量交互且对效率敏感的场景。

elastic/elasticsearch

Java · ★ 77,271 · 🍴 25,921 · 📈 77 stars today

Free and Open Source, Distributed, RESTful Search Engine

中文介绍 开源的分布式RESTful搜索引擎,基于Lucene构建,支持全文搜索、结构化检索、日志分析等,广泛用于应用搜索、监控和数据分析场景。

actions/checkout

TypeScript · ★ 8,234 · 🍴 2,533 · 📈 129 stars today

Action for checking out a repo

中文介绍 GitHub官方Actions,用于将仓库代码检出到工作目录,是构建CI/CD流水线的基础步骤,几乎所有工作流都会用到。

ChromeDevTools/chrome-devtools-mcp

TypeScript · ★ 45,395 · 🍴 2,949 · 📈 404 stars today

Chrome DevTools for coding agents

中文介绍 为AI编码代理提供Chrome DevTools接口的MCP服务,使代理能直接操作浏览器调试面板,实现页面分析、DOM操作、网络监控等自动化任务。

ansible/ansible

Python · ★ 69,131 · 🍴 24,103 · 📈 50 stars today

Ansible is a radically simple IT automation platform that makes your applications and systems easier to deploy and maintain. Automate everything from code deployment to network configuration to cloud management, in a language that approaches plain English, using SSH, with no agents to install on rem

中文介绍 极致简单的IT自动化平台,使用SSH协议和YAML剧本,无需代理即可管理服务器、网络设备、云资源,广泛应用于配置管理和持续交付。

facebook/astryx

TypeScript · ★ 4,302 · 🍴 249 · 📈 943 stars today

An open source design system that's fully customizable and agent ready

中文介绍 Facebook开源的可定制设计系统,提供组件库和样式规范,同时针对AI代理场景优化,支持通过自然语言接口集成,加速前端和Agent开发。

rommapp/romm

Python · ★ 9,656 · 🍴 467 · 📈 236 stars today

A beautiful, powerful, self-hosted rom manager and player.

中文介绍 功能强大的自托管ROM管理器与模拟器播放器,支持多平台游戏库管理、元数据刮削、在线游玩,适合复古游戏爱好者搭建私有游戏平台。

harvard-edge/cs249r_book

Python · ★ 26,022 · 🍴 3,111 · 📈 792 stars today

Machine Learning Systems

中文介绍 哈佛大学CS249r课程配套教材《机器学习系统》,系统讲解ML系统设计、训练推理优化、分布式部署等工程实践,适合学生和AI工程师学习。

pytorch/pytorch

Python · ★ 101,381 · 🍴 28,243 · 📈 290 stars today

Tensors and Dynamic neural networks in Python with strong GPU acceleration

中文介绍 Python原生深度学习框架,提供动态计算图和GPU加速张量运算,支持自动微分、分布式训练,是研究和生产中最流行的AI框架之一。

apache/maven

Java · ★ 5,206 · 🍴 2,900 · 📈 53 stars today

Apache Maven core

中文介绍 Apache Maven核心,Java项目构建和依赖管理工具,基于POM文件和声明式配置,实现编译、测试、打包、部署等全生命周期的自动化。

safishamsi/graphify

Python · ★ 76,779 · 🍴 7,614 · 📈 937 stars today

AI coding assistant skill (Claude Code, Codex, OpenCode, Cursor, Gemini CLI, and more). Turn any folder of code, SQL schemas, R scripts, shell scripts, docs, papers, images, or videos into a queryable knowledge graph. App code + database schema + infrastructure in one graph.

中文介绍 AI编码助手技能,将任意文件夹(代码、SQL、文档、图片等)转化为可查询的知识图谱,支持Claude Code、Cursor、Gemini CLI等工具,提升对代码库的理解效率。

anthropics/claude-code

Python · ★ 135,712 · 🍴 21,848 · 📈 245 stars today

Claude Code is an agentic coding tool that lives in your terminal, understands your codebase, and helps you code faster by executing routine tasks, explaining complex code, and handling git workflows - all through natural language commands.

中文介绍 Anthopic推出的代理式编码工具,运行在终端,能理解整个代码库并执行日常任务、解释复杂逻辑、管理Git工作流,显著提升开发效率。

ogulcancelik/herdr

Rust · ★ 10,536 · 🍴 625 · 📈 513 stars today

agent multiplexer that lives in your terminal.

中文介绍 终端中的AI代理多路复用器,可同时管理多个代理(如Claude、Codex等),统一消息路由、上下文共享,适合需要协作或平行使用多个代理的场景。

obra/superpowers

Shell · ★ 245,293 · 🍴 21,732 · 📈 1,205 stars today

An agentic skills framework & software development methodology that works.

中文介绍 一套代理技能框架和软件开发方法论,提供标准化接口和模式,帮助构建模块化、可复用的AI代理,并指导团队高效集成到既有工作流中。

agentskills/agentskills

Python · ★ 21,888 · 🍴 1,387 · 📈 405 stars today

Specification and documentation for Agent Skills

中文介绍 Agent Skills的规范与文档仓库,定义代理技能的统一接口、元数据、运行时约束,促进跨平台代理技能的互操作性和生态发展。

supabase/supabase

TypeScript · ★ 105,324 · 🍴 12,959 · 📈 145 stars today

The Postgres development platform. Supabase gives you a dedicated Postgres database to build your web, mobile, and AI applications.

中文介绍 基于Postgres的开源开发平台,提供数据库、认证、存储、实时订阅等能力,作为Firebase的替代品,特别适合全栈和AI应用快速原型。

TencentCloud/CubeSandbox

Rust · ★ 7,092 · 🍴 589 · 📈 86 stars today

Instant, Concurrent, Secure & Lightweight Sandbox for AI Agents.

中文介绍 腾讯云开源的AI代理沙箱,支持即时创建、并发执行、安全隔离的轻量级运行环境,适合需要安全执行第三方代码或多代理协同的场景。

msitarzewski/agency-agents

Shell · ★ 126,286 · 🍴 20,501 · 📈 1,202 stars today

A complete AI agency at your fingertips - From frontend wizards to Reddit community ninjas, from whimsy injectors to reality checkers. Each agent is a specialized expert with personality, processes, and proven deliverables.

中文介绍 一站式AI代理集合,涵盖前端开发、社区运营、创意生成、事实核查等领域的专业化代理,每个代理具有独立人格和工作流程,可直接启用。

EvoPolicyGym: Evaluating Autonomous Policy Evolution in Interactive Environments

👍 39

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

中文介绍 提出 Autonomous Policy Evolution 可控评估框架,用于衡量智能体在交互环境中通过反馈改进可执行策略的能力,避免将过程压缩为单一分数或与软件工程进展混为一谈。

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

👍 38

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

中文介绍 提出 AgenticSTS 有界内存测试床,用于评估长程 LLM 智能体的记忆设计。指出简单拼接所有上下文导致混乱,并为未来记忆契约研究提供基准。

PerceptionRubrics: Calibrating Multimodal Evaluation to Human Perception

👍 36

We introduce PerceptionRubrics, a rubric-based evaluation framework that addresses the gap between saturated benchmark scores and real-world brittleness. Shifting evaluation from holistic semantic matching to rigorous atomic auditing, PerceptionRubrics pairs 1,038 information-dense images with over

中文介绍 提出 PerceptionRubrics 量规评估框架,将多模态评估从整体语义匹配转向原子化审计,配以 1,038 张信息密集图像和超过 10,000 个细粒度问题,校准模型表现与人类感知。

Morphing into Hybrid Attention Models

👍 29

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

中文介绍 提出 Morphing 方法,自动选择 Transformer 中哪些层保留全注意力、哪些替换为线性注意力,以优化长上下文效率。相比随机或固定选择策略显著提升性能。

TurboServe: Serving Streaming Video Generation Efficiently and Economically

👍 27

Streaming video generation is emerging as a new serving workload in which users interact with long-lived sessions that generate video progressively, chunk by chunk. Unlike offline video generation or typical LLM serving, streaming video generation must preserve session state across active and idle p

中文介绍 提出 TurboServe 系统,高效服务流式视频生成,通过保存跨空闲和活跃期的会话状态,减少计算冗余,显著降低成本并保持低延迟。

Multimodal Continuous Reasoning via Asymmetric Mutual Variational Learning

👍 22

Multimodal Large Language Models (MLLMs) are often constrained by a language-space bottleneck, forcing complex visual reasoning into discrete tokens which can lose perceptual nuance. A promising alternative is continuous latent reasoning, where the goal is to discover implicit reasoning pathways tha

中文介绍 提出非对称互变分学习框架,实现多模态连续潜在推理。通过非对称编码器-解码器结构,在潜在空间中联合建模视觉和语言,避免离散 token 损失,提升细粒度推理能力。

ELDR: Expert-Locality-Aware Decode Routing for PD-Disaggregated MoE Serving

👍 22

In prefill-decode (PD) disaggregated LLM serving, each request is assigned to a decode worker after prefill. Existing decode routers balance only load; for mixture-of-experts (MoE) models this is incomplete: equally loaded workers can differ in latency, since each decode step loads the weights of ev

中文介绍 提出 ELDR 专家局部感知路由算法,用于预填充-解码分离的 MoE 服务。在路由时考虑专家权重的局部性,减少跨 worker 的专家加载开销,相比纯负载均衡降低解码延迟。

Seed2.0 Model Card: Towards Intelligence Frontier for Real-World Complexity

👍 22

We present Seed2.0, a model series that takes a meaningful step toward solving complex, real-world tasks. Our approach begins with identifying users' genuine needs and constructing a reliable, forward-looking evaluation system by selecting and abstracting benchmarks grounded in these needs and in re

中文介绍 介绍 Seed2.0 模型系列,针对复杂真实世界任务设计,构建基于用户需求的评估体系,在推理、工具使用和多模态能力上达到前沿水平。

MemSyco-Bench: Benchmarking Sycophancy in Agent Memory

👍 21

Memory has emerged as a cornerstone of modern LLM-based agents, supporting their evolution from single-turn assistants to long-term collaborators. However, memory is not always beneficial: retrieved memories often induce a critical issue of sycophancy, causing agents to over-align with the user at t

中文介绍 提出 MemSyco-Bench 基准,系统评估 LLM 智能体在记忆影响下的谄媚行为。设计多种记忆场景和评估指标,揭示记忆加剧过度迎合用户的倾向。

AgenticDataBench: A Comprehensive Benchmark for Data Agents

👍 19

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

中文介绍 提出 AgenticDataBench 全面基准,评估 LLM 数据智能体在数据科学任务上的能力,覆盖数据探索、清洗、分析和可视化,提供标准化评估。

ASPIRE: Agentic /Skills Discovery for Robotics

👍 16

Traditional robot programming is challenging: it requires orchestrating multimodal perception, managing physical contact dynamics, and handling diverse configurations and execution failures. We introduce ASPIRE (Agentic Skill Programming through Iterative Robot Exploration), a continual learning sys

中文介绍 提出 ASPIRE 自主技能探索系统,使机器人通过持续探索自主发现和复用操作技能,减少手工编程,在多种任务上提升泛化能力。

WorldDirector: Building Controllable World Simulators with Persistent Dynamic Memory

👍 15

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

中文介绍 提出 WorldDirector 可控视频世界模型框架,引入持久动态对象记忆,解耦物理模拟与像素渲染,支持自由视角探索和对象状态持久化,提升交互一致性。

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

👍 13

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

中文介绍 提出 Step-Aware RL 方法,对医疗多模态推理的每个步骤进行细粒度奖励和优化,打破错误级联。在临床影像问答上显著优于仅关注最终答案的强化学习。

AutoTrainess: Teaching Language Models to Improve Language Models Autonomously

👍 13

Training language models (LMs) remains a highly human-intensive process, even as frontier language model agents become increasingly capable at software engineering and other long-horizon tasks. A central challenge is that autonomous post-training is not just a coding problem: it requires the agent t

中文介绍 提出 AutoTrainess 框架,让语言模型自主管理后训练流程,包括数据生成、超参数调优和验证,大幅减少人工干预,实现自我改进循环。

Perceive-to-Reason: Decoupling Perception and Reasoning for Fine-Grained Visual Reasoning

👍 12

Fine-grained visual reasoning remains challenging for vision-language models, especially when small but critical visual cues are buried in high-resolution images. Existing approaches rely on repeated cropping or test-time visual search to introduce local evidence, but they typically do not explicitl

中文介绍 提出 Perceive-to-Reason 方法,先通过感知模块定位关键视觉区域,再单独进行推理,解耦感知与推理过程,提升细粒度视觉推理准确性。

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

👍 11

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

中文介绍 提出 SkillCoach 自我演化量规,用于评估和提升 LLM 智能体对技能的正确选择与使用。通过细粒度反馈自动修正技能调用,超越最终结果验证。

Logit-Contribution Scoring Identifies Non-Literal Retrieval Heads

👍 9

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

中文介绍 提出 Logit-Contribution 评分方法,识别 LLM 中执行非字面检索(语义合成)的注意力头,为长上下文解释提供新工具,揭示此前检测器遗漏的机制。

The State-Prediction Separation Hypothesis

👍 8

Transformers use the same forward computation stream to both predict the next token and store useful state for future token predictions. We formulate the state-prediction separation hypothesis: disentangling the two roles yields better language modeling performance. We design a Transformer variant t

中文介绍 提出状态-预测分离假设:将 Transformer 的下一词预测与隐状态存储功能解耦。设计分离架构变体,在语言建模上取得更好性能,验证了该假设。

InstanceControl: Controllable Complex Image Generation without Instance Labeling

👍 7

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

中文介绍 提出 InstanceControl 方法,无需实例级标注即可实现复杂多实例图像的可控生成。通过解耦实例级条件,缓解属性混淆问题,在多个多实例场景中提升一致性。

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

👍 7

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

中文介绍 提出 DiscoBench 基准,评估搜索智能体主动提出澄清问题的能力。包含需要澄清的查询集合,衡量何时提问能提升搜索效率和最终答案质量。

PorTAL: Portable Task Adapters for LLMs

@RampLabs · 13.4K 粉丝 · 335.4K 阅 · 507 赞 · 45 转

Researcher: Ben Geist Abstract Parameter-efficient fine-tuning (e.g. LoRA) adapts a frozen LLM to a task, but the resulting adapter is locked to one base model. When a new model is released, the

中文介绍 介绍PorTAL方法,解决LoRA微调适配器只能绑定单一基座模型的问题。通过可迁移任务适配器,允许适配器在不同LLM间复用,提升参数高效微调的灵活性。

How To Master Fable (Fundamentals Guide)

@milesdeutscher · 671.1K 粉丝 · 243.8K 阅 · 500 赞 · 73 转

TL;DR: Everything you need to do to get maximum value from Fable. I guarantee that after you're done reading, you'll have all the necessary tools to quite literally 10x your AI productivity with

中文介绍 分享Fable工具的全面使用指南,从基础到进阶,帮助用户最大化AI生产力。涵盖核心功能、操作技巧,目标是让AI工作效率提升10倍。

Career advice in the age of AI

@philhchen · 9.1K 粉丝 · 179.1K 阅 · 516 赞 · 34 转

AI models get better at anything you can write a loss function for, and school is mostly loss functions: well-defined problems graded against known answers. Therefore, the valuable work of the next

中文介绍 AI时代职业建议:学校训练的多为可量化的“损失函数”问题,而未来有价值的工作是那些无法用损失函数定义的创造性、模糊性任务。

Toward Unrestricted Intelligence: Venice Series A

@ErikVoorhees · 908.5K 粉丝 · 124.8K 阅 · 529 赞 · 103 转

“If others possess your thoughts and constrain your words, then you exist at their permission, and you are not free.” —Anonymous Venice launched just over two years ago to create a private and

中文介绍 Venice项目宣布A轮融资,致力于打造私密、不受限制的AI平台。强调思想自由和语言自由,为用户提供无审查的AI对话环境。

46 thoughts on the near future

@bayeslord · 41.6K 粉丝 · 86.2K 阅 · 511 赞 · 43 转

This list is based on a thread I posted on June 4th. A few edits and additions here and there. Several people asked me to make the thread easier to read, so here it is. Intelligence I think people are

中文介绍 整理46条关于AI与近未来的深度思考,涵盖智能发展、社会变革等议题。源自作者之前推文,经编辑后形成更易读的列表。

THE MOST VALUABLE THING YOU CAN DO WITH FABLE 5 IN THE NEXT 24 HOURS

@AlexFinn · 459.5K 粉丝 · 72.5K 阅 · 565 赞 · 34 转

If the first thing you did with Fable 5 was vibe code, you're using it wrong. Fable 5 isn't a vibe coding tool. It's an operating systems tool. Let me explain. Fable 5 is the first model I've ever

中文介绍 Fable 5的首要用途不是vibe coding,而是作为操作系统工具。建议用户将模型用于更深层的系统级工作,而非简单开发。

What I learned helping set up 200 company brains

@jacob_posel · 28.7K 粉丝 · 54.5K 阅 · 501 赞 · 30 转

I have been directly or indirectly involved in helping set up over 200 company brains and context layers. Here are the three most important lessons. 1. The Biggest Predictor Of Success Is An Internal

中文介绍 总结为200家公司搭建知识库/上下文层的经验。三大教训:内部上下文层是成功最大预测因素,另两个关键教训涉及组织协作。

What Are Agents Paying For?

@base · 1.4M 粉丝 · 51.0K 阅 · 501 赞 · 112 转

Written by: @Must_be_Ash You've heard the slogans: "the agentic economy is here" and "agents are becoming the internet's newest paying customers." They sound big, but they skip the obvious question:

中文介绍 分析AI Agent经济中实际支付的对象。指出常见口号忽略的关键问题,探讨Agent在工具、API、计算等方面的消费模式。

Fable is back, here's how I use it in Cursor

@ericzakariasson · 76.4K 粉丝 · 37.9K 阅 · 567 赞 · 24 转

Fable is back in Cursor, and here's a pattern I've been exploring and some other ways I've been getting the most out of the model. Fable as orchestrator, Composer as workers It's easy to put

中文介绍 展示Fable模型在Cursor编辑器中的使用模式:将Fable作为编排器,Composer作为工作线程。利用两者协作提升开发效率。

Your One-Page PyTorch Training Pipeline Cheat Sheet.

@0xkozue · 690 粉丝 · 24.9K 阅 · 501 赞 · 46 转

The entire engine of Deep Learning works by making tiny, continuous adjustments to a model's weights. This is my PyTorch training pipeline cheat sheet. If you spot any mistakes or have suggestions for

中文介绍 提供一页PyTorch训练流程速查表,涵盖权重调整、前向传播、损失计算等核心步骤。适合深度学习开发者快速参考。

Building Infra for the Agent-Native Internet: June Recap, July Vision

@OptimaiNetwork · 99.8K 粉丝 · 7.8K 阅 · 540 赞 · 351 转

The AI industry is entering a new phase. The conversation is no longer centered on models alone. Increasingly, it is about infrastructure: how intelligent systems access knowledge, coordinate with one

中文介绍 讨论AI行业从模型转向基础设施的趋势。回顾六月进展,展望七月愿景,重点聚焦智能系统如何访问知识、协调协作。

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

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

中文介绍 AI工程师世界博览会以关于循环的辩论、AI工程现状报告和关于下一步构建内容的主题演讲结束。

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

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

中文介绍 Vercel 软件主管 Andrew Qu 解释其智能体框架 eve 的创建过程,以及技能、沙箱和智能体可读网站为何重要。

The website of the future may assemble itself for every visitor

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

中文介绍 Adobe 正在实验“智能体网站”,可为每个用户意图生成页面。Carlos Sanchez 在 AIEWF 上讨论网络未来。

Achieving operational excellence with AI

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

中文介绍 Lean Six Sigma 和业务流程管理(BPM)等框架曾为混乱运营带来秩序,AI 正推动运营卓越。

Skill engineering and the case against one-shot AI design

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

中文介绍 Paul Bakaus 讨论 Impeccable 以及人类判断在“循环最大化”时代的重要性,指出智能体仍需人类引导。

Teaching AI to run with the turbines

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

中文介绍 AI 的最重要应用远非聊天机器人,而是在物理基础设施、运营连续性和安全领域,如涡轮机运维。

not much happened today

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

中文介绍 Fullstack Code Arena 扩展编码智能体评估至数据库、API、部署;LangChain 发布 LangSmith 和 OpenWiki。

Autoresearch: The feedback loop behind self-improving agents

Introspection co-founder Roland Gavrilescu explains autoresearch, agent “recipes,” self-improving loops, and why humans remain central to the software factory.

中文介绍 Introspection 联合创始人 Roland Gavrilescu 解释自动研究、智能体“配方”、自我改进循环,强调人类在软件工厂中的核心地位。

How Cursor deploys AI inside the enterprise

Cursor's Pauline Brunet explains how her team of Forward Deployed Engineers help organizations implement agents — essentially setting up software factories.

中文介绍 Cursor 的 Pauline Brunet 解释其现场部署工程师团队如何帮助企业实施智能体,建立软件工厂。

市场总览

当前技术面呈现明显分化。美股方面,SPY 维持多头排列(价格 744.78 高于 SMA20/50/200),RSI 53.5 中性,但 QQQ、NVDA 等科技股回落至关键均线下方,RSI 偏弱,整体美股偏谨慎。加密市场方面,恐慌贪婪指数仅 21(极度恐慌),总市值 2.23T,BTC 主导率 55.6%,ETH 占比 9.4%;技术面 BTC、ETH 均处于空头排列(价格低于 SMA50/200),但 ETH 短期反弹 10.14%,MACD 金叉,RSI 52.9 中性,下行压力减弱但趋势未转多。中概股普遍弱势:BABA RSI 23.8 超卖,空头排列;PDD 虽反弹 12.4% 但仍受制于 MA50,整体空头主导。商品外汇方面,黄金(GC=F)RSI 46.2,价格低于 SMA50/200,但 MACD 金叉,下行减缓;原油(CL=F)RSI 28.7 超卖,空头排列;美元指数(DX-Y.NYB)接近 52 周高点多头排列,美债收益率(^TNX)多头排列但 MACD 死叉。综合看,美股分化、加密超卖反弹、中概弱势、商品外汇偏弱,市场情绪整体偏谨慎。

今日关注

SPY S&P 500 ETF
偏上行

SPY 当前价格 744.78 高于 SMA20(741.08)、SMA50(737.43)、SMA200(692.29),呈现标准多头排列;RSI14 为 53.5,处于正常偏强区间;MACD 1.2969 虽略低于信号 1.6139,但差值很小,未形成死叉,且整体动能仍为正;距 52 周高点仅 -2.05%,趋势偏强。

BABA 阿里巴巴 (BABA)
偏下行

BABA 价格 96.14 远低于所有主要均线(SMA20 107.43、SMA50 122.9、SMA200 147.08),空头排列明确;RSI14 仅 23.8,进入超卖区;MACD -8.3141 低于信号 -7.8115,绿柱持续放大,空头动能增强;距 52 周高点跌幅达 50.1%,技术面处于弱势下跌通道。

ETH-USD Ethereum
中性

ETH 当前价格 1729.63 高于 SMA20(1671.7) 但低于 SMA50(1824.64) 和 SMA200(2273.87),短期均线上行但中长期趋势仍偏空;RSI14 52.9 接近中性;MACD -48.19 上穿信号 -68.26 形成金叉,但处于零轴下方;5 日涨幅 10.14% 显示反弹动能,但整体多空力量均势,方向不明。

全部资产

^VIX

VIX 恐慌指数

$15.81 -2.11%
5 日
-14.12%
距 52w 高
-55.2%
RSI(14)
43.3
趋势
空头
SMA 20 / 50 / 200
18.12 / 17.56 / 18.67
MACD / 信号
-0.362 / -0.114
MACD 死叉 (3 天前)空头排列

^TNX

10Y 美债收益率 (%)

$4.48 +2.12%
5 日
+0.76%
距 52w 高
-10.2%
RSI(14)
40.1
趋势
多头
SMA 20 / 50 / 200
4.47 / 4.44 / 4.22
MACD / 信号
-0.013 / 0.003
多头排列

DX-Y.NYB

美元指数 DXY

$100.85 -0.01%
5 日
-0.51%
距 52w 高
-0.9%
RSI(14)
57.8
趋势
多头
SMA 20 / 50 / 200
100.60 / 99.50 / 98.86
MACD / 信号
0.492 / 0.522
MACD 死叉 (今天)接近 52 周高多头排列

SPY

S&P 500 ETF

$744.78 -0.13%
5 日
+1.43%
距 52w 高
-2.1%
RSI(14)
53.5
趋势
多头
SMA 20 / 50 / 200
741.08 / 737.43 / 692.29
MACD / 信号
1.297 / 1.614
接近 52 周高多头排列

QQQ

Nasdaq 100 ETF

$712.60 -1.73%
5 日
-0.53%
距 52w 高
-4.8%
RSI(14)
48.1
趋势
多头
SMA 20 / 50 / 200
721.10 / 709.15 / 634.93
MACD / 信号
3.209 / 5.379
多头排列

AAPL

Apple

$308.63 +4.84%
5 日
+12.17%
距 52w 高
-2.8%
RSI(14)
60.3
趋势
多头
SMA 20 / 50 / 200
294.80 / 293.52 / 270.69
MACD / 信号
-0.686 / -0.947
MACD 金叉 (今天)接近 52 周高多头排列

MSFT

Microsoft

$390.49 +1.62%
5 日
+10.67%
距 52w 高
-29.7%
RSI(14)
49.8
趋势
空头
SMA 20 / 50 / 200
386.96 / 407.60 / 445.44
MACD / 信号
-9.885 / -10.967
MACD 金叉 (今天)空头排列

NVDA

Nvidia

$194.83 -1.39%
5 日
-0.46%
距 52w 高
-17.6%
RSI(14)
41.2
趋势
中性
SMA 20 / 50 / 200
203.48 / 209.80 / 191.03
MACD / 信号
-4.088 / -3.087

GOOGL

Alphabet

$359.91 -0.36%
5 日
+4.71%
距 52w 高
-11.9%
RSI(14)
49.5
趋势
中性
SMA 20 / 50 / 200
358.54 / 370.97 / 316.15
MACD / 信号
-4.336 / -4.836
MACD 金叉 (今天)

TSLA

Tesla

$393.45 -7.49%
5 日
+4.89%
距 52w 高
-21.1%
RSI(14)
46.8
趋势
空头
SMA 20 / 50 / 200
399.16 / 406.42 / 418.61
MACD / 信号
-1.635 / -3.286
MACD 金叉 (2 天前)空头排列

META

Meta

$582.90 -4.90%
5 日
+7.37%
距 52w 高
-26.8%
RSI(14)
49.6
趋势
空头
SMA 20 / 50 / 200
576.70 / 605.23 / 646.51
MACD / 信号
-8.464 / -12.145
MACD 金叉 (1 天前)空头排列
加密恐慌贪婪
21
极度恐慌
加密总市值
$2.23 T
+0.79% / 24h
BTC 主导率
55.6%
ETH 9.4%
24h 成交量
$69.1 B
活跃币 17,387

BTC-USD

Bitcoin

$61,867.95 +0.62%
5 日
+3.92%
距 52w 高
-51.0%
RSI(14)
45.3
趋势
空头
SMA 20 / 50 / 200
62,240.68 / 67,351.14 / 74,946.94
MACD / 信号
-1,829.866 / -2,173.271
MACD 金叉 (2 天前)空头排列

ETH-USD

Ethereum

$1,729.63 +1.85%
5 日
+10.14%
距 52w 高
-65.1%
RSI(14)
52.9
趋势
空头
SMA 20 / 50 / 200
1,671.70 / 1,824.64 / 2,273.87
MACD / 信号
-48.185 / -68.257
MACD 金叉 (4 天前)空头排列

SOL-USD

Solana

$81.13 +0.60%
5 日
+13.77%
距 52w 高
-68.0%
RSI(14)
64.3
趋势
中性
SMA 20 / 50 / 200
72.69 / 75.54 / 93.78
MACD / 信号
1.102 / -0.470

BABA

阿里巴巴 (BABA)

$96.14 -1.89%
5 日
+1.13%
距 52w 高
-50.1%
RSI(14)
23.8
趋势
空头
SMA 20 / 50 / 200
107.43 / 122.90 / 147.08
MACD / 信号
-8.314 / -7.812
RSI 超卖空头排列

PDD

拼多多 (PDD)

$82.39 -0.16%
5 日
+12.40%
距 52w 高
-40.9%
RSI(14)
49.4
趋势
空头
SMA 20 / 50 / 200
80.14 / 89.37 / 108.44
MACD / 信号
-3.022 / -3.913
MACD 金叉 (2 天前)空头排列

JD

京东 (JD)

$26.62 +1.18%
5 日
+5.68%
距 52w 高
-27.8%
RSI(14)
41.5
趋势
空头
SMA 20 / 50 / 200
27.29 / 29.25 / 29.94
MACD / 信号
-1.050 / -1.022
空头排列

0700.HK

腾讯控股 (0700.HK)

HK$431.20 +0.23%
5 日
+2.33%
距 52w 高
-36.9%
RSI(14)
45.2
趋势
空头
SMA 20 / 50 / 200
440.60 / 454.70 / 558.08
MACD / 信号
-9.183 / -9.097
空头排列

GC=F

黄金期货

$4,180.50 +1.65%
5 日
+2.50%
距 52w 高
-25.2%
RSI(14)
46.2
趋势
空头
SMA 20 / 50 / 200
4,170.32 / 4,418.62 / 4,458.74
MACD / 信号
-100.485 / -111.981
死叉(SMA50↓SMA200) (2 天前)MACD 金叉 (1 天前)空头排列

CL=F

WTI 原油期货

$68.70 +0.01%
5 日
-0.77%
距 52w 高
-42.5%
RSI(14)
28.7
趋势
中性
SMA 20 / 50 / 200
77.43 / 89.85 / 74.04
MACD / 信号
-6.414 / -6.088
RSI 超卖

USDCNY=X

美元 / 人民币

¥6.77 -0.37%
5 日
-0.31%
距 52w 高
-6.1%
RSI(14)
41.2
趋势
空头
SMA 20 / 50 / 200
6.78 / 6.79 / 6.94
MACD / 信号
0.000 / -0.002
接近 52 周低空头排列
风险提示

过去走势不代表未来表现,本报告仅基于公开数据计算的技术指标进行客观描述,不构成任何投资建议。读者应独立判断,充分了解风险。仅供技术指标解读参考。

New pipeline in Canada to proceed after C$150bn pledged to ease BC and First Nations concerns

Port expansion and protections for whales part of BC and Alberta plan to expand country’s presence overseas The governments of Canada and the province of Alberta will move forward on a major new oil pipeline after the pair announced a plan to ease concerns of British Columbia and First Nations on th

中文摘要 加拿大联邦和阿尔伯塔省政府宣布推进新输油管道项目,承诺投入1500亿加元以缓解不列颠哥伦比亚省和原住民对港口扩建及鲸鱼保护的担忧。

Rare Copy of the Declaration of Independence Is Discovered in London

A volunteer cataloging naval letters came across a copy of the document, printed 250 years ago in New Hampshire. “It was a thrilling find,” he said.

中文摘要 一名志愿者在整理海军信函时发现一份250年前在新罕布什尔州印刷的《独立宣言》罕见副本,称「这是一次激动人心的发现」。

Denmark Has a Big Fourth of July Party. This Year, the U.S. Is Uninvited.

Furious at President Trump over Greenland, Danish officials took the unprecedented step of pressuring organizers to cut American officials from the program.

中文摘要 因对美国特朗普总统关于格陵兰的言论不满,丹麦官员史无前例地施压组织者,将美国官员排除在今年的7月4日庆祝活动之外。

Cold feet and cooling prices: Australia’s property market is transforming – and first home buyers aren’t biting

Exclusive: Data shows buyers are not rushing to get into the market, despite lower prices and less competition Get our breaking news email, free app or daily news podcast First home buyers are starting to step back and investor demand is slumping in all areas except new property, as Australia’s hous

中文摘要 数据显示,尽管房价下跌、竞争减少,澳大利亚首次购房者并未急于入市,投资者需求除新房外均下滑,房地产市场正在转型。

Tibetan Man Dies After Self-Immolation Protest in New York

Lobga Rangzen, a 52-year-old resident of Queens, died after the self-immolation. He said Beijing’s policies were “destroying the Tibetan people.”

中文摘要 52岁的藏人男子洛巴让增在纽约皇后区自焚身亡。他生前称北京的政策「正在毁灭藏族人民」。

伊朗:对宗教领袖的悼念演变为权力展示

在伊朗,从周六起,为已故最高领袖哈梅内伊开启一场为期六天的悼念仪式,期间将伴随大量政治象征与权力信号,意在向整个地区释放影响力。

中文摘要 伊朗自周六起为已故最高领袖哈梅内伊举行为期六天的悼念仪式,伴随大量政治象征与权力信号,意在向地区释放影响力。

One Nation is campaigning directly to Christians. But will party policies rub against worshippers’ conscience?

Anti-abortion policies may have appeal, but with one in three Australian churchgoers born overseas, talk of a monoculture may put them off Get our breaking news email, free app or daily news podcast When One Nation recruit Barnaby Joyce addressed anti-abortion campaigners at a Sydney rally in early

中文摘要 单一民族党利用反堕胎政策争取基督徒选民,但该党鼓吹的单一文化可能令三分之一出生于海外的澳大利亚教堂信徒反感。

NSW government ‘absolutely thrilled’ to welcome OpenAI ... until someone mentioned the Terminator films

Emails sent between MP Anoulak Chanthivong’s staff take cautious approach to AI giant arriving in Sydney – despite the government’s encouragement Get our breaking news email, free app or daily news podcast The NSW technology minister’s office removed a reference to being “absolutely thrilled” about

中文摘要 新南威尔士州科技厅长办公室曾表达对OpenAI到来的「绝对兴奋」,但内部邮件显示,因提及《终结者》电影而采取谨慎态度。

Four Reasons Crimea Has Become Crucial in the Ukraine War

Escalating drone strikes, fuel shortages and power cuts in the region Russia annexed are among the factors turning up the heat on President Vladimir V. Putin.

中文摘要 无人机袭击升级、燃料短缺和电力中断等因素加剧了克里米亚地区对俄罗斯总统普京的压力,克里米亚成为乌克兰战争的关键战场。

CPP Invests $1.75 Billion in EQT’s AI Infrastructure Buildout

Canada Pension Plan Investment Board will invest $1.75 billion to support EQT Corp.’s artificial intelligence infrastructure buildout, it announced Friday.

中文摘要 加拿大养老金计划投资局(CPP Investments)宣布将投资17.5亿美元,支持EQT公司的人工智能基础设施建设。

Argentina Pushes $6 Billion in Repo Maturities Past Election

Argentina’s central bank extended maturities worth $6 billion on its repurchase agreements — or repos — to ease the government debt burden going into the 2027 presidential election.

中文摘要 阿根廷央行将价值60亿美元的回购协议期限延长至2027年总统大选之后,以减轻政府债务负担。

Defense Sector to Remain Dynamic: Euronext CEO Boujnah

Euronext CEO Stephane Boujnah says the defense sector will remain dynamic as Europe ramps up military spending and investors continue to back the industry. He also discusses European IPOs, capital markets reform, exchange consolidation and the region's technology ecosystem. He speaks with Bloomberg'

中文摘要 泛欧交易所CEO斯特凡·布吉纳表示,随着欧洲增加军费开支,国防板块将持续活跃。他还谈及欧洲IPO、资本市场改革、交易所整合及科技生态系统。

Instagram running ads promoting child sexual abuse material in India, BBC finds

The ads use terms including “rape” and “child video” and link to content on the messaging app Telegram.

中文摘要 BBC调查发现,Instagram在印度投放广告,使用“强奸”“儿童视频”等词条推广儿童性虐待内容,并链接至Telegram消息应用。

Canadian Stocks Enjoy Broad Gains After New Pipeline Proposal

Canada’s stocks benchmark climbed Friday morning after Prime Minister Mark Carney unveiled a new pipeline project to the country’s West Coast.

中文摘要 加拿大总理马克·卡尼宣布一项通往西海岸的新管道项目后,周五早盘加拿大股票基准指数普遍上涨。

OPEC Output Surged in June as Hormuz Flows Jumped, Survey Shows

OPEC’s crude oil production surged last month as Persian Gulf members restored exports through the Strait of Hormuz amid a peace accord between the US and Iran, according to a Bloomberg survey.

中文摘要 彭博调查显示,因美伊和平协议后波斯湾成员国恢复通过霍尔木兹海峡的出口,OPEC 6月原油产量激增。

Trump will oppose heavy US AI regulation, says outgoing tech adviser

Sriram Krishnan tells the FT the president is against a centralised regulator as AI backlash grows

中文摘要 即将离任的科技顾问斯里拉姆·克里希南对FT表示,随着对AI的反对声增加,美国总统特朗普将反对严格的AI监管,反对设立中央监管机构。

Fed and ECB Seen Diverging in French Snapshot of War Aftermath

The Federal Reserve will still need to hike interest rates this year despite Thursday’s numbers pointing to labor-market weakness, according to two French chief economists.

中文摘要 两位法国首席经济学家认为,尽管周四数据指向劳动力市场疲软,美联储今年仍需加息,与欧洲央行政策走向分歧。

GFL Environmental Weighs Take-Private Amid Interest From Buyout Firms

GFL Environmental Inc. is considering a potential take-private transaction after drawing interest from buyout firms, people familiar with the matter said.

中文摘要 知情人士透露,在收到收购公司兴趣后,GFL Environmental Inc.正在考虑潜在的私有化交易。