Tag: prompt-engineering
-
Simon Willison’s Weblog: Notes from my appearance on the Software Misadventures Podcast
Source URL: https://simonwillison.net/2024/Sep/10/software-misadventures/#atom-everything Source: Simon Willison’s Weblog Title: Notes from my appearance on the Software Misadventures Podcast Feedly Summary: I was a guest on Ronak Nathani and Guang Yang’s Software Misadventures Podcast, which interviews seasoned software engineers about their careers so far and their misadventures along the way. Here’s the episode: LLMs are like your…
-
Simon Willison’s Weblog: Quoting Ethan Mollick
Source URL: https://simonwillison.net/2024/Sep/10/ethan-mollick/#atom-everything Source: Simon Willison’s Weblog Title: Quoting Ethan Mollick Feedly Summary: Telling the AI to “make it better" after getting a result is just a folk method of getting an LLM to do Chain of Thought, which is why it works so well.— Ethan Mollick Tags: prompt-engineering, ethan-mollick, generative-ai, ai, llms AI Summary…
-
Simon Willison’s Weblog: Anthropic’s Prompt Engineering Interactive Tutorial
Source URL: https://simonwillison.net/2024/Aug/30/anthropic-prompt-engineering-interactive-tutorial/#atom-everything Source: Simon Willison’s Weblog Title: Anthropic’s Prompt Engineering Interactive Tutorial Feedly Summary: Anthropic’s Prompt Engineering Interactive Tutorial Anthropic continue their trend of offering the best documentation of any of the leading LLM vendors. This tutorial is delivered as a set of Jupyter notebooks – I used it as an excuse to try…
-
Hacker News: Show HN: Relari – Auto Prompt Optimizer as Lightweight Alternative to Finetuning
Source URL: https://news.ycombinator.com/item?id=41379408 Source: Hacker News Title: Show HN: Relari – Auto Prompt Optimizer as Lightweight Alternative to Finetuning Feedly Summary: Comments AI Summary and Description: Yes Summary: The text discusses the launch and features of Relari’s LLM evaluation stack, particularly focusing on their Auto Prompt Optimizer. This tool enhances the adaptability and performance of…
-
Simon Willison’s Weblog: System prompt for val.town/townie
Source URL: https://simonwillison.net/2024/Aug/28/system-prompt-for-townie/#atom-everything Source: Simon Willison’s Weblog Title: System prompt for val.town/townie Feedly Summary: System prompt for val.town/townie Val Town (previously) provides hosting and a web-based coding environment for Vals – snippets of JavaScript/TypeScript that can run server-side as scripts, on a schedule or hosting a web service. Townie is Val’s new AI bot, providing…
-
Simon Willison’s Weblog: Anthropic Release Notes: System Prompts
Source URL: https://simonwillison.net/2024/Aug/26/anthropic-system-prompts/#atom-everything Source: Simon Willison’s Weblog Title: Anthropic Release Notes: System Prompts Feedly Summary: Anthropic Release Notes: System Prompts Anthropic now publish the system prompts for their user-facing chat-based LLM systems – Claude 3 Haiku, Claude 3 Opus and Claude 3.5 Sonnet – as part of their documentation, with a promise to update this…
-
Simon Willison’s Weblog: AI-powered Git Commit Function
Source URL: https://simonwillison.net/2024/Aug/26/ai-powered-git-commit-function/#atom-everything Source: Simon Willison’s Weblog Title: AI-powered Git Commit Function Feedly Summary: AI-powered Git Commit Function Andrej Karpathy built a shell alias, gcm, which passes your staged Git changes to an LLM via my LLM tool, generates a short commit message and then asks you if you want to “(a)ccept, (e)dit, (r)egenerate, or…