主页 | Web版 | 订阅 | 归档 | Feed

GopherDaily

20260728

每日一谚:Keep the main package thin; delegate logic to internal business packages.


Go技术生态

上次说“没有靠谱的尺子”,这次 Dex Horthy 找到了一把——Opus 5 实测通过率只有 24%
本文基于 Dex Horthy(HumanLayer 创始人)软件工厂为什么会失败系列第三篇《Benchmarking the new frontier》整理而成。文章介绍了 SlopCodeBench 这一新基准如何通过“检查点”机制模拟真实开发中需求逐步演进的过程,弥补了传统基准“一次性摊开问题”的缺陷。Dex 亲自用该基准的一个子集实测了 Opus 5、Sonnet 5、Opus 4.8 三个模型,最强的 Opus 5 严格通过率也只有 24%,且随着开发推进,几乎所有模型生成的代码都会触发“代码劣化”检测规则。文章最后给出了一个更有前瞻性的验证思路:把强模型维护过的代码库交给弱模型接手开发,用“能否被顺利接手”反向检验强模型的代码到底维不维护得住。

通配路由:一条规则管理 50 个 Go 模块
别再一条一条添加 vanity URL 路由了。gvu 通配路由一条规则覆盖 GitHub org 下的所有仓库——或 monorepo 里的所有模块。

云原生技术

重新思考AI时代的安全
Project Perception基于一个简单的理念:有效防御需要持续理解攻击者如何看待世界、防御者如何评估风险以及保护措施如何随时间改进。为此,Perception协调三类专业智能体。

真正的AI风险在于实验室内部
Amodei在他最新的博客文章中写了一些可取的内容,但我认为有些内容错误地代表了AI真实风险的位置。我想关注为什么在所有风险中,开放权重模型是最轻微的一种。

为什么npm依赖树如此庞大
Rails的每次主要发布都会在整个gem生态系统中引发一系列发布。尝试升级的应用程序运行`bundle update rails`,但Bundler会拒绝,因为树中的某些gem只允许activesupport到上一个主要版本。

深入理解linux 内核block层
这是理解Linux内核系列的第6部分,涵盖了Linux内核启动、系统调用和内存管理等内容。

现代电子邮件可以用借来的部件构建
让我们在HTTP基础上设计电子邮件的替代品,修复SMTP拖了40年的设计缺陷。

AI

关于使用AI做事情的独到指南
要使用AI公司提供的计算机,在ChatGPT中需要选择ChatGPT Work模式,在Claude中选择Cowork模式。使用AI最强大的方式是让它访问您的计算机。

蛮力智能
蛮力智能代表了尝试过程的工业化。

分类器:跟踪您的智能体行为及其成本 — OpenRouter博客
您现在可以使用结构化元数据自动分类OpenRouter生成的内容,用于AI使用报告。

流行工具与项目

yorukot/superfile
Pretty fancy and modern terminal file manager

alibaba/open-code-review
Open-source & free — Battle-tested at Alibaba's scale. Hybrid architecture code review tool: deterministic pipelines + LLM Agent, precise line-level comments, built-in fine-tuned ruleset (NPE, threa

larksuite/cli
The official Lark/Feishu CLI tool, maintained by the larksuite team — built for humans and AI Agents. Covers core business domains including Messenger, Docs, Base, Sheets, Calendar, Mail, Tasks, Mee

benbjohnson/litestream
Streaming replication for SQLite.

google/gvisor
Application Kernel for Containers

google/adk-go
An open-source, code-first Go toolkit for building, evaluating, and deploying sophisticated AI agents with flexibility and control.

Ed1s0nZ/CyberStrikeAI
The system of action for AI-native cybersecurity—where intent becomes governed execution, evidence becomes operational memory, and every operation improves the next.

GoogleCloudPlatform/microservices-demo
Sample cloud-first application with 10 microservices showcasing Kubernetes, Istio, and gRPC.

black-ant/Ant-Browser
指纹浏览器

woodpecker-ci/woodpecker
Woodpecker is a simple, yet powerful CI/CD engine with great extensibility.


编辑:Tony Bai

编辑主页:tonybai.com

GopherDaily项目:github.com/bigwhite/gopherdaily

Copyright 2019-2024 GopherDaily