Tag: release notes
-
Simon Willison’s Weblog: Designing agentic loops
Source URL: https://simonwillison.net/2025/Sep/30/designing-agentic-loops/ Source: Simon Willison’s Weblog Title: Designing agentic loops Feedly Summary: Coding agents like Anthropic’s Claude Code and OpenAI’s Codex CLI represent a genuine step change in how useful LLMs can be for producing working code. These agents can now directly exercise the code they are writing, correct errors, dig through existing implementation…
-
Bulletins: Vulnerability Summary for the Week of September 8, 2025
Source URL: https://www.cisa.gov/news-events/bulletins/sb25-258 Source: Bulletins Title: Vulnerability Summary for the Week of September 8, 2025 Feedly Summary: High Vulnerabilities PrimaryVendor — Product Description Published CVSS Score Source Info Adobe–Acrobat Reader Acrobat Reader versions 24.001.30254, 20.005.30774, 25.001.20672 and earlier are affected by a Use After Free vulnerability that could result in arbitrary code execution in the…
-
Simon Willison’s Weblog: ChatGPT release notes: Project-only memory
Source URL: https://simonwillison.net/2025/Aug/22/project-memory/#atom-everything Source: Simon Willison’s Weblog Title: ChatGPT release notes: Project-only memory Feedly Summary: ChatGPT release notes: Project-only memory The feature I’ve most wanted from ChatGPT’s memory feature (the newer version of memory that automatically includes relevant details from summarized prior conversations) just landed: With project-only memory enabled, ChatGPT can use other conversations in that project…
-
Simon Willison’s Weblog: LLM 0.27, the annotated release notes: GPT-5 and improved tool calling
Source URL: https://simonwillison.net/2025/Aug/11/llm-027/ Source: Simon Willison’s Weblog Title: LLM 0.27, the annotated release notes: GPT-5 and improved tool calling Feedly Summary: I shipped LLM 0.27 today, adding support for the new GPT-5 family of models from OpenAI plus a flurry of improvements to the tool calling features introduced in LLM 0.26. Here are the annotated…
-
Simon Willison’s Weblog: The surprise deprecation of GPT-4o for ChatGPT consumers
Source URL: https://simonwillison.net/2025/Aug/8/surprise-deprecation-of-gpt-4o/#atom-everything Source: Simon Willison’s Weblog Title: The surprise deprecation of GPT-4o for ChatGPT consumers Feedly Summary: I’ve been dipping into the r/ChatGPT subreddit recently to see how people are reacting to the GPT-5 launch, and so far the vibes there are not good. This AMA thread with the OpenAI team is a great…
-
Simon Willison’s Weblog: Reverse engineering some updates to Claude
Source URL: https://simonwillison.net/2025/Jul/31/updates-to-claude/#atom-everything Source: Simon Willison’s Weblog Title: Reverse engineering some updates to Claude Feedly Summary: Anthropic released two major new features for their consumer-facing Claude apps in the past couple of days. Sadly, they don’t do a very good job of updating the release notes for those apps – neither of these releases came…
-
Cloud Blog: Announcing a complete developer toolkit for scaling A2A agents on Google Cloud
Source URL: https://cloud.google.com/blog/products/ai-machine-learning/agent2agent-protocol-is-getting-an-upgrade/ Source: Cloud Blog Title: Announcing a complete developer toolkit for scaling A2A agents on Google Cloud Feedly Summary: AI is evolving beyond single, task-specific agents into an interconnected ecosystem, where autonomous agents collaborate to solve complex problems, regardless of their underlying platform. To make this transition easier for developers, we are announcing…
-
Gemini: Hear a podcast discussion about Gemini’s multimodal capabilities.
Source URL: https://blog.google/products/gemini/release-notes-podcast-gemini-multimodal/ Source: Gemini Title: Hear a podcast discussion about Gemini’s multimodal capabilities. Feedly Summary: The latest episode of the Google AI: Release Notes podcast focuses on how Gemini was built from the ground up as a multimodal model — meaning a model that works with tex… AI Summary and Description: Yes Summary: The…
-
Simon Willison’s Weblog: Geminiception
Source URL: https://simonwillison.net/2025/Jun/26/geminiception/ Source: Simon Willison’s Weblog Title: Geminiception Feedly Summary: Yesterday Anthropic got a bunch of buzz out of their new window.claude.complete() API which allows Claude Artifacts to run their own API calls. It turns out Gemini had beaten them to that feature by over a month, but the announcement was tucked away in…
-
Simon Willison’s Weblog: llm-tools-exa
Source URL: https://simonwillison.net/2025/May/29/llm-tools-exa/ Source: Simon Willison’s Weblog Title: llm-tools-exa Feedly Summary: llm-tools-exa When I shipped LLM 0.26 yesterday one of the things I was most excited about was seeing what new tool plugins people would build for it. Dan Turkel’s llm-tools-exa is one of the first. It adds web search to LLM using Exa (previously),…