Tag: Py
-
Simon Willison’s Weblog: Anthropic’s new Citations API
Source URL: https://simonwillison.net/2025/Jan/24/anthropics-new-citations-api/#atom-everything Source: Simon Willison’s Weblog Title: Anthropic’s new Citations API Feedly Summary: Here’s a new API-only feature from Anthropic that requires quite a bit of assembly in order to unlock the value: Introducing Citations on the Anthropic API. Let’s talk about what this is and why it’s interesting. Citations for Retrieval Augmented Generation…
-
The Register: One of Salt Typhoon’s favorite flaws still wide open on 91% of at-risk Exchange Servers
Source URL: https://www.theregister.com/2025/01/23/proxylogon_flaw_salt_typhoons_open/ Source: The Register Title: One of Salt Typhoon’s favorite flaws still wide open on 91% of at-risk Exchange Servers Feedly Summary: But we mean, you’ve had nearly four years to patch One of the critical security flaws exploited by China’s Salt Typhoon to breach US telecom and government networks has had a…
-
Cloud Blog: Safer automated deployments with new Cloud Deploy features
Source URL: https://cloud.google.com/blog/products/devops-sre/new-cloud-deploy-features-for-automated-deployments/ Source: Cloud Blog Title: Safer automated deployments with new Cloud Deploy features Feedly Summary: Cloud Deploy is a fully managed continuous delivery platform that automates the delivery of your application. On top of existing automation features, customers tell us they want other ways to automate their deployments to keep their production environments…
-
Simon Willison’s Weblog: LLM 0.20
Source URL: https://simonwillison.net/2025/Jan/23/llm-020/#atom-everything Source: Simon Willison’s Weblog Title: LLM 0.20 Feedly Summary: LLM 0.20 New release of my LLM CLI tool and Python library. A bunch of accumulated fixes and features since the start of December, most notably: Support for OpenAI’s o1 model – a significant upgrade from o1-preview given its 200,000 input and 100,000…
-
Simon Willison’s Weblog: r1.py script to run R1 with a min-thinking-tokens parameter
Source URL: https://simonwillison.net/2025/Jan/22/r1py/ Source: Simon Willison’s Weblog Title: r1.py script to run R1 with a min-thinking-tokens parameter Feedly Summary: r1.py script to run R1 with a min-thinking-tokens parameter Fantastically creative hack by Theia Vogel. The DeepSeek R1 family of models output their chain of thought inside a …</think> block. Theia found that you can intercept…