Tag: filippo
-
Bulletins: Vulnerability Summary for the Week of August 25, 2025
Source URL: https://www.cisa.gov/news-events/bulletins/sb25-245 Source: Bulletins Title: Vulnerability Summary for the Week of August 25, 2025 Feedly Summary: High Vulnerabilities PrimaryVendor — Product Description Published CVSS Score Source Info 1000projects–Online Project Report Submission and Evaluation System A vulnerability has been found in 1000projects Online Project Report Submission and Evaluation System 1.0. This issue affects some unknown…
-
Simon Willison’s Weblog: Coding with LLMs in the summer of 2025 (an update)
Source URL: https://simonwillison.net/2025/Jul/21/coding-with-llms/#atom-everything Source: Simon Willison’s Weblog Title: Coding with LLMs in the summer of 2025 (an update) Feedly Summary: Coding with LLMs in the summer of 2025 (an update) Salvatore Sanfilippo describes his current AI-assisted development workflow. He’s all-in on LLMs for code review, exploratory prototyping, pair-design and writing “part of the code under…
-
Simon Willison’s Weblog: llm-fragments-rust
Source URL: https://simonwillison.net/2025/Apr/11/llm-fragments-rust/#atom-everything Source: Simon Willison’s Weblog Title: llm-fragments-rust Feedly Summary: llm-fragments-rust Inspired by Filippo Valsorda’s llm-fragments-go, Francois Garillot created llm-fragments-rust, an LLM fragments plugin that lets you pull documentation for any Rust crate directly into a prompt to LLM. I really like this example, which uses two fragments to load documentation for two crates…
-
The Register: Return of Redis creator bears fruit with vector set data type
Source URL: https://www.theregister.com/2025/04/10/return_of_redis_creator/ Source: The Register Title: Return of Redis creator bears fruit with vector set data type Feedly Summary: LLM query caching also lands soon The return of Redis creator Salvatore Sanfilippo has borne fruit in the form of a new data type – vector sets – for the widely used cache-turned-multi-model database.… AI…
-
Simon Willison’s Weblog: llm-fragments-go
Source URL: https://simonwillison.net/2025/Apr/10/llm-fragments-go/#atom-everything Source: Simon Willison’s Weblog Title: llm-fragments-go Feedly Summary: llm-fragments-go Filippo Valsorda released the first plugin by someone other than me that uses LLM’s new register_fragment_loaders() plugin hook I announced the other day. Install with llm install llm-fragments-go and then: You can feed the docs of a Go package into LLM using the…