Tag: plugin
-
Simon Willison’s Weblog: llm-ollama 0.9.0
Source URL: https://simonwillison.net/2025/Mar/4/llm-ollama-090/ Source: Simon Willison’s Weblog Title: llm-ollama 0.9.0 Feedly Summary: llm-ollama 0.9.0 This release of the llm-ollama plugin adds support for schemas, thanks to a PR by Adam Compton. Ollama provides very robust support for this pattern thanks to their structured outputs feature, which works across all of the models that they support…
-
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…
-
Hacker News: Nvidia GPU on bare metal NixOS Kubernetes cluster explained
Source URL: https://fangpenlin.com/posts/2025/03/01/nvidia-gpu-on-bare-metal-nixos-k8s-explained/ Source: Hacker News Title: Nvidia GPU on bare metal NixOS Kubernetes cluster explained Feedly Summary: Comments AI Summary and Description: Yes **Summary:** The text presents an in-depth personal narrative of setting up a bare-metal Kubernetes cluster that integrates Nvidia GPUs for machine learning tasks. The author details the challenges and solutions encountered…
-
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…
-
Simon Willison’s Weblog: Claude 3.7 Sonnet and Claude Code
Source URL: https://simonwillison.net/2025/Feb/24/claude-37-sonnet-and-claude-code/#atom-everything Source: Simon Willison’s Weblog Title: Claude 3.7 Sonnet and Claude Code Feedly Summary: Claude 3.7 Sonnet and Claude Code Anthropic released Claude 3.7 Sonnet today – skipping the name “Claude 3.6" because the Anthropic user community had already started using that as the unofficial name for their October update to 3.5 Sonnet.…
-
Bulletins: Vulnerability Summary for the Week of February 17, 2025
Source URL: https://www.cisa.gov/news-events/bulletins/sb25-055 Source: Bulletins Title: Vulnerability Summary for the Week of February 17, 2025 Feedly Summary: High Vulnerabilities PrimaryVendor — Product Description Published CVSS Score Source Info a1post–A1POST.BG Shipping for Woo Cross-Site Request Forgery (CSRF) vulnerability in a1post A1POST.BG Shipping for Woo allows Privilege Escalation. This issue affects A1POST.BG Shipping for Woo: from n/a…
-
Hacker News: Bringing On-Chain Data to AI Agents with SQD and ElizaOS
Source URL: https://blog.sqd.dev/fuel-your-eliza-ai-agent-with-sqd/ Source: Hacker News Title: Bringing On-Chain Data to AI Agents with SQD and ElizaOS Feedly Summary: Comments AI Summary and Description: Yes Summary: The text discusses the emerging role of autonomous AI-driven agents in the blockchain ecosystem, particularly in the context of on-chain activities such as trading and liquidity management. It introduces…
-
Simon Willison’s Weblog: LLM 0.22, the annotated release notes
Source URL: https://simonwillison.net/2025/Feb/17/llm/#atom-everything Source: Simon Willison’s Weblog Title: LLM 0.22, the annotated release notes Feedly Summary: I released LLM 0.22 this evening. Here are the annotated release notes: model.prompt(…, key=) for API keys chatgpt-4o-latest llm logs -s/–short llm models -q gemini -q exp llm embed-multi –prepend X Everything else model.prompt(…, key=) for API keys Plugins…
-
Simon Willison’s Weblog: Run LLMs on macOS using llm-mlx and Apple’s MLX framework
Source URL: https://simonwillison.net/2025/Feb/15/llm-mlx/#atom-everything Source: Simon Willison’s Weblog Title: Run LLMs on macOS using llm-mlx and Apple’s MLX framework Feedly Summary: llm-mlx is a brand new plugin for my LLM Python Library and CLI utility which builds on top of Apple’s excellent MLX array framework library and mlx-lm package. If you’re a terminal user or Python…