Tag: schema

  • Simon Willison’s Weblog: llm-openrouter 0.4

    Source URL: https://simonwillison.net/2025/Mar/10/llm-openrouter-04/ Source: Simon Willison’s Weblog Title: llm-openrouter 0.4 Feedly Summary: llm-openrouter 0.4 I found out this morning that OpenRouter include support for a number of (rate-limited) free API models. I occasionally workshops on top of LLMs (like this one) and being able to provide students with a quick way to obtain an API…

  • Simon Willison’s Weblog: Cutting-edge web scraping techniques at NICAR

    Source URL: https://simonwillison.net/2025/Mar/8/cutting-edge-web-scraping/#atom-everything Source: Simon Willison’s Weblog Title: Cutting-edge web scraping techniques at NICAR Feedly Summary: Cutting-edge web scraping techniques at NICAR Here’s the handout for a workshop I presented this morning at NICAR 2025 on web scraping, focusing on lesser know tips and tricks that became possible only with recent developments in LLMs. For…

  • Simon Willison’s Weblog: Demo of ChatGPT Code Interpreter running in o3-mini-high

    Source URL: https://simonwillison.net/2025/Mar/5/code-interpreter/ Source: Simon Willison’s Weblog Title: Demo of ChatGPT Code Interpreter running in o3-mini-high Feedly Summary: Demo of ChatGPT Code Interpreter running in o3-mini-high OpenAI made GPT-4.5 available to Plus ($20/month) users today. I was a little disappointed with GPT-4.5 when I tried it through the API, but having access in the ChatGPT…

  • Hacker News: Multiply Went from Datomic to XTDB to Rama

    Source URL: https://blog.redplanetlabs.com/2025/03/04/how-multiply-went-from-datomic-to-xtdb-to-rama/ Source: Hacker News Title: Multiply Went from Datomic to XTDB to Rama Feedly Summary: Comments AI Summary and Description: Yes Summary: The text outlines how Multiply, an AI-powered collaboration platform, transitioned from using traditional databases to employing the innovative Rama platform to enhance their backend architecture. This shift allowed them to overcome…

  • Simon Willison’s Weblog: llm-mistral 0.11

    Source URL: https://simonwillison.net/2025/Mar/4/llm-mistral-011/#atom-everything Source: Simon Willison’s Weblog Title: llm-mistral 0.11 Feedly Summary: llm-mistral 0.11 I added schema support to this plugin which adds support for the Mistral API to LLM. Release notes: Support for LLM schemas. #19 -o prefix ‘{‘ option for forcing a response prefix. #18 Schemas now work with OpenAI, Anthropic, Gemini and…

  • Cloud Blog: Use Gemini 2.0 to speed up document extraction and lower costs

    Source URL: https://cloud.google.com/blog/products/ai-machine-learning/use-gemini-2-0-to-speed-up-data-processing/ Source: Cloud Blog Title: Use Gemini 2.0 to speed up document extraction and lower costs Feedly Summary: A few weeks ago, Google DeepMind released Gemini 2.0 for everyone, including Gemini 2.0 Flash, Gemini 2.0 Flash-Lite, and Gemini 2.0 Pro (Experimental). All models support up to at least 1 million input tokens, which…

  • Hacker News: The Dino, the Llama, and the Whale (Deno and Jupyter for Local AI Experiments)

    Source URL: https://deno.com/blog/the-dino-llama-and-whale Source: Hacker News Title: The Dino, the Llama, and the Whale (Deno and Jupyter for Local AI Experiments) Feedly Summary: Comments AI Summary and Description: Yes Summary: The text outlines the author’s journey in experimenting with a locally hosted large language model (LLM) using various tools such as Deno, Jupyter Notebook, and…

  • Simon Willison’s Weblog: llm-anthropic #24: Use new URL parameter to send attachments

    Source URL: https://simonwillison.net/2025/Mar/1/llm-anthropic/#atom-everything Source: Simon Willison’s Weblog Title: llm-anthropic #24: Use new URL parameter to send attachments Feedly Summary: llm-anthropic #24: Use new URL parameter to send attachments Anthropic released a neat quality of life improvement today. Alex Albert: We’ve added the ability to specify a public facing URL as the source for an image…

  • Simon Willison’s Weblog: Structured data extraction from unstructured content using LLM schemas

    Source URL: https://simonwillison.net/2025/Feb/28/llm-schemas/#atom-everything Source: Simon Willison’s Weblog Title: Structured data extraction from unstructured content using LLM schemas Feedly Summary: LLM 0.23 is out today, and the signature feature is support for schemas – a new way of providing structured output from a model that matches a specification provided by the user. I’ve also upgraded both…