<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Inaturalist on MacWorks</title><link>https://macworks.dev/tags/inaturalist/</link><description>Recent content in Inaturalist on MacWorks</description><generator>Hugo</generator><language>en</language><atom:link href="https://macworks.dev/tags/inaturalist/index.xml" rel="self" type="application/rss+xml"/><item><title>Week 19 Summary</title><link>https://macworks.dev/docs/month/simonwillison/weekly-2026-W19/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://macworks.dev/docs/month/simonwillison/weekly-2026-W19/</guid><description>&lt;h1 id="simon-willison--week-of-2026-04-18-to-2026-05-01"&gt;Simon Willison — Week of 2026-04-18 to 2026-05-01&lt;a class="anchor" href="#simon-willison--week-of-2026-04-18-to-2026-05-01"&gt;#&lt;/a&gt;&lt;/h1&gt;
&lt;h2 id="highlight-of-the-week"&gt;Highlight of the Week&lt;a class="anchor" href="#highlight-of-the-week"&gt;#&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;The alpha release of &lt;code&gt;llm 0.32a0&lt;/code&gt; marks a foundational architectural pivot for Simon&amp;rsquo;s ecosystem of CLI tools. By moving away from a simple text-in/text-out abstraction to one that natively models complex message sequences and typed streams, the library is now future-proofed to handle the realities of modern frontier models. This opens the door for seamless integration of server-side tool calls, multi-modal inputs, and reasoning tokens.&lt;/p&gt;</description></item><item><title>2026-05-15</title><link>https://macworks.dev/docs/week/simonwillison/simonwillison-2026-05-15/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://macworks.dev/docs/week/simonwillison/simonwillison-2026-05-15/</guid><description>&lt;h1 id="simon-willison--2026-05-15"&gt;Simon Willison — 2026-05-15&lt;a class="anchor" href="#simon-willison--2026-05-15"&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&amp;rsquo;s latest AI-assisted project is a lightweight QR code generator built entirely with the help of Claude. It perfectly highlights his ongoing exploration of &amp;ldquo;vibe-coding&amp;rdquo; to quickly spin up practical, small-scoped utilities for everyday tasks.&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;[QR code generator]&lt;/strong&gt; · &lt;a href="https://simonwillison.net/2026/May/15/qr-code-generator/#atom-everything"&gt;Source&lt;/a&gt;
Simon used Claude to write a custom tool for instantly generating QR codes. The utility gracefully handles standard text and URL inputs, and also features a dedicated mode for generating QR codes that connect mobile devices to WiFi networks. It serves as another practical demonstration of using generative AI to rapidly build, iterate, and ship helpful little tools.&lt;/p&gt;</description></item><item><title>2026-05-01</title><link>https://macworks.dev/docs/archives/simonwillison/simonwillison-2026-05-01/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://macworks.dev/docs/archives/simonwillison/simonwillison-2026-05-01/</guid><description>&lt;h1 id="simon-willison--2026-05-01"&gt;Simon Willison — 2026-05-01&lt;a class="anchor" href="#simon-willison--2026-05-01"&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 demonstrates the power of mobile AI-assisted development by building a complete, multi-component tracking application entirely on his phone while camping using Claude Code for web. It&amp;rsquo;s a perfect example of chaining small, sharp tools—Python CLIs, Git scraping, and AI-generated static frontends—into a highly practical personal utility.&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;[iNaturalist Sightings]&lt;/strong&gt; · &lt;a href="https://simonwillison.net/2026/May/1/inat-sightings/#atom-everything"&gt;Source&lt;/a&gt;
Simon wanted to consolidate and view his iNaturalist observations across multiple accounts, grouped by when and where they occurred. To solve this, he used Claude Code for web to write &lt;code&gt;inaturalist-clumper&lt;/code&gt;, a Python CLI that groups sightings within a 2-hour and 5km radius. He then set up a Git scraping repository to regularly run the tool and generate a &lt;code&gt;clumps.json&lt;/code&gt; file hosted via GitHub. Finally, he prompted an AI against his tools repository to build a static HTML frontend that fetches the CORS-friendly JSON and displays the sightings in a gallery with lazy-loaded thumbnails and full-size modal images.&lt;/p&gt;</description></item><item><title>Simon Willison</title><link>https://macworks.dev/docs/week/simonwillison/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://macworks.dev/docs/week/simonwillison/</guid><description>&lt;h1 id="simon-willison--week-of-2026-05-08-to-2026-05-15"&gt;Simon Willison — Week of 2026-05-08 to 2026-05-15&lt;a class="anchor" href="#simon-willison--week-of-2026-05-08-to-2026-05-15"&gt;#&lt;/a&gt;&lt;/h1&gt;
&lt;h2 id="highlight-of-the-week"&gt;Highlight of the Week&lt;a class="anchor" href="#highlight-of-the-week"&gt;#&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;The standout development this week is Simon&amp;rsquo;s rapid adaptation to the latest frontier model capabilities, most notably releasing &lt;code&gt;llm 0.32a2&lt;/code&gt; to expose and visualize the new interleaved reasoning tokens of GPT-5 class models directly in the terminal. This perfectly pairs with his hands-on explorations of embedding LLM calls deeply into developer workflows, such as executing prompts via script shebangs and leveraging models to output rich HTML rather than just Markdown.&lt;/p&gt;</description></item></channel></rss>