Tag: annotated
-
Slashdot: Nvidia Release Massive AI-Ready Open European Language Dataset and Tools
Source URL: https://hardware.slashdot.org/story/25/08/23/1731237/nvidia-release-massive-ai-ready-open-european-language-dataset-and-tools Source: Slashdot Title: Nvidia Release Massive AI-Ready Open European Language Dataset and Tools Feedly Summary: AI Summary and Description: Yes Summary: Nvidia has launched Granary, an extensive open-source dataset that significantly enhances AI translation capabilities for European languages. This initiative, alongside new AI models Canary and Parakeet, aims to improve the inclusivity…
-
Simon Willison’s Weblog: LLM 0.27, the annotated release notes: GPT-5 and improved tool calling
Source URL: https://simonwillison.net/2025/Aug/11/llm-027/ Source: Simon Willison’s Weblog Title: LLM 0.27, the annotated release notes: GPT-5 and improved tool calling Feedly Summary: I shipped LLM 0.27 today, adding support for the new GPT-5 family of models from OpenAI plus a flurry of improvements to the tool calling features introduced in LLM 0.26. Here are the annotated…
-
Simon Willison’s Weblog: My Lethal Trifecta talk at the Bay Area AI Security Meetup
Source URL: https://simonwillison.net/2025/Aug/9/bay-area-ai/#atom-everything Source: Simon Willison’s Weblog Title: My Lethal Trifecta talk at the Bay Area AI Security Meetup Feedly Summary: I gave a talk on Wednesday at the Bay Area AI Security Meetup about prompt injection, the lethal trifecta and the challenges of securing systems that use MCP. It wasn’t recorded but I’ve created…
-
Slashdot: Unless Users Take Action, Android Will Let Gemini Access Third-Party Apps
Source URL: https://tech.slashdot.org/story/25/07/08/1255232/unless-users-take-action-android-will-let-gemini-access-third-party-apps?utm_source=rss1.0mainlinkanon&utm_medium=feed Source: Slashdot Title: Unless Users Take Action, Android Will Let Gemini Access Third-Party Apps Feedly Summary: AI Summary and Description: Yes Summary: Google’s modification to its Gemini AI engine allows it to interface with third-party applications, circumventing user privacy settings regarding app interactions. The adjustments raise concerns over data privacy, as user…
-
Simon Willison’s Weblog: Anthropic wins a major fair use victory for AI — but it’s still in trouble for stealing books
Source URL: https://simonwillison.net/2025/Jun/24/anthropic-training/#atom-everything Source: Simon Willison’s Weblog Title: Anthropic wins a major fair use victory for AI — but it’s still in trouble for stealing books Feedly Summary: Anthropic wins a major fair use victory for AI — but it’s still in trouble for stealing books Major USA legal news for the AI industry today.…
-
Simon Willison’s Weblog: The last year six months in LLMs, illustrated by pelicans on bicycles
Source URL: https://simonwillison.net/2025/Jun/6/six-months-in-llms/#atom-everything Source: Simon Willison’s Weblog Title: The last year six months in LLMs, illustrated by pelicans on bicycles Feedly Summary: I presented an invited keynote at the AI Engineer World’s Fair in San Francisco this week. This is my third time speaking at the event – here’s my talks from October 2023 and…
-
Cloud Blog: Google Cloud and Spring AI 1.0
Source URL: https://cloud.google.com/blog/topics/developers-practitioners/google-cloud-and-spring-ai-10/ Source: Cloud Blog Title: Google Cloud and Spring AI 1.0 Feedly Summary: A big thank you to Fran Hinkelmann and Aaron Wanjala for their contributions and support in making this blog post happen.After a period of intense development, Spring AI 1.0 has officially landed, bringing a robust and comprehensive solution for AI…
-
Simon Willison’s Weblog: Building software on top of Large Language Models
Source URL: https://simonwillison.net/2025/May/15/building-on-llms/#atom-everything Source: Simon Willison’s Weblog Title: Building software on top of Large Language Models Feedly Summary: I presented a three hour workshop at PyCon US yesterday titled Building software on top of Large Language Models. The goal of the workshop was to give participants everything they needed to get started writing code that…
-
Simon Willison’s Weblog: Feed a video to a vision LLM as a sequence of JPEG frames on the CLI (also LLM 0.25)
Source URL: https://simonwillison.net/2025/May/5/llm-video-frames/#atom-everything Source: Simon Willison’s Weblog Title: Feed a video to a vision LLM as a sequence of JPEG frames on the CLI (also LLM 0.25) Feedly Summary: The new llm-video-frames plugin can turn a video file into a sequence of JPEG frames and feed them directly into a long context vision LLM such…
-
Simon Willison’s Weblog: Long context support in LLM 0.24 using fragments and template plugins
Source URL: https://simonwillison.net/2025/Apr/7/long-context-llm/#atom-everything Source: Simon Willison’s Weblog Title: Long context support in LLM 0.24 using fragments and template plugins Feedly Summary: LLM 0.24 is now available with new features to help take advantage of the increasingly long input context supported by modern LLMs. (LLM is my command-line tool and Python library for interacting with LLMs,…