Tag: syntax
-
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…
-
Cloud Blog: What’s new with BigQuery AI and ML?
Source URL: https://cloud.google.com/blog/products/data-analytics/bigquery-adds-new-ai-capabilities/ Source: Cloud Blog Title: What’s new with BigQuery AI and ML? Feedly Summary: At Next ’25, we introduced several new innovations within BigQuery, the autonomous data to AI platform. BigQuery ML provides a full range of AI and ML capabilities, enabling you to easily build generative AI and predictive ML applications with…
-
Cloud Blog: Accelerate your data-to-insights journey with enhanced BigQuery data canvas
Source URL: https://cloud.google.com/blog/products/data-analytics/exploring-new-bigquery-data-canvas-ai-assistant-features/ Source: Cloud Blog Title: Accelerate your data-to-insights journey with enhanced BigQuery data canvas Feedly Summary: In today’s data-driven world, the ability to extract meaningful insights quickly is paramount. Yet, for many, the journey from raw data to actionable intelligence is fraught with challenges. Complex SQL queries, time-consuming iterative analyses, and the gap…
-
Simon Willison’s Weblog: llm-fragment-symbex
Source URL: https://simonwillison.net/2025/Apr/23/llm-fragment-symbex/#atom-everything Source: Simon Willison’s Weblog Title: llm-fragment-symbex Feedly Summary: llm-fragment-symbex I released a new LLM fragment loader plugin that builds on top of my Symbex project. Symbex is a CLI tool I wrote that can run against a folder full of Python code and output functions, classes, methods or just their docstrings and…
-
Cisco Talos Blog: Care what you share
Source URL: https://blog.talosintelligence.com/care-what-you-share/ Source: Cisco Talos Blog Title: Care what you share Feedly Summary: In this week’s newsletter, Thorsten muses on how search engines and AI quietly gather your data while trying to influence your buying choices. Explore privacy-friendly alternatives and get the scoop on why it’s important to question the platforms you interact with…
-
Cloud Blog: 229 things we announced at Google Cloud Next 25 – a recap
Source URL: https://cloud.google.com/blog/topics/google-cloud-next/google-cloud-next-2025-wrap-up/ Source: Cloud Blog Title: 229 things we announced at Google Cloud Next 25 – a recap Feedly Summary: Google Cloud Next 25 took place this week and we’re all still buzzing! It was a jam-packed week in Las Vegas complete with interactive experiences, including more than 10 keynotes and spotlights, 700 sessions,…
-
Simon Willison’s Weblog: CaMeL offers a promising new direction for mitigating prompt injection attacks
Source URL: https://simonwillison.net/2025/Apr/11/camel/#atom-everything Source: Simon Willison’s Weblog Title: CaMeL offers a promising new direction for mitigating prompt injection attacks Feedly Summary: In the two and a half years that we’ve been talking about prompt injection attacks I’ve seen alarmingly little progress towards a robust solution. The new paper Defeating Prompt Injections by Design from Google…
-
Cloud Blog: What’s new with BigQuery — the autonomous data-to-AI platform
Source URL: https://cloud.google.com/blog/products/data-analytics/bigquery-emerges-as-autonomous-data-to-ai-platform/ Source: Cloud Blog Title: What’s new with BigQuery — the autonomous data-to-AI platform Feedly Summary: Data is the fuel for AI, and organizations are racing to leverage enterprise data to build AI agents, intelligent search, and AI-powered analytics for productivity, deeper insights, and a competitive edge. To power their data clouds, tens…
-
Cloud Blog: Accelerate your analytics: New Bigtable SQL capabilities drive real-time insights
Source URL: https://cloud.google.com/blog/products/databases/accelerate-your-analytics-with-new-bigtable-sql-capabilities/ Source: Cloud Blog Title: Accelerate your analytics: New Bigtable SQL capabilities drive real-time insights Feedly Summary: For decades, businesses have wrestled with unlocking the true potential of their data for real-time operations. Bigtable, Google Cloud’s pioneering NoSQL database, has been the engine behind massive-scale, low-latency applications that operate at a global scale.…
-
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,…