Runtime Governance for Agentic AI: Action-Boundary Control with Trusted Provenance and Fail-Closed Execution - Aegis 把 agent 的工具输出降格为动作提案,用可信 provenance、fail-closed 和 quorum 授权把副作用拦在运行时边界内。1
全文 ↓今日重点 · Today's Highlights
LEGO-RL: Harness-Native Reinforcement Learning for Coding Agents - 将原生 coding harness 的真实控制流纳入 RL,处理崩溃、reward hacking 与 rollout/training 对齐,三种 harness 的 SWE-bench 均有可量化提升。2
全文 ↓StagedWorkspace: A Versioned Workspace for Knowledge-Work Agents - 用内容 hash 把检索视图、原生文件、diff 与提交产物绑定到同一版本,直接测量 workspace 状态对知识工作的影响。3
全文 ↓HarnessRisk: A Lifecycle-Oriented Benchmark for Agent Harness Safety - 把 harness 安全拆成六个生命周期阶段,证明高风险识别率与真正阻止攻击之间存在明显脱钩。4
全文 ↓OpenViking - 以 `viking://` 虚拟文件系统统一记忆、RAG 资源和 skills,并用分层加载和可观测检索轨迹降低上下文成本。5
全文 ↓论文 · Papers
15 项 · 论文本期重点[Runtime Governance for Agentic AI: Action-Boundary Control with Trusted Provenance and Fail-Closed Execution](https://arxiv.org/abs/2608.16891) - Aegis 由受信运行时重算策略状态和来源证明,模型只能提出动作,最终执行权交给决策层;高风险提案还必须经过 Senate 式 quorum。评估覆盖 5 个 run family、42 个任务和 6300 行记录,2100 行治理运行没有受控副作用,但作者把结论限定在沙箱范围内。1arxiv.org原文 ↗
arxiv.org
–
[KernelArc: A Multi-Agent Framework for GPU Kernel Optimization](https://arxiv.org/abs/2608.17071) - KernelArc 让策略专门化 agent 并行探索 kernel,只共享结论并用确定性 benchmark guard 防止噪声扩散,平台覆盖 H100 与 B200。它在 2026-07-30 的 SOL-ExecBench 快照中拿下 L1、L2、Quantization、FlashInfer 代表任务第一,但论文也观察到协作组件的收益随 kernel 和优化阶段变化。7arxiv.org原文 ↗
arxiv.org
–
[Do LLMs Know a Good Hypothesis When They See One?](https://arxiv.org/abs/2608.17270) - 研究以模型 logits 的 energy score 评估科学假设,绕开 prompted judge 对熟悉表述的偏好;七个模型在 1323 篇论文、每篇 15 个错误选项上进行配对测试。intrinsic scoring 的 pooled Hit@1 为 33.0%,listwise judge 为 16.6%,最高组合 53.1% 来自事后选择,结果应被视为可行性信号而非稳定上限。9arxiv.org原文 ↗
arxiv.org
–
[Wuying-Browser-Agent: Real-World Centric Fundamental Long-Horizon Browser Agents](https://arxiv.org/abs/2608.17319) - Wuying 同时改造执行 harness、恢复型监督、在线优化与评测,RUIC-SFT 专门暴露复杂 UI 和失败恢复轨迹,DAO-GRPO 则按 divergence 做长程 credit assignment。它新增双语 BrowserBench(350 任务、平均 37.9 步),27B 模型在该基准达 65.1%,并在 WebVoyager 和 Online-Mind2Web 得到 80.6% 与 66.7%。11arxiv.org原文 ↗
arxiv.org
–
本期重点[LEGO-RL: Harness-Native Reinforcement Learning for Coding Agents](https://arxiv.org/abs/2608.17393) - LEGO-RL 用进程内 LLM proxy 保留原始 token 流,配合镜像缓存、分阶段 sandbox 防御和 Live UI,把 harness 运行细节纳入训练闭环。Qwen3.5-35B-A3B 在 OpenHands SDK、Claude Code、OpenCode 上的 SWE-bench Verified 分别由 64.0→70.4%、62.4→68.2%、57.2→66.6%,rollout 与重算概率相关性保持在 0.99 以上。2arxiv.org原文 ↗
arxiv.org
–
[Agent Lightning v1.0: Towards Harnessed Agentic RL](https://arxiv.org/abs/2608.17528) - 这套约 3500 行框架把“harness 管环境、trainer 看序列”作为基本架构,显式处理重分词、样本合并、advantage、loss normalization 和调度。只用 6000 个训练样本,Qwen3.5-9B 在 SWE-bench Verified 从 41.8% 提升到 56.4%;价值在于提供任意 harness 可复用的可复现实验管线,而非提出新的基础模型。12arxiv.org原文 ↗
arxiv.org
–
[TRUSS: Towards Task-Reliable and User-Safe Automated Agent Skill Generation](https://arxiv.org/abs/2608.17588) - TRUSS 先做证据导向的静态安全门,再把 Skill 放进可控执行环境,记录每次 brokered tool 的 provenance,并把失败回溯到具体内容。对 168 个 SkillInject、155 个 SkillSafetyBench 和 187 个 SkillGenBench 任务,漏洞检测 precision/recall 均为 100%;修复后 GPT-5.5 攻击成功率从 38.71% 降到 19.35%,任务有效率从 17.11% 升至 52.94%。13arxiv.org原文 ↗
arxiv.org
–
[D2ACCI: A Dual-Loop Diagnostic Protocol for Evidence-Preserving Agent Memory](https://arxiv.org/abs/2608.17756) - D²ACCI 将 memory 变更拆成诊断门与可控迭代,要求配对统计、protected slice 和 trace-level localizability 同时过关,并提供可重放的 Eval artifact。MemStack 在 LoCoMo、LongMemEval、PersonaMem-V2 得分 93.59%、90.93%、57.20%;五个消融带来 1.9 - 3.7pp 增益,DCR@3 从结果-only 日志的 0% 提升到 98 - 100%。14arxiv.org原文 ↗
arxiv.org
–
本期重点[StagedWorkspace: A Versioned Workspace for Knowledge-Work Agents](https://arxiv.org/abs/2608.18050) - 研究把 parsed record、原生文件和 review diff 都绑定到内容 hash,避免 agent 在不同版本之间“看一份、改一份、交另一份”。双视图相对单视图在 OfficeQA Pass@1 提升 8.3 - 12.1 点,在 APEX rubric 提升 4.7 - 9.2 点;57 个文件编辑任务的配对实验还显示,显式 diff 会改变观察到的工作质量。3arxiv.org原文 ↗
arxiv.org
–
[The Working Set of a Coding Agent: Coherence Debt in Repository-Scale Tasks](https://arxiv.org/abs/2608.16630) - 论文以耦合事实图描述测试、imports、配置和迁移规则的可用性,缺失的事实称为 coherence debt。七个模型、五个 harness 的实验发现,事实缺口常让 agent 猜值或伪造文件而不是停下,且相同测试通过的配置 token 消耗可相差十倍;继续加上下文预算无法补回未提供的事实,过时 convention 还可能比空白更误导。15arxiv.org原文 ↗
arxiv.org
–
本期重点[HarnessRisk: A Lifecycle-Oriented Benchmark for Agent Harness Safety](https://arxiv.org/abs/2608.17597) - HarnessRisk 将配置、扩展、运行、持久化、动作控制、恢复六阶段统一进 128 个沙箱 case,并同时量 Utility、Attack Success、Persistence、Detection。三种 harness、六个模型的攻击成功率从 12.6% 到 80.9%,Utility 仍为 75.0 - 97.6%;配置阶段最脆弱,而且“识别风险超过 90%”的系统仍可能执行大量攻击动作。4arxiv.org原文 ↗
arxiv.org
–
[AdaLens: Interactive Storyline for Monitoring and Steering Long-Running Agentic Data Analysis](https://arxiv.org/abs/2608.17834) - AdaLens 用 storyline 把分析计划、并行进度、中间发现与数据列参与关系放在同一视图,用户可针对这些元素改变方向或暂停执行。两个案例和用户研究把重点从逐轮聊天转向持续监督,技术贡献是把 observability 与 steerability 建在同一分析表示上,而不是再加一个聊天侧栏。16arxiv.org原文 ↗
arxiv.org
–
开源 / 项目 · Projects
15 项 · 开源 / 项目[HyperSAE - Sparse Autoencoders, reimagined in hyperbolic space](https://github.com/vishal-dehurdle/hypersae) - HyperSAE 在 forward pass 保持 Euclidean 高速路径,只把层级概念关系放进 Poincaré 权重正则,另以异步 co-activation queue 控制显存。Gemma-2-2B Layer 13、20M FineWeb-Edu token 的报告称,在相近稀疏度下重构 MSE 降 9.8%、交叉熵恢复率增 3.4%,适合拿来检验双曲几何是否真的改善可解释特征。17github.com原文 ↗
github.com
–
行业动态 · Industry News
10 项 · 行业动态[OpenRouter is joining Stripe](https://openrouter.ai/blog/announcements/openrouter-is-joining-stripe/) - OpenRouter 宣布加入 Stripe,模型聚合层由独立 API 产品转入支付与开发者基础设施体系。公告摘要没有披露交易价格、组织安排或整合时间表,当前可确认的技术含义是模型选择/路由能力可能与 Stripe 的计费、风控和开发者账户更紧密结合。32openrouter.ai原文 ↗
openrouter.ai
–
[Go 1.27](https://go.dev/blog/go1.27) - Go 1.27 引入 generic methods、json v2 实现、ML-DSA、UUID 与实验性 SIMD;小对象分配在特定场景最多快约 30%,整体分配密集程序预期约 1%。升级影响集中在兼容行为和安全库:JSON 严格性、TLS 的后量子签名及 macOS 13+ 要求,都应先跑依赖和序列化回归。33go.dev原文 ↗
go.dev
–
[XWayland 26.1-rc1 Released Two Years After the Last Release](https://lists.x.org/archives/xorg/2026-August/062280.html) - XWayland 发布距上一版本约两年后的 26.1 首个候选版,继续承担 Wayland 环境运行 X11 应用的兼容层职责。维护节奏重新启动本身就是信号;发行版应把 RC 当作回归测试窗口,而不是立即视为稳定 ABI。34lists.x.org原文 ↗
lists.x.org
–
[Cerebras CS-4](https://www.cerebras.ai/cs4) - Cerebras 发布 CS-4 计算系统并介绍 wafer-scale 架构与规格。信息价值在于产品线继续以整机系统而非单卡加速器竞争;评估时需要可复现实测,不能沿用 CS-2/CS-3 参数。35cerebras.ai原文 ↗
cerebras.ai
–
[The Mojo language is now open-source](https://www.modular.com/blog/modcon-announcements) - Modular 宣布 Mojo 语言、编译器和工具链按 Apache 2.0 开源,并配套 nightly builds、公共 CI 和 GitHub PR。对语言生态而言,真正变化是实现与标准库可以被外部审阅和贡献;但 Mojo 与 MAX 的组件边界、版本兼容和 GPU 后端许可仍要按仓库逐项确认。36modular.com原文 ↗
modular.com
–
[Offering Zero Data Retention for frontier models](https://openai.com/index/offering-zero-data-retention-for-frontier-models) - OpenAI 宣布符合条件的 API 客户可为 frontier models 使用 Zero Data Retention,并预告 Private Safety Processing。它把数据留存控制推进到前沿模型与安全处理链路,但“符合条件”意味着端点、模型和账户审批仍是约束,不能视作全平台默认策略。37openai.com原文 ↗
openai.com
–
[ChatGPT Ads expands across Europe](https://openai.com/index/chatgpt-ads-expands-across-europe) - ChatGPT Ads 扩展到欧洲 31 个市场,变化在覆盖面和商业化运营,而不是模型推理能力。公告摘要没有说明广告位、计费、隐私开关或各市场节奏,因此更适合作为产品分发版图更新阅读。38openai.com原文 ↗
openai.com
–
[Replit expands access to software creation with GPT-5.6 Luna](https://openai.com/index/replit) - OpenAI 介绍 Replit 用 GPT-5.6 Luna 驱动 Free Mode,把软件创建入口扩展给免费用户。产品变化集中在模型与合作产品的可用范围扩大,并没有同时给出 Luna 在开发任务上的新 benchmark。39openai.com原文 ↗
openai.com
–
[GLM-5.3 Artificial Analysis Benchmarks](https://artificialanalysis.ai/models/glm-5-3) - Artificial Analysis 发布 GLM-5.3 的横向基准页面,提供跨任务、跨模型的比较入口;外部报道曾报 CyberGym 84.5%,但该数字受版本、提示和测评归属影响。阅读这类榜单时应分开看独立测量、供应商自报与安全能力,避免把一个高分当成全面领先。40artificialanalysis.ai原文 ↗
artificialanalysis.ai
–
[Memory prices climb 500% in 12 months](https://www.tomshardware.com/pc-components/ram/memory-prices-climb-500-percent-in-12-months-up-to-10x-the-lowest-ever-tracked-prices-128gb-of-ddr5-now-usd3-399) - Tom’s Hardware 的价格追踪显示部分 DDR5 套件一年涨幅达 500%,128GB 套件报价 3399 美元,约为历史最低价十倍;硬盘和 SSD 同期也上涨超过 125%。这组数据把 AI 数据中心的供需冲击连接到消费级装机,说明本地推理和开发机的成本约束已成为基础设施议题。41tomshardware.com原文 ↗
tomshardware.com
–
博客文章 · Blog Posts
10 项 · 博客文章[Liquid Types as a behavioural sandbox for agents](https://wiki.alcidesfonseca.com/blog/aeonbox-logical-guardrails-for-agents/) - 文章设想用 liquid types 表达资源上限、状态不变量和允许副作用,让验证器在执行边界拒绝不满足约束的 agent 行为。相比只在提示中提醒规则,这种做法能留下可计算的 witness;实际难点是开放世界动作的不可判定性和求解成本。48wiki.alcidesfonseca.com原文 ↗
wiki.alcidesfonseca.com
–
[Palomar: A registry of Lean verified mathematics](https://terrytao.wordpress.com/2026/08/18/palomar-a-registry-of-lean-verified-mathematics/) - Palomar 要求提交 Lean 仓库并自动构建检查证明可运行性、依赖和额外公理,再提供可检索的注册记录。它把“仓库里有 Lean 文件”提升为“第三方可重放的证明产物”,同时没有取代人类对概念新颖性与数学解释的评审。49terrytao.wordpress.com原文 ↗
terrytao.wordpress.com
–
[Crazy New Exploit To Steal Reasoning Traces](https://mail.bycloud.ai/p/crazy-new-exploit-to-steal-reasoning-traces) - 这期 AI Timeline 讨论跨模型重放加密 reasoning block 的攻击:较弱模型被诱导解密强模型的隐藏轨迹,并可能执行藏在轨迹里的 prompt injection。相关研究从 315320 个公开 block 恢复 367 个 PII 片段和 182 个凭据,说明客户端持有的“不可读加密上下文”同样需要绑定会话、模型和权限。50mail.bycloud.ai原文 ↗
mail.bycloud.ai
–
GitHub 热门 · GitHub Trending
7 项 · GitHub 热门[AlexsJones/llmfit](https://github.com/AlexsJones/llmfit) - llmfit 读取本机 RAM、CPU、GPU/VRAM 和后端,给数百模型按内存适配、速度、质量、上下文排序,并支持 MoE、多 GPU 和多种本地 runtime。`bench` 会测真实 tok/s/TTFT,社区提交的测量还能替换估计值;这使“哪个模型能在我的机器上跑”从参数表问题变成可复验的硬件测量。52github.com原文 ↗
github.com
–
[superradcompany/microsandbox](https://github.com/superradcompany/microsandbox) - Microsandbox 用本地 microVM 承载不可信代码、agent、插件和 CI,兼容 OCI 镜像并提供 Rust、Python、TypeScript SDK。项目宣称平均启动低于 100ms、secret 不进入 VM、可 detached 长运行;快速启动与硬件隔离同时存在,适合把工具执行从主机权限边界中拆出来。53github.com原文 ↗
github.com
–
[pipeshub-ai/pipeshub-ai](https://github.com/pipeshub-ai/pipeshub-ai) - PipesHub 把 50+ 企业连接器、权限感知搜索、知识图谱、向量检索、MCP 和 no-code agent 组合成可自托管 context layer,并返回原文 block citation。Docker installer 会生成 secrets、启动依赖并做健康检查;Neo4j/ArangoDB 加 Qdrant 的组合说明它在治理检索关系,而不只是把文件塞进向量库。54github.com原文 ↗
github.com
–
[docling-project/docling](https://github.com/docling-project/docling) - Docling 将 PDF、Office、网页、邮件和音视频解析到统一 DoclingDocument,能识别版面、阅读顺序、表格、代码、公式并导出 Markdown/JSON。它支持 OCR、VLM、MCP、本地和 air-gapped 运行;`docling <url>` 直接生成结构化 Markdown,使其成为 agent/RAG 管线中可替换的文档前处理层。55github.com原文 ↗
github.com
–
[chaitanyagiri/munder-difflin](https://github.com/chaitanyagiri/munder-difflin) - Munder Difflin 通过 node-pty 运行真实 CLI agent,由 GOD agent 维护 mailbox、共享 blackboard、单提交者 Git hive 和 per-agent worktree;Pixi.js 办公室只是可视化层。它还提供语义记忆、预算、电路断路器、OTel telemetry 和人工审批,把“多开几个终端”提升为可观测的本地 agent fleet。56github.com原文 ↗
github.com
–
本期重点[volcengine/OpenViking](https://github.com/volcengine/OpenViking) - OpenViking 用 `viking://` 文件树统一 memory、resources、skills,L0/L1/L2 分层加载并保留检索轨迹。LoCoMo 集成结果约 80 - 83% 准确率,输入 token 降 34.3 - 91.0%、查询延迟降 58.45 - 66.10%;它的工程卖点是可浏览和可调试的上下文路径,而非不可解释的 top-k 向量命中。5github.com原文 ↗
github.com
–
[public-apis/public-apis](https://github.com/public-apis/public-apis) - 该仓库维护按类别整理的免费公共 API 清单,GitHub 页面约 465.9k stars、51.4k forks,主要价值是发现入口而非统一运行时。接入清单中的服务仍需逐项核对认证、速率限制、条款和隐私,不能把社区收录等同于可用性或安全背书。57github.com原文 ↗
github.com
–
引用来源 · References
57 条 · 引用- 1 Runtime Governance for Agentic AI: Action-Boundary Control with Trusted Provenance and Fail-Closed Execution. arXiv:2608.16891https://arxiv.org/abs/2608.16891 ↩ 回到正文 · back to text
- 2 LEGO-RL: Harness-Native Reinforcement Learning for Coding Agents. arXiv:2608.17393https://arxiv.org/abs/2608.17393 ↩ 回到正文 · back to text
- 3 StagedWorkspace: A Versioned Workspace for Knowledge-Work Agents. arXiv:2608.18050https://arxiv.org/abs/2608.18050 ↩ 回到正文 · back to text
- 4 HarnessRisk: A Lifecycle-Oriented Benchmark for Agent Harness Safety. arXiv:2608.17597https://arxiv.org/abs/2608.17597 ↩ 回到正文 · back to text
- 5 OpenViking. GitHubhttps://github.com/volcengine/OpenViking ↩ 回到正文 · back to text
- 6 SkillEffect: Checked Lowering for Memory-Bounded Agent Tools. arXiv:2608.17007https://arxiv.org/abs/2608.17007 ↩ 回到正文 · back to text
- 7 KernelArc: A Multi-Agent Framework for GPU Kernel Optimization. arXiv:2608.17071https://arxiv.org/abs/2608.17071 ↩ 回到正文 · back to text
- 8 KnowSim: Evaluating Information Calibration in LLM Assistants with User Simulators that Learn. arXiv:2608.17150https://arxiv.org/abs/2608.17150 ↩ 回到正文 · back to text
- 9 Do LLMs Know a Good Hypothesis When They See One? arXiv:2608.17270https://arxiv.org/abs/2608.17270 ↩ 回到正文 · back to text
- 10 PlanPO: Group Planning-Aware Policy Optimization for Multi-Turn Agentic LLMs. arXiv:2608.17289https://arxiv.org/abs/2608.17289 ↩ 回到正文 · back to text
- 11 Wuying-Browser-Agent: Real-World Centric Fundamental Long-Horizon Browser Agents. arXiv:2608.17319https://arxiv.org/abs/2608.17319 ↩ 回到正文 · back to text
- 12 Agent Lightning v1.0: Towards Harnessed Agentic RL. arXiv:2608.17528https://arxiv.org/abs/2608.17528 ↩ 回到正文 · back to text
- 13 TRUSS: Towards Task-Reliable and User-Safe Automated Agent Skill Generation. arXiv:2608.17588https://arxiv.org/abs/2608.17588 ↩ 回到正文 · back to text
- 14 D2ACCI: A Dual-Loop Diagnostic Protocol for Evidence-Preserving Agent Memory. arXiv:2608.17756https://arxiv.org/abs/2608.17756 ↩ 回到正文 · back to text
- 15 The Working Set of a Coding Agent: Coherence Debt in Repository-Scale Tasks. arXiv:2608.16630https://arxiv.org/abs/2608.16630 ↩ 回到正文 · back to text
- 16 AdaLens: Interactive Storyline for Monitoring and Steering Long-Running Agentic Data Analysis. arXiv:2608.17834https://arxiv.org/abs/2608.17834 ↩ 回到正文 · back to text
- 17 HyperSAE - Sparse Autoencoders, reimagined in hyperbolic space. GitHubhttps://github.com/vishal-dehurdle/hypersae ↩ 回到正文 · back to text
- 18 LLM-as-a-Verifier Plugin for DeepSeek Harness. GitHubhttps://github.com/uson1x/dsh-plugin-llm-verifier ↩ 回到正文 · back to text
- 19 Notulahttps://notula.org/ ↩ 回到正文 · back to text
- 20 Open Bot. GitHubhttps://github.com/copilotkit/openbot ↩ 回到正文 · back to text
- 21 Headless Terminalhttps://www.skills.sh/montanaflynn/headless-terminal/headless-terminal ↩ 回到正文 · back to text
- 22 Flocker.mdhttps://flocker.md/ ↩ 回到正文 · back to text
- 23 CrewCode. GitHubhttps://github.com/OnPoint-Dev-Tools/crewcode ↩ 回到正文 · back to text
- 24 Intelixhttps://intelix.dev ↩ 回到正文 · back to text
- 25 RelArena-α. GitHubhttps://github.com/PriorLabs/relarena ↩ 回到正文 · back to text
- 26 NAEOS. GitHubhttps://github.com/NAEOS-foundation/naeos ↩ 回到正文 · back to text
- 27 nanoAlphaZero. GitHubhttps://github.com/wtedw/nanoAlphaZero ↩ 回到正文 · back to text
- 28 Flow. GitHubhttps://github.com/gavingolden/flow/ ↩ 回到正文 · back to text
- 29 OpenCharthttps://tryopendata.github.io/openchart/ ↩ 回到正文 · back to text
- 30 Grove. GitHubhttps://github.com/alxshelepenok/grove ↩ 回到正文 · back to text
- 31 OneCLI. GitHubhttps://github.com/onecli/onecli ↩ 回到正文 · back to text
- 32 OpenRouter is joining Stripehttps://openrouter.ai/blog/announcements/openrouter-is-joining-stripe/ ↩ 回到正文 · back to text
- 33 Go 1.27https://go.dev/blog/go1.27 ↩ 回到正文 · back to text
- 34 XWayland 26.1-rc1 Released Two Years After the Last Releasehttps://lists.x.org/archives/xorg/2026-August/062280.html ↩ 回到正文 · back to text
- 35 Cerebras CS-4https://www.cerebras.ai/cs4 ↩ 回到正文 · back to text
- 36 The Mojo language is now open-sourcehttps://www.modular.com/blog/modcon-announcements ↩ 回到正文 · back to text
- 37 Offering Zero Data Retention for frontier modelshttps://openai.com/index/offering-zero-data-retention-for-frontier-models ↩ 回到正文 · back to text
- 38 ChatGPT Ads expands across Europehttps://openai.com/index/chatgpt-ads-expands-across-europe ↩ 回到正文 · back to text
- 39 Replit expands access to software creation with GPT-5.6 Lunahttps://openai.com/index/replit ↩ 回到正文 · back to text
- 40 GLM-5.3 Artificial Analysis Benchmarkshttps://artificialanalysis.ai/models/glm-5-3 ↩ 回到正文 · back to text
- 41 Memory prices climb 500% in 12 monthshttps://www.tomshardware.com/pc-components/ram/memory-prices-climb-500-percent-in-12-months-up-to-10x-the-lowest-ever-tracked-prices-128gb-of-ddr5-now-usd3-399 ↩ 回到正文 · back to text
- 42 Extensible Software in the age of LLMshttps://jeremymorrell.dev/blog/extensible-software-in-the-age-of-llms/ ↩ 回到正文 · back to text
- 43 How Kubernetes Probes Workhttps://ngrok.com/blog/probes ↩ 回到正文 · back to text
- 44 Geolocating a random island using geometry and CUDA programminghttps://yassa9.github.io/osint/gralhix-004/ ↩ 回到正文 · back to text
- 45 Plain Text Accounting is Pretty Coolhttps://sumnerevans.com/posts/money/plain-text-accounting/ ↩ 回到正文 · back to text
- 46 SQLite for Everythinghttps://joecode.com/2026-08-19-sqlite3/ ↩ 回到正文 · back to text
- 47 HTML Can Do Thathttps://chrisburnell.com/html-can-do-that/ ↩ 回到正文 · back to text
- 48 Liquid Types as a behavioural sandbox for agentshttps://wiki.alcidesfonseca.com/blog/aeonbox-logical-guardrails-for-agents/ ↩ 回到正文 · back to text
- 49 Palomar: A registry of Lean verified mathematicshttps://terrytao.wordpress.com/2026/08/18/palomar-a-registry-of-lean-verified-mathematics/ ↩ 回到正文 · back to text
- 50 Crazy New Exploit To Steal Reasoning Traceshttps://mail.bycloud.ai/p/crazy-new-exploit-to-steal-reasoning-traces ↩ 回到正文 · back to text
- 51 not much happened todayhttps://news.smol.ai/issues/26-08-18-not-much/ ↩ 回到正文 · back to text
- 52 AlexsJones/llmfit. GitHubhttps://github.com/AlexsJones/llmfit ↩ 回到正文 · back to text
- 53 superradcompany/microsandbox. GitHubhttps://github.com/superradcompany/microsandbox ↩ 回到正文 · back to text
- 54 pipeshub-ai/pipeshub-ai. GitHubhttps://github.com/pipeshub-ai/pipeshub-ai ↩ 回到正文 · back to text
- 55 docling-project/docling. GitHubhttps://github.com/docling-project/docling ↩ 回到正文 · back to text
- 56 chaitanyagiri/munder-difflin. GitHubhttps://github.com/chaitanyagiri/munder-difflin ↩ 回到正文 · back to text
- 57 public-apis/public-apis. GitHubhttps://github.com/public-apis/public-apis ↩ 回到正文 · back to text