Tag: release notes

  • Simon Willison’s Weblog: Claude feature drop

    Source URL: https://simonwillison.net/2025/May/2/claude-search/ Source: Simon Willison’s Weblog Title: Claude feature drop Feedly Summary: It’s not in their release notes yet but Anthropic pushed some big new features today. Alex Albert: We’ve improved web search and rolled it out worldwide to all paid plans. Web search now combines light Research functionality, allowing Claude to automatically adjust…

  • Simon Willison’s Weblog: Expanding on what we missed with sycophancy

    Source URL: https://simonwillison.net/2025/May/2/what-we-missed-with-sycophancy/ Source: Simon Willison’s Weblog Title: Expanding on what we missed with sycophancy Feedly Summary: Expanding on what we missed with sycophancy I criticized OpenAI’s initial post about their recent ChatGPT sycophancy rollback as being “relatively thin" so I’m delighted that they have followed it with a much more in-depth explanation of what…

  • Gemini: Listen to a podcast deep dive on long context in Gemini models.

    Source URL: https://blog.google/technology/google-deepmind/release-notes-podcast-long-context/ Source: Gemini Title: Listen to a podcast deep dive on long context in Gemini models. Feedly Summary: The latest episode of the Google AI: Release Notes podcast focuses on long context in Gemini — meaning how much information our AI models can process as input at once — … AI Summary and…

  • 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: 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…

  • 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…

  • 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…

  • Simon Willison’s Weblog: llm-anthropic 0.14

    Source URL: https://simonwillison.net/2025/Feb/25/llm-anthropic-014/#atom-everything Source: Simon Willison’s Weblog Title: llm-anthropic 0.14 Feedly Summary: llm-anthropic 0.14 Annotated release notes for my new release of LLM. The signature feature is: Support for the new Claude 3.7 Sonnet model, including -o thinking 1 and -o thinking_budget X for extended reasoning mode. #14 I had a couple of attempts at…