Tag: assistant
-
Simon Willison’s Weblog: awwaiid/gremllm
Source URL: https://simonwillison.net/2025/Jul/4/gremllm/#atom-everything Source: Simon Willison’s Weblog Title: awwaiid/gremllm Feedly Summary: awwaiid/gremllm Delightfully cursed Python library by Brock Wilcox, built on top of LLM: from gremllm import Gremllm counter = Gremllm(“counter") counter.value = 5 counter.increment() print(counter.value) # 6? print(counter.to_roman_numerals()) # VI? You tell your Gremllm what it should be in the constructor, then it uses…
-
Simon Willison’s Weblog: microsoft/vscode-copilot-chat
Source URL: https://simonwillison.net/2025/Jun/30/vscode-copilot-chat/#atom-everything Source: Simon Willison’s Weblog Title: microsoft/vscode-copilot-chat Feedly Summary: microsoft/vscode-copilot-chat As promised at Build 2025 in May, Microsoft have released the GitHub Copilot Chat client for VS Code under an open source (MIT) license. So far this is just the extension that provides the chat component of Copilot, but the launch announcement promises…
-
Slashdot: Apple Weighs Using Anthropic or OpenAI To Power Siri in Major Reversal
Source URL: https://apple.slashdot.org/story/25/06/30/1918231/apple-weighs-using-anthropic-or-openai-to-power-siri-in-major-reversal?utm_source=rss1.0mainlinkanon&utm_medium=feed Source: Slashdot Title: Apple Weighs Using Anthropic or OpenAI To Power Siri in Major Reversal Feedly Summary: AI Summary and Description: Yes Summary: Apple is in discussions with Anthropic and OpenAI to integrate their large language models into the new version of Siri, indicating a significant shift from Apple’s proprietary technology. This…
-
Bulletins: Vulnerability Summary for the Week of June 23, 2025
Source URL: https://www.cisa.gov/news-events/bulletins/sb25-181 Source: Bulletins Title: Vulnerability Summary for the Week of June 23, 2025 Feedly Summary: High Vulnerabilities PrimaryVendor — Product Description Published CVSS Score Source Info 70mai–M300 A vulnerability was found in 70mai M300 up to 20250611 and classified as critical. Affected by this issue is some unknown functionality of the component Telnet…
-
Docker: Building an Easy Private AI Assistant with Goose and Docker Model Runner
Source URL: https://www.docker.com/blog/building-an-ai-assistant-with-goose-and-docker-model-runner/ Source: Docker Title: Building an Easy Private AI Assistant with Goose and Docker Model Runner Feedly Summary: Goose is an innovative CLI assistant designed to automate development tasks using AI models. Docker Model Runner simplifies deploying AI models locally with Docker. Combining these technologies creates a powerful local environment with advanced AI…
-
Cloud Blog: Tools Make an Agent: From Zero to Assistant with ADK
Source URL: https://cloud.google.com/blog/topics/developers-practitioners/tools-make-an-agent-from-zero-to-assistant-with-adk/ Source: Cloud Blog Title: Tools Make an Agent: From Zero to Assistant with ADK Feedly Summary: Imagine that you’re a project manager at QuantumRoast, a global coffee machine company. You help your teammates navigate a sea of engineering roadmaps, sudden strategy pivots (we’re doing matcha now!), and incoming tickets from customers— everything…
-
Simon Willison’s Weblog: Gemini CLI
Source URL: https://simonwillison.net/2025/Jun/25/gemini-cli/ Source: Simon Willison’s Weblog Title: Gemini CLI Feedly Summary: Gemini CLI First there was Claude Code in February, then OpenAI Codex (CLI) in April, and now Gemini CLI in June. All three of the largest AI labs now have their own version of what I am calling a “terminal agent" – a…
-
Cloud Blog: How Schroders built its multi-agent financial analysis research assistant
Source URL: https://cloud.google.com/blog/topics/customers/how-schroders-built-its-multi-agent-financial-analysis-research-assistant/ Source: Cloud Blog Title: How Schroders built its multi-agent financial analysis research assistant Feedly Summary: Financial analysts spend hours grappling with ever-increasing volumes of market and company data to extract key signals, combine diverse data sources, and produce company research. Schroders is a leading global active investment manager. Being an active manager…
-
Schneier on Security: What LLMs Know About Their Users
Source URL: https://www.schneier.com/blog/archives/2025/06/what-llms-know-about-their-users.html Source: Schneier on Security Title: What LLMs Know About Their Users Feedly Summary: Simon Willison talks about ChatGPT’s new memory dossier feature. In his explanation, he illustrates how much the LLM—and the company—knows about its users. It’s a big quote, but I want you to read it all. Here’s a prompt you…
-
CSA: Primer on Model Context Protocol (MCP) Implementation
Source URL: https://cloudsecurityalliance.org/articles/a-primer-on-model-context-protocol-mcp-secure-implementation Source: CSA Title: Primer on Model Context Protocol (MCP) Implementation Feedly Summary: AI Summary and Description: Yes **Summary:** The text serves as a comprehensive implementation guide for deploying the Model Context Protocol (MCP) with a security-focused lens, emphasizing threat modeling using the MAESTRO framework. It offers practical insights into building secure Large…