Tag: datasette
-
Simon Willison’s Weblog: W̶e̶e̶k̶n̶o̶t̶e̶s̶ Monthnotes for October
Source URL: https://simonwillison.net/2024/Oct/30/monthnotes/#atom-everything Source: Simon Willison’s Weblog Title: W̶e̶e̶k̶n̶o̶t̶e̶s̶ Monthnotes for October Feedly Summary: I try to publish weeknotes at least once every two weeks. It’s been four since the last entry, so I guess this one counts as monthnotes instead. In my defense, the reason I’ve fallen behind on weeknotes is that I’ve been…
-
Simon Willison’s Weblog: Run a prompt to generate and execute jq programs using llm-jq
Source URL: https://simonwillison.net/2024/Oct/27/llm-jq/#atom-everything Source: Simon Willison’s Weblog Title: Run a prompt to generate and execute jq programs using llm-jq Feedly Summary: llm-jq is a brand new plugin for LLM which lets you pipe JSON directly into the llm jq command along with a human-language description of how you’d like to manipulate that JSON and have…
-
Simon Willison’s Weblog: This prompt can make an AI chatbot identify and extract personal details from your chats
Source URL: https://simonwillison.net/2024/Oct/22/imprompter/#atom-everything Source: Simon Willison’s Weblog Title: This prompt can make an AI chatbot identify and extract personal details from your chats Feedly Summary: This prompt can make an AI chatbot identify and extract personal details from your chats Matt Burgess in Wired magazine writes about a new prompt injection / Markdown exfiltration variant…
-
Simon Willison’s Weblog: Everything I built with Claude Artifacts this week
Source URL: https://simonwillison.net/2024/Oct/21/claude-artifacts/#atom-everything Source: Simon Willison’s Weblog Title: Everything I built with Claude Artifacts this week Feedly Summary: I’m a huge fan of Claude’s Artifacts feature, which lets you prompt Claude to create an interactive Single Page App (using HTML, CSS and JavaScript) and then view the result directly in the Claude interface, iterating on…
-
Simon Willison’s Weblog: Calling LLMs from client-side JavaScript, converting PDFs to HTML + weeknotes
Source URL: https://simonwillison.net/2024/Sep/6/weeknotes/ Source: Simon Willison’s Weblog Title: Calling LLMs from client-side JavaScript, converting PDFs to HTML + weeknotes Feedly Summary: I’ve been having a bunch of fun taking advantage of CORS-enabled LLM APIs to build client-side JavaScript applications that access LLMs directly. I also span up a new Datasette plugin for advanced permission management.…