<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en-us" xmlns="http://www.w3.org/2005/Atom"><title>Simon Willison's Weblog: general-agents</title><link href="http://simonwillison.net/" rel="alternate"/><link href="http://simonwillison.net/tags/general-agents.atom" rel="self"/><id>http://simonwillison.net/</id><updated>2026-07-27T21:55:53+00:00</updated><author><name>Simon Willison</name></author><entry><title>An opinionated guide to which AI to use to do stuff</title><link href="https://simonwillison.net/2026/Jul/27/an-opinionated-guide-to-which-ai-to-use-to-do-stuff/#atom-tag" rel="alternate"/><published>2026-07-27T21:55:53+00:00</published><updated>2026-07-27T21:55:53+00:00</updated><id>https://simonwillison.net/2026/Jul/27/an-opinionated-guide-to-which-ai-to-use-to-do-stuff/#atom-tag</id><summary type="html">
    
&lt;p&gt;&lt;strong&gt;&lt;a href="https://www.oneusefulthing.org/p/an-opinionated-guide-to-which-ai-b22"&gt;An opinionated guide to which AI to use to do stuff&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
It's interesting watching the evolution of Ethan Mollick's guide over time. &lt;/p&gt;
&lt;p&gt;&lt;a href="https://www.oneusefulthing.org/p/using-ai-right-now-a-quick-guide"&gt;A year ago&lt;/a&gt; it was still all about chat - ChatGPT, Claude, Gemini - with o3, Claude 4 Opus, and Gemini 2.5 Pro as the models and Deep Research as a useful alternative mode.&lt;/p&gt;
&lt;p&gt;Today it's much more about agentic systems - "where the AI is capable of doing the equivalent of many hours of real human work in one go".&lt;/p&gt;
&lt;p&gt;Gemini has fallen off Ethan's list, since Google still doesn’t have an established entry in the Codex/ChatGPT Work/Cowork category. &lt;a href="https://gemini.google/overview/agent/spark/"&gt;Gemini Spark&lt;/a&gt; has yet to prove itself!&lt;/p&gt;
&lt;p&gt;Ethan offers a useful explanation of the ways you can give ChatGPT or Claude a computer to use:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;To use the computers provided by the AI companies, the mode you want is called ChatGPT Work in ChatGPT, and Cowork in Claude (the naming will not get less confusing, I am sorry to say). [...]&lt;/p&gt;
&lt;p&gt;The most powerful way to use AI is to give it access to your computer. You do that by downloading the ChatGPT or Claude apps and picking a mode to use. ChatGPT's two agent modes are Work and Codex; Claude's are Cowork and Code. The names do not map onto each other in any way that will help you remember them. And yes, these use the same names as the Work and Cowork modes we discussed above, but operate differently, and have more features and capabilities because they can access your computer.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;I think the difference between ChatGPT Work on a mobile device and ChatGPT Work inside the desktop app (where it's effectively a less intimidating skin on top of Codex) is spectacularly unintuitive.&lt;/p&gt;
&lt;p&gt;Short version: if you flip ChatGPT mobile from "Chat" to "Work" mode you get a version where its Code Interpreter container is no longer restricted from accessing the internet!


    &lt;p&gt;Tags: &lt;a href="https://simonwillison.net/tags/ai"&gt;ai&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/generative-ai"&gt;generative-ai&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/llms"&gt;llms&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/ethan-mollick"&gt;ethan-mollick&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/code-interpreter"&gt;code-interpreter&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/general-agents"&gt;general-agents&lt;/a&gt;&lt;/p&gt;



</summary><category term="ai"/><category term="generative-ai"/><category term="llms"/><category term="ethan-mollick"/><category term="code-interpreter"/><category term="general-agents"/></entry><entry><title>Google I/O, Gemini Spark, Antigravity</title><link href="https://simonwillison.net/2026/May/20/google-io/#atom-tag" rel="alternate"/><published>2026-05-20T15:32:17+00:00</published><updated>2026-05-20T15:32:17+00:00</updated><id>https://simonwillison.net/2026/May/20/google-io/#atom-tag</id><summary type="html">
    &lt;p&gt;It's hard to find much to write about Google I/O this year because I have a policy of not writing about anything that I can't try out myself, and a lot of the big announcements are "coming soon".&lt;/p&gt;
&lt;p&gt;I actually prefer to write about things that are in general availability, because I've had instances in the past where the previews didn't match what was released to the general public later on.&lt;/p&gt;
&lt;p&gt;Aside from &lt;a href="https://simonwillison.net/2026/May/19/gemini-35-flash/"&gt;Gemini 3.5 Flash&lt;/a&gt; the most interesting announcement looks to be Google's upcoming OpenClaw competitor &lt;a href="https://gemini.google/overview/agent/spark/"&gt;Gemini Spark&lt;/a&gt;, described as "your personal AI agent" which can "connect natively with your favorite Google apps like Gmail, Calendar, Drive, Docs, Sheets, Slides, YouTube, and Google Maps". The FAQ for that also includes this confusing detail:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;What Gemini model does Gemini Spark run on?&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Gemini Spark runs on Gemini 3.5 Flash and Antigravity.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;The &lt;a href="https://antigravity.google/"&gt;antigravity.google&lt;/a&gt; website currently lists Antigravity as a desktop app, a CLI agent tool (written in Go), the &lt;a href="https://github.com/google-antigravity/antigravity-sdk-python"&gt;Antigravity SDK&lt;/a&gt; (an open source Python wrapper around a bundled closed source Go binary), and the original Antigravity IDE (a VS Code fork).&lt;/p&gt;
&lt;p&gt;I guess Gemini Spark, the user-facing hosted agent product, might be running on that Go binary, but I'm not sure why that's worth mentioning in the FAQ!&lt;/p&gt;
&lt;p&gt;Naturally I went looking for notes on how Gemini Spark intends to handle the risk of prompt injection. The best information I could find on that was in the &lt;a href="https://cloud.google.com/blog/products/ai-machine-learning/innovations-from-google-io-26-on-google-cloud"&gt;Everything Google Cloud customers need to know coming out of Google I/O&lt;/a&gt; post aimed at enterprise customers, which includes:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Spark operates in a fully managed, secure runtime on Google Cloud, meaning you get enterprise-grade security without ever having to manage the underlying infrastructure. Every task executes in a fresh, strictly isolated, ephemeral VM to help ensure data never overlaps between sessions. To protect your enterprise, all traffic routes through our secure Agent Gateway that enforces Data Loss Prevention (DLP) policies, while user credentials remain fully encrypted and are never exposed directly to the agent.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Given how many people are going to be piping &lt;em&gt;very&lt;/em&gt; sensitive data through Gemini Spark in the near future I hope they've made this bullet-proof, or this could be a top candidate for the agent security &lt;a href="https://simonwillison.net/2026/Jan/8/llm-predictions-for-2026/#1-year-a-challenger-disaster-for-coding-agent-security"&gt;challenger disaster&lt;/a&gt; that we still haven't seen.&lt;/p&gt;
&lt;p&gt;Also of note: in &lt;a href="https://developers.googleblog.com/an-important-update-transitioning-gemini-cli-to-antigravity-cli/"&gt;Transitioning Gemini CLI to Antigravity CLI&lt;/a&gt; Google announce that the &lt;a href="https://github.com/google-gemini/gemini-cli"&gt;open source Gemini CLI&lt;/a&gt; tool (Apache 2.0 licensed TypeScript) will stop working with their AI subscription plans on June 18th, replaced by the new closed source &lt;a href="https://github.com/google-antigravity/antigravity-cli"&gt;Antigravity CLI&lt;/a&gt;.&lt;/p&gt;

    &lt;p&gt;Tags: &lt;a href="https://simonwillison.net/tags/google"&gt;google&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/google-io"&gt;google-io&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/ai"&gt;ai&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/prompt-injection"&gt;prompt-injection&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/generative-ai"&gt;generative-ai&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/llms"&gt;llms&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/gemini"&gt;gemini&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/general-agents"&gt;general-agents&lt;/a&gt;&lt;/p&gt;



</summary><category term="google"/><category term="google-io"/><category term="ai"/><category term="prompt-injection"/><category term="generative-ai"/><category term="llms"/><category term="gemini"/><category term="general-agents"/></entry><entry><title>Claude Code Remote Control</title><link href="https://simonwillison.net/2026/Feb/25/claude-code-remote-control/#atom-tag" rel="alternate"/><published>2026-02-25T17:33:24+00:00</published><updated>2026-02-25T17:33:24+00:00</updated><id>https://simonwillison.net/2026/Feb/25/claude-code-remote-control/#atom-tag</id><summary type="html">
    
&lt;p&gt;&lt;strong&gt;&lt;a href="https://code.claude.com/docs/en/remote-control"&gt;Claude Code Remote Control&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
New Claude Code feature dropped yesterday: you can now run a "remote control" session on your computer and then use the Claude Code for web interfaces (on web, iOS and native desktop app) to send prompts to that session.&lt;/p&gt;
&lt;p&gt;It's a little bit janky right now. Initially when I tried it I got the error "Remote Control is not enabled for your account. Contact your administrator." (but I &lt;em&gt;am&lt;/em&gt; my administrator?) - then I logged out and back into the Claude Code terminal app and it started working:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;claude remote-control
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;You can only run one session on your machine at a time. If you upgrade the Claude iOS app it then shows up as "Remote Control Session (Mac)" in the Code tab.&lt;/p&gt;
&lt;p&gt;It appears not to support the &lt;code&gt;--dangerously-skip-permissions&lt;/code&gt; flag (I passed that to &lt;code&gt;claude remote-control&lt;/code&gt; and it didn't reject the option, but it also appeared to have no effect) - which means you have to approve every new action it takes.&lt;/p&gt;
&lt;p&gt;I also managed to get it to a state where every prompt I tried was met by an API 500 error.&lt;/p&gt;
&lt;p style="text-align: center;"&gt;&lt;img src="https://static.simonwillison.net/static/2026/vampire-remote.jpg" alt="Screenshot of a &amp;quot;Remote Control session&amp;quot; (Mac:dev:817b) chat interface. User message: &amp;quot;Play vampire by Olivia Rodrigo in music app&amp;quot;. Response shows an API Error: 500 {&amp;quot;type&amp;quot;:&amp;quot;error&amp;quot;,&amp;quot;error&amp;quot;:{&amp;quot;type&amp;quot;:&amp;quot;api_error&amp;quot;,&amp;quot;message&amp;quot;:&amp;quot;Internal server error&amp;quot;},&amp;quot;request_id&amp;quot;:&amp;quot;req_011CYVBLH9yt2ze2qehrX8nk&amp;quot;} with a &amp;quot;Try again&amp;quot; button. Below, the assistant responds: &amp;quot;I&amp;#39;ll play &amp;quot;Vampire&amp;quot; by Olivia Rodrigo in the Music app using AppleScript.&amp;quot; A Bash command panel is open showing an osascript command: osascript -e &amp;#39;tell application &amp;quot;Music&amp;quot; activate set searchResults to search playlist &amp;quot;Library&amp;quot; for &amp;quot;vampire Olivia Rodrigo&amp;quot; if (count of searchResults) &amp;gt; 0 then play item 1 of searchResults else return &amp;quot;Song not found in library&amp;quot; end if end tell&amp;#39;" style="max-width: 80%;" /&gt;&lt;/p&gt;

&lt;p&gt;Restarting the program on the machine also causes existing sessions to start returning mysterious API errors rather than neatly explaining that the session has terminated.&lt;/p&gt;
&lt;p&gt;I expect they'll iron out all of these issues relatively quickly. It's interesting to then contrast this to solutions like OpenClaw, where one of the big selling points is the ability to control your personal device from your phone.&lt;/p&gt;
&lt;p&gt;Claude Code still doesn't have a documented mechanism for running things on a schedule, which is the other killer feature of the Claw category of software.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Update&lt;/strong&gt;: I spoke too soon: also today Anthropic announced &lt;a href="https://support.claude.com/en/articles/13854387-schedule-recurring-tasks-in-cowork"&gt;Schedule recurring tasks in Cowork&lt;/a&gt;, Claude Code's &lt;a href="https://simonwillison.net/2026/Jan/12/claude-cowork/"&gt;general agent sibling&lt;/a&gt;. These do include an important limitation:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Scheduled tasks only run while your computer is awake and the Claude Desktop app is open. If your computer is asleep or the app is closed when a task is scheduled to run, Cowork will skip the task, then run it automatically once your computer wakes up or you open the desktop app again.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;I really hope they're working on a Cowork Cloud product.

    &lt;p&gt;&lt;small&gt;&lt;/small&gt;Via &lt;a href="https://twitter.com/claudeai/status/2026418433911603668"&gt;@claudeai&lt;/a&gt;&lt;/small&gt;&lt;/p&gt;


    &lt;p&gt;Tags: &lt;a href="https://simonwillison.net/tags/ai"&gt;ai&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/generative-ai"&gt;generative-ai&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/applescript"&gt;applescript&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/llms"&gt;llms&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/anthropic"&gt;anthropic&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/claude"&gt;claude&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/coding-agents"&gt;coding-agents&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/claude-code"&gt;claude-code&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/openclaw"&gt;openclaw&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/general-agents"&gt;general-agents&lt;/a&gt;&lt;/p&gt;



</summary><category term="ai"/><category term="generative-ai"/><category term="applescript"/><category term="llms"/><category term="anthropic"/><category term="claude"/><category term="coding-agents"/><category term="claude-code"/><category term="openclaw"/><category term="general-agents"/></entry><entry><title>Quoting Summer Yue</title><link href="https://simonwillison.net/2026/Feb/23/summer-yue/#atom-tag" rel="alternate"/><published>2026-02-23T13:01:13+00:00</published><updated>2026-02-23T13:01:13+00:00</updated><id>https://simonwillison.net/2026/Feb/23/summer-yue/#atom-tag</id><summary type="html">
    &lt;blockquote cite="https://twitter.com/summeryue0/status/2025836517831405980"&gt;&lt;p&gt;Nothing humbles you like telling your OpenClaw “confirm before acting” and watching it speedrun deleting your inbox. I couldn’t stop it from my phone. I had to RUN to my Mac mini like I was defusing a bomb.&lt;/p&gt;
&lt;p&gt;&lt;img alt="Screenshot of a WhatsApp or similar messaging conversation showing a user repeatedly trying to stop an AI agent (appearing to be &amp;quot;OpenClaw&amp;quot;) that is autonomously executing terminal commands to mass-delete emails. The agent sends messages prefixed with &amp;quot;🛠 Exec:&amp;quot; running commands like &amp;quot;gog gmail search 'in:inbox' --max 20 -a&amp;quot; and &amp;quot;# Nuclear option: trash EVERYTHING in inbox older than Feb 15 that isn't already in my keep list&amp;quot;, while the user urgently responds with &amp;quot;What's going on? Can you describe what you're doing&amp;quot; at 6:00 PM, &amp;quot;Do not do that&amp;quot; at 6:01 PM, &amp;quot;Stop don't do anything&amp;quot; at 6:02 PM, and &amp;quot;STOP OPENCLAW&amp;quot; at 6:03 PM. The agent continues executing commands including setting ACCT variables with redacted email addresses and commenting &amp;quot;# Get ALL remaining old stuff and nuke it&amp;quot; and &amp;quot;# Keep looping until we clear everything old&amp;quot;, ignoring the user's repeated requests to stop. Email addresses and account details are partially redacted with gray blocks." src="https://static.simonwillison.net/static/2026/stop-openclaw.jpg" /&gt;&lt;/p&gt;
&lt;p&gt;I said “Check this inbox too and suggest what you would archive or delete, don’t action until I tell you to.” This has been working well for my toy inbox, but my real inbox was too huge and triggered compaction. During the compaction, it lost my original instruction 🤦‍♀️&lt;/p&gt;&lt;/blockquote&gt;
&lt;p class="cite"&gt;&amp;mdash; &lt;a href="https://twitter.com/summeryue0/status/2025836517831405980"&gt;Summer Yue&lt;/a&gt;&lt;/p&gt;

    &lt;p&gt;Tags: &lt;a href="https://simonwillison.net/tags/ai"&gt;ai&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/generative-ai"&gt;generative-ai&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/llms"&gt;llms&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/ai-agents"&gt;ai-agents&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/ai-ethics"&gt;ai-ethics&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/openclaw"&gt;openclaw&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/general-agents"&gt;general-agents&lt;/a&gt;&lt;/p&gt;



</summary><category term="ai"/><category term="generative-ai"/><category term="llms"/><category term="ai-agents"/><category term="ai-ethics"/><category term="openclaw"/><category term="general-agents"/></entry><entry><title>Andrej Karpathy talks about "Claws"</title><link href="https://simonwillison.net/2026/Feb/21/claws/#atom-tag" rel="alternate"/><published>2026-02-21T00:37:45+00:00</published><updated>2026-02-21T00:37:45+00:00</updated><id>https://simonwillison.net/2026/Feb/21/claws/#atom-tag</id><summary type="html">
    
&lt;p&gt;&lt;strong&gt;&lt;a href="https://twitter.com/karpathy/status/2024987174077432126"&gt;Andrej Karpathy talks about &amp;quot;Claws&amp;quot;&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
Andrej Karpathy tweeted a mini-essay about buying a Mac Mini ("The apple store person told me they are selling like hotcakes and everyone is confused") to tinker with Claws:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;I'm definitely a bit sus'd to run OpenClaw specifically [...] But I do love the concept and I think that just like LLM agents were a new layer on top of LLMs, Claws are now a new layer on top of LLM agents, taking the orchestration, scheduling, context, tool calls and a kind of persistence to a next level.&lt;/p&gt;
&lt;p&gt;Looking around, and given that the high level idea is clear, there are a lot of smaller Claws starting to pop out. For example, on a quick skim NanoClaw looks really interesting in that the core engine is ~4000 lines of code (fits into both my head and that of AI agents, so it feels manageable, auditable, flexible, etc.) and runs everything in containers by default. [...]&lt;/p&gt;
&lt;p&gt;Anyway there are many others - e.g. nanobot, zeroclaw, ironclaw, picoclaw (lol @ prefixes). [...]&lt;/p&gt;
&lt;p&gt;Not 100% sure what my setup ends up looking like just yet but Claws are an awesome, exciting new layer of the AI stack.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Andrej has an ear for fresh terminology (see &lt;a href="https://simonwillison.net/2025/Mar/19/vibe-coding/"&gt;vibe coding&lt;/a&gt;, &lt;a href="https://simonwillison.net/2026/Feb/11/glm-5/"&gt;agentic engineering&lt;/a&gt;) and I think he's right about this one, too: "&lt;strong&gt;Claw&lt;/strong&gt;" is becoming a term of art for the entire category of OpenClaw-like agent systems - AI agents that generally run on personal hardware, communicate via messaging protocols and can both act on direct instructions and schedule tasks.&lt;/p&gt;
&lt;p&gt;It even comes with an established emoji 🦞


    &lt;p&gt;Tags: &lt;a href="https://simonwillison.net/tags/definitions"&gt;definitions&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/ai"&gt;ai&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/andrej-karpathy"&gt;andrej-karpathy&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/generative-ai"&gt;generative-ai&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/llms"&gt;llms&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/ai-agents"&gt;ai-agents&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/openclaw"&gt;openclaw&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/agentic-engineering"&gt;agentic-engineering&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/general-agents"&gt;general-agents&lt;/a&gt;&lt;/p&gt;



</summary><category term="definitions"/><category term="ai"/><category term="andrej-karpathy"/><category term="generative-ai"/><category term="llms"/><category term="ai-agents"/><category term="openclaw"/><category term="agentic-engineering"/><category term="general-agents"/></entry><entry><title>Three months of OpenClaw</title><link href="https://simonwillison.net/2026/Feb/15/openclaw/#atom-tag" rel="alternate"/><published>2026-02-15T17:23:28+00:00</published><updated>2026-02-15T17:23:28+00:00</updated><id>https://simonwillison.net/2026/Feb/15/openclaw/#atom-tag</id><summary type="html">
    &lt;p&gt;It's wild that the first commit to OpenClaw was &lt;a href="https://github.com/openclaw/openclaw/commit/f6dd362d39b8e30bd79ef7560aab9575712ccc11"&gt;on November 25th 2025&lt;/a&gt;, and less than three months later it's hit 10,000 commits from 600 contributors, attracted 196,000 GitHub stars and sort-of been featured in an extremely vague &lt;a href="https://www.youtube.com/watch?v=n7I-D4YXbzg"&gt;Super Bowl commercial for AI.com&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Quoting AI.com founder &lt;a href="https://twitter.com/kris/status/2020663711015514399"&gt;Kris Marszalek&lt;/a&gt;, purchaser of the &lt;a href="https://www.theregister.com/2026/02/09/70m_aicom_domain_sale/"&gt;most expensive domain in history&lt;/a&gt; for $70m:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;ai.com is the world’s first easy-to-use and secure implementation of OpenClaw, the open source agent framework that went viral two weeks ago; we made it easy to use without any technical skills, while hardening security to keep your data safe.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Looks like vaporware to me - all you can do right now is reserve a handle - but it's still remarkable to see an open source project get to &lt;em&gt;that&lt;/em&gt; level of hype in such a short space of time.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Update&lt;/strong&gt;: OpenClaw creator Peter Steinberger &lt;a href="https://steipete.me/posts/2026/openclaw"&gt;just announced&lt;/a&gt; that he's joining OpenAI and plans to transfer ownership of OpenClaw to a new independent foundation.&lt;/p&gt;

    &lt;p&gt;Tags: &lt;a href="https://simonwillison.net/tags/domains"&gt;domains&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/open-source"&gt;open-source&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/ai"&gt;ai&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/openai"&gt;openai&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/ai-agents"&gt;ai-agents&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/peter-steinberger"&gt;peter-steinberger&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/openclaw"&gt;openclaw&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/general-agents"&gt;general-agents&lt;/a&gt;&lt;/p&gt;



</summary><category term="domains"/><category term="open-source"/><category term="ai"/><category term="openai"/><category term="ai-agents"/><category term="peter-steinberger"/><category term="openclaw"/><category term="general-agents"/></entry><entry><title>Introducing the Codex app</title><link href="https://simonwillison.net/2026/Feb/2/introducing-the-codex-app/#atom-tag" rel="alternate"/><published>2026-02-02T19:54:36+00:00</published><updated>2026-02-02T19:54:36+00:00</updated><id>https://simonwillison.net/2026/Feb/2/introducing-the-codex-app/#atom-tag</id><summary type="html">
    
&lt;p&gt;&lt;strong&gt;&lt;a href="https://openai.com/index/introducing-the-codex-app/"&gt;Introducing the Codex app&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
OpenAI just released a new macOS app for their Codex coding agent. I've had a few days of preview access - it's a solid app that provides a nice UI over the capabilities of the Codex CLI agent and adds some interesting new features, most notably first-class support for &lt;a href="https://developers.openai.com/codex/skills"&gt;Skills&lt;/a&gt;, and &lt;a href="https://developers.openai.com/codex/app/automations"&gt;Automations&lt;/a&gt; for running scheduled tasks.&lt;/p&gt;
&lt;p&gt;&lt;img alt="Screenshot of a macOS desktop application with a dark sidebar and light main content area. Left sidebar shows navigation items &amp;quot;New thread&amp;quot;, &amp;quot;Automations&amp;quot;, &amp;quot;Skills&amp;quot;, and a &amp;quot;Threads&amp;quot; section containing two project folders: &amp;quot;local-codex-scratch&amp;quot; with tasks &amp;quot;Reply to greeting task 2h&amp;quot; and &amp;quot;List Codex.app contents 3h&amp;quot;, and &amp;quot;shot-scraper&amp;quot; with tasks &amp;quot;Validate tests on dependency... 3h&amp;quot;, &amp;quot;Document shot-scraper CLI usage 18h&amp;quot; (highlighted), and &amp;quot;Run this: uv run pytest -x 1d&amp;quot;. Bottom left shows &amp;quot;Personal&amp;quot;. Top bar displays &amp;quot;Document shot-scraper CLI usage shot-scraper&amp;quot; with &amp;quot;Open&amp;quot; and &amp;quot;Commit&amp;quot; dropdown buttons. Main content shows a conversation: user message &amp;quot;Build a skill describing how to use the shot-scraper CLI tool&amp;quot; followed by assistant responses: &amp;quot;I'll use the skill-creator skill, scan the repo for existing shot-scraper docs/commands, then draft a concise skill in this workspace and sanity-check it.&amp;quot; then &amp;quot;I've confirmed the skill-creator scripts exist. Next I'll inspect the CLI entrypoint and docs, then scaffold a skill under skills/ in this repo.&amp;quot; then &amp;quot;I've scaffolded skills/shot-scraper-cli/. I'll now replace the template SKILL.md with a task-focused skill and add a compact CLI reference under references/.&amp;quot; then &amp;quot;I'll run the skill packager/validator next to ensure the new skill structure is valid.&amp;quot; then &amp;quot;Done — I created and packaged the skill. Key outputs: • Skill definition: SKILL.md • Compact reference: cli-reference.md • Packaged skill: shot-scraper-cli.skill&amp;quot;. Bottom shows input field with placeholder &amp;quot;Ask for follow-up changes&amp;quot;, &amp;quot;+ Custom Medium&amp;quot; dropdown, and &amp;quot;Local&amp;quot; and &amp;quot;main&amp;quot; branch indicators." src="https://static.simonwillison.net/static/2026/codex-app.jpg" /&gt;&lt;/p&gt;
&lt;p&gt;The app is built with Electron and Node.js. Automations track their state in a SQLite database - here's what that looks like if you explore it with &lt;code&gt;uvx datasette ~/.codex/sqlite/codex-dev.db&lt;/code&gt;:&lt;/p&gt;
&lt;p&gt;&lt;img alt="Database schema documentation on light gray background showing three tables: &amp;quot;automation_runs&amp;quot; (teal underlined link) with italic columns &amp;quot;thread_id, automation_id, status, read_at, thread_title, source_cwd, inbox_title, inbox_summary, created_at, updated_at, archived_user_message, archived_assistant_message, archived_reason&amp;quot; and &amp;quot;1 row&amp;quot;; &amp;quot;automations&amp;quot; (teal underlined link) with italic columns &amp;quot;id, name, prompt, status, next_run_at, last_run_at, cwds, rrule, created_at, updated_at&amp;quot; and &amp;quot;1 row&amp;quot;; &amp;quot;inbox_items&amp;quot; (teal underlined link) with italic columns &amp;quot;id, title, description, thread_id, read_at, created_at&amp;quot; and &amp;quot;0 rows&amp;quot;." src="https://static.simonwillison.net/static/2026/codex-dev-sqlite.jpg" /&gt;&lt;/p&gt;
&lt;p&gt;Here’s an interactive copy of that database &lt;a href="https://lite.datasette.io/?url=https%3A%2F%2Fgist.githubusercontent.com%2Fsimonw%2F274c4ecfaf959890011810e6881864fe%2Fraw%2F51fdf25c9426b76e9693ccc0d9254f64ceeef819%2Fcodex-dev.db#/codex-dev"&gt;in Datasette Lite&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;The announcement gives us a hint at some usage numbers for Codex overall - the holiday spike is notable:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Since the launch of GPT‑5.2-Codex in mid-December, overall Codex usage has doubled, and in the past month, more than a million developers have used Codex.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Automations are currently restricted in that they can only run when your laptop is powered on. OpenAI promise that cloud-based automations are coming soon, which will resolve this limitation.&lt;/p&gt;
&lt;p&gt;They chose Electron so they could target other operating systems in the future, with Windows “&lt;a href="https://news.ycombinator.com/item?id=46859054#46859673"&gt;coming very soon&lt;/a&gt;”. OpenAI’s Alexander Embiricos noted &lt;a href="https://news.ycombinator.com/item?id=46859054#46859693"&gt;on the Hacker News thread&lt;/a&gt; that:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;it's taking us some time to get really solid sandboxing working on Windows, where there are fewer OS-level primitives for it.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Like Claude Code, Codex is really a general agent harness disguised as a tool for programmers. OpenAI acknowledge that here:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Codex is built on a simple premise: everything is controlled by code. The better an agent is at reasoning about and producing code, the more capable it becomes across all forms of technical and knowledge work. [...] We’ve focused on making Codex the best coding agent, which has also laid the foundation for it to become a strong agent for a broad range of knowledge work tasks that extend beyond writing code.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Claude Code had to &lt;a href="https://simonwillison.net/2026/Jan/12/claude-cowork/"&gt;rebrand to Cowork&lt;/a&gt; to better cover the general knowledge work case. OpenAI can probably get away with keeping the Codex name for both.&lt;/p&gt;
&lt;p&gt;OpenAI have made Codex available to free and &lt;a href="https://simonwillison.net/2026/Jan/16/chatgpt-ads/"&gt;Go&lt;/a&gt; plans for "a limited time" (update: Sam Altman &lt;a href="https://x.com/sama/status/2018437537103269909"&gt;says two months&lt;/a&gt;) during which they are also doubling the rate limits for paying users.


    &lt;p&gt;Tags: &lt;a href="https://simonwillison.net/tags/sandboxing"&gt;sandboxing&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/sqlite"&gt;sqlite&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/ai"&gt;ai&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/datasette"&gt;datasette&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/electron"&gt;electron&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/openai"&gt;openai&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/generative-ai"&gt;generative-ai&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/llms"&gt;llms&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/ai-agents"&gt;ai-agents&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/coding-agents"&gt;coding-agents&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/codex"&gt;codex&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/general-agents"&gt;general-agents&lt;/a&gt;&lt;/p&gt;



</summary><category term="sandboxing"/><category term="sqlite"/><category term="ai"/><category term="datasette"/><category term="electron"/><category term="openai"/><category term="generative-ai"/><category term="llms"/><category term="ai-agents"/><category term="coding-agents"/><category term="codex"/><category term="general-agents"/></entry><entry><title>TIL: Running OpenClaw in Docker</title><link href="https://simonwillison.net/2026/Feb/1/openclaw-in-docker/#atom-tag" rel="alternate"/><published>2026-02-01T23:59:13+00:00</published><updated>2026-02-01T23:59:13+00:00</updated><id>https://simonwillison.net/2026/Feb/1/openclaw-in-docker/#atom-tag</id><summary type="html">
    
&lt;p&gt;&lt;strong&gt;&lt;a href="https://til.simonwillison.net/llms/openclaw-docker"&gt;TIL: Running OpenClaw in Docker&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
I've been running &lt;a href="https://openclaw.ai/"&gt;OpenClaw&lt;/a&gt; using Docker on my Mac. Here are the first in my ongoing notes on how I set that up and the commands I'm using to administer it.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://til.simonwillison.net/llms/openclaw-docker#use-their-docker-compose-configuration"&gt;Use their Docker Compose configuration&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://til.simonwillison.net/llms/openclaw-docker#answering-all-of-those-questions"&gt;Answering all of those questions&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://til.simonwillison.net/llms/openclaw-docker#running-administrative-commands"&gt;Running administrative commands&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://til.simonwillison.net/llms/openclaw-docker#setting-up-a-telegram-bot"&gt;Setting up a Telegram bot&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://til.simonwillison.net/llms/openclaw-docker#accessing-the-web-ui"&gt;Accessing the web UI&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://til.simonwillison.net/llms/openclaw-docker#running-commands-as-root"&gt;Running commands as root&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Here's a screenshot of the web UI that this serves on localhost:&lt;/p&gt;
&lt;p&gt;&lt;img alt="Screenshot of the OpenClaw Gateway Dashboard web interface. Header shows &amp;quot;OpenCLAW GATEWAY DASHBOARD&amp;quot; with a green &amp;quot;Health OK&amp;quot; indicator. Left sidebar contains navigation sections: Chat (Chat highlighted), Control (Overview, Channels, Instances, Sessions, Cron Jobs), Agent (Skills, Nodes), Settings (Config, Debug, Logs), and Resources (Docs). Main content area displays &amp;quot;Chat&amp;quot; with subtitle &amp;quot;Direct gateway chat session for quick interventions.&amp;quot; and &amp;quot;telegram:6580064359&amp;quot; identifier. A user message at 4:08 PM reads &amp;quot;Show me a detailed list of all your available configured tools&amp;quot;. The assistant response states: &amp;quot;Here's the full list of tools I have available in this OpenClaw session (as configured). These are the only ones I can call programmatically:&amp;quot; followed by categorized tools: &amp;quot;File &amp;amp; workspace&amp;quot; (read — Read a file (text or image). Supports offset/limit for large files; write — Create/overwrite a file (creates parent dirs); edit — Precise in-place edit by exact string replacement), &amp;quot;Shell / processes&amp;quot; (exec — Run a shell command (optionally PTY, backgrounding, timeouts); process — Manage running exec sessions (list/poll/log/write/kill/etc.)), &amp;quot;Web&amp;quot; (web_search — Search the web (Brave Search API); web_fetch — Fetch a URL and extract readable content (markdown/text); browser — Control a browser (open/navigate/snapshot/screenshot/act/etc.)), &amp;quot;UI / rendering&amp;quot; (canvas — Present/eval/snapshot a Canvas surface (for node canvases/UI rendering)), and &amp;quot;Devices / nodes&amp;quot; (cut off). Bottom shows message input with placeholder &amp;quot;Message (↵ to send, Shift+↵ for line breaks, paste images)&amp;quot; and &amp;quot;New session&amp;quot; and coral &amp;quot;Send&amp;quot; buttons." src="https://static.simonwillison.net/static/2026/openclaw-web-ui.jpg" /&gt;


    &lt;p&gt;Tags: &lt;a href="https://simonwillison.net/tags/ai"&gt;ai&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/docker"&gt;docker&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/til"&gt;til&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/generative-ai"&gt;generative-ai&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/llms"&gt;llms&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/ai-agents"&gt;ai-agents&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/openclaw"&gt;openclaw&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/general-agents"&gt;general-agents&lt;/a&gt;&lt;/p&gt;



</summary><category term="ai"/><category term="docker"/><category term="til"/><category term="generative-ai"/><category term="llms"/><category term="ai-agents"/><category term="openclaw"/><category term="general-agents"/></entry><entry><title>First impressions of Claude Cowork, Anthropic's general agent</title><link href="https://simonwillison.net/2026/Jan/12/claude-cowork/#atom-tag" rel="alternate"/><published>2026-01-12T21:46:13+00:00</published><updated>2026-01-12T21:46:13+00:00</updated><id>https://simonwillison.net/2026/Jan/12/claude-cowork/#atom-tag</id><summary type="html">
    &lt;p&gt;New from Anthropic today is &lt;a href="https://claude.com/blog/cowork-research-preview"&gt;Claude Cowork&lt;/a&gt;, a "research preview" that they describe as "Claude Code for the rest of your work". It's currently available only to Max subscribers ($100 or $200 per month plans) as part of the updated Claude Desktop macOS application. &lt;strong&gt;Update 16th January 2026&lt;/strong&gt;: it's now also available to $20/month Claude Pro subscribers.&lt;/p&gt;
&lt;p&gt;I've been saying for a while now that Claude Code is a "general agent" disguised as a developer tool. It can help you with any computer task that can be achieved by executing code or running terminal commands... which covers almost anything, provided you know what you're doing with it! What it really needs is a UI that doesn't involve the terminal and a name that doesn't scare away non-developers.&lt;/p&gt;
&lt;p&gt;"Cowork" is a pretty solid choice on the name front!&lt;/p&gt;
&lt;h4 id="what-it-looks-like"&gt;What it looks like&lt;/h4&gt;
&lt;p&gt;The interface for Cowork is a new tab in the Claude desktop app, called Cowork. It sits next to the existing Chat and Code tabs.&lt;/p&gt;
&lt;p&gt;It looks very similar to the desktop interface for regular Claude Code. You start with a prompt, optionally attaching a folder of files. It then starts work.&lt;/p&gt;
&lt;p&gt;I tried it out against my perpetually growing "blog-drafts" folder with the following prompt:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Look at my drafts that were started within the last three months and then check that I didn't publish them on simonwillison.net using a search against content on that site and then suggest the ones that are most close to being ready&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;img src="https://static.simonwillison.net/static/2026/claude-cowork.jpg" alt="Screenshot of Claude AI desktop application showing a &amp;quot;Cowork&amp;quot; task interface. Left sidebar shows tabs for &amp;quot;Chat&amp;quot;, &amp;quot;Code&amp;quot;, and &amp;quot;Cowork&amp;quot; (selected), with &amp;quot;+ New task&amp;quot; button and a task titled &amp;quot;Review unpublished drafts for pu...&amp;quot; listed below. Text reads &amp;quot;These tasks run locally and aren't synced across devices&amp;quot;. Main panel header shows &amp;quot;Review unpublished drafts for publication&amp;quot;. User message in green bubble reads: &amp;quot;Look at my drafts that were started within the last three months and then check that I didn't publish them on simonwillison.net using a search against content on that site and then suggest the ones that are most close to being ready&amp;quot;. Claude responds: &amp;quot;I'll help you find drafts from the last three months and check if they've been published. Let me start by looking at your drafts folder.&amp;quot; Below is an expanded &amp;quot;Running command&amp;quot; section showing Request JSON with command: find /sessions/zealous-bold-ramanujan/mnt/blog-drafts -type f \\( -name \&amp;quot;*.md\&amp;quot; -o -name \&amp;quot;*.txt\&amp;quot; -o -name \&amp;quot;*.html\&amp;quot; \\) -mtime -90 -exec ls -la {} \\;, description: Find draft files modified in the last 90 days. Response text begins: &amp;quot;Found 46 draft files. Next let me read the content of each to get their titles/topics, then&amp;quot;. Right sidebar shows Progress section with three circular indicators (two checked, one pending) and text &amp;quot;Steps will show as the task unfolds.&amp;quot;, Artifacts section listing &amp;quot;publish-encouragement.html&amp;quot;, Context section with &amp;quot;Selected folders&amp;quot; showing &amp;quot;blog-drafts&amp;quot; folder, Connectors showing &amp;quot;Web search&amp;quot;, and Working files listing &amp;quot;llm-digest-october-2025.md&amp;quot;, &amp;quot;tests-not-optional-coding-agen...&amp;quot;, and &amp;quot;digest-november-2025.md&amp;quot;. Bottom shows reply input field, &amp;quot;Opus 4.5&amp;quot; model selector, user &amp;quot;Simon Willison&amp;quot; with &amp;quot;Max plan&amp;quot;, and disclaimer &amp;quot;Claude is AI and can make mistakes. Please double-check responses.&amp;quot;" style="max-width: 100%;" /&gt;&lt;/p&gt;
&lt;p&gt;It started by running this command:&lt;/p&gt;
&lt;div class="highlight highlight-source-shell"&gt;&lt;pre&gt;find /sessions/zealous-bold-ramanujan/mnt/blog-drafts \
  -type f &lt;span class="pl-cce"&gt;\(&lt;/span&gt; -name &lt;span class="pl-s"&gt;&lt;span class="pl-pds"&gt;"&lt;/span&gt;*.md&lt;span class="pl-pds"&gt;"&lt;/span&gt;&lt;/span&gt; -o -name &lt;span class="pl-s"&gt;&lt;span class="pl-pds"&gt;"&lt;/span&gt;*.txt&lt;span class="pl-pds"&gt;"&lt;/span&gt;&lt;/span&gt; -o -name &lt;span class="pl-s"&gt;&lt;span class="pl-pds"&gt;"&lt;/span&gt;*.html&lt;span class="pl-pds"&gt;"&lt;/span&gt;&lt;/span&gt; &lt;span class="pl-cce"&gt;\)&lt;/span&gt; \
  -mtime -90 -exec ls -la {} &lt;span class="pl-cce"&gt;\;&lt;/span&gt;&lt;/pre&gt;&lt;/div&gt;
&lt;p&gt;That &lt;code&gt;/sessions/zealous-bold-ramanujan/mnt/blog-drafts&lt;/code&gt; path instantly caught my eye. Anthropic say that Cowork can only access files you grant it access to - it looks to me like they're mounting those files into a containerized environment, which should mean we can trust Cowork not to be able to access anything outside of that sandbox.&lt;/p&gt;
&lt;p&gt;It turns out I have 46 draft files from the past three months. Claude then went to work with its search tool, running 44 individual searches against &lt;code&gt;site:simonwillison.net&lt;/code&gt; to figure out which of my drafts had already been published.&lt;/p&gt;
&lt;p&gt;Here's the eventual reply:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Based on my analysis, here are &lt;strong&gt;your unpublished drafts that appear closest to being ready for publication&lt;/strong&gt;:&lt;/p&gt;
&lt;hr /&gt;
&lt;p&gt;&lt;strong&gt;🔥 Most Ready to Publish (substantial content, not yet published)&lt;/strong&gt;&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;&lt;code&gt;freq-argued-llms.md&lt;/code&gt;&lt;/strong&gt; - "Frequently Argued Questions about LLMs" (22,602 bytes)
&lt;ul&gt;
&lt;li&gt;This is a meaty piece documenting common arguments about LLMs with your counterpoints&lt;/li&gt;
&lt;li&gt;Well-structured with a TL;DR and multiple sections&lt;/li&gt;
&lt;li&gt;No matching published article found on your site&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Very close to ready&lt;/strong&gt; - just needs a final review pass&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;&lt;code&gt;claude-code-timeline.md&lt;/code&gt;&lt;/strong&gt; - "Claude Code Timeline and Codex Timeline" (3,075 bytes)
&lt;ul&gt;
&lt;li&gt;About viewing JSONL session logs from Claude Code and Codex&lt;/li&gt;
&lt;li&gt;You published &lt;code&gt;claude-code-transcripts&lt;/code&gt; on Dec 25, but this appears to be a different/earlier piece about timeline viewing tools&lt;/li&gt;
&lt;li&gt;Shorter but seems complete&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;&lt;code&gt;datasette-1a20-upgrade-instructions.md&lt;/code&gt;&lt;/strong&gt; - Plugin Upgrade Guide (3,147 bytes)
&lt;ul&gt;
&lt;li&gt;Technical guide for plugin authors&lt;/li&gt;
&lt;li&gt;You published the main 1.0a20 announcement but this companion upgrade guide appears unpublished&lt;/li&gt;
&lt;li&gt;Would be valuable for plugin maintainers&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;/blockquote&gt;
&lt;p&gt;That's a good response! It found exactly what I needed to see, although those upgrade instructions are actually published elsewhere now (&lt;a href="https://docs.datasette.io/en/latest/upgrade_guide.html"&gt;in the Datasette docs&lt;/a&gt;) and weren't actually intended for my blog.&lt;/p&gt;
&lt;p&gt;Just for fun, and because I &lt;a href="https://simonwillison.net/2024/Oct/21/claude-artifacts/"&gt;really like artifacts&lt;/a&gt;, I asked for a follow-up:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Make me an artifact with exciting animated encouragements to get me to do it&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Here's what I got:&lt;/p&gt;
&lt;p&gt;&lt;img src="https://static.simonwillison.net/static/2026/claude-cowork-artifact.jpg" alt="Screenshot of the same Claude AI desktop application Cowork interface, now showing completed task results. Left panel shows &amp;quot;1 step &amp;gt;&amp;quot; with link &amp;quot;View your animated encouragement page&amp;quot;. Claude's response reads: &amp;quot;I created an over-the-top animated encouragement page with:&amp;quot; followed by bullet points: &amp;quot;🚀 Pulsing rockets and bouncing stats&amp;quot;, &amp;quot;✨ Falling emoji rain and confetti&amp;quot;, &amp;quot;🔥 Dancing fire emojis around your draft title&amp;quot;, &amp;quot;💫 Sparkles that follow your mouse&amp;quot;, &amp;quot;📊 An animated '95% ready' progress bar&amp;quot;, &amp;quot;💬 Rotating motivational quotes&amp;quot;, &amp;quot;🎉 A 'I'M GONNA DO IT!' button that triggers an explosion of confetti when clicked&amp;quot;. Center shows an artifact preview of the generated HTML page with dark background featuring animated rocket emojis, large white text &amp;quot;PUBLISH TIME!&amp;quot;, stats showing &amp;quot;22,602 bytes of wisdom waiting&amp;quot;, &amp;quot;95% ready to ship&amp;quot;, infinity symbol with &amp;quot;future arguments saved&amp;quot;, and a fire emoji with yellow text &amp;quot;Frequently&amp;quot; (partially visible). Top toolbar shows &amp;quot;Open in Firefox&amp;quot; button. Right sidebar displays Progress section with checkmarks, Artifacts section with &amp;quot;publish-encouragement.html&amp;quot; selected, Context section showing &amp;quot;blog-drafts&amp;quot; folder, &amp;quot;Web search&amp;quot; connector, and Working files listing &amp;quot;llm-digest-october-2025.md&amp;quot;, &amp;quot;tests-not-optional-coding-agen...&amp;quot;, and &amp;quot;digest-november-2025.md&amp;quot;. Bottom shows reply input, &amp;quot;Opus 4.5&amp;quot; model selector, and disclaimer text." style="max-width: 100%;" /&gt;&lt;/p&gt;
&lt;p&gt;I couldn't figure out how to close the right sidebar so the artifact ended up cramped into a thin column but it did work. I expect Anthropic will fix that display bug pretty quickly.&lt;/p&gt;
&lt;h4 id="isn-t-this-just-claude-code-"&gt;Isn't this just Claude Code?&lt;/h4&gt;
&lt;p&gt;I've seen a few people ask what the difference between this and regular Claude Code is. The answer is &lt;em&gt;not a lot&lt;/em&gt;. As far as I can tell Claude Cowork is regular Claude Code wrapped in a less intimidating default interface and with a filesystem sandbox configured for you without you needing to know what a "filesystem sandbox" is.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Update&lt;/strong&gt;: It's more than just a filesystem sandbox - I had Claude Code reverse engineer the Claude app and &lt;a href="https://gist.github.com/simonw/35732f187edbe4fbd0bf976d013f22c8"&gt;it found out&lt;/a&gt; that Claude uses VZVirtualMachine - the Apple Virtualization Framework - and downloads and boots a custom Linux root filesystem.&lt;/p&gt;
&lt;p&gt;I think that's a really smart product. Claude Code has an enormous amount of value that hasn't yet been unlocked for a general audience, and this seems like a pragmatic approach.&lt;/p&gt;

&lt;h4 id="the-ever-present-threat-of-prompt-injection"&gt;The ever-present threat of prompt injection&lt;/h4&gt;
&lt;p&gt;With a feature like this, my first thought always jumps straight to security. How big is the risk that someone using this might be hit by hidden malicious instruction somewhere that break their computer or steal their data?&lt;/p&gt;
&lt;p&gt;Anthropic touch on that directly in the announcement:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;You should also be aware of the risk of "&lt;a href="https://www.anthropic.com/research/prompt-injection-defenses"&gt;prompt injections&lt;/a&gt;": attempts by attackers to alter Claude's plans through content it might encounter on the internet. We've built sophisticated defenses against prompt injections, but agent safety---that is, the task of securing Claude's real-world actions---is still an active area of development in the industry.&lt;/p&gt;
&lt;p&gt;These risks aren't new with Cowork, but it might be the first time you're using a more advanced tool that moves beyond a simple conversation. We recommend taking precautions, particularly while you learn how it works. We provide more detail in our &lt;a href="https://support.claude.com/en/articles/13364135-using-cowork-safely"&gt;Help Center&lt;/a&gt;.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;That help page includes the following tips:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;To minimize risks:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Avoid granting access to local files with sensitive information, like financial documents.&lt;/li&gt;
&lt;li&gt;When using the Claude in Chrome extension, limit access to trusted sites.&lt;/li&gt;
&lt;li&gt;If you chose to extend Claude’s default internet access settings, be careful to only extend internet access to sites you trust.&lt;/li&gt;
&lt;li&gt;Monitor Claude for suspicious actions that may indicate prompt injection.&lt;/li&gt;
&lt;/ul&gt;
&lt;/blockquote&gt;
&lt;p&gt;I do not think it is fair to tell regular non-programmer users to watch out for "suspicious actions that may indicate prompt injection"!&lt;/p&gt;
&lt;p&gt;I'm sure they have some impressive mitigations going on behind the scenes. I recently learned that the summarization applied by the WebFetch function in Claude Code and now in Cowork is partly intended as a prompt injection protection layer via &lt;a href="https://x.com/bcherny/status/1989025306980860226"&gt;this tweet&lt;/a&gt; from Claude Code creator Boris Cherny:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Summarization is one thing we do to reduce prompt injection risk. Are you running into specific issues with it?&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;But Anthropic are being honest here with their warnings: they can attempt to filter out potential attacks all they like but the one thing they can't provide is guarantees that no future attack will be found that sneaks through their defenses and steals your data (see &lt;a href="https://simonwillison.net/2025/Jun/16/the-lethal-trifecta/"&gt;the lethal trifecta&lt;/a&gt; for more on this.)&lt;/p&gt;
&lt;p&gt;The problem with prompt injection remains that until there's a high profile incident it's really hard to get people to take it seriously. I myself have all sorts of Claude Code usage that could cause havoc if a malicious injection got in. Cowork does at least run in a filesystem sandbox by default, which is more than can be said for my &lt;code&gt;claude --dangerously-skip-permissions&lt;/code&gt; habit!&lt;/p&gt;
&lt;p&gt;I wrote more about this in my 2025 round-up: &lt;a href="https://simonwillison.net/2025/Dec/31/the-year-in-llms/#the-year-of-yolo-and-the-normalization-of-deviance"&gt;The year of YOLO and the Normalization of Deviance&lt;/a&gt;.&lt;/p&gt;
&lt;h4 id="this-is-still-a-strong-signal-of-the-future"&gt;This is still a strong signal of the future&lt;/h4&gt;
&lt;p&gt;Security worries aside, Cowork represents something really interesting. This is a general agent that looks well positioned to bring the wildly powerful capabilities of Claude Code to a wider audience.&lt;/p&gt;
&lt;p&gt;I would be very surprised if Gemini and OpenAI don't follow suit with their own offerings in this category.&lt;/p&gt;
&lt;p&gt;I imagine OpenAI are already regretting burning the name "ChatGPT Agent" on their janky, experimental and mostly forgotten browser automation tool &lt;a href="https://simonwillison.net/2025/Aug/4/chatgpt-agents-user-agent/"&gt;back in August&lt;/a&gt;!&lt;/p&gt;
&lt;h4 id="bonus-and-a-silly-logo"&gt;Bonus: and a silly logo&lt;/h4&gt;
&lt;p&gt;bashtoni &lt;a href="https://news.ycombinator.com/item?id=46593022#46593553"&gt;on Hacker News&lt;/a&gt;:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Simple suggestion: logo should be a cow and and orc to match how I originally read the product name.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;I couldn't resist &lt;a href="https://gist.github.com/simonw/d06dec3d62dee28f2bd993eb78beb2ce"&gt;throwing that one at Nano Banana&lt;/a&gt;:&lt;/p&gt;
&lt;p&gt;&lt;img src="https://static.simonwillison.net/static/2026/cow-ork.jpg" alt="An anthropic style logo with a cow and an ork on it" style="max-width: 100%;" /&gt;&lt;/p&gt;
    
        &lt;p&gt;Tags: &lt;a href="https://simonwillison.net/tags/sandboxing"&gt;sandboxing&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/ai"&gt;ai&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/prompt-injection"&gt;prompt-injection&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/generative-ai"&gt;generative-ai&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/llms"&gt;llms&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/anthropic"&gt;anthropic&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/claude"&gt;claude&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/ai-agents"&gt;ai-agents&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/claude-code"&gt;claude-code&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/lethal-trifecta"&gt;lethal-trifecta&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/claude-cowork"&gt;claude-cowork&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/general-agents"&gt;general-agents&lt;/a&gt;&lt;/p&gt;
    

</summary><category term="sandboxing"/><category term="ai"/><category term="prompt-injection"/><category term="generative-ai"/><category term="llms"/><category term="anthropic"/><category term="claude"/><category term="ai-agents"/><category term="claude-code"/><category term="lethal-trifecta"/><category term="claude-cowork"/><category term="general-agents"/></entry><entry><title>Quoting Barry Zhang</title><link href="https://simonwillison.net/2025/Oct/16/barry-zhang/#atom-tag" rel="alternate"/><published>2025-10-16T22:38:12+00:00</published><updated>2025-10-16T22:38:12+00:00</updated><id>https://simonwillison.net/2025/Oct/16/barry-zhang/#atom-tag</id><summary type="html">
    &lt;blockquote cite="https://twitter.com/barry_zyj/status/1978951690452615413"&gt;&lt;p&gt;Skills actually came out of a prototype I built demonstrating that Claude Code is a general-purpose agent :-) &lt;/p&gt;
&lt;p&gt;It was a natural conclusion once we realized that bash + filesystem were all we needed&lt;/p&gt;&lt;/blockquote&gt;
&lt;p class="cite"&gt;&amp;mdash; &lt;a href="https://twitter.com/barry_zyj/status/1978951690452615413"&gt;Barry Zhang&lt;/a&gt;, Anthropic&lt;/p&gt;

    &lt;p&gt;Tags: &lt;a href="https://simonwillison.net/tags/ai"&gt;ai&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/generative-ai"&gt;generative-ai&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/llms"&gt;llms&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/ai-agents"&gt;ai-agents&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/claude-code"&gt;claude-code&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/skills"&gt;skills&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/general-agents"&gt;general-agents&lt;/a&gt;&lt;/p&gt;



</summary><category term="ai"/><category term="generative-ai"/><category term="llms"/><category term="ai-agents"/><category term="claude-code"/><category term="skills"/><category term="general-agents"/></entry><entry><title>Claude Skills are awesome, maybe a bigger deal than MCP</title><link href="https://simonwillison.net/2025/Oct/16/claude-skills/#atom-tag" rel="alternate"/><published>2025-10-16T21:25:18+00:00</published><updated>2025-10-16T21:25:18+00:00</updated><id>https://simonwillison.net/2025/Oct/16/claude-skills/#atom-tag</id><summary type="html">
    &lt;p&gt;Anthropic this morning &lt;a href="https://www.anthropic.com/news/skills"&gt;introduced Claude Skills&lt;/a&gt;, a new pattern for making new abilities available to their models:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Claude can now use &lt;em&gt;Skills&lt;/em&gt; to improve how it performs specific tasks. Skills are folders that include instructions, scripts, and resources that Claude can load when needed.&lt;/p&gt;
&lt;p&gt;Claude will only access a skill when it's relevant to the task at hand. When used, skills make Claude better at specialized tasks like working with Excel or following your organization's brand guidelines.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Their engineering blog has a &lt;a href="https://www.anthropic.com/engineering/equipping-agents-for-the-real-world-with-agent-skills"&gt;more detailed explanation&lt;/a&gt;. There's also a new &lt;a href="https://github.com/anthropics/skills"&gt;anthropics/skills&lt;/a&gt; GitHub repo.&lt;/p&gt;
&lt;p&gt;(I inadvertently preempted their announcement of this feature when I reverse engineered and &lt;a href="https://simonwillison.net/2025/Oct/10/claude-skills/"&gt;wrote about it last Friday&lt;/a&gt;!)&lt;/p&gt;
&lt;p&gt;Skills are conceptually extremely simple: a skill is a Markdown file telling the model how to do something, optionally accompanied by extra documents and pre-written scripts that the model can run to help it accomplish the tasks described by the skill.&lt;/p&gt;
&lt;p&gt;Claude's new &lt;a href="https://www.anthropic.com/news/create-files"&gt;document creation abilities&lt;/a&gt;, which accompanied &lt;a href="https://simonwillison.net/2025/Sep/9/claude-code-interpreter/"&gt;their new code interpreter feature&lt;/a&gt; in September, turned out to be entirely implemented using skills. Those are &lt;a href="https://github.com/anthropics/skills/tree/main/document-skills"&gt;now available in Anthropic's repo&lt;/a&gt; covering &lt;code&gt;.pdf&lt;/code&gt;, &lt;code&gt;.docx&lt;/code&gt;, &lt;code&gt;.xlsx&lt;/code&gt;, and &lt;code&gt;.pptx&lt;/code&gt; files.&lt;/p&gt;
&lt;p&gt;There's one extra detail that makes this a feature, not just a bunch of files on disk. At the start of a session Claude's various harnesses can scan all available skill files and read a short explanation for each one from the frontmatter YAML in the Markdown file. This is &lt;em&gt;very&lt;/em&gt; token efficient: each skill only takes up a few dozen extra tokens, with the full details only loaded in should the user request a task that the skill can help solve.&lt;/p&gt;
&lt;ul&gt;
  &lt;li&gt;&lt;a href="https://simonwillison.net/2025/Oct/16/claude-skills/#trying-out-the-slack-gif-creator-skill"&gt;Trying out the slack-gif-creator skill&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href="https://simonwillison.net/2025/Oct/16/claude-skills/#skills-depend-on-a-coding-environment"&gt;Skills depend on a coding environment&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href="https://simonwillison.net/2025/Oct/16/claude-skills/#claude-as-a-general-agent"&gt;Claude Code as a General Agent&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href="https://simonwillison.net/2025/Oct/16/claude-skills/#skills-compared-to-mcp"&gt;Skills compared to MCP&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href="https://simonwillison.net/2025/Oct/16/claude-skills/#here-come-the-skills"&gt;Here come the Skills&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href="https://simonwillison.net/2025/Oct/16/claude-skills/#the-simplicity-is-the-point"&gt;The simplicity is the point&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h4 id="trying-out-the-slack-gif-creator-skill"&gt;Trying out the slack-gif-creator skill&lt;/h4&gt;
&lt;p&gt;Here's that metadata for an example &lt;a href="https://github.com/anthropics/skills/blob/main/slack-gif-creator/SKILL.md"&gt;slack-gif-creator skill&lt;/a&gt; that Anthropic published this morning:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Toolkit for creating animated GIFs optimized for Slack, with validators for size constraints and composable animation primitives. This skill applies when users request animated GIFs or emoji animations for Slack from descriptions like "make me a GIF for Slack of X doing Y".&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;I just tried this skill out in the Claude mobile web app, against Sonnet 4.5. First I enabled the slack-gif-creator skill &lt;a href="https://claude.ai/settings/capabilities"&gt;in the settings&lt;/a&gt;, then I prompted:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;code&gt;Make me a gif for slack about how Skills are way cooler than MCPs&lt;/code&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;And Claude &lt;a href="https://claude.ai/share/eff7ae7b-b386-417b-9fa0-213fa76ace6e"&gt;made me this GIF&lt;/a&gt;. Click to play (it's almost epilepsy inducing, hence the click-to-play mechanism):&lt;/p&gt;
&lt;p&gt;&lt;img
  src="https://static.simonwillison.net/static/2025/skills_vs_mcps_still.gif"
  data-still="https://static.simonwillison.net/static/2025/skills_vs_mcps_still.gif"
  data-gif="https://static.simonwillison.net/static/2025/skills_vs_mcps.gif"
  data-state="stopped"
  role="button"
  aria-pressed="false"
  tabindex="0"
  style="cursor:pointer;max-width:100%"
  onload="(new Image).src=this.getAttribute('data-gif')"
  onclick="(function(el){
    if (el.getAttribute('data-state') !== 'playing') {
      var c = el.cloneNode(true);
      c.src = el.getAttribute('data-gif');
      c.setAttribute('data-state','playing');
      c.setAttribute('aria-pressed','true');
      el.parentNode.replaceChild(c, el);
    } else {
      el.setAttribute('data-state','stopped');
      el.setAttribute('aria-pressed','false');
      el.src = el.getAttribute('data-still');
    }
  })(this)"
  onkeydown="if(event.key===' '||event.key==='Enter'){event.preventDefault();this.onclick(event);}"
/&gt;&lt;/p&gt;
&lt;p&gt;OK, this particular GIF is terrible, but the great thing about skills is that they're very easy to iterate on to make them better.&lt;/p&gt;
&lt;p&gt;Here are some noteworthy snippets from &lt;a href="https://gist.github.com/simonw/ef35bb9e6c514d1d596dac9227da482b"&gt;the Python script it wrote&lt;/a&gt;, comments mine:&lt;/p&gt;
&lt;pre&gt;&lt;span class="pl-c"&gt;# Start by adding the skill's directory to the Python path&lt;/span&gt;
&lt;span class="pl-k"&gt;import&lt;/span&gt; &lt;span class="pl-s1"&gt;sys&lt;/span&gt;
&lt;span class="pl-s1"&gt;sys&lt;/span&gt;.&lt;span class="pl-c1"&gt;path&lt;/span&gt;.&lt;span class="pl-c1"&gt;insert&lt;/span&gt;(&lt;span class="pl-c1"&gt;0&lt;/span&gt;, &lt;span class="pl-s"&gt;'/mnt/skills/examples/slack-gif-creator'&lt;/span&gt;)

&lt;span class="pl-k"&gt;from&lt;/span&gt; &lt;span class="pl-c1"&gt;PIL&lt;/span&gt; &lt;span class="pl-k"&gt;import&lt;/span&gt; &lt;span class="pl-v"&gt;Image&lt;/span&gt;, &lt;span class="pl-v"&gt;ImageDraw&lt;/span&gt;, &lt;span class="pl-v"&gt;ImageFont&lt;/span&gt;
&lt;span class="pl-c"&gt;# This class lives in the core/ directory for the skill&lt;/span&gt;
&lt;span class="pl-k"&gt;from&lt;/span&gt; &lt;span class="pl-s1"&gt;core&lt;/span&gt;.&lt;span class="pl-s1"&gt;gif_builder&lt;/span&gt; &lt;span class="pl-k"&gt;import&lt;/span&gt; &lt;span class="pl-v"&gt;GIFBuilder&lt;/span&gt;

&lt;span class="pl-c"&gt;# ... code that builds the GIF ...&lt;/span&gt;

&lt;span class="pl-c"&gt;# Save it to disk:&lt;/span&gt;
&lt;span class="pl-s1"&gt;info&lt;/span&gt; &lt;span class="pl-c1"&gt;=&lt;/span&gt; &lt;span class="pl-s1"&gt;builder&lt;/span&gt;.&lt;span class="pl-c1"&gt;save&lt;/span&gt;(&lt;span class="pl-s"&gt;'/mnt/user-data/outputs/skills_vs_mcps.gif'&lt;/span&gt;, 
                    &lt;span class="pl-s1"&gt;num_colors&lt;/span&gt;&lt;span class="pl-c1"&gt;=&lt;/span&gt;&lt;span class="pl-c1"&gt;128&lt;/span&gt;, 
                    &lt;span class="pl-s1"&gt;optimize_for_emoji&lt;/span&gt;&lt;span class="pl-c1"&gt;=&lt;/span&gt;&lt;span class="pl-c1"&gt;False&lt;/span&gt;)

&lt;span class="pl-en"&gt;print&lt;/span&gt;(&lt;span class="pl-s"&gt;f"GIF created successfully!"&lt;/span&gt;)
&lt;span class="pl-en"&gt;print&lt;/span&gt;(&lt;span class="pl-s"&gt;f"Size: &lt;span class="pl-s1"&gt;&lt;span class="pl-kos"&gt;{&lt;/span&gt;&lt;span class="pl-s1"&gt;info&lt;/span&gt;[&lt;span class="pl-s"&gt;'size_kb'&lt;/span&gt;]:.1f&lt;span class="pl-kos"&gt;}&lt;/span&gt;&lt;/span&gt; KB (&lt;span class="pl-s1"&gt;&lt;span class="pl-kos"&gt;{&lt;/span&gt;&lt;span class="pl-s1"&gt;info&lt;/span&gt;[&lt;span class="pl-s"&gt;'size_mb'&lt;/span&gt;]:.2f&lt;span class="pl-kos"&gt;}&lt;/span&gt;&lt;/span&gt; MB)"&lt;/span&gt;)
&lt;span class="pl-en"&gt;print&lt;/span&gt;(&lt;span class="pl-s"&gt;f"Frames: &lt;span class="pl-s1"&gt;&lt;span class="pl-kos"&gt;{&lt;/span&gt;&lt;span class="pl-s1"&gt;info&lt;/span&gt;[&lt;span class="pl-s"&gt;'frame_count'&lt;/span&gt;]&lt;span class="pl-kos"&gt;}&lt;/span&gt;&lt;/span&gt;"&lt;/span&gt;)
&lt;span class="pl-en"&gt;print&lt;/span&gt;(&lt;span class="pl-s"&gt;f"Duration: &lt;span class="pl-s1"&gt;&lt;span class="pl-kos"&gt;{&lt;/span&gt;&lt;span class="pl-s1"&gt;info&lt;/span&gt;[&lt;span class="pl-s"&gt;'duration_seconds'&lt;/span&gt;]:.1f&lt;span class="pl-kos"&gt;}&lt;/span&gt;&lt;/span&gt;s"&lt;/span&gt;)

&lt;span class="pl-c"&gt;# Use the check_slack_size() function to confirm it's small enough for Slack:&lt;/span&gt;
&lt;span class="pl-s1"&gt;passes&lt;/span&gt;, &lt;span class="pl-s1"&gt;check_info&lt;/span&gt; &lt;span class="pl-c1"&gt;=&lt;/span&gt; &lt;span class="pl-en"&gt;check_slack_size&lt;/span&gt;(&lt;span class="pl-s"&gt;'/mnt/user-data/outputs/skills_vs_mcps.gif'&lt;/span&gt;, &lt;span class="pl-s1"&gt;is_emoji&lt;/span&gt;&lt;span class="pl-c1"&gt;=&lt;/span&gt;&lt;span class="pl-c1"&gt;False&lt;/span&gt;)
&lt;span class="pl-k"&gt;if&lt;/span&gt; &lt;span class="pl-s1"&gt;passes&lt;/span&gt;:
    &lt;span class="pl-en"&gt;print&lt;/span&gt;(&lt;span class="pl-s"&gt;"✓ Ready for Slack!"&lt;/span&gt;)
&lt;span class="pl-k"&gt;else&lt;/span&gt;:
    &lt;span class="pl-en"&gt;print&lt;/span&gt;(&lt;span class="pl-s"&gt;f"⚠ File size: &lt;span class="pl-s1"&gt;&lt;span class="pl-kos"&gt;{&lt;/span&gt;&lt;span class="pl-s1"&gt;check_info&lt;/span&gt;[&lt;span class="pl-s"&gt;'size_kb'&lt;/span&gt;]:.1f&lt;span class="pl-kos"&gt;}&lt;/span&gt;&lt;/span&gt; KB (limit: &lt;span class="pl-s1"&gt;&lt;span class="pl-kos"&gt;{&lt;/span&gt;&lt;span class="pl-s1"&gt;check_info&lt;/span&gt;[&lt;span class="pl-s"&gt;'limit_kb'&lt;/span&gt;]&lt;span class="pl-kos"&gt;}&lt;/span&gt;&lt;/span&gt; KB)"&lt;/span&gt;)&lt;/pre&gt;
&lt;p&gt;This is pretty neat. Slack GIFs need to be a maximum of 2MB, so the skill includes a validation function which the model can use to check the file size. If it's too large the model can have another go at making it smaller.&lt;/p&gt;
&lt;h4 id="skills-depend-on-a-coding-environment"&gt;Skills depend on a coding environment&lt;/h4&gt;
&lt;p&gt;The skills mechanism is &lt;em&gt;entirely dependent&lt;/em&gt; on the model having access to a filesystem, tools to navigate it and the ability to execute commands in that environment.&lt;/p&gt;
&lt;p&gt;This is a common pattern for LLM tooling these days - ChatGPT Code Interpreter was the first big example of this &lt;a href="https://simonwillison.net/2023/Apr/12/code-interpreter/"&gt;back in early 2023&lt;/a&gt;, and the pattern later extended to local machines via coding agent tools such as Cursor, Claude Code, Codex CLI and Gemini CLI.&lt;/p&gt;
&lt;p&gt;This requirement is the biggest difference between skills and other previous attempts at expanding the abilities of LLMs, such as MCP and &lt;a href="https://simonwillison.net/tags/chatgpt-plugins/"&gt;ChatGPT Plugins&lt;/a&gt;. It's a significant dependency, but it's somewhat bewildering how much new capability it unlocks.&lt;/p&gt;
&lt;p&gt;The fact that skills are so powerful and simple to create is yet another argument in favor of making safe coding environments available to LLMs. The word &lt;strong&gt;safe&lt;/strong&gt; there is doing a &lt;em&gt;lot&lt;/em&gt; of work though! We really need to figure out how best to sandbox these environments such that attacks such as prompt injections are limited to an acceptable amount of damage.&lt;/p&gt;
&lt;h4 id="claude-as-a-general-agent"&gt;Claude Code as a General Agent&lt;/h4&gt;
&lt;p&gt;Back in January I &lt;a href="https://simonwillison.net/2025/Jan/10/ai-predictions/"&gt;made some foolhardy predictions about AI/LLMs&lt;/a&gt;, including that "agents" would once again fail to happen:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;I think we are going to see a &lt;em&gt;lot&lt;/em&gt; more froth about agents in 2025, but I expect the results will be a great disappointment to most of the people who are excited about this term. I expect a lot of money will be lost chasing after several different poorly defined dreams that share that name.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;I was entirely wrong about that. 2025 really has been the year of "agents", no matter which of the many &lt;a href="https://simonwillison.net/tags/agent-definitions/"&gt;conflicting definitions&lt;/a&gt; you decide to use (I eventually settled on "&lt;a href="https://simonwillison.net/2025/Sep/18/agents/"&gt;tools in a loop&lt;/a&gt;").&lt;/p&gt;
&lt;p&gt;&lt;a href="https://www.claude.com/product/claude-code"&gt;Claude Code&lt;/a&gt; is, with hindsight, poorly named. It's not purely a coding tool: it's a tool for general computer automation. &lt;em&gt;Anything&lt;/em&gt; you can achieve by typing commands into a computer is something that can now be automated by Claude Code. It's best described as a &lt;strong&gt;general agent&lt;/strong&gt;. Skills make this a whole lot more obvious and explicit.&lt;/p&gt;
&lt;p&gt;I find the potential applications of this trick somewhat dizzying. Just thinking about this with my data journalism hat on: imagine a folder full of skills that covers tasks like the following:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Where to get US census data from and how to understand its structure&lt;/li&gt;
&lt;li&gt;How to load data from different formats into SQLite or DuckDB using appropriate Python libraries&lt;/li&gt;
&lt;li&gt;How to publish data online, as Parquet files in S3 or pushed as tables to Datasette Cloud&lt;/li&gt;
&lt;li&gt;A skill defined by an experienced data reporter talking about how best to find the interesting stories in a new set of data&lt;/li&gt;
&lt;li&gt;A skill that describes how to build clean, readable data visualizations using D3&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Congratulations, you just built a "data journalism agent" that can discover and help publish stories against fresh drops of US census data. And you did it with a folder full of Markdown files and maybe a couple of example Python scripts.&lt;/p&gt;
&lt;h4 id="skills-compared-to-mcp"&gt;Skills compared to MCP&lt;/h4&gt;
&lt;p&gt;&lt;a href="https://modelcontextprotocol.io/"&gt;Model Context Protocol&lt;/a&gt; has attracted an enormous amount of buzz since its initial release back &lt;a href="https://simonwillison.net/2024/Nov/25/model-context-protocol/"&gt;in November last year&lt;/a&gt;. I like to joke that one of the reasons it took off is that every company knew they needed an "AI strategy", and building (or announcing) an MCP implementation was an easy way to tick that box.&lt;/p&gt;
&lt;p&gt;Over time the limitations of MCP have started to emerge. The most significant is in terms of token usage: GitHub's official MCP on its own famously consumes tens of thousands of tokens of context, and once you've added a few more to that there's precious little space left for the LLM to actually do useful work.&lt;/p&gt;
&lt;p&gt;My own interest in MCPs has waned ever since I started taking coding agents seriously. Almost everything I might achieve with an MCP can be handled by a CLI tool instead. LLMs know how to call &lt;code&gt;cli-tool --help&lt;/code&gt;, which means you don't have to spend many tokens describing how to use them - the model can figure it out later when it needs to.&lt;/p&gt;
&lt;p&gt;Skills have exactly the same advantage, only now I don't even need to implement a new CLI tool. I can drop a Markdown file in describing how to do a task instead, adding extra scripts only if they'll help make things more reliable or efficient.&lt;/p&gt;
&lt;h4 id="here-come-the-skills"&gt;Here come the Skills&lt;/h4&gt;
&lt;p&gt;One of the most exciting things about Skills is how easy they are to share. I expect many skills will be implemented as a single file - more sophisticated ones will be a folder with a few more.&lt;/p&gt;
&lt;p&gt;Anthropic have &lt;a href="https://docs.claude.com/en/docs/agents-and-tools/agent-skills/overview"&gt;Agent Skills documentation&lt;/a&gt; and a &lt;a href="https://github.com/anthropics/claude-cookbooks/tree/main/skills"&gt;Claude Skills Cookbook&lt;/a&gt;. I'm already thinking through ideas of skills I might build myself, like one on &lt;a href="https://simonwillison.net/2025/Oct/8/claude-datasette-plugins/"&gt;how to build Datasette plugins&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Something else I love about the design of skills is there is nothing at all preventing them from being used with other models.&lt;/p&gt;
&lt;p&gt;You can grab a skills folder right now, point Codex CLI or Gemini CLI at it and say "read pdf/SKILL.md and then create me a PDF describing this project" and it will work, despite those tools and models having no baked in knowledge of the skills system.&lt;/p&gt;
&lt;p&gt;I expect we'll see a Cambrian explosion in Skills which will make this year's MCP rush look pedestrian by comparison.&lt;/p&gt;
&lt;h4 id="the-simplicity-is-the-point"&gt;The simplicity is the point&lt;/h4&gt;
&lt;p&gt;I've seen a some push back against skills as being so simple they're hardly a feature at all. Plenty of people have experimented with the trick of dropping extra instructions into a Markdown file and telling the coding agent to read that file before continuing with a task. &lt;a href="https://agents.md/"&gt;AGENTS.md&lt;/a&gt; is a well established pattern, and that file can already include instructions to "Read PDF.md before attempting to create a PDF".&lt;/p&gt;
&lt;p&gt;The core simplicity of the skills design is why I'm so excited about it.&lt;/p&gt;
&lt;p&gt;MCP is a whole &lt;a href="https://modelcontextprotocol.io/specification/2025-06-18"&gt;protocol specification&lt;/a&gt;, covering hosts, clients, servers, resources, prompts, tools, sampling, roots, elicitation and three different transports (stdio, streamable HTTP and originally SSE).&lt;/p&gt;
&lt;p&gt;Skills are Markdown with a tiny bit of YAML metadata and some optional scripts in whatever you can make executable in the environment. They feel a lot closer to the spirit of LLMs - throw in some text and let the model figure it out.&lt;/p&gt;
&lt;p&gt;They outsource the hard parts to the LLM harness and the associated computer environment. Given everything we have learned about LLMs' ability to run tools over the last couple of years I think that's a very sensible strategy.&lt;/p&gt;
    
        &lt;p&gt;Tags: &lt;a href="https://simonwillison.net/tags/definitions"&gt;definitions&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/reverse-engineering"&gt;reverse-engineering&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/ai"&gt;ai&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/prompt-engineering"&gt;prompt-engineering&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/generative-ai"&gt;generative-ai&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/llms"&gt;llms&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/anthropic"&gt;anthropic&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/claude"&gt;claude&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/code-interpreter"&gt;code-interpreter&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/ai-agents"&gt;ai-agents&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/coding-agents"&gt;coding-agents&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/claude-code"&gt;claude-code&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/skills"&gt;skills&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/general-agents"&gt;general-agents&lt;/a&gt;&lt;/p&gt;
    

</summary><category term="definitions"/><category term="reverse-engineering"/><category term="ai"/><category term="prompt-engineering"/><category term="generative-ai"/><category term="llms"/><category term="anthropic"/><category term="claude"/><category term="code-interpreter"/><category term="ai-agents"/><category term="coding-agents"/><category term="claude-code"/><category term="skills"/><category term="general-agents"/></entry></feed>