<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Llm-Tool-Use on MacWorks</title><link>https://macworks.dev/tags/llm-tool-use/</link><description>Recent content in Llm-Tool-Use on MacWorks</description><generator>Hugo</generator><language>en</language><atom:link href="https://macworks.dev/tags/llm-tool-use/index.xml" rel="self" type="application/rss+xml"/><item><title>2026-06-07</title><link>https://macworks.dev/docs/week/simonwillison/simonwillison-2026-06-07/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://macworks.dev/docs/week/simonwillison/simonwillison-2026-06-07/</guid><description>&lt;h1 id="simon-willison--2026-06-07"&gt;Simon Willison — 2026-06-07&lt;a class="anchor" href="#simon-willison--2026-06-07"&gt;#&lt;/a&gt;&lt;/h1&gt;
&lt;h2 id="highlight"&gt;Highlight&lt;a class="anchor" href="#highlight"&gt;#&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;Simon released an early alpha of a foundational plugin that brings Claude-inspired, agentic text editing tools to the Datasette ecosystem. This creates a reliable, standardized baseline for future plugins that need to safely edit Markdown, SQL, or SVGs.&lt;/p&gt;
&lt;h2 id="posts"&gt;Posts&lt;a class="anchor" href="#posts"&gt;#&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;&lt;strong&gt;datasette-agent-edit 0.1a0&lt;/strong&gt; · &lt;a href="https://simonwillison.net/2026/Jun/7/datasette-agent-edit/#atom-everything"&gt;Source&lt;/a&gt;
Simon released &lt;code&gt;datasette-agent-edit 0.1a0&lt;/code&gt; as a base plugin to simplify agentic text modifications, such as collaborative Markdown editing, updating large SQL queries, or tweaking SVG files. Noting that LLM-driven text editing is notoriously tricky to get right, he modeled the core tools—&lt;code&gt;view&lt;/code&gt; (with line numbers), strict &lt;code&gt;str_replace&lt;/code&gt; (which fails if the string isn&amp;rsquo;t unique), and line-based &lt;code&gt;insert&lt;/code&gt;—directly on the published design of the Claude text editor. Rather than recreating these common patterns for every new tool, future Datasette Agent plugins can simply adapt these proven fundamentals.&lt;/p&gt;</description></item></channel></rss>