每日简报

2026-06-17

Morning Brief

2026-06-17

今天市场面临经济和政治的双重考验,尤其是美联储政策决定与国际局势的演变。

今日最重要的 5 件事

  1. 1
    财经要点Bloomberg Markets

    美联储预计维持利率不变面临考验

    为什么重要 如美联储决定维持利率不变,可能影响家庭消费和经济复苏的前景,这与即将到来的经济数据密切相关。

  2. 2
    时政观察The Guardian

    特朗普在G7峰会对伊朗态度强硬

    为什么重要 特朗普的强硬立场可能将影响美国与伊朗的外交关系,并对中东局势产生重要影响。

  3. 3
    财经要点Financial Times

    AI医疗工具接近临床应用突破

    为什么重要 这标志着AI在医疗领域的应用正在成熟,可能改变未来的医疗决策模式,影响行业趋势。

  4. 4
    技术动态DeepMind Blog

    DeepMind与英国政府合作加速房地产决策

    为什么重要 这项合作关注住房危机的解决,可能对未来房地产市场的供需关系产生深远影响。

  5. 5
    技术动态OpenAI News

    OpenAI推出部署模拟工具提高AI安全性

    为什么重要 该工具的推出显示了AI安全和评估的未来趋势,可能提高未来模型的可靠性。

市场状态

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

观察 观察 BTC 在 5 日 +2.79% 后能否企稳。

招聘信号

  • 升温 AI模型安全评估 OpenAI新工具在安全性和评估中的重要性显示出这一领域的招聘需求在增加。
  • 升温 医疗AI应用开发 AI医疗工具在临床应用中的突破表明,企业需要相关专家共同推动技术转化。
  • 升温 房地产人工智能解决方案 DeepMind的AI原型在房地产决策中显示出潜在的市场需求,企业会寻求相关专业人才。

论文趋势

X 讨论主题

Top Project

DeusData/codebase-memory-mcp

C · ★ 4,579 · 🍴 442 · 📈 367 stars today

High-performance code intelligence MCP server. Indexes codebases into a persistent knowledge graph — average repo in milliseconds. 158 languages, sub-ms queries, 99% fewer tokens. Single static binary, zero dependencies.

中文介绍 高性能的代码智能MCP服务器,通过将代码库索引为持久知识图谱,解决了速度和效率问题,支持158种语言,查询延迟在毫秒级。为什么重要:它展示了代码分析和理解领域的新趋势,适用于软件开发和维护的各类场景。

Most Practical

n0-computer/iroh

Rust · ★ 9,533 · 🍴 444 · 📈 422 stars today

IP addresses break, dial keys instead. Modular networking stack in Rust.

中文介绍 使用Rust语言构建的模块化网络栈,通过拨号键而非IP地址进行网络连接,简化了网络协议的使用。为什么重要:它为网络通信提供了灵活性,适合需要自定义网络解决方案的开发者。

Most Surprising

Panniantong/Agent-Reach

Python · ★ 32,840 · 🍴 2,647 · 📈 2,025 stars today

Give your AI agent eyes to see the entire internet. Read & search Twitter, Reddit, YouTube, GitHub, Bilibili, XiaoHongShu — one CLI, zero API fees.

中文介绍 通过一个命令行界面,赋予AI代理浏览和搜索Twitter、Reddit、YouTube等多个平台的能力,无需API费用,解决了信息获取的限制。为什么重要:它促进了AI在信息挖掘和社交媒体分析中的应用,显著提高了数据获取效率。

LoopCoder-v2: Only Loop Once for Efficient Test-Time Computation Scaling

👍 108

Looped Transformers scale latent computation by repeatedly applying shared blocks, but sequential looping increases latency and KV-cache memory with the loop count. Parallel loop Transformers (PLT) alleviate this cost through cross-loop position offsets (CLP) and shared-KV gated sliding-window atten

中文介绍 LoopCoder-v2 提出了针对 Looped Transformers 的优化方法,通过 Cross-Loop Position Offsets (CLP) 和共享 KV cache 的滑动窗口机制,显著降低了并行循环的延迟和内存消耗。实验表明,该方法在计算效率方面优于传统的循环机制,具有更好的扩展性,适用于高效计算及深度学习的实际应用中。意义:这项研究推动了 Transformer 模型在高效计算方面的发展,尤其适合大规模深度学习任务。

Geometric Action Model for Robot Policy Learning

👍 101

Generalist robot policies must follow user instructions while reasoning about how objects, cameras, and robot actions interact in the 3D physical world. Recent vision-language-action models (VLAs) and video world-action models (WAMs) inherit strong semantic or temporal priors from large-scale founda

中文介绍 Geometric Action Model 提出了一种针对机器人政策学习的几何动作模型,旨在让通用机器人政策在执行用户指令时,合理推理物体、摄像头和机器人动作在三维物理世界中的相互作用。该模型结合了大型基础模型中的语义和时序先验,有助于提高机器人在复杂环境中的决策能力。意义:该研究推动了机器人智能化的发展,对自动化和人机交互应用具有重要影响。

DreamX-World 1.0: A General-Purpose Interactive World Model

👍 94

DreamX-World 1.0 is a general-purpose interactive text/image-to-video world model for controllable long-horizon generation. It supports camera navigation, revisits to previously observed regions, and promptable events across photorealistic, game-style, and stylized domains. Our data engine combines

中文介绍 DreamX-World 1.0 是一种通用互动世界模型,支持文本/图像到视频的可控长时间生成。该模型能够实现摄像机导航、重新访问以前观察到的区域以及基于提示的事件生成,适用于照片现实、游戏风格和风格化域的互动生成。其数据引擎结合了多种输入源,展示了强大的生成能力。意义:这项研究为虚拟现实和互动媒体生成领域提供了新的工具和方法,促进了生成模型的应用扩展。

Ling and Ring 2.6 Technical Report: Efficient and Instant Agentic Intelligence at Trillion-Parameter Scale

👍 68

Efficient and scalable agentic intelligence requires models that can deliver both low-latency responses and strong reasoning capabilities while remaining practical to train, serve, and deploy. In this report, we present Ling-2.6 and Ring-2.6, a family of models designed to address this challenge at

中文介绍 Ling-2.6 和 Ring-2.6 是专为高效和可扩展的代理智能设计的模型系列,旨在实现低延迟响应和强大的推理能力,同时保持训练、服务和部署的实用性。通过引入新的架构,模型在多项测评中表现出色,尤其在响应时间和推理准确度上显著优于传统方法。意义:这项研究推动了大规模语言模型的应用,尤其是即时智能助手等领域。

ACE-Ego-0: Unifying Egocentric Human and Robotic Data for VLA Pretraining

👍 39

Vision-Language-Action (VLA) models benefit from large-scale and diverse embodied data, yet scaling robot trajectory collection is costly and labor-intensive. Recent advances show that large-scale egocentric human videos provide complementary real-world supervision in pretraining. However, joint tra

中文介绍 ACE-Ego-0 针对 Vision-Language-Action 模型提出了一种统一的策略,利用大型自我中心人类视频数据进行预训练,以弥补机器人轨迹收集的高成本与劳动强度。通过结合人类的数据,该方法在预训练阶段提高了模型的效果和适应性,从而促进了 VLA 模型的发展。意义:此研究在机器人学习和人机交互领域引入了新思路,具有重要的实际应用价值。

Zone of Proximal Policy Optimization: Teacher in Prompts, Not Gradients

👍 38

Knowledge distillation transfers a teacher's competence to a small student but is brittle in the small-student regime: forcing the student to imitate logits from a much larger teacher concentrates it on the teacher's sharpest modes, hurting generalization on benchmark families beyond the training co

中文介绍 Zone of Proximal Policy Optimization 提出了将教师知识通过提示而非梯度进行蒸馏的新方法,解决了在小学生中的模型泛化能力不足的问题。通过对教师模型的非参数性约束,学生模型能更好地在更广泛的基准上进行迁移学习。该方法在多个数据集上展现了优越的泛化性能。意义:该研究推动了知识蒸馏的研究,尤其在增强模型泛化能力方面具有重要意义。

GameCraft-Bench: Can Agents Build Playable Games End-to-End in a Real Game Engine?

👍 35

Game generation is an emerging application of coding agents, requiring models to transform natural-language specifications into playable interactive systems. Unlike traditional coding tasks, game generation takes place within a game engine, where scripts, scenes, assets, rendering, and runtime inter

中文介绍 GameCraft-Bench 旨在测试代理智能在游戏引擎中从自然语言规格生成可玩游戏的能力。与传统编码任务不同,该方法强调在游戏引擎内进行生成,整合了脚本、场景和实时性能。初步结果表明,模型在生成游戏的各个方面均表现良好,具有实用性。意义:此研究为智能代理在游戏设计中的应用提供了新方向,可能改变游戏开发的格局。

LectūraAgents: A Multi-Agent Framework for Adaptive Personalized AI-Assisted Learning and Embodied Teaching

👍 30

Effective personalized AI-assisted learning demands systems that can not only generate accurate learner-specific educational materials, but also dynamically adapt their instruction to diverse learners. However, existing educational agents have primarily focused on lecture content automation and simu

中文介绍 LectūraAgents 提出了一个多代理框架,旨在适应个性化 AI 辅助学习。该系统可以根据不同学习者的需求动态调整教学内容,突破了传统教育代理主要集中于讲座内容自动化的局限。实验表明,该方法在学习者的参与度和满意度方面有显著提升。意义:该研究推动了个性化教育技术的发展,对未来的教育方式具有深远影响。

TRIAGE: Dialectical Reasoning for Explainable Risk Prediction on Irregularly Sampled Medical Time Series with LLMs

👍 25

Clinical early warning systems built on electronic health records, in which clinical observations are recorded as irregularly sampled medical time series (ISMTS), must deliver both calibrated risk scores for patient triage and interpretable rationales that clinicians can verify. Large Language Model

中文介绍 TRIAGE 旨在通过对电子健康记录中的不规则采样医疗时间序列进行辩证推理,提高临床早期预警系统的可解释性。该系统能够提供可信的风险评分和可验证的推理依据,以便临床医生进行更加精准的患者分流,提升诊断效果。意义:这项研究在医疗人工智能领域具有重要价值,对提高临床决策支持系统的应用准确性和效率具有深远影响。

Learning from the Self-future: On-policy Self-distillation for dLLMs

👍 23

On-policy self-distillation (OPSD) has proven effective for post-training large language models (LLMs), yet its application to diffusion LLMs (dLLMs) remains unexplored. Existing OPSD methods are inherently autoregressive-centric. They inject privileged information via left-to-right prefix condition

中文介绍 On-policy Self-distillation (OPSD) 在大型语言模型(LLMs)中的应用显示出有效性,但在扩散 LLMs(dLLMs)中的探索尚属首次。研究者提出了一种结合自回归特性的 OPSD 方法,通过注入特权信息以提升模型生成的质量,实验表明,该方法在多个任务上表现优越。意义:此研究为 LLM 和无监督学习的结合提供了新思路,对自我提升模型的研究具有重要意义。

OPD-Evolver: Cultivating Holistic Agent Evolver via On-Policy Distillation

👍 20

Memory has become a standard substrate for self-evolving agents, yet retaining experience is not the same as learning how to evolve through it. Existing memory agents can store trajectories, retrieve reflections, or accumulate skills, but often lack the holistic competence to select useful experienc

中文介绍 OPD-Evolver 提出了通过在政策蒸馏中融入记忆机制,以培养全面的自演进代理。虽然现有的记忆代理能存储经验,但缺乏识别和利用有价值经验的能力。该研究通过优化策略选择,提高了代理的演进能力。意义:这项研究开辟了智能体进化研究的新领域,对未来的自适应系统和智能体有重要应用潜力。

Where Did It Go Wrong? Process-Level Evaluation of Web Agents with Semantic State Tracking

👍 11

Web agents act through long interaction sequences, yet existing benchmarks evaluate only terminal success, discarding all process information and offering little guidance on improvement. In this work, we conduct a process-level analysis of web agents. We introduce WebStep, a benchmark of 1,800 task

中文介绍 Where Did It Go Wrong? 引入了 WebStep 基准,进行 Web 代理的过程级评估,旨在通过 1,800 个任务序列来分析代理的实际表现。研究者强调,当前评估方法仅关注最终成功率,忽略了过程信息,提出的基准能够提供更细致的改进引用途径。意义:此研究提高了对 Web 代理的评估标准,推动了智能代理系统的可解释性研究。

MVEB: Massive Video Embedding Benchmark

👍 10

We introduce the Massive Video Embedding Benchmark (MVEB), a 23-task benchmark for video embeddings spanning classification, zero-shot classification, clustering, pair classification, retrieval, and video-centric question answering. We evaluate 33 models and find that no single model dominates: MLLM

中文介绍 MVEB 提出了一个涵盖 23 项视频嵌入任务的大规模基准,涉及分类、零样本分类、聚类、配对分类等多方面。该基准评估了 33 个模型,结果显示没有单一模型能够显著优于其他模型,为视频嵌入研究提供了多维度的比较视角。意义:该研究丰富了视频嵌入领域的标准,为后续研究提供了参考和方向。

GD^2PO: Mitigating Multi-Reward Conflicts via Group-Dynamic reward-Decoupled Policy Optimization

👍 10

As LLMs advance, post-training reinforcement learning (RL) increasingly relies on multi-dimensional rewards to cultivate comprehensive capabilities. This shift demands new algorithms capable of optimizing diverse and potentially competing objectives simultaneously. To address this, existing methods

中文介绍 GD^2PO 提出了一个新的政策优化算法,针对 LLMs 的多重奖励冲突问题,能够同时优化多维度目标。通过解耦奖励结构,模型在面对复杂任务时表现出更强的协调性和稳定性,实验结果证明此方法在各种奖励设置下优于现有的优化方案。意义:此研究推动了强化学习领域的进展,尤其在多目标优化和复杂环境中的应用具有重要价值。

Track2View: 4D-Consistent Camera-Controlled Video Generation via Paired 3D Point Tracks

👍 9

Re-rendering an existing video from a novel camera viewpoint requires the output to follow the prescribed camera trajectory while preserving the appearance and dynamics of the original scene across every frame. Existing methods rely on per-frame pose embeddings, noisy point-cloud renderings, or impl

中文介绍 Track2View 提出了 4D 一致的相机控制视频生成方法,旨在从新视点重渲染现有视频,保持画面的一致性和动态特征。该方法借助配对的三维点轨迹,实现了视频的重渲染,并在多项任务中展现了出色的性能。意义:此研究为视频生成技术的应用提供了新的思路,能够在电影制作与虚拟现实等领域产生深远影响。

Text-Vision Co-Instructed Image Editing

👍 8

Existing image editing methods can be generally categorized into textual instruction-based and visual prompt-based ones. Textual instructions are semantically expressive, but are limited by the coarse granularity of spatial control of the editing results. In contrast, visual prompts such as drag and

中文介绍 Text-Vision Co-Instructed Image Editing 探讨了文本和视觉提示在图像编辑中的结合,旨在克服现有方法中对空间控制的局限性。该方法展示了文本指令的语义表达能力,加上视觉提示的灵活性,提升了编辑的效果与用户体验。意义:此研究推动了图像编辑技术的进步,对设计和艺术创作领域具有重要影响。

EgoCS-400K: An Egocentric Gameplay Dataset for World Models

👍 7

The shift from video generation to interactive world modeling places new demands on data: beyond captioned videos, world models require temporally aligned video-action-language trajectories grounded in the actions, camera motion, states, and events that drive future scene changes. However, such data

中文介绍 EgoCS-400K 提供了一个以自我视角为核心的游戏数据集,专为世界模型的构建设计,能够支持同步视频、动作和语言的轨迹生成。该数据集为模型开发提供了丰富的训练材料,提升了互动性和环境响应能力。意义:此研究为交互式世界建模提供了重要的数据支持,为游戏和仿真技术的发展奠定基础。

You Don't Need Strong Assumptions: Visual Representation Learning via Temporal Differences

👍 7

Progress in AI has largely been driven by methods that assume less. As compute and data increase, approaches with weaker inductive biases generally outperform those with stronger assumptions. This is particularly characteristic of the field of Visual Representation Learning, where approaches have go

中文介绍 You Don't Need Strong Assumptions 提出了以时间差为基础的视觉表征学习方法,强调在计算和数据增加的背景下,弱假设方法通常能获得更好的效果。该研究通过实验验证了弱结论偏置在视觉学习中的有效性,具有广泛的应用潜力。意义:此研究推动了计算机视觉领域的发展,为新颖的学习策略提供了方向。

ChLogic: Evaluating Robustness of Logical Reasoning in Chinese Expressions

👍 6

Large language models perform increasingly well on standardized logical reasoning benchmarks, but whether this ability remains robust beyond English is unclear. We introduce ChLogic, an English--Chinese aligned benchmark that tests whether models preserve logical reasoning performance when the same

中文介绍 ChLogic 引入了中英对齐的基准,测试大型语言模型在中文表达中的逻辑推理能力,以确定其在非英语语境下的鲁棒性。实验证明,部分模型在中文逻辑推理上表现不佳,揭示了跨语言一致性的挑战。意义:此研究为多语言推理模型的研究提供了依据,对跨文化智能体的开发具有重要参考价值。

A Gradient Perspective on RLVR Stability and Winner Advantage Policy Optimization

👍 6

Reinforcement learning with verifiable rewards (RLVR) improves language-model reasoning, but GRPO-style optimization remains prone to collapse. We analyse this instability through token-level gradient dynamics, deriving a taxonomy that predicts how updates affect next-token probabilities and entropy

中文介绍 A Gradient Perspective 研究了可验证奖励强化学习(RLVR)中的优化稳定性,分析了 token 层面的梯度动态,以确定更新如何影响下一 token 的概率及熵。此研究在复杂任务环境中提出了一种系统性的框架,有助于提高 RLVR 的优化效果。意义:该研究为强化学习算法的稳定性和鲁棒性改进提供了新思路,推动了 RLVR 的技术进步。

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 驱动经济中的企业未来,指出这种转变不同于以往的数字平台变革,强调了新生态系统的稳定性问题。

How To Build a Second Brain That Runs Itself With Obsidian (Full Course)

@eng_khairallah1 · 67.2K 粉丝 · 1.2M 阅 · 510 赞 · 73 转

You read maybe two hundred articles this year. A few dozen papers. Hundreds of threads. Save this Every second-brain method ever sold to you, Zettelkasten, PARA, the graph view, the daily note,

中文介绍 博主介绍了如何利用 Obsidian 建立一个自我运行的第二大脑,涉及多种方法和系统,包括 Zettelkasten 和 PARA 等。

Owning vs. Renting Intelligence

@lqiao · 95.4K 粉丝 · 501.6K 阅 · 509 赞 · 86 转

Mythos got shut down this week. Whether you agreed with the decision or not is almost beside the point. A company built on top of intelligence it didn't control suddenly found itself exposed to

中文介绍 博主分析了 Mythos 关闭的影响,探讨了在缺乏控制的情况下,依赖于智能的公司将面临的脆弱性。

Indian IT is Not Failing in AI - It Was Never Meant to Build ChatGPT

@Fintech03 · 34.9K 粉丝 · 438.8K 阅 · 501 赞 · 137 转

The critique that Indian IT services (the classic TCS, Infosys, Wipro, HCL cohort) are failing India in the current generative AI race is an incredibly popular talking point. It is easy to look at the

中文介绍 博主反驳了印度 IT 服务在生成 AI 竞赛中不及格的观点,认为这一批评忽视了更深层次的行业背景和期望。

Using Claude to go Viral on X… (Mr. Beasts Framework)

@mattepstein · 35.6K 粉丝 · 393.3K 阅 · 504 赞 · 26 转

Have you seen any of the launches below on your timeline? (you probably have).. What if I told you they all followed a repeatable viral science that can be 95% automatable with claude. In this

中文介绍 博主分享了利用 Claude 进行病毒式传播的方法,提出通过特定框架可以实现自动化操作,达到 95% 的效率。

How to Create Loops with Claude

@mikenevermiss · 10.8K 粉丝 · 261.4K 阅 · 568 赞 · 67 转

stop making prompts. start designing loops. a prompt gets you one response. a loop gets you a system that keeps working after you close the laptop. Boris Cherny, who runs Claude Code at Anthropic, put

中文介绍 博主讨论了如何使用 Claude 创建操作循环,强调这样的系统能在关闭设备后继续运作,提高工作效率。

Lazymaxxing TikTok Slideshows: 600/month for $2

@athcanft · 19.1K 粉丝 · 205.6K 阅 · 514 赞 · 23 转

I've been mass-producing TikTok slideshows with AI and scheduling them weeks in advance. Zero filming. Zero editing. Zero daily posting grind. This article breaks down the exact system, step-by-step,

中文介绍 博主分享了利用 AI 批量制作 TikTok 幻灯片的方法,详细说明了如何提前安排内容发布,节省时间精力。

Three Ways Codex Can Use a Computer

@jxnlco · 105.9K 粉丝 · 204.4K 阅 · 504 赞 · 47 转

Update: Computer Use is now Available in the EU/UK ;) Enjoy! There are three ways for Codex to use a computer: Computer Use, the Chrome extension, and the in-app browser. They overlap just enough to

中文介绍 博主介绍了 Codex 在计算机使用中的三种方式,包括 Chrome 扩展和应用内浏览器,强调其功能的重叠性。

Factory 2.0: From coding agents to software factories

@matanSF · 20.2K 粉丝 · 123.1K 阅 · 529 赞 · 60 转

In 2023, we launched Factory with the mission to bring autonomy to software engineering. While others were using models to speed up coding, we set out to deploy autonomous Droids across the

中文介绍 博主谈论了 Factory 计划,旨在实现软件工程的自主化,与其他项目相比,推出了更具独立性的代码代理。

Zen and the Art of AI Research

@jxmnop · 50.7K 粉丝 · 114.1K 阅 · 504 赞 · 57 转

So you want to do AI research? It's true that no one really teaches you how. Not directly, anyway. But it turns out that the way to get started is pretty simple: some combination of (i) reading and

中文介绍 博主分享了如何入门 AI 研究的建议,强调了知识获取的重要性和简单的方法论,包括阅读和实践。

The Art of Loop Engineering

@sydneyrunkle · 7.9K 粉丝 · 74.7K 阅 · 565 赞 · 87 转

Agents are useful because they help us automate work by taking actions in the real world. But getting agents to do valuable work reliably takes more than just a good model: it requires a carefully

中文介绍 博主探讨了代理在工作自动化中的作用,强调可靠性需要超越优秀的模型,要求更复杂的工程设计。

Agent harness engineering with Claude: 14-step roadmap from one agent to a self-improving system.

@0xCodez · 8.2K 粉丝 · 72.8K 阅 · 508 赞 · 79 转

Everyone’s talking about loops. Almost no one is talking about what the loop runs on. 9 out of 10 builders run Claude Code on the default harness - no rules, no subagents, no hooks, no memory. Then

中文介绍 博主提出了从单一代理到自我改进系统的 14 步 Roadmap,指出现有开发者的普遍问题及解决方案。

The Window Has Closed

@AndrewCurran_ · 53.9K 粉丝 · 62.8K 阅 · 569 赞 · 61 转

If you used Fable while it was available, you know it is special in ways that will not show up on benchmarks. I post benchmarks all the time because they matter to many people, but for a long time

中文介绍 博主回顾了 Fable 的特别之处,尽管它已关闭,仍强调了其在基准测试中的价值和实用性。

Agentic Code Review

@addyosmani · 400.1K 粉丝 · 52.9K 阅 · 522 赞 · 41 转

Coding agents are extraordinarily good now and getting better fast. The interesting consequence is that the hard part of engineering moved from writing code to deciding whether to trust it, which

中文介绍 博主指出编码代理技术快速提高,工程师的挑战从写代码转向是否信任生成的代码,这一转变对行业具有重大意义。

Claude's June 15 Agent SDK billing split: what it means for Agent builders

@unicity_labs · 125.6K 粉丝 · 47.6K 阅 · 534 赞 · 659 转

Programmatic agent usage moves onto a separate metered credit today. Here is what changes, and the controls we are building into AstridOS to manage it. What changed today Today, 15 June 2026,

中文介绍 博主分析 Claude 的新代理 SDK 计费模式,阐述了如何在 AstridOS 中管理程序化代理使用的变动。

How to Start Your AI Content Journey: A Complete Step-by-Step Guide

@israfill · 8.8K 粉丝 · 46.5K 阅 · 508 赞 · 59 转

This is the guide I wish existed when I started. Follow it in order. Do not skip steps. Every command, every file, every decision is documented below. Who This Guide Is For You want to start

中文介绍 博主提供了一份如何启动 AI 内容创作的完整指南,涵盖了从命令到文件的每一步,适合想入门者参考。

How to build a self-improvement loop for your Skills

@zachlloydtweets · 10.6K 粉丝 · 43.5K 阅 · 512 赞 · 53 转

There’s been a lot of chatter about using “loops” lately to drive agents, and I think this has been accompanied by a bit of “what actually is a loop”? I can’t speak for everyone else using the term,

中文介绍 博主讨论了“循环”概念在推动代理技能提升中的应用, clarifying the definition and utility of a loop in agent operations。

My Thoughts on Loop Engineering

@samueljmcd · 857 粉丝 · 42.2K 阅 · 511 赞 · 52 转

Loop engineering is the new label. The hard part is the one it has always been. Verification. Tip: You can copy and paste this article into Claude and ask for the best insights if you don't want to

中文介绍 博主探讨了循环工程的可靠性与验证挑战,提出可以通过 Claude 获取更深刻的见解以应对技术难题。

The 10 rules to ship truly polished UI with Claude

@kvnkld · 7.2K 粉丝 · 42.0K 阅 · 531 赞 · 25 转

People keep asking how the UI components I post end up looking so polished, or what prompts I use. So here’s a breakdown of the most important things: Polish is not a feature you prompt for. You can't

中文介绍 博主分享了使用 Claude 创建精致用户界面的十条规则,强调过程而非简单的提示操作对于实现美观的重要性。

ORACLE: Official AI Agents Trade on Polymarket

@Trade_OracleAI · 21.1K 粉丝 · 60 阅 · 2.8K 赞 · 584 转

In 2026, autonomous AI agents have become one of the most effective strategies on prediction markets. Over 30% of all activity on Polymarket now comes from algorithmic and AI-powered wallets. We

中文介绍 博主揭示了在 2026 年,自动化 AI 代理已成为预测市场中 30% 以上交易的有效策略,显示出这一趋势的迅速发展。

GLM-5.2: Built for Long-Horizon Tasks

中文介绍 Hugging Face Blog 发布了 GLM-5.2,该模型专为长时间任务而设计,以提升大规模应用的有效性和灵活性。

Unlocking UK house-building with AI-accelerated planning

UK government partners with Google DeepMind to build a new AI-powered prototype aimed at faster housing decisions.

中文介绍 英国政府与谷歌 DeepMind 合作,推出一款新的人工智能原型,旨在加速房地产决策,缓解住房危机。

Want to get a data center online quickly? Give it some flex.

At the end of a tense and scoreless first half of a soccer match between the English men’s team and rival Germany, millions of Brits let out a collective sigh and did what they so often do in moments of stress: They made tea. That wave of electric kettles clicking on, however, caused a different…

中文介绍 MIT 科技评论指出,电网灵活性是快速上线数据中心的关键因素,强调了能效和响应能力的重要性。

Predicting model behavior before release by simulating deployment

OpenAI introduces Deployment Simulation, a method to predict AI model behavior before deployment using real conversation data to improve safety and evaluation accuracy.

中文介绍 OpenAI 发布了部署模拟工具,旨在在模型发布前,通过真实对话数据预测 AI 行为,以提高安全性和评估准确性。

Why do South Koreans love AI so much?

This story originally appeared in The Algorithm, our weekly newsletter on AI. To get stories like this in your inbox first, sign up here. When I landed in Seoul after a grueling 12-hour flight from San Francisco, I walked through an unmanned immigration checkpoint, where a machine scanned my face an

中文介绍 MIT 科技评论分析为何韩国人如此喜爱人工智能,认为这与国民的科技接受度和应用场景息息相关。

Introducing the OpenAI Partner Network

OpenAI launches the Partner Network, investing $150M to help global partners accelerate enterprise AI adoption, deployment, and transformation.

中文介绍 OpenAI 启动了伙伴网络,投资 1.5 亿美元,以支持全球合作伙伴加速人工智能的企业应用和转型。

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 技能,提升工作中的工作流程和效率。

市场总览

当前市场整体呈现出混合的趋势。美股方面,如S&P 500 ETF和Nasdaq 100 ETF的走势较强,给出偏上行信号,反之阿里巴巴则处于超卖状态,显示出疲软迹象。在加密货币领域,尽管BTC与ETH近期有MACD金叉信号,但整体情绪仍处于极度恐慌状态,加密恐慌贪婪指数为22,显示市场信心不足。商品方面,黄金期货和WTI原油期货的表现中性,且没有明显的趋势。整体而言,市场仍然在调整和波动之中。

今日关注

SPY S&P 500 ETF
偏上行

当前价格为750.52,接近52周高点,RSI为57.2,属于正常区间,且MACD值为4.7967,显示出强劲的上行动能。

QQQ Nasdaq 100 ETF
偏上行

当前价格为733.28,RSI为57.4,显示出正常状态,且MACD为9.6625,表明多头趋势明显,接近52周高点。

BABA 阿里巴巴 (BABA)
偏下行

当前价格110.05,RSI值为27.1,属于超卖状态,且MACD为-5.6121,显示出持续的空头排列,趋势表现疲软。

全部资产

^VIX

VIX 恐慌指数

$16.81 +2.44%
5 日
-24.35%
距 52w 高
-52.4%
RSI(14)
46.8
趋势
空头
SMA 20 / 50 / 200
17.34 / 17.82 / 18.55
MACD / 信号
-0.115 / -0.065
死叉(SMA50↓SMA200) (5 天前)MACD 死叉 (今天)空头排列

^TNX

10Y 美债收益率 (%)

$4.43 -1.18%
5 日
-2.59%
距 52w 高
-11.3%
RSI(14)
45.4
趋势
多头
SMA 20 / 50 / 200
4.52 / 4.42 / 4.21
MACD / 信号
0.013 / 0.026
多头排列

DX-Y.NYB

美元指数 DXY

$99.69 +0.15%
5 日
-0.26%
距 52w 高
-0.9%
RSI(14)
56.8
趋势
多头
SMA 20 / 50 / 200
99.49 / 98.88 / 98.67
MACD / 信号
0.243 / 0.260
MACD 死叉 (1 天前)接近 52 周高多头排列

SPY

S&P 500 ETF

$750.52 +0.03%
5 日
+3.46%
距 52w 高
-1.3%
RSI(14)
57.2
趋势
多头
SMA 20 / 50 / 200
747.28 / 728.44 / 687.87
MACD / 信号
4.797 / 6.075
接近 52 周高多头排列

QQQ

Nasdaq 100 ETF

$733.27 +0.47%
5 日
+5.71%
距 52w 高
-2.1%
RSI(14)
57.4
趋势
多头
SMA 20 / 50 / 200
726.04 / 690.71 / 627.81
MACD / 信号
9.662 / 11.679
接近 52 周高多头排列

AAPL

Apple

$297.33 -0.64%
5 日
+1.97%
距 52w 高
-6.3%
RSI(14)
50.2
趋势
多头
SMA 20 / 50 / 200
303.68 / 287.99 / 267.86
MACD / 信号
1.440 / 3.746
多头排列

MSFT

Microsoft

$385.52 -2.11%
5 日
-2.98%
距 52w 高
-30.6%
RSI(14)
36.9
趋势
空头
SMA 20 / 50 / 200
415.56 / 413.01 / 452.01
MACD / 信号
-6.768 / -2.182
空头排列

NVDA

Nvidia

$206.59 -0.40%
5 日
+3.08%
距 52w 高
-12.7%
RSI(14)
46.8
趋势
中性
SMA 20 / 50 / 200
212.53 / 208.78 / 189.71
MACD / 信号
-1.147 / 0.157

GOOGL

Alphabet

$364.87 -2.25%
5 日
+2.38%
距 52w 高
-10.7%
RSI(14)
46.7
趋势
中性
SMA 20 / 50 / 200
372.73 / 366.38 / 310.32
MACD / 信号
-1.957 / -0.438

TSLA

Tesla

$399.24 -1.34%
5 日
+4.63%
距 52w 高
-20.0%
RSI(14)
46.3
趋势
空头
SMA 20 / 50 / 200
414.68 / 401.40 / 416.62
MACD / 信号
-2.390 / 0.127
空头排列

META

Meta

$580.93 -2.11%
5 日
-0.63%
距 52w 高
-27.0%
RSI(14)
42.4
趋势
空头
SMA 20 / 50 / 200
601.66 / 622.37 / 656.46
MACD / 信号
-11.641 / -9.295
空头排列
加密恐慌贪婪
22
极度恐慌
加密总市值
$2.32 T
-0.67% / 24h
BTC 主导率
56.3%
ETH 9.1%
24h 成交量
$70.5 B
活跃币 17,432

BTC-USD

Bitcoin

$65,318.71 -0.43%
5 日
+2.79%
距 52w 高
-48.2%
RSI(14)
41.0
趋势
空头
SMA 20 / 50 / 200
65,610.23 / 73,216.69 / 77,266.61
MACD / 信号
-2,377.647 / -3,039.831
MACD 金叉 (4 天前)空头排列

ETH-USD

Ethereum

$1,765.10 -1.41%
5 日
+6.00%
距 52w 高
-64.4%
RSI(14)
42.8
趋势
空头
SMA 20 / 50 / 200
1,767.74 / 2,036.41 / 2,389.45
MACD / 信号
-85.972 / -112.191
MACD 金叉 (3 天前)空头排列

SOL-USD

Solana

$73.19 -0.30%
5 日
+9.65%
距 52w 高
-71.1%
RSI(14)
48.4
趋势
空头
SMA 20 / 50 / 200
71.17 / 80.75 / 98.71
MACD / 信号
-2.816 / -4.103
MACD 金叉 (3 天前)空头排列

BABA

阿里巴巴 (BABA)

$110.05 -2.23%
5 日
-8.07%
距 52w 高
-42.9%
RSI(14)
27.1
趋势
空头
SMA 20 / 50 / 200
123.64 / 129.89 / 149.48
MACD / 信号
-5.612 / -4.108
RSI 超卖空头排列

PDD

拼多多 (PDD)

$80.83 -3.26%
5 日
-1.34%
距 52w 高
-42.0%
RSI(14)
33.9
趋势
空头
SMA 20 / 50 / 200
87.20 / 94.62 / 111.00
MACD / 信号
-4.047 / -3.885
接近 52 周低空头排列

JD

京东 (JD)

$28.34 -1.17%
5 日
-1.34%
距 52w 高
-23.1%
RSI(14)
40.4
趋势
空头
SMA 20 / 50 / 200
29.54 / 30.11 / 30.29
MACD / 信号
-0.568 / -0.445
空头排列

0700.HK

腾讯控股 (0700.HK)

HK$445.40 -0.45%
5 日
-4.34%
距 52w 高
-34.8%
RSI(14)
44.4
趋势
空头
SMA 20 / 50 / 200
449.79 / 470.32 / 566.82
MACD / 信号
-3.803 / -5.152
空头排列

GC=F

黄金期货

$4,378.30 +1.09%
5 日
+6.57%
距 52w 高
-21.6%
RSI(14)
47.1
趋势
中性
SMA 20 / 50 / 200
4,393.01 / 4,569.20 / 4,433.14
MACD / 信号
-87.608 / -92.252
MACD 金叉 (今天)

CL=F

WTI 原油期货

$76.09 +0.05%
5 日
-15.48%
距 52w 高
-36.3%
RSI(14)
30.2
趋势
中性
SMA 20 / 50 / 200
89.53 / 94.66 / 73.61
MACD / 信号
-4.624 / -2.946

USDCNY=X

美元 / 人民币

¥6.76 +0.00%
5 日
-0.23%
距 52w 高
-6.3%
RSI(14)
33.3
趋势
空头
SMA 20 / 50 / 200
6.78 / 6.80 / 6.96
MACD / 信号
-0.013 / -0.013
接近 52 周低空头排列
风险提示

过去走势不代表未来表现,本文仅供技术指标解读参考,投资需谨慎。

Live Updates: After G7 Leaders Praise U.S.-Iran Deal, Trump Threatens Iran Again

President Trump was set to speak soon at the summit. He has hailed the preliminary agreement with Iran, even as he acknowledged “nobody knows” what’s in it. The U.S. would resume attacks if Iran doesn’t “behave” in implementing the deal, he said.

中文摘要 特朗普在G7峰会上对美伊协议表示赞赏,但同时警告如伊朗不遵守协议将恢复打击。他承认协议的具体内容尚不清楚。

Stars of Israel’s TV Channel for Bibi Fans Turn on Trump

Leading figures from Channel 14, a right-wing broadcaster that supports Prime Minister Benjamin Netanyahu, are openly attacking the U.S. president over his Iran deal.

中文摘要 以色列右派媒体频道14的主要人士公开批评特朗普针对伊朗协议的立场,表达对美国总统的不满。

Middle East crisis live: Trump warns US will ‘go back to shooting’ if Iran ‘don’t behave’, as G7 leaders call for Lebanon ceasefire

US president says the deal is ‘not final’, while his vice-president, JD Vance, says text will be released by Friday at the latest Trump backs G7 leaders’ call for wider talks on Iranian missile programme Analysis: Where does Iran deal leave US-Israel relationship? Trump also addressed media reports

中文摘要 特朗普表示美伊协议尚未最终确定,并警告如伊朗不合作美国将恢复军事行动。同时,G7领导人呼吁对黎巴嫩实现停火。

Macron hails ‘real progress’ on Ukraine after G7 leaders agree ‘new steps to put pressure’ on Russia – Europe live

‘Balance of power has profoundly shifted’ to favour Ukraine, says French president as he closes summit in Évian-les-Bains Rutte says the adjustment in the US pledge to the Nato Force Model is “not primarily about where forces and assets are currently, but about who would do what if our defence plans

中文摘要 法国总统马克龙在G7峰会上表示,对乌克兰的力量平衡已发生重大变化,领导人达成一致将采取新步骤施压俄罗斯。

Here’s the latest.

Group of 7 leaders will discuss Artificial Intelligence and global imbalances on Wednesday, even as questions over Iran linger.

中文摘要 G7领导人将于周三讨论人工智能及全球不平衡问题,尽管有关伊朗的讨论仍在继续。

Northern Lebanon airport revival brings economic hope for the region

Rene Mouawad Airport to serve Istanbul, Dubai, and Mersin as part of plans to revitalise northern Lebanon's economy.

中文摘要 雷内·穆阿瓦德机场将重启,服务于伊斯坦布尔、迪拜和梅尔辛,旨在振兴黎巴嫩北部的经济。

美伊停火框架协议里到底写了什么?

在美国与伊朗达成框架协议三天后,彭博社(Bloomberg)和阿拉伯电视台(Al-Arabiya)公布了该备忘录的文本。有媒体解读这份文件是美国向德黑兰政权做出的重大让步。

中文摘要 美伊达成的框架协议文本被解读为美国对德黑兰的重大让步,其具体内容在媒体报告中给出。

Recently single Australian men are seven times more likely to report a suicide attempt, study shows

Fathers particularly affected, with almost 15% reporting suicidal plans after relationship breakdowns, according to survey of 20,000 men Get our breaking news email, free app or daily news podcast Men who have recently gone through a breakup are seven times more likely to report a suicide attempt th

中文摘要 研究显示,最近分手的澳大利亚男性报告自杀尝试的可能性高达七倍,父亲受影响尤为显著,约15%面临自杀计划。

Ancient DNA provides evidence of earliest known plague outbreak

Discovery in Siberia suggests bacterium from raw marmots devastated hunter-gatherer tribes about 5,500 years ago The earliest evidence for an outbreak of plague has been uncovered at late stone age cemeteries in south-eastern Siberia where dozens of hunter-gatherers and their children were buried. A

中文摘要 在西伯利亚的考古发现显示,约5500年前生存的游猎部落遭受的瘟疫事件为已知最早的疫情证据,这推翻了疾病曾为温和的理论。

Pauline Hanson’s speech ‘shameful’ and echoed ‘rubbish’ from rightwing figures in UK and US, critics say

Labor minister says Australians would lose their jobs and wages would go down if One Nation’s policies became law Get our breaking news email, free app or daily news podcast Pauline Hanson has been roundly condemned for her National Press Club speech, with advocacy groups accusing the One Nation lea

中文摘要 保琳·汉森在国立新闻俱乐部的讲话遭到广泛谴责,劳动部长称其政策将影响就业及工资水平。

A Deadly Outbreak of Plague, Nearly 5,000 Years Before the Black Death

The oldest known cases, discovered among hunter-gatherers in Siberian graves, contradict the theory that the disease once was mild.

中文摘要 在西伯利亚的猎人聚落墓地中发现的最古老瘟疫病例,挑战了关于该疾病性质的历史观。

Tehran War Diary: Shooting war at home

An internationally acclaimed photojournalist in Iran turns his lens on his own city, as Tehran comes under bombardment.

中文摘要 一名因战争而获国际认可的伊朗摄影记者聚焦于德黑兰的冲突与城市现状,反映战乱对日常生活的影响。

Now Open, Tashiev Trial Proceeds in Kyrgyzstan

The first hearings featured a verbal argument between Tashiev and a witness and were followed by a leak of interrogation videos.

中文摘要 塔希耶夫的审判在吉尔吉斯斯坦开启,首次听证会中他与证人展开口头争辩,审问视频也出现泄漏情形。

Nigerian man jailed for storing human faeces outside his home

Neighbours said the stench from the property had become so overwhelming that it was impossible to relax at home.

中文摘要 一名尼日利亚男子因在家外存放人粪被判刑,邻居表示臭味已令人无法在家中放松。

Warsh Faces First Big Test as Fed Chair

Federal Reserve policymakers are expected to hold interest rates steady on Wednesday, posing an early test for new chairman Kevin Warsh as rising inflation erodes households’ purchasing power and President Donald Trump continues to press for lower borrowing costs. Robert Kaplan, Vice Chairman at Gol

中文摘要 美联储的政策制定者预计将在周三维持利率不变,这对新任主席凯文·沃什构成早期考验,因通货膨胀上升削弱了家庭购买力,而特朗普总统仍继续呼吁降低借贷成本。

Bulgaria to Oppose EU Sanctions Against Russian Patriarch Kirill

Bulgaria’s new government will oppose sanctions against the head of the Russian Orthodox Church included in the latest European Union package of measures targeting Moscow, the country’s foreign minister said.

中文摘要 保加利亚新政府将反对欧盟针对俄罗斯东正教会领袖基里尔的制裁,外交部长表示该措施被纳入最新的针对莫斯科的制裁包裹中。

Citadel Securities Saw ‘Astronomical’ Retail Trading in SpaceX

Retail investors poured into US stocks at a record pace on the day of SpaceX’s blockbuster initial public offering and are increasingly driving the broader rally in equities, according to Citadel Securities.

中文摘要 根据Citadel Securities的报告,零售投资者在SpaceX首次公开募股当日以创纪录的速度涌入美股,推动了股票的广泛反弹。

"Europe lost many races" says AMI Labs CEO

Europe has fallen behind on text-based AI - known as LLMs - AMI Labs CEO Alex LeBrun told BTV's Tom Mackenzie at Vivatech 2026 in Paris, France. But it could still pull ahead in the race for world models - another evolution in AI that moves away from text-based models, towards spatial and physical i

中文摘要 在巴黎的Vivatech 2026大会上,AMI Labs首席执行官亚历克斯·勒布伦表示,欧洲在文本基础的人工智能领域落后,但在全球模型的竞争中还有可能迎头赶上。

Allianz CEO Says Risk Isn't Properly Priced at the Moment

"We need to be very careful in terms of how we allocate money," Allianz CEO Oliver Baete says while discussing the state of financial markets on "Bloomberg Open Interest." (Source: Bloomberg)

中文摘要 安联首席执行官奥利弗·贝特在《彭博开放期货》节目中指出,目前金融市场的风险并未得到合理定价,需要谨慎分配资金。

BYD Takes On Luxury EV Rivals in China With More Affordable SUV

BYD Co. showed off its largest electric car to date under its namesake brand, as the Chinese automaker attempts to challenge premium rivals with a more affordable sport utility vehicle.

中文摘要 比亚迪展示了其迄今为止最大的电动汽车,计划用一款更具价格优势的运动型多用途车来挑战中国的高端竞争对手。

AI medical tools move closer to the clinic

Two health models matched or surpassed doctors across a range of diagnostic and treatment decisions, studies show

中文摘要 研究表明,两种健康模型在诊断和治疗决策方面匹配或超越了医生的水平,推动AI医疗工具向临床应用的靠近。

Senator Warren Says Trump Has Put Fed's Warsh in 'Terrible Box'

US Senator Elizabeth Warren, a Massachusetts Democrat, says she is not comfortable with Kevin Warsh as chair of the Federal Reserve. She spoke on the June 16 episode of "Balance of Power: Evening Edition." (Source: Bloomberg)

中文摘要 美国参议员伊丽莎白·沃伦表示,对于凯文·沃什担任美联储主席一职,她并不感到安心,并在6月16日的节目中对此发表了看法。

Middle East peace deal could herald oil glut next year, says IEA

‘Gradual’ return of flows will give way to sharp rise in production, outstripping forecasts for increased demand

中文摘要 国际能源署表示,中东和平协议可能在明年引发石油过剩,流量的“逐步”恢复将导致生产大幅上升,超出需求增长的预测。

Iraq Takes Steps to Boost Oil Exports When Hormuz Reopens

Iraq is preparing to boost oil exports from its southern ports with a formal deal to open the Strait of Hormuz scheduled to be signed on Friday.

中文摘要 伊拉克准备在霍尔木兹海峡重新开放后,推动南部港口的石油出口,并计划在周五签署正式协议。

DeepSeek Free Key - 20260617

[!info] https://2c2ch1u11-share-api-0.hf.space/v1 [!info] sk-cb3f3c12406241ee8aca238f01cd18d9 [!warning] 蹬完就关贴,没关就是还能蹬 [!tip] DeepSeek V4 API | LDC兑换额度 | 超便宜渠道 本帖使用社区公益推广,符合推广要求。我申明并遵循社区要求的以下内容: 我的项目是免费使用的,无收费(变相收费、赞助)部分: 是 我的帖子已经打上 公益推广 标签: 是 我的项目属于个人项目,与公司或商业机构无关: 是 我的项目不存在QQ、TG等群组引流: 是 我的项目不存在非运营

grok heavy公益站,免费体验grok-composer-2.5-fast

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

求顶,让始皇和管理大哥们看到!!!!迫不得已用此方法,还望见谅

事先声明:我并非有意这样做,是因为个人害怕某一天或者换设备后无法登录到社区内,只是想让领导者们帮忙解决一下小佬弟的问题 问题:因为个人的问题哈,我的邮箱无法登录了,被风控了,想要更换邮箱,但是邮箱的话需要原邮箱收件后确认才可更换,但是已经无法登录,所以收不到,需要始皇修改一下我的邮箱即可,当然是因为我个人的问题,确实是很着急,怕哪天上不来了,发帖也是为了让百忙之中的领导者们能看到,绝无恶意。 通过站内私信和在TG上联系,TG上显示已读,我也不知道是不是机器人读的(因为没有给我回复) support.google.com 账号恢复指南 - Google 帐号帮助 获取与恢复 Google 账号或

公益站服务器炸了

现在知道为什么我不提高rpm了吗。。。。。。 41 个帖子 - 28 位参与者 阅读完整话题

在双非院校用Codex是一件很嘉豪事情吗……

如题,本人目前某双非院校研究生(机械类)。前段时间本科的舍友得知我在用Codex,说这种事情尽量不要让别人知道,因为显得很嘉豪。我感觉有点匪夷所思…… (有些佬友不知道嘉豪这个烂梗,在此引用一段百度百科【故意装神秘、装X,并且时不时做出一些中二行为的一类人】。可以简单理解为爱装逼的显眼包之类的) 91 个帖子 - 71 位参与者 阅读完整话题

GLM 5.2 王朝了

新鲜出炉的评分,智商紧咬 Opus 和 GPT,超越哈基米。Agent 能力跻身 TOP 3。 AI Arena 上更是给前端开发能力以极高评价,仅次于Fable 5 75 个帖子 - 56 位参与者 阅读完整话题

【开源教程】清华博士手把手教你 使用&开发 自己的Skill 生态

前言 之前站里分享了一些skills,有佬友提出让我出一个教程。最近正好在给组里小伙伴以及为公司做这方面分析经验,所以就把自己这半年里,开发迭代升级 skill 的经验总结出来给大家分享一下。这版本的教程已经不在教如何手写skill,而是利用skill和AI来让AI写出符合要求的skill。 教程主要分为13个模块,总计学习时间30分钟左右。 直达教程网页 dongshuyan.com 如何编写 Skills 这个挂载在github上的html开源代码,感兴趣可以直接去下载: github.com/dongshuyan/compass-skills skill-writing-tutorial

BYBIT用卡经验(趟过一堆坑)

申卡地区:优选格鲁吉亚 绑微信、支付宝都丝滑,哈萨克斯坦绑支付宝可以现在已经绑不了微信。 返现: 2、L2 订阅100%返现 3、首充100刀空投10刀也是靠谱的 这些都是跟bybit人工客服各种掰扯得到的信息 4、加上10%返现的商编,大家可以对照自己查 73 个帖子 - 31 位参与者 阅读完整话题