S
SkillNav
返回资讯列表

2月赞助者专属月报已发布

资讯2026-03-02T14:53:15+00:002 分钟阅读

2nd March 2026

I just sent the February edition of my [sponsors-only monthly newsletter](https://github.com/sponsors/simonw/). If you are a sponsor (or if you start a sponsorship now) you can [access it here](https://github.com/simonw-private/monthly/blob/main/2026-02-february.md). In this month's newsletter:

* More OpenClaw, and Claws in general * I started a not-quite-a-book about Agentic Engineering * StrongDM, Showboat and Rodney * Kākāpō breeding season * Model releases * What I'm using, February 2026 edition

Here's [a copy of the January newsletter](https://gist.github.com/simonw/36f567d1b3f8bb4ab4d872d477fbb295) as a preview of what you'll get. Pay $10/month to stay a month ahead of the free copy!

I use Claude as a proofreader for spelling and grammar via [this prompt](https://simonwillison.net/guides/agentic-engineering-patterns/prompts/#proofreader) which also asks it to "Spot any logical errors or factual mistakes". I'm delighted to report that Claude Opus 4.6 called me out on this one:

![5. "No new chicks for four years (due to a lack of fruiting rimu trees)" The phrasing "lack of fruiting rimu trees" is slightly imprecise. The issue isn't that rimu trees failed to fruit at all, but that there was no mass fruiting (masting) event, which is the specific trigger for kākāpō breeding. Consider "due to a lack of rimu masting" or "due to a lack of mass rimu fruiting."](https://static.simonwillison.net/static/2026/claude-fact-check.jpg)

原文链接:https://simonwillison.net/2026/Mar/2/february-newsletter/#atom-everything

相关文章

资讯
2026-03-02T16:35:10+00:0010 分钟
用 WebAssembly + Gifsicle 做 GIF 压缩工具:一次 Agentic 工程实战

作者分享了如何通过 Claude Code 快速构建一个基于 WebAssembly 的 GIF 优化网页工具,将经典命令行工具 Gifsicle 搬进浏览器。文章逐段拆解了提示词设计思路,包括拖拽上传、预设压缩方案、可调参数和下载按钮等关键体验。作者还强调了让 Agent 可自动测试的重要性,并补充了可复现构建脚本、补丁管理与开源署名等工程实践细节。

资讯
2026-03-01T11:21:45+00:001 分钟
拆解 claude.com/import-memory:一条可导出“记忆”的提示词

这篇文章引用了 Anthropic 在 claude.com/import-memory 页面中的完整提示词,用于让模型导出与用户相关的全部已存储记忆与上下文。提示词要求按统一格式逐条列出内容,并尽量保留用户原话,不得总结或省略。文章点明:Anthropic 的“将你的记忆导入 Claude”功能,本质上是通过一条 prompt 来实现。