Tag: filippo

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

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