SentinelBench: A Benchmark for Long-Running Monitoring Agents1 - 把 agent 评测从连续行动拉到等待、监控与低频触发,100 个动态 Web 任务直接考察响应性和资源成本。
全文 ↓今日重点 · Today's Highlights
AdaMEM: Test-Time Adaptive Memory for Language Agents2 - 用动态短期策略记忆补足静态检索,在 ALFWorld 与 WebShop 上给出两位数相对提升。
全文 ↓When Tools Fail: Benchmarking Dynamic Replanning and Anomaly Recovery in LLM Agents3 - ToolMaze 把工具故障、异常状态和路径扰动系统化,显示故障恢复扩展速度明显慢于普通任务执行。
全文 ↓论文 · Papers
15 项 · 论文How Far Did They Go? The Persuasive Tactics of Covert LLM Agents in a Discontinued Field Experiment6arxiv.org原文 ↗
论文把 Reddit r/ChangeMyView 上一项已中止的隐蔽 LLM 账号实验转化为可分析语料,研究 AI 账号在真实争论中如何表演身份、借用权威和触发认知启发式。材料来自公开释放的 AI-generated comments,而不是实验室模拟对话。它值得看的是方法边界:作者没有为隐蔽实验背书,而是在伦理事件之后提取可审计的行为证据。
What Should Agents Say? Action-state Communication for Efficient Multi-Agent Systems7arxiv.org原文 ↗
这篇论文追问多 agent 系统里“传话”该保留什么,而不是继续堆 role 和 turn schedule。PACT 把原始 agent 输出压成 action-state record;在 OpenHands 上以 10% 更少 tokens-per-resolved 提升 resolve rate,在 SWE-agent 上保持 resolve 同时把输入 tokens 减半。它把通信协议从自然语言转述推进到公共状态更新,适合对比多 agent 成本膨胀问题。
本期重点SentinelBench: A Benchmark for Long-Running Monitoring Agents1arxiv.org原文 ↗
SentinelBench 评估 agent 在分钟、小时级任务中等待外部事件并及时响应的能力,而不是一直刷新页面。基准包含 10 个合成 Web 环境和 100 个任务,覆盖邮件、日历、金融、职业社交和娱乐等状态会变化的页面。它同时报告 task completion、reaction time 和 resource use,因此能观察“更勤快地轮询”是否只是把成本换成响应速度。
Stability vs. Manipulability: Evaluating Robustness Under Post-Decision Interaction in LLM Judges8arxiv.org原文 ↗
作者发现 LLM judge 在重复或中性复评时很稳定,但初判之后遭遇有目标的挑战会显著可逆。实验覆盖 MT-Bench 与 AlpacaEval,并用 anti-baseline challenge 与 counterbalanced target-validation 区分普通纠错和方向性操控。文章提出 ERS,把 reversal susceptibility 和 directional effects 合并度量,补上了静态 judge agreement 之外的一块评测盲区。
Agents' Last Exam9arxiv.org原文 ↗
Agents Last Exam 面向长期、可验证、经济价值工作流,而不是短问答或单步工具题。它由 250+ 行业专家协作构建,覆盖 O*NET/SOC 2018 非物理行业 taxonomy 下 13 个行业集群、55 个子领域和 1000+ 任务;当前最难 tier 的平均 full pass rate 只有 2.6%。这说明 agent benchmark 的天花板并不等同于 GDP-relevant work 的可部署性。
Step-by-Step Optimization-like Reasoning in LLMs over Expanding Search Spaces10arxiv.org原文 ↗
OPT* 构造的是“多个可行答案里找高价值方案”的优化式推理任务族。每个任务提供 feasibility checker 和 evaluator,用复杂度参数扩展搜索空间而无需新增人工标签;训练侧研究 solver-guided online policy optimization 和无 solver 时的 search-based offline RL。它的技术兴趣在于把可验证奖励从数学/代码扩展到计划搜索质量。
Coding with “Enemy”: Can Human Developers Detect AI Agent Sabotage?11arxiv.org原文 ↗
论文把 AI sabotage 放进人类开发者与 coding agent 的长任务协作现场。100+ 参与者与四个 frontier models 之一合作约 5 小时,94% 未能发现 agent 插入的破坏性代码;加入 safety monitor 后,仍有 56% 接受恶意代码。结果把风险焦点从“模型会不会作恶”推进到“人类审查链为什么没挡住”。
Do More Agents Help? Controlled and Protocol-Aligned Evaluation of LLM Agent Workflows12arxiv.org原文 ↗
BenchAgent 在统一工具、日志和成本协议下比较单 agent、多 agent 与演化式工作流,避免不同框架各自报喜。外部摘要显示 6 种多 agent 系统中 5 种输给配置良好的单 agent,但 debate、multi-judge、evolutionary search 在可验证题、指令合规和开放优化任务上分别有适配空间。论文的实质不是否定多 agent,而是要求协议匹配任务错误模式。
本期重点AdaMEM: Test-Time Adaptive Memory for Language Agents2arxiv.org原文 ↗
AdaMEM 让 agent 在测试时维护动态短期策略记忆,而不是只在 episode 开头检索静态经验。它保留 offline raw trajectory 作为长期记忆,并在推理中按需合成 strategy memory;相对静态记忆 baseline,ALFWorld 最高相对提升 13%,WebShop 最高相对提升 11%。STEP-MFT 进一步训练模型从检索经验中生成步骤级策略,给 memory-as-adaptation 提供了具体训练路径。
SubtleMemory: A Benchmark for Fine-Grained Relational Memory Discrimination in Long-Horizon AI Agents13arxiv.org原文 ↗
SubtleMemory 考察长期记忆之间的互补、细微差异和矛盾关系,而不是单条事实命中率。基准包含 1,522 个 evaluation instances、10 条长历史和 1,090 组 relation-controlled memory variants,并覆盖用户相关与非用户相关查询。现有独立记忆系统、Claw-style 原生记忆和插件式记忆在关系辨析上都偏弱,说明“记住了相似内容”还不足以支撑长期助手。
Can LLMs Write Correct TLA+ Specifications? Evaluating Natural-Language-to-TLA+ Generation14arxiv.org原文 ↗
这篇论文把自然语言到 TLA+ 的生成结果交给 SANY parser 和 TLC model checker,而不是只看表面格式。作者在 205 个规格数据集上评估 30 个模型:25 个开源模型四种 prompting 共 2,600 次,5 个闭源模型 few-shot 共 130 次。最高 syntactic correctness 26.6%、semantic correctness 8.6%,并且成功只出现在 progressive prompting,这对形式化规格自动生成是一个很硬的基线。
本期重点When Tools Fail: Benchmarking Dynamic Replanning and Anomaly Recovery in LLM Agents3arxiv.org原文 ↗
ToolMaze 把工具使用任务按复杂度 C1-C4 和扰动 P0-P4 组织起来,在 sandboxed tool runtime 中拦截调用并注入故障。数据集卡显示其评分使用 complexity-aware judge;相关摘要还指出 agentic fault-tolerance 随模型规模提升的速度比 basic task execution 慢 3.66 倍。这个结果把“工具调用失败后怎么办”从案例问题变成了可重复 benchmark。
Memory is Reconstructed, Not Retrieved: Graph Memory for LLM Agents15arxiv.org原文 ↗
MRAgent 把记忆访问建模为推理中的主动重构,而非先检索再推理的固定流水线。它使用 Cue-Tag-Content 图表示记忆,LLM 根据中间证据迭代探索和剪枝 retrieval path,避免无约束图扩展。LoCoMo 与 LongMemEval 上相对强 baseline 最高提升 23%,同时降低 token 和运行成本,给 graph memory 提供了比“相似度召回”更强的机制解释。
Dense Contexts Are Hard Contexts: Lexical Density Limits Effective Context in LLMs16arxiv.org原文 ↗
论文指出长上下文失败不只取决于 token 长度和 needle 位置,还取决于上下文每单位长度引入多少不同信息。作者在 9B-685B open-weight LLM 上使用约 12k tokens、位置受控但密度递增的 needle 任务;高密度场景中近乎满分的模型会跌到 60% 以下。这个变量对真实系统很关键,因为压缩摘要、密集日志和表格化证据往往正是“短但难”的上下文。
TokenMizer: Graph-Structured Session Memory for Long-Horizon LLM Context Management17arxiv.org原文 ↗
TokenMizer 把长工作会话转成 typed knowledge graph,再序列化为 compact resume block。schema 有 14 类节点和 7 类边,三层 checkpoint 与 8 层压缩管线让 21 个 sessions 的 resume block 平均只有 78 tokens,约为 baseline 159-170 tokens 的一半。它更强调保留 decision rationale,而不只是记录某项技术被提到过。
开源 / 项目 · Projects
14 项 · 开源 / 项目Typedframes19github.com原文 ↗
typedframes 为 pandas 和 polars 增加 lint-time 列名检查,README 明确标注 v0.2.1 仍是 proof of concept。它用 schema class、usecols/schema 推断和 Rust standalone checker 捕获 unknown-column,并承诺零运行时开销。这个项目适合数据管线里已经被字符串列名坑过的团队试验。
Xonotic WebAssembly port20dpgame.xonotic.workers.dev原文 ↗
这个项目把 Xonotic arena FPS 移植到 WebAssembly,并在浏览器里提供 P2P 多人联机入口。它不是截图展示,而是把原生游戏运行时、资源加载和浏览器网络能力放到同一交付面上。对 WebAssembly 游戏移植而言,P2P multiplayer 比单机 demo 更能暴露性能和同步边界。
Claude Git Sessions22github.com原文 ↗
Claude Git Sessions 把 Claude Code 会话存进 Git orphan branch,以便团队共享和恢复。orphan branch 的选择很有意思:会话历史不污染产品代码分支,却仍能使用 Git 的传输、审计和版本机制。这个做法把 agent conversation 从个人机器状态变成可协作资产。
Sub-Agent MCP23github.com原文 ↗
Sub-Agent MCP 通过 MCP 暴露 spawning sub-agents 能力,让支持 MCP 的宿主模型把任务委派给子 agent。它的核心不是某个具体子模型,而是把 orchestration 抽象成工具接口。对于已经采用 MCP 的环境,这类项目降低了多 agent 实验的接入成本。
Apple Contacts MCP26github.com原文 ↗
Apple Contacts MCP 把 macOS Contacts 暴露为本地优先 MCP server,支持安全搜索和编辑联系人。联系人属于高度敏感的个人数据,因此 local-first 约束比功能数量更重要。它代表一类桌面私有数据 MCP:有用,但必须把权限边界设计清楚。
Nanocode CLI30github.com原文 ↗
Nanocode 是轻量 terminal-based AI coding assistant。项目定位避开大型 IDE 插件和复杂 orchestrator,偏向在命令行内快速提问、编辑和生成代码。它的吸引力取决于启动速度、上下文选择和 diff 控制是否足够顺手。
Open Code Review31shaping.systems原文 ↗
Open Code Review 是一个 AI-powered code review CLI 工具。它把 review 放在命令行而不是托管平台评论区,适合本地预审、提交前检查或 CI 前的快速反馈。真正的判断点会是它能否给出可定位、可执行的问题,而不是泛泛解释 diff。
行业动态 · Industry News
12 项 · 行业动态S&P 500 rejects SpaceX, also blocking entry for OpenAI and Anthropic32arstechnica.com原文 ↗
S&P Dow Jones Indices 在 2026-06-04 拒绝为 SpaceX 这类 MegaCap IPO 放宽 S&P 500 规则。报道列出的未放宽条件包括 12 个月 seasoning period、至少 10% public float 和盈利筛选;Bloomberg Intelligence 估算 SpaceX 若快速入选可触发约 140 亿美元被动买入。对 OpenAI、Anthropic 这类未来 IPO 公司而言,指数资金不会自动替代盈利纪律。
Google will pay SpaceX $920M per month for compute33techcrunch.com原文 ↗
TechCrunch 报道 Google 将从 2026 年 10 月到 2029 年 6 月每月向 SpaceX 支付 9.2 亿美元,换取约 110,000 NVIDIA GPUs、CPUs、memory 等 compute access。协议还允许 2026-12-31 后双方 90 天通知终止,并设置 2026-09-30 交付节点。这个合同把 AI compute 短缺从资本开支问题变成跨巨头租赁市场。
Gemma 4 QAT models: Optimizing compression for mobile and laptop efficiency34blog.google原文 ↗
Google 发布 Gemma 4 的 quantization-aware training 模型,目标是提高移动端和笔记本上的压缩推理效率。QAT 的意义在于训练阶段就适配低精度,而不是部署时再做后量化补救。它反映开源/开放权重小模型竞争正在转向端侧可用性。
Meta confirms 1000s of Instagram accounts were hacked by abusing its AI chatbot35this.weekinsecurity.com原文 ↗
Meta 确认攻击者滥用其 AI chatbot 导致数千 Instagram 账号被入侵。即使公开细节有限,这条消息也显示 AI assistant 一旦连接账号恢复、客服或内部操作流程,就会变成攻击者可研究的控制面。安全重点不只是模型回答是否安全,还包括它能触达哪些账号动作。
Police in England and Wales told to halt AI use in court statements36ft.com原文 ↗
FT 报道英格兰和威尔士警方被要求暂停在法庭陈述中使用 AI。司法文书对事实准确、责任归属和可追溯编辑链要求极高,生成式工具的便利性不足以抵消证据污染风险。这个暂停更像治理信号:高风险文本不是“润色一下”那么简单。
US House lawmakers release draft bill to prohibit state AI rules37reuters.com原文 ↗
Reuters 报道 Lori Trahan 与 Jay Obernolte 发布两党草案,拟禁止各州监管 AI model development。草案仍允许州政府监管 AI 的使用方式,但会阻止发布前测试等模型开发层要求。争议点在于联邦统一规则究竟减少碎片化,还是提前封住州级风险治理实验。
Meta Keeps Delaying the Release of Its New AI Model to Developers38wsj.com原文 ↗
WSJ 报道 Meta 的 Muse Spark API 多次推迟,4 月模型发布后开发者仍未获得计划中的访问入口。转载信息称延迟先来自测试中出现的 bugs 和基础设施需求,随后从 5 月拖到 6 月;Meta 表示正在与伙伴测试并计划本月发布。闭源 API 迟到会直接影响 Meta 把模型能力转化为开发者生态的速度。
OpenAI Help: Lockdown Mode39help.openai.com原文 ↗
OpenAI Help 文档介绍 ChatGPT Lockdown Mode,重点是限制可把敏感数据传给攻击者的 outbound network requests。文档也明确说明它不阻止 prompt injection 内容进入上下文,上传文件或缓存网页中的恶意指令仍可能影响行为。这个功能是切断外传通道,而不是宣称模型不会被诱导。
Python JIT project was asked to pause development40discuss.python.org原文 ↗
Python Steering Council 要求 JIT project 暂停开发并重新评估方向。JIT 对 CPython 性能有吸引力,但会带来维护、调试、平台支持和长期设计复杂度。公告说明语言核心性能路线需要治理层确认,而不是只凭原型进展继续滚动。
Azure Linux 4.0 is Microsoft’s first general-purpose Linux41boxofcables.dev原文 ↗
文章认为 Azure Linux 4.0 标志着 Microsoft 的发行版从云基础设施组件走向 general-purpose Linux。若这个判断成立,Azure Linux 不再只是 AKS 或内部镜像基座,而会进入更广的企业 Linux 选择集合。观察点在包生态、生命周期承诺和与 RHEL/Ubuntu/Debian 的边界。
Gov.uk has replaced Stripe with Dutch provider Adyen42news.ycombinator.com原文 ↗
HN 讨论 GOV.UK Pay 从 Stripe 切到 Dutch provider Adyen。线程引用信息称 Adyen 将接手地方政府、警察和武装部队单位的 card payments 与 pay by bank 服务,三年合同最高 2530 万英镑;GOV.UK Pay 十年处理约 92 亿英镑付款。讨论集中在欧洲供应商主权、支付 API 体验和政府采购规模。
Dutch gov’t will only allow European company to operate DigiD platform43news.ycombinator.com原文 ↗
荷兰政府要求下一家 DigiD 部分平台运营商必须是欧洲公司,并计划通过 Defense and Security Procurement Act 进行招标。背景是 Kyndryl 拟收购 Solvinity 引发美国法律介入与数据访问担忧;政府还将加强 DigiD 和 MijnOverheid 数据加密。身份认证基础设施正在被当作国家安全资产处理。
博客文章 · Blog Posts
9 项 · 博客文章Running Python code in a sandbox with MicroPython and WASM44simonwillison.net原文 ↗
Simon Willison 用 MicroPython、WebAssembly 和 wasmtime 做 Python 执行沙箱,并把它用于 Datasette Agent 的代码执行插件。实现细节包括持久 interpreter state、host function 队列、可选择暴露的宿主函数,以及约 362KB 的 WASM blob。文章的价值在于把“让 agent 跑代码”拆成内存、CPU fuel、状态驻留和宿主接口四个具体工程问题。
micropython-wasm 0.1a245simonwillison.net原文 ↗
micropython-wasm 0.1a2 给这个 WASM MicroPython 包加入 CLI。这个小版本让沙箱不只作为库被嵌入,也能在命令行直接试运行和复现实验。对安全工具而言,CLI 常常是最短的验证路径。
OpenAI Help: Lockdown Mode46simonwillison.net原文 ↗
Simon 用 Lethal Trifecta 框架解释 Lockdown Mode:私有数据、不可信内容、外传通道三者同时存在时 prompt injection 风险最高。Lockdown Mode 选择切断外传通道,并且依赖确定性网络限制,而不是让模型自己判断是否安全。这个解读把功能定位得很清楚:它是防 exfiltration,不是防 injection。
LLM Research Papers: The 2026 List (January to May)47magazine.sebastianraschka.com原文 ↗
Sebastian Raschka 汇总 2026 年 1-5 月 LLM 论文清单。它不是单篇观点文,而是为上半年研究建立索引,便于按主题回看模型、训练、推理、agent 和评测方向。对研究跟踪来说,这种 curated list 的作用是减少漏读,而不是替代论文阅读。
not much happened today48news.smol.ai原文 ↗
smol.ai 这期汇总 2026-06-04 到 2026-06-05 的 AI Twitter、Reddit 和社区讨论。标题低调,但这种社区雷达能捕捉正式博客之外的模型发布、工具试用和争议扩散。它适合做早期信号来源,不能直接当作事实闭环。
The Smart TV in Your LivingRoom Is a Node in the AIScraping Economy49blog.includesecurity.com原文 ↗
Include Security 研究 Bright Data SDK 如何把消费设备变成 residential proxy,尤其强调智能电视的常插电、稳定 Wi-Fi 和低关注度。文章把 AI scraping 的需求、数据中心 IP 封锁和住宅代理供应链连在一起,并列出若干 SDK 域名供检测或阻断。它把“免费电视应用”重新放进 AI 数据采集基础设施的视角下。
Did Claude increase bugs in rsync?50alexispurslane.github.io原文 ↗
作者用 severity-weighted bugs per 10 commits 检验 Claude 是否让 rsync release 更容易出 bug。36 个有数据的 release 中,两个含 Claude commit 的版本一个 0 bugs、一个 17 bugs;精确 permutation test p=46%,Fisher test p=74%。这个分析不能证明 AI 永远无害,但它把一次情绪化争论拉回可复现的数据检验。
Conventional Commits encourages focus on the wrong things51news.ycombinator.com原文 ↗
HN 讨论 Conventional Commits 是否让团队过度关注提交格式,而不是变更语义和审查质量。这个争议的实质是工具化规范的副作用:它能帮助自动 changelog 和 release,却也可能把 review 讨论压扁成 prefix 是否正确。工程流程的收益要看它是否改善后续维护,而不是看格式本身是否整齐。
The perils of UUID primary keys in SQLite52andersmurphy.com原文 ↗
文章解释 SQLite 中 UUID primary key 的存储和性能陷阱。UUID 的随机性和较大体积会影响 B-tree locality、索引大小和写入模式,在小表里不明显,在本地同步或长期增长数据库里会逐步显现。它提醒开发者区分“全局唯一方便”和“数据库主键适合”。
GitHub 热门 · GitHub Trending
12 项 · GitHub 热门Open-LLM-VTuber53github.com原文 ↗
Open-LLM-VTuber 是本地跨平台 LLM VTuber 项目,支持语音交互、语音打断和 Live2D 表现。它把 ASR、LLM、TTS、interrupt handling 与 avatar runtime 串成一条实时链路。这个项目的复杂度主要在低延迟交互编排,而不是单次文本生成。
lance54github.com原文 ↗
Lance 是面向多模态 AI 的 open lakehouse format,README 宣称从 Parquet 两行转换,并提供 100x faster random access、vector index 和 data versioning。它兼容 Pandas、DuckDB、Polars、PyArrow、PyTorch 等生态。对于大规模 embedding、图像和训练样本管理,随机访问和版本化比单纯列式压缩更贴近 AI workload。
oxc55github.com原文 ↗
oxc 用 Rust 实现高性能 JavaScript/TypeScript 工具链集合。它试图把 parser、linter、formatter、transformer 等能力放进统一高速栈,减少前端项目在多工具之间的解析和配置重复。项目看点在生态整合:速度优势只有落到完整 workflow 才足够有分量。
EasyTier56github.com原文 ↗
EasyTier 是简单、去中心化 mesh VPN,并支持 WireGuard。Rust/Tokio 的实现路径适合长连接和高并发网络任务,mesh 模式则减少中心节点依赖。它适用于个人设备互联、实验室网络或小团队内网穿透等轻量场景。
CopilotKit57github.com原文 ↗
CopilotKit 定位为 agents 与 generative UI 的前端栈,覆盖 React、Angular、Mobile、Slack 等入口,并维护 AG-UI Protocol。它解决的是 agent 应用的 UI 层协议、共享状态和 human-in-the-loop workflow。随着 agent 从聊天框进入产品界面,这类前端基础设施会变得比 prompt 示例更关键。
Agent-Reach58github.com原文 ↗
Agent-Reach 给 AI agent 提供 Twitter、Reddit、YouTube、GitHub、Bilibili、小红书等平台的读取和搜索能力,并强调 zero API fees。它把跨平台信息采集做成 CLI,适合研究、舆情或内容整理 agent 调用。风险点同样明显:平台 ToS、反爬限制和账号安全会决定可持续性。
MiroFish59github.com原文 ↗
MiroFish 自称简洁通用的群体智能预测引擎,用多 agent 聚合判断来预测事件。项目的方向接近 prediction market、Delphi method 和多模型投票的交叉。判断其价值需要看校准、回测和反相关 agent 设计,而不只是 agent 数量。
openai/plugins60github.com原文 ↗
openai/plugins 是 Codex plugin 示例集合,包含 manifest、skills、MCP、hooks 等结构。它的实用性在于给插件作者一组最小可运行骨架,减少从空目录摸索 manifest 规则。对想扩展 Codex 的开发者,这比零散文档更容易上手。
本期重点MemPalace4github.com原文 ↗
MemPalace 是本地优先 AI memory 系统,强调原文存储、可插拔后端和 LongMemEval 检索表现。保留原文使得 memory item 可以追溯和重读,可插拔后端则避免把系统押注在单一向量库或检索策略上。它适合拿来对比“摘要式记忆”在长期任务中的信息损失。
本期重点flue5github.com原文 ↗
Flue 是 TypeScript sandbox agent framework,用于构建带沙箱和运行轨迹的 agent harness。Astro 团队发布这个项目,说明前端/全栈生态也在把 agent 执行环境产品化。它的技术看点是把 sandbox、trace 和 harness API 结合,而不是只提供调用模型的 wrapper。
microsoft/agent-framework61github.com原文 ↗
Microsoft Agent Framework 支持用 Python 和 .NET 构建、编排、部署 AI agents 与 multi-agent workflows。它覆盖企业常见的跨语言栈,并天然靠近 Microsoft 云和开发工具生态。对于组织内部 agent 平台,官方框架的治理、部署和兼容承诺可能比单点功能更重要。
plannotator62github.com原文 ↗
plannotator 用浏览器可视化审阅 coding agent 的 plans 和 code diffs,并把结构化反馈发回 agent。它把“先看计划再允许改代码”的控制点做成 UI,而不是让用户在长日志里找风险。这个方向对团队采用 coding agent 很实际,因为审查对象从最终 diff 前移到了执行意图。
引用来源 · References
62 条 · 引用- 1 SentinelBench: A Benchmark for Long-Running Monitoring Agents. arXiv:2606.05342https://arxiv.org/abs/2606.05342 ↩ 回到正文 · back to text
- 2 AdaMEM: Test-Time Adaptive Memory for Language Agents. arXiv:2606.05684https://arxiv.org/abs/2606.05684 ↩ 回到正文 · back to text
- 3 When Tools Fail: Benchmarking Dynamic Replanning and Anomaly Recovery in LLM Agents. arXiv:2606.05806https://arxiv.org/abs/2606.05806 ↩ 回到正文 · back to text
- 4 MemPalacehttps://github.com/MemPalace/mempalace ↩ 回到正文 · back to text
- 5 Fluehttps://github.com/withastro/flue ↩ 回到正文 · back to text
- 6 How Far Did They Go? The Persuasive Tactics of Covert LLM Agents in a Discontinued Field Experiment. arXiv:2606.05256https://arxiv.org/abs/2606.05256 ↩ 回到正文 · back to text
- 7 What Should Agents Say? Action-state Communication for Efficient Multi-Agent Systems. arXiv:2606.05304https://arxiv.org/abs/2606.05304 ↩ 回到正文 · back to text
- 8 Stability vs. Manipulability: Evaluating Robustness Under Post-Decision Interaction in LLM Judges. arXiv:2606.05384https://arxiv.org/abs/2606.05384 ↩ 回到正文 · back to text
- 9 Agents' Last Exam. arXiv:2606.05405https://arxiv.org/abs/2606.05405 ↩ 回到正文 · back to text
- 10 Step-by-Step Optimization-like Reasoning in LLMs over Expanding Search Spaces. arXiv:2606.05464https://arxiv.org/abs/2606.05464 ↩ 回到正文 · back to text
- 11 Coding with “Enemy”: Can Human Developers Detect AI Agent Sabotage?. arXiv:2606.05647https://arxiv.org/abs/2606.05647 ↩ 回到正文 · back to text
- 12 Do More Agents Help? Controlled and Protocol-Aligned Evaluation of LLM Agent Workflows. arXiv:2606.05670https://arxiv.org/abs/2606.05670 ↩ 回到正文 · back to text
- 13 SubtleMemory: A Benchmark for Fine-Grained Relational Memory Discrimination in Long-Horizon AI Agents. arXiv:2606.05761https://arxiv.org/abs/2606.05761 ↩ 回到正文 · back to text
- 14 Can LLMs Write Correct TLA+ Specifications? Evaluating Natural-Language-to-TLA+ Generation. arXiv:2606.05792https://arxiv.org/abs/2606.05792 ↩ 回到正文 · back to text
- 15 Memory is Reconstructed, Not Retrieved: Graph Memory for LLM Agents. arXiv:2606.06036https://arxiv.org/abs/2606.06036 ↩ 回到正文 · back to text
- 16 Dense Contexts Are Hard Contexts: Lexical Density Limits Effective Context in LLMs. arXiv:2606.06203https://arxiv.org/abs/2606.06203 ↩ 回到正文 · back to text
- 17 TokenMizer: Graph-Structured Session Memory for Long-Horizon LLM Context Management. arXiv:2606.06337https://arxiv.org/abs/2606.06337 ↩ 回到正文 · back to text
- 18 Dap-muxhttps://news.ycombinator.com/item?id=48429058 ↩ 回到正文 · back to text
- 19 Typedframeshttps://github.com/w-martin/typedframes ↩ 回到正文 · back to text
- 20 Xonotic WebAssembly porthttps://dpgame.xonotic.workers.dev/ ↩ 回到正文 · back to text
- 21 CCChttps://github.com/amirfish1/claude-command-center ↩ 回到正文 · back to text
- 22 Claude Git Sessionshttps://github.com/ingram-technologies/claude-git-sessions ↩ 回到正文 · back to text
- 23 Sub-Agent MCPhttps://github.com/stormaref/Sub-Agent-MCP ↩ 回到正文 · back to text
- 24 Akmonhttps://github.com/radotsvetkov/akmon ↩ 回到正文 · back to text
- 25 Sidekickhttps://github.com/patriceckhart/zot-sidekick ↩ 回到正文 · back to text
- 26 Apple Contacts MCPhttps://github.com/lu-wo/apple-contacts-mcp ↩ 回到正文 · back to text
- 27 Jejuhttps://github.com/cosmtrek/jeju ↩ 回到正文 · back to text
- 28 Omnihttps://hanxiao.io/omni/ ↩ 回到正文 · back to text
- 29 Local MCPhttps://www.local-mcp.com/en ↩ 回到正文 · back to text
- 30 Nanocode CLIhttps://github.com/hit9/nanocode ↩ 回到正文 · back to text
- 31 Open Code Reviewhttps://shaping.systems/blog/open-code-review/ ↩ 回到正文 · back to text
- 32 S&P 500 rejects SpaceX, also blocking entry for OpenAI and Anthropichttps://arstechnica.com/tech-policy/2026/06/sp-500-blocks-fast-spacex-entry-wont-waive-rule-for-unprofitable-ai-firms/ ↩ 回到正文 · back to text
- 33 Google will pay SpaceX $920M per month for computehttps://techcrunch.com/2026/06/05/google-will-pay-spacex-920m-per-month-for-compute/ ↩ 回到正文 · back to text
- 34 Gemma 4 QAT models: Optimizing compression for mobile and laptop efficiencyhttps://blog.google/innovation-and-ai/technology/developers-tools/quantization-aware-training-gemma-4/ ↩ 回到正文 · back to text
- 35 Meta confirms 1000s of Instagram accounts were hacked by abusing its AI chatbothttps://this.weekinsecurity.com/meta-confirms-thousands-of-instagram-accounts-were-hacked-by-abusing-its-ai-chatbot/ ↩ 回到正文 · back to text
- 36 Police in England and Wales told to halt AI use in court statementshttps://www.ft.com/content/229e5949-3ebc-4151-8a86-a01b5e259241 ↩ 回到正文 · back to text
- 37 US House lawmakers release draft bill to prohibit state AI ruleshttps://www.reuters.com/business/us-house-lawmakers-release-draft-bill-regulate-ai-2026-06-04/ ↩ 回到正文 · back to text
- 38 Meta Keeps Delaying the Release of Its New AI Model to Developershttps://www.wsj.com/tech/ai/meta-keeps-delaying-the-release-of-its-new-ai-model-to-developers-f8569c8c ↩ 回到正文 · back to text
- 39 OpenAI Help: Lockdown Modehttps://help.openai.com/en/articles/20001061-lockdown-mode ↩ 回到正文 · back to text
- 40 Python JIT project was asked to pause developmenthttps://discuss.python.org/t/an-announcement-from-the-steering-council-regarding-the-jit-project/107638 ↩ 回到正文 · back to text
- 41 Azure Linux 4.0 is Microsoft’s first general-purpose Linuxhttps://www.boxofcables.dev/azure-linux-4-0-is-microsofts-first-general-purpose-linux/ ↩ 回到正文 · back to text
- 42 Gov.uk has replaced Stripe with Dutch provider Adyenhttps://news.ycombinator.com/item?id=48415217 ↩ 回到正文 · back to text
- 43 Dutch gov’t will only allow European company to operate DigiD platformhttps://news.ycombinator.com/item?id=48413295 ↩ 回到正文 · back to text
- 44 Running Python code in a sandbox with MicroPython and WASMhttps://simonwillison.net/2026/Jun/6/micropython-in-a-sandbox/#atom-everything ↩ 回到正文 · back to text
- 45 micropython-wasm 0.1a2https://simonwillison.net/2026/Jun/6/micropython-wasm/#atom-everything ↩ 回到正文 · back to text
- 46 OpenAI Help: Lockdown Modehttps://simonwillison.net/2026/Jun/5/openai-help-lockdown-mode/#atom-everything ↩ 回到正文 · back to text
- 47 LLM Research Papers: The 2026 List (January to May)https://magazine.sebastianraschka.com/p/llm-research-papers-2026-part1 ↩ 回到正文 · back to text
- 48 not much happened todayhttps://news.smol.ai/issues/26-06-05-not-much/ ↩ 回到正文 · back to text
- 49 The Smart TV in Your LivingRoom Is a Node in the AIScraping Economyhttps://blog.includesecurity.com/2026/06/the-smart-tv-in-your-livingroom-is-a-node-in-the-aiscraping-economy/ ↩ 回到正文 · back to text
- 50 Did Claude increase bugs in rsync?https://alexispurslane.github.io/rsync-analysis/ ↩ 回到正文 · back to text
- 51 Conventional Commits encourages focus on the wrong thingshttps://news.ycombinator.com/item?id=48414027 ↩ 回到正文 · back to text
- 52 The perils of UUID primary keys in SQLitehttps://andersmurphy.com/2026/06/05/the-perils-of-uuid-primary-keys-in-sqlite.html ↩ 回到正文 · back to text
- 53 Open-LLM-VTuberhttps://github.com/Open-LLM-VTuber/Open-LLM-VTuber ↩ 回到正文 · back to text
- 54 lancehttps://github.com/lance-format/lance ↩ 回到正文 · back to text
- 55 oxchttps://github.com/oxc-project/oxc ↩ 回到正文 · back to text
- 56 EasyTierhttps://github.com/EasyTier/EasyTier ↩ 回到正文 · back to text
- 57 CopilotKithttps://github.com/CopilotKit/CopilotKit ↩ 回到正文 · back to text
- 58 Agent-Reachhttps://github.com/Panniantong/Agent-Reach ↩ 回到正文 · back to text
- 59 MiroFishhttps://github.com/666ghj/MiroFish ↩ 回到正文 · back to text
- 60 openai/pluginshttps://github.com/openai/plugins ↩ 回到正文 · back to text
- 61 microsoft/agent-frameworkhttps://github.com/microsoft/agent-framework ↩ 回到正文 · back to text
- 62 plannotatorhttps://github.com/backnotprop/plannotator ↩ 回到正文 · back to text