Topics /

Generative AI RSS Feeds

2 feeds from 2 sites tagged “generative AI”. Follow one here, or copy its address into any RSS reader.

  1. 1Simon Willison's Weblogsimonwillison.net · about 21 posts a weekLast post 24 Sept
    Website
  2. 2The GitHub Bloggithub.blog · about 3 posts a weekUpdates, ideas, and inspiration from GitHub to help developers build and design software.Last post 24 Sept
    Website

Latest generative AI posts

  1. commit-rewriter 0.2

    · simonwillison.net

    Release: commit-rewriter 0.2 Support for branches other than the default branch. Use uvx commit-rewriter --branch other to run against another branch. #3 Tags: git

  2. When chat is the wrong UI

    · github.blog · Burke Holland

    What is a developer to do when they need something more tangible than a chat box? Enter canvases. The post When chat is the wrong UI appeared first on The GitHub Blog .

  3. datasette 1.0a41

    · simonwillison.net

    Release: datasette 1.0a41 Alec Garcia added support for OpenTelemetry to Datasette in this release. I've also refactored all of Datasette's modal dialogs to a single Web Component, which is now documented for other plugins to use . Tags: javascript , datasette , web-components , alex-garcia…

  4. AI-powered fuzzing with the GitHub Security Lab Taskflow Agent

    · github.blog · Antonio Morales

    In this blog post, I explain how to use the new fuzzing taskflow based on the GitHub Security Lab Taskflow Agent AI framework. The post AI-powered fuzzing with the GitHub Security Lab Taskflow Agent appeared first on The GitHub Blog .

  5. Rendering huge pull requests in the GitHub Copilot app

    · github.blog · Alberto Gimeno

    How we rebuilt the diff surface in the GitHub Copilot app to open a million-line pull request with hundreds of inline review comments. The post Rendering huge pull requests in the GitHub Copilot app appeared first on The GitHub Blog .

  6. Gemini 3.8 TTS Playground

    · simonwillison.net

    Tool: Gemini 3.8 TTS Playground Google released two new Gemini text-to-speech models today - gemini-3.8-flash-tts and gemini-3.8-flash-lite-tts . They come with a library of over 2,000 voices, plus the ability to create a custom voice with "just a 30-second audio sample of your voice or a voice you…

  7. Shadow roots, explained with live examples

    · simonwillison.net

    Tool: Shadow roots, explained with live examples Prompt to Fable 5.1 Medium: Build an artifact to explain shadow roots in CSS with interactive examples Tags: css

  8. Developers want more efficient software. Here’s what over 1,000 GitHub users told us they need.

    · github.blog · Paull Young

    New research from GitHub and Yale Program on Climate Change Communication finds strong demand for tools, measurement, and practical guidance that can help developers reduce wasted compute. The post Developers want more efficient software. Here’s what over 1,000 GitHub users told us they need…

  9. SF October 14th: A Birds of a Feather Session on Agentic Engineering

    · simonwillison.net

    I'm hosting an evening event with Jesse Vincent in San Francisco on Wednesday 14th October for people who are building weird and interesting things with and on top of coding agents. Think of it as an agentic show-and-tell…

  10. Claude Opus 5.5, GPT-6 Sol, GPT-6 Luna, and a new price war

    · simonwillison.net

    Yesterday was Grok 4.7 ( pelicans ) and MiMo v2.6 Flash/Pro ( more pelicans ). Today Anthropic released Claude Opus 5.5 , and around an hour later OpenAI released GPT-6 Sol and GPT-6 Luna . It's going to take a while to get a good read on all of these new models, but here are my impressions so far…

  11. llm 0.36

    · simonwillison.net

    Release: llm 0.36 New OpenAI models: gpt-6-sol for GPT-6 Sol and gpt-6-luna for GPT-6 Luna . #1702 Model plugins can now declare supports_conversation = False for models that only accept single-turn prompts. LLM raises llm.ConversationNotSupported when these models receive assistant or tool…

  12. Quoting @therealcornpop

    · simonwillison.net

    Hey, you know it's like super obvious if you're using AI to write your scripts for TikTok and YouTube, right? [...] It's not just the general AI-isms of "it's not X, it's Y", or the rule of three, or the really weird broken staccato-like way of writing where you just say a lot of things with all…

  13. llm-anthropic 0.29

    · simonwillison.net

    Release: llm-anthropic 0.29 Adds support for Claude Opus 5.5 : llm -m claude-opus-5.5 "prompt goes here" Tags: llm , anthropic

  14. llm-typesafe 0.1a0

    · simonwillison.net

    Release: llm-typesafe 0.1a0 I built this new plugin for LLM to add support for TypeSafe AI's new Jev model . Install it like this: llm install llm-typesafe Then set an API key ( get one here , the waitlist seems to move pretty fast): llm keys set typesafe # Paste key And now you can ask yes/no…

  15. 4 Ways to Use AI on a PhD Thesis

    · towardsdatascience.com · Conor O'Sullivan

    Finding citations, consolidating code, fact-checking and preparing for the defence The post 4 Ways to Use AI on a PhD Thesis appeared first on Towards Data Science .

  16. An Introduction to Jev

    · towardsdatascience.com · Thomas Reid

    The AI that makes decisions instead of generating text The post An Introduction to Jev appeared first on Towards Data Science .

  17. Jev introduces a new shape of LLM - System One, aka Decision Models

    · simonwillison.net

    Last week TypeSafe AI unveiled Jev , their first example of a new category of model that they are calling "System One models" (I'm with Maggie Appleton, I think "decision models" is a better name for these). Jev is an interesting variant on the usual LLM format: it still accepts text inputs, but…

  18. Cloudflare Python Workers are now generally available

    · simonwillison.net

    After a two year preview, Cloudflare's support for running Python code in their server-side Workers platform is now stable: "Python is now a first-class, fully supported language on the Cloudflare Developer Platform". A neat thing about this is…

  19. xAI’s Grok 4.6 is now available in Amazon Bedrock

    · aws.amazon.com · Suheel Farooq

    xAI's Grok 4.6 is now available in Amazon Bedrock: a frontier model for long-running agents, coding, and knowledge work, with a 500K token context window and four reasoning effort levels. It runs on both the bedrock-mantle and bedrock-runtime endpoints, with Converse API and cross-Region inference…

  20. A New Kind of Model for AI Decision-Making?

    · towardsdatascience.com · Mariya Mansurova

    Exploring TypeSafe's Jev and comparing it with OpenAI on intent classification The post A New Kind of Model for AI Decision-Making? appeared first on Towards Data Science .