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分析攻击面,生成测试用例,帮助安全团队在开发阶段快速识别和修补安全问题。
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分析攻击面,生成测试用例,帮助安全团队在开发阶段快速识别和修补安全问题。
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编码助手的功能广度。
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调用成本,适合需要大量交互且对效率敏感的场景。
Java · ★ 77,271 · 🍴 25,921 · 📈 77 stars today
Free and Open Source, Distributed, RESTful Search Engine
中文介绍 开源的分布式RESTful搜索引擎,基于Lucene构建,支持全文搜索、结构化检索、日志分析等,广泛用于应用搜索、监控和数据分析场景。
TypeScript · ★ 8,234 · 🍴 2,533 · 📈 129 stars today
Action for checking out a repo
中文介绍 GitHub官方Actions,用于将仓库代码检出到工作目录,是构建CI/CD流水线的基础步骤,几乎所有工作流都会用到。
TypeScript · ★ 45,395 · 🍴 2,949 · 📈 404 stars today
Chrome DevTools for coding agents
中文介绍 为AI编码代理提供Chrome DevTools接口的MCP服务,使代理能直接操作浏览器调试面板,实现页面分析、DOM操作、网络监控等自动化任务。
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剧本,无需代理即可管理服务器、网络设备、云资源,广泛应用于配置管理和持续交付。
TypeScript · ★ 4,302 · 🍴 249 · 📈 943 stars today
An open source design system that's fully customizable and agent ready
中文介绍 Facebook开源的可定制设计系统,提供组件库和样式规范,同时针对AI代理场景优化,支持通过自然语言接口集成,加速前端和Agent开发。
Python · ★ 9,656 · 🍴 467 · 📈 236 stars today
A beautiful, powerful, self-hosted rom manager and player.
中文介绍 功能强大的自托管ROM管理器与模拟器播放器,支持多平台游戏库管理、元数据刮削、在线游玩,适合复古游戏爱好者搭建私有游戏平台。
Python · ★ 26,022 · 🍴 3,111 · 📈 792 stars today
Machine Learning Systems
中文介绍 哈佛大学CS249r课程配套教材《机器学习系统》,系统讲解ML系统设计、训练推理优化、分布式部署等工程实践,适合学生和AI工程师学习。
Python · ★ 101,381 · 🍴 28,243 · 📈 290 stars today
Tensors and Dynamic neural networks in Python with strong GPU acceleration
中文介绍 Python原生深度学习框架,提供动态计算图和GPU加速张量运算,支持自动微分、分布式训练,是研究和生产中最流行的AI框架之一。
Java · ★ 5,206 · 🍴 2,900 · 📈 53 stars today
Apache Maven core
中文介绍 Apache Maven核心,Java项目构建和依赖管理工具,基于POM文件和声明式配置,实现编译、测试、打包、部署等全生命周期的自动化。
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等工具,提升对代码库的理解效率。
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工作流,显著提升开发效率。
Rust · ★ 10,536 · 🍴 625 · 📈 513 stars today
agent multiplexer that lives in your terminal.
中文介绍 终端中的AI代理多路复用器,可同时管理多个代理(如Claude、Codex等),统一消息路由、上下文共享,适合需要协作或平行使用多个代理的场景。
Shell · ★ 245,293 · 🍴 21,732 · 📈 1,205 stars today
An agentic skills framework & software development methodology that works.
中文介绍 一套代理技能框架和软件开发方法论,提供标准化接口和模式,帮助构建模块化、可复用的AI代理,并指导团队高效集成到既有工作流中。
Python · ★ 21,888 · 🍴 1,387 · 📈 405 stars today
Specification and documentation for Agent Skills
中文介绍 Agent Skills的规范与文档仓库,定义代理技能的统一接口、元数据、运行时约束,促进跨平台代理技能的互操作性和生态发展。
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应用快速原型。
Rust · ★ 7,092 · 🍴 589 · 📈 86 stars today
Instant, Concurrent, Secure & Lightweight Sandbox for AI Agents.
中文介绍 腾讯云开源的AI代理沙箱,支持即时创建、并发执行、安全隔离的轻量级运行环境,适合需要安全执行第三方代码或多代理协同的场景。
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代理集合,涵盖前端开发、社区运营、创意生成、事实核查等领域的专业化代理,每个代理具有独立人格和工作流程,可直接启用。
👍 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 可控评估框架,用于衡量智能体在交互环境中通过反馈改进可执行策略的能力,避免将过程压缩为单一分数或与软件工程进展混为一谈。
👍 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 智能体的记忆设计。指出简单拼接所有上下文导致混乱,并为未来记忆契约研究提供基准。
👍 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 个细粒度问题,校准模型表现与人类感知。
👍 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 中哪些层保留全注意力、哪些替换为线性注意力,以优化长上下文效率。相比随机或固定选择策略显著提升性能。
👍 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 系统,高效服务流式视频生成,通过保存跨空闲和活跃期的会话状态,减少计算冗余,显著降低成本并保持低延迟。
👍 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 损失,提升细粒度推理能力。
👍 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 的专家加载开销,相比纯负载均衡降低解码延迟。
👍 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 模型系列,针对复杂真实世界任务设计,构建基于用户需求的评估体系,在推理、工具使用和多模态能力上达到前沿水平。
👍 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 智能体在记忆影响下的谄媚行为。设计多种记忆场景和评估指标,揭示记忆加剧过度迎合用户的倾向。
👍 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 数据智能体在数据科学任务上的能力,覆盖数据探索、清洗、分析和可视化,提供标准化评估。
👍 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 自主技能探索系统,使机器人通过持续探索自主发现和复用操作技能,减少手工编程,在多种任务上提升泛化能力。
👍 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 可控视频世界模型框架,引入持久动态对象记忆,解耦物理模拟与像素渲染,支持自由视角探索和对象状态持久化,提升交互一致性。
👍 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 方法,对医疗多模态推理的每个步骤进行细粒度奖励和优化,打破错误级联。在临床影像问答上显著优于仅关注最终答案的强化学习。
👍 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 框架,让语言模型自主管理后训练流程,包括数据生成、超参数调优和验证,大幅减少人工干预,实现自我改进循环。
👍 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 方法,先通过感知模块定位关键视觉区域,再单独进行推理,解耦感知与推理过程,提升细粒度视觉推理准确性。
👍 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 智能体对技能的正确选择与使用。通过细粒度反馈自动修正技能调用,超越最终结果验证。
👍 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 中执行非字面检索(语义合成)的注意力头,为长上下文解释提供新工具,揭示此前检测器遗漏的机制。
👍 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 的下一词预测与隐状态存储功能解耦。设计分离架构变体,在语言建模上取得更好性能,验证了该假设。
👍 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 方法,无需实例级标注即可实现复杂多实例图像的可控生成。通过解耦实例级条件,缓解属性混淆问题,在多个多实例场景中提升一致性。
👍 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 基准,评估搜索智能体主动提出澄清问题的能力。包含需要澄清的查询集合,衡量何时提问能提升搜索效率和最终答案质量。
@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间复用,提升参数高效微调的灵活性。
@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倍。
@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时代职业建议:学校训练的多为可量化的“损失函数”问题,而未来有价值的工作是那些无法用损失函数定义的创造性、模糊性任务。
@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对话环境。
@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与近未来的深度思考,涵盖智能发展、社会变革等议题。源自作者之前推文,经编辑后形成更易读的列表。
@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,而是作为操作系统工具。建议用户将模型用于更深层的系统级工作,而非简单开发。
@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家公司搭建知识库/上下文层的经验。三大教训:内部上下文层是成功最大预测因素,另两个关键教训涉及组织协作。
@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、计算等方面的消费模式。
@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作为工作线程。利用两者协作提升开发效率。
@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训练流程速查表,涵盖权重调整、前向传播、损失计算等核心步骤。适合深度学习开发者快速参考。
@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行业从模型转向基础设施的趋势。回顾六月进展,展望七月愿景,重点聚焦智能系统如何访问知识、协调协作。
中文介绍 Google DeepMind 与电影公司 A24 宣布建立首个此类研究合作伙伴关系。
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工程现状报告和关于下一步构建内容的主题演讲结束。
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 的创建过程,以及技能、沙箱和智能体可读网站为何重要。
中文介绍 TLDR AI 报道:Meta 的 Watermelon 项目、Anthropic 与三星芯片合作、自动研究实践。
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 上讨论网络未来。
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 正推动运营卓越。
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 以及人类判断在“循环最大化”时代的重要性,指出智能体仍需人类引导。
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 的最重要应用远非聊天机器人,而是在物理基础设施、运营连续性和安全领域,如涡轮机运维。
another quiet day.
中文介绍 当天新闻平淡。
The software factory vision met resistance today from speakers defending human understanding and control.
中文介绍 AIEWF 每日快报:软件工厂愿景遭遇反对,演讲者维护人类理解和控制权。
**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。
中文介绍 TLDR AI 报道:Gemini Flash 升级、Meta AI 云服务、ZCode 项目。
Introspection co-founder Roland Gavrilescu explains autoresearch, agent “recipes,” self-improving loops, and why humans remain central to the software factory.
中文介绍 Introspection 联合创始人 Roland Gavrilescu 解释自动研究、智能体“配方”、自我改进循环,强调人类在软件工厂中的核心地位。
Cursor's Pauline Brunet explains how her team of Forward Deployed Engineers help organizations implement agents — essentially setting up software factories.
中文介绍 Cursor 的 Pauline Brunet 解释其现场部署工程师团队如何帮助企业实施智能体,建立软件工厂。
Why the Llama lead left Meta for drug discovery, PEARL's zero-shot OpenBind win, and what becomes possible when co-folding finally crosses the accuracy threshold.
中文介绍 Llama 负责人离开 Meta 投身药物发现,PEARL 零样本赢得 OpenBind,共折叠达到精度阈值带来新可能。
当前技术面呈现明显分化。美股方面,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 当前价格 744.78 高于 SMA20(741.08)、SMA50(737.43)、SMA200(692.29),呈现标准多头排列;RSI14 为 53.5,处于正常偏强区间;MACD 1.2969 虽略低于信号 1.6139,但差值很小,未形成死叉,且整体动能仍为正;距 52 周高点仅 -2.05%,趋势偏强。
BABA 价格 96.14 远低于所有主要均线(SMA20 107.43、SMA50 122.9、SMA200 147.08),空头排列明确;RSI14 仅 23.8,进入超卖区;MACD -8.3141 低于信号 -7.8115,绿柱持续放大,空头动能增强;距 52 周高点跌幅达 50.1%,技术面处于弱势下跌通道。
ETH 当前价格 1729.63 高于 SMA20(1671.7) 但低于 SMA50(1824.64) 和 SMA200(2273.87),短期均线上行但中长期趋势仍偏空;RSI14 52.9 接近中性;MACD -48.19 上穿信号 -68.26 形成金叉,但处于零轴下方;5 日涨幅 10.14% 显示反弹动能,但整体多空力量均势,方向不明。
VIX 恐慌指数
10Y 美债收益率 (%)
美元指数 DXY
S&P 500 ETF
Nasdaq 100 ETF
Apple
Microsoft
Nvidia
Alphabet
Tesla
Meta
Bitcoin
Ethereum
Solana
阿里巴巴 (BABA)
拼多多 (PDD)
京东 (JD)
腾讯控股 (0700.HK)
黄金期货
WTI 原油期货
美元 / 人民币
过去走势不代表未来表现,本报告仅基于公开数据计算的技术指标进行客观描述,不构成任何投资建议。读者应独立判断,充分了解风险。仅供技术指标解读参考。
This is a breaking news story.
中文摘要 也门胡塞武装因据称领空遭入侵威胁沙特阿拉伯。该消息为突发新闻,详情待后续报道。
Foreign dignitaries paid their respects to Ayatollah Ali Khamenei on Friday as days of ceremonies got underway.
中文摘要 伊朗最高领袖哈梅内伊葬礼于7月3日开启,外国政要前来吊唁。葬礼仪式将持续数日。
Former President Zuma's trip to India reignites anger over a decade-old corruption scandal.
中文摘要 南非前总统祖马前往印度与古普塔兄弟会面,引发对十年前腐败丑闻的愤怒。部长指责祖马「向南非竖中指」。
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亿加元以缓解不列颠哥伦比亚省和原住民对港口扩建及鲸鱼保护的担忧。
Officials believe the suspect may not have acted alone and spent days casing out scene of the attack.
中文摘要 摩纳哥发生炸弹袭击,警方追捕一名乌克兰嫌疑人。当局认为嫌疑人可能非单独作案,并曾多日踩点。
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年前在新罕布什尔州印刷的《独立宣言》罕见副本,称「这是一次激动人心的发现」。
Furious at President Trump over Greenland, Danish officials took the unprecedented step of pressuring organizers to cut American officials from the program.
中文摘要 因对美国特朗普总统关于格陵兰的言论不满,丹麦官员史无前例地施压组织者,将美国官员排除在今年的7月4日庆祝活动之外。
The ads use terms including “rape” and “child video” and link to content on the messaging app Telegram.
中文摘要 BBC调查发现,Instagram在印度投放广告,使用「强奸」「儿童视频」等术语,引导用户前往Telegram上的儿童性虐待内容。
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
中文摘要 数据显示,尽管房价下跌、竞争减少,澳大利亚首次购房者并未急于入市,投资者需求除新房外均下滑,房地产市场正在转型。
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岁的藏人男子洛巴让增在纽约皇后区自焚身亡。他生前称北京的政策「正在毁灭藏族人民」。
在伊朗,从周六起,为已故最高领袖哈梅内伊开启一场为期六天的悼念仪式,期间将伴随大量政治象征与权力信号,意在向整个地区释放影响力。
中文摘要 伊朗自周六起为已故最高领袖哈梅内伊举行为期六天的悼念仪式,伴随大量政治象征与权力信号,意在向地区释放影响力。
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
中文摘要 单一民族党利用反堕胎政策争取基督徒选民,但该党鼓吹的单一文化可能令三分之一出生于海外的澳大利亚教堂信徒反感。
A doctors' group says it "borders on madness" that patients will have to obtain the note in person.
中文摘要 德国一项提案要求员工在生病第一天就需提供医生证明。医生团体称要求患者亲自去开证明「近乎疯狂」。
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到来的「绝对兴奋」,但内部邮件显示,因提及《终结者》电影而采取谨慎态度。
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.
中文摘要 无人机袭击升级、燃料短缺和电力中断等因素加剧了克里米亚地区对俄罗斯总统普京的压力,克里米亚成为乌克兰战争的关键战场。
MPs had raised concerns over Samantha Jones’s previous consulting work
中文摘要 英国议员对萨曼莎·琼斯(Samantha Jones)此前咨询工作的担忧,导致她回避参与NHS与Palantir合同的决策。
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’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年总统大选之后,以减轻政府债务负担。
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、资本市场改革、交易所整合及科技生态系统。
The ads use terms including “rape” and “child video” and link to content on the messaging app Telegram.
中文摘要 BBC调查发现,Instagram在印度投放广告,使用“强奸”“儿童视频”等词条推广儿童性虐待内容,并链接至Telegram消息应用。
Employers are being urged to use their "common sense" to allow staff to work flexibly where they can.
中文摘要 英格兰队凌晨1点比赛引发工作时间灵活性讨论,雇主被敦促酌情允许员工弹性工作,如推迟至11点上班。
Netwealth boss condemns failure as FCA urges use of ‘plain English’
中文摘要 Netwealth负责人警告财富管理公司对费用“故意混淆”,英国金融行为监管局(FCA)敦促使用“简明英语”披露收费。
Canada’s stocks benchmark climbed Friday morning after Prime Minister Mark Carney unveiled a new pipeline project to the country’s West Coast.
中文摘要 加拿大总理马克·卡尼宣布一项通往西海岸的新管道项目后,周五早盘加拿大股票基准指数普遍上涨。
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月原油产量激增。
Sriram Krishnan tells the FT the president is against a centralised regulator as AI backlash grows
中文摘要 即将离任的科技顾问斯里拉姆·克里希南对FT表示,随着对AI的反对声增加,美国总统特朗普将反对严格的AI监管,反对设立中央监管机构。
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 Inc. is considering a potential take-private transaction after drawing interest from buyout firms, people familiar with the matter said.
中文摘要 知情人士透露,在收到收购公司兴趣后,GFL Environmental Inc.正在考虑潜在的私有化交易。
10 回复 · 程序员 节点
18 回复 · Apple 节点
12 回复 · 程序员 节点
24 回复 · 程序员 节点
11 回复 · Linux 节点
63 回复 · 程序员 节点
9 回复 · Apple 节点
34 回复 · Apple 节点
11 回复 · Apple 节点
24 回复 · Python 节点
该源今日无内容。