Tag: plugin

  • Docker: Behind the scenes: How we designed Docker Model Runner and what’s next

    Source URL: https://www.docker.com/blog/behind-the-scenes-how-we-designed-docker-model-runner-and-whats-next/ Source: Docker Title: Behind the scenes: How we designed Docker Model Runner and what’s next Feedly Summary: The last few years have made it clear that AI models will continue to be a fundamental component of many applications. The catch is that they’re also a fundamentally different type of component, with complex…

  • Simon Willison’s Weblog: The lethal trifecta for AI agents: private data, untrusted content, and external communication

    Source URL: https://simonwillison.net/2025/Jun/16/the-lethal-trifecta/#atom-everything Source: Simon Willison’s Weblog Title: The lethal trifecta for AI agents: private data, untrusted content, and external communication Feedly Summary: If you are a user of LLM systems that use tools (you can call them “AI agents" if you like) it is critically important that you understand the risk of combining tools…

  • Simon Willison’s Weblog: llm-fragments-youtube

    Source URL: https://simonwillison.net/2025/Jun/14/llm-fragments-youtube/#atom-everything Source: Simon Willison’s Weblog Title: llm-fragments-youtube Feedly Summary: llm-fragments-youtube Excellent new LLM plugin by Agustin Bacigalup which lets you use the subtitles of any YouTube video as a fragment for running prompts against. I tried it out like this: llm install llm-fragments-youtube llm -f youtube:dQw4w9WgXcQ \ ‘summary of people and what they…

  • Cloud Blog: Cloud CISO Perspectives: How Google secures AI Agents

    Source URL: https://cloud.google.com/blog/products/identity-security/cloud-ciso-perspectives-how-google-secures-ai-agents/ Source: Cloud Blog Title: Cloud CISO Perspectives: How Google secures AI Agents Feedly Summary: Welcome to the first Cloud CISO Perspectives for June 2025. Today, Anton Chuvakin, security advisor for Google Cloud’s Office of the CISO, discusses a new Google report on securing AI agents, and the new security paradigm they demand.As…

  • Simon Willison’s Weblog: o3-pro

    Source URL: https://simonwillison.net/2025/Jun/10/o3-pro/ Source: Simon Willison’s Weblog Title: o3-pro Feedly Summary: o3-pro OpenAI released o3-pro today, which they describe as a “version of o3 with more compute for better responses". It’s only available via the newer Responses API. I’ve added it to my llm-openai-plugin plugin which uses that new API, so you can try it…

  • Simon Willison’s Weblog: Qwen3 Embedding

    Source URL: https://simonwillison.net/2025/Jun/8/qwen3-embedding/#atom-everything Source: Simon Willison’s Weblog Title: Qwen3 Embedding Feedly Summary: Qwen3 Embedding New family of embedding models from Qwen, in three sizes: 0.6B, 4B, 8B – and two categories: Text Embedding and Text Reranking. The full collection can be browsed on Hugging Face. The smallest available model is the 0.6B Q8 one, which…