Tag: plugins

  • Google Online Security Blog: OSV-SCALIBR: A library for Software Composition Analysis

    Source URL: https://security.googleblog.com/2025/01/osv-scalibr-library-for-software.html Source: Google Online Security Blog Title: OSV-SCALIBR: A library for Software Composition Analysis Feedly Summary: AI Summary and Description: Yes Summary: The article discusses the launch of OSV-SCALIBR, an extensible library for software composition analysis (SCA) and file system scanning. It highlights its capabilities, including vulnerability scanning and Software Bill of Materials…

  • Chip Huyen: Common pitfalls when building generative AI applications

    Source URL: https://huyenchip.com//2025/01/16/ai-engineering-pitfalls.html Source: Chip Huyen Title: Common pitfalls when building generative AI applications Feedly Summary: As we’re still in the early days of building applications with foundation models, it’s normal to make mistakes. This is a quick note with examples of some of the most common pitfalls that I’ve seen, both from public case…

  • Simon Willison’s Weblog: December in LLMs has been a lot

    Source URL: https://simonwillison.net/2024/Dec/20/december-in-llms-has-been-a-lot/#atom-everything Source: Simon Willison’s Weblog Title: December in LLMs has been a lot Feedly Summary: I had big plans for December: for one thing, I was hoping to get to an actual RC of Datasette 1.0, in preparation for a full release in January. Instead, I’ve found myself distracted by a constant barrage…

  • Simon Willison’s Weblog: llm-openrouter 0.3

    Source URL: https://simonwillison.net/2024/Dec/8/llm-openrouter-03/#atom-everything Source: Simon Willison’s Weblog Title: llm-openrouter 0.3 Feedly Summary: llm-openrouter 0.3 New release of my llm-openrouter plugin, which allows LLM to access models hosted by OpenRouter. Quoting the release notes: Enable image attachments for models that support images. Thanks, Adam Montgomery. #12 Provide async model access. #15 Fix documentation to list correct…

  • Simon Willison’s Weblog: datasette-enrichments-llm

    Source URL: https://simonwillison.net/2024/Dec/5/datasette-enrichments-llm/#atom-everything Source: Simon Willison’s Weblog Title: datasette-enrichments-llm Feedly Summary: datasette-enrichments-llm Today’s new alpha release is datasette-enrichments-llm, a plugin for Datasette 1.0a+ that provides an enrichment that lets you run prompts against data from one or more column and store the result in another column. So far it’s a light re-implementation of the existing…

  • Simon Willison’s Weblog: datasette-llm-usage

    Source URL: https://simonwillison.net/2024/Dec/2/datasette-llm-usage/ Source: Simon Willison’s Weblog Title: datasette-llm-usage Feedly Summary: datasette-llm-usage I released the first alpha of a Datasette plugin to help track LLM usage by other plugins, with the goal of supporting token allowances – both for things like free public apps that stop working after a daily allowance, plus free previews of…

  • Hacker News: Show HN: Steel.dev – An open-source browser API for AI agents and apps

    Source URL: https://github.com/steel-dev/steel-browser Source: Hacker News Title: Show HN: Steel.dev – An open-source browser API for AI agents and apps Feedly Summary: Comments AI Summary and Description: Yes Summary: The text introduces Steel.dev, an open-source browser API designed for building AI applications and agents that automate web interactions. It highlights the benefits of a containerized…

  • Simon Willison’s Weblog: LLM 0.19

    Source URL: https://simonwillison.net/2024/Dec/1/llm-019/ Source: Simon Willison’s Weblog Title: LLM 0.19 Feedly Summary: LLM 0.19 I just released version 0.19 of LLM, my Python library and CLI utility for working with Large Language Models. I released 0.18 a couple of weeks ago adding support for calling models from Python asyncio code. 0.19 improves on that, and…

  • Simon Willison’s Weblog: Ask questions of SQLite databases and CSV/JSON files in your terminal

    Source URL: https://simonwillison.net/2024/Nov/25/ask-questions-of-sqlite/#atom-everything Source: Simon Willison’s Weblog Title: Ask questions of SQLite databases and CSV/JSON files in your terminal Feedly Summary: I built a new plugin for my sqlite-utils CLI tool that lets you ask human-language questions directly of SQLite databases and CSV/JSON files on your computer. It’s called sqlite-utils-ask. Here’s how you install it:…

  • Simon Willison’s Weblog: Weeknotes: asynchronous LLMs, synchronous embeddings, and I kind of started a podcast

    Source URL: https://simonwillison.net/2024/Nov/22/weeknotes/#atom-everything Source: Simon Willison’s Weblog Title: Weeknotes: asynchronous LLMs, synchronous embeddings, and I kind of started a podcast Feedly Summary: These past few weeks I’ve been bringing Datasette and LLM together and distracting myself with a new sort-of-podcast crossed with a live streaming experiment. Project: interviewing people about their projects Datasette Public Office…