GNU social JP
  • FAQ
  • Login
GNU social JPは日本のGNU socialサーバーです。
Usage/ToS/admin/test/Pleroma FE
  • Public

    • Public
    • Network
    • Groups
    • Featured
    • Popular
    • People

Notices by Simon Willison (simon@fedi.simonwillison.net)

  1. Embed this notice
    Simon Willison (simon@fedi.simonwillison.net)'s status on Tuesday, 17-Jun-2025 01:19:26 JST Simon Willison Simon Willison

    If you use "AI agents" (LLMs calling tools in a loop) you need to be aware of the Lethal Trifecta

    Any time you combine access to private data, exposure to untrusted content and the ability to externally communicate an attacker can trick the system into stealing your data https://simonwillison.net/2025/Jun/16/the-lethal-trifecta/

    In conversation about 6 days ago from fedi.simonwillison.net permalink

    Attachments

    1. Domain not in remote thumbnail source whitelist: static.simonwillison.net
      The lethal trifecta for AI agents: private data, untrusted content, and external communication
      from @simonw
      If you are a user of LLM systems that use tools (you can call them “AI agents” if you like) it is critically important that you understand the risk of …
  2. Embed this notice
    Simon Willison (simon@fedi.simonwillison.net)'s status on Friday, 13-Jun-2025 05:11:06 JST Simon Willison Simon Willison

    The biggest scandal in AI energy usage right now deserves to be the xAI data center running on 35 methane gas turbines that don't need air permits because they are "temporary" and don't have catalytic reduction pollution controls installed because... they just didn't bother?
    https://simonwillison.net/2025/Jun/12/xai-data-center/

    In conversation about 10 days ago from fedi.simonwillison.net permalink

    Attachments

    1. No result found on File_thumbnail lookup.
      ‘How come I can’t breathe?’: Musk’s data company draws a backlash in Memphis
      from @simonw
      The biggest environmental scandal in AI right now should be the xAI data center in Memphis, which has been running for nearly a year on 35 methane gas turbines under …
  3. Embed this notice
    Simon Willison (simon@fedi.simonwillison.net)'s status on Tuesday, 10-Jun-2025 08:46:50 JST Simon Willison Simon Willison

    The WWDC announcements I'm most excited about are the new Foundation Models framework (for accessing Apple's on-device LLMs) and the Containerization framework for running Docker-style containers without hosting them all in a single Linux VM - here's links to relevant docs for both of those: https://simonwillison.net/2025/Jun/9/apple-wwdc/

    In conversation about 13 days ago from fedi.simonwillison.net permalink

    Attachments

    1. No result found on File_thumbnail lookup.
      WWDC: Apple supercharges its tools and technologies for developers
      from @simonw
      Here's the Apple press release for today's WWDC announcements. Two things that stood out to me: Foundation Models Framework With the Foundation Models framework, developers will be able to build …
  4. Embed this notice
    Simon Willison (simon@fedi.simonwillison.net)'s status on Sunday, 08-Jun-2025 09:52:34 JST Simon Willison Simon Willison

    Comma v0.1 1T and 2T-7B are two brand new LLMs trained exclusively on public domain and openly licensed text!

    I got the 2T one running locally on my Mac after porting it to MLX - notes on that here: https://simonwillison.net/2025/Jun/7/comma/

    In conversation about 15 days ago from fedi.simonwillison.net permalink

    Attachments

    1. No result found on File_thumbnail lookup.
      Comma v0.1 1T and 2T—7B LLMs trained on openly licensed text
      from @simonw
      It’s been a long time coming, but we finally have some promising LLMs to try out which are trained entirely on openly licensed text! EleutherAI released the Pile four and …
  5. Embed this notice
    Simon Willison (simon@fedi.simonwillison.net)'s status on Friday, 06-Jun-2025 12:15:30 JST Simon Willison Simon Willison

    The AI Engineer World's Fair keynotes livestream is up and running, I'll be speaking about LLMs in 2025 (so far) at 10am, in about 54 minutes https://www.youtube.com/watch?v=z4zXicOAF28

    In conversation about 17 days ago from fedi.simonwillison.net permalink

    Attachments

    1. AI Engineer World's Fair 2025 - Day 1 Keynotes & MCP track ft. Anthropic MCP team
      from AI Engineer
      full schedule here: https://ai.engineer/schedulethanks @yashgargk for timestamps:0:00:00 - start0:15:15 - Welcome to AI Engineer - Laurie Voss (LlamaIndex)0:...
  6. Embed this notice
    Simon Willison (simon@fedi.simonwillison.net)'s status on Friday, 06-Jun-2025 12:02:30 JST Simon Willison Simon Willison

    It's interesting how the major LLM API vendors are converging on the following features:

    - Code execution: Python in a sandbox
    - Web search - like Anthropic, Mistral seem to use Brave
    - Document library aka hosted RAG
    - Image generation (FLUX for Mistral)
    - MCP

    MIstral today: https://simonwillison.net/2025/May/27/mistral-agents-api/

    The rate MCP support rolled out in the major vendor APIs is pretty astonishing: OpenAI added it May 21st, Anthropic launched theirs May 22nd and now Mistral have launched theirs on May 27th!

    In conversation about 17 days ago from fedi.simonwillison.net permalink

    Attachments


  7. Embed this notice
    Simon Willison (simon@fedi.simonwillison.net)'s status on Saturday, 31-May-2025 03:42:54 JST Simon Willison Simon Willison

    Once again, if your LLM system combines access to private data, exposure to malicious instructions and the ability to exfiltrate information (through tool use or through rendering links and images) you have a nasty security hole

    This time, GitLab: https://simonwillison.net/2025/May/23/remote-prompt-injection-in-gitlab-duo/

    In conversation about 23 days ago from fedi.simonwillison.net permalink

    Attachments

    1. No result found on File_thumbnail lookup.
      Remote Prompt Injection in GitLab Duo Leads to Source Code Theft
      from @simonw
      Yet another example of the classic [Markdown image exfiltration attack](https://simonwillison.net/tags/exfiltration-attacks/), this time affecting GitLab Duo - GitLab's chatbot. Omer Mayraz reports on how they found and disclosed the issue. The …
  8. Embed this notice
    Simon Willison (simon@fedi.simonwillison.net)'s status on Tuesday, 27-May-2025 09:24:23 JST Simon Willison Simon Willison

    https://benjaminaster.com/css-minecraft/ by Benjamin Aster is incredible! Editable Minecraft-style world, entirely CSS and HTML, not a single line of JS

    My notes on how it works here. It uses radio boxes for state, paused animations for controlling the viewport https://simonwillison.net/2025/May/26/css-minecraft/

    In conversation about a month ago from fedi.simonwillison.net permalink

    Attachments


    1. Domain not in remote thumbnail source whitelist: benjaminaster.com
      CSS Minecraft
      A Minecraft clone made with pure HTML & CSS – no JavaScript.
    2. Domain not in remote thumbnail source whitelist: static.simonwillison.net
      CSS Minecraft
      from @simonw
      Incredible project by Benjamin Aster: > There is no JavaScript on this page. All the logic is made 100% with pure HTML & CSS. For the best performance, please close …
  9. Embed this notice
    Simon Willison (simon@fedi.simonwillison.net)'s status on Monday, 26-May-2025 02:15:45 JST Simon Willison Simon Willison

    When lawyers first started getting yelled at by judges for citing hallucinated case law two years ago I naively assumed word would get around and they would all quickly learn not to

    This new database has 116 cases from 12 countries where this happened, and 20 of them were from just this month!

    https://simonwillison.net/2025/May/25/ai-hallucination-cases/

    In conversation about a month ago from fedi.simonwillison.net permalink
  10. Embed this notice
    Simon Willison (simon@fedi.simonwillison.net)'s status on Wednesday, 21-May-2025 05:34:03 JST Simon Willison Simon Willison

    There was a pelican riding a bicycle in today's Google I/O keynote! https://simonwillison.net/2025/May/20/google-io-pelican/

    In conversation about a month ago from fedi.simonwillison.net permalink

    Attachments

    1. Domain not in remote thumbnail source whitelist: static.simonwillison.net
      Google I/O Pelican
      from @simonw
      Tucked into today's Google I/O keynote, [a blink-and-you'll miss it moment](https://www.youtube.com/live/o8NiE3XMPrM?si=lOK-8OX01SC9UEJa&t=5270):
  11. Embed this notice
    Simon Willison (simon@fedi.simonwillison.net)'s status on Monday, 19-May-2025 06:03:45 JST Simon Willison Simon Willison

    I built a new LLM plugin that can turn a PDF into an image-per-page for feeding into vision models, and in testing it found that GPT-4.1 mini hallucinates WILDLY if you feed it a blank white rectangle followed by a blank black rectangle https://simonwillison.net/2025/May/18/llm-pdf-to-images/

    In conversation about a month ago from fedi.simonwillison.net permalink

    Attachments


    1. https://cdn.masto.host/fedisimonwillisonnet/media_attachments/files/114/530/842/543/402/199/original/175f9676400afdad.png
    2. No result found on File_thumbnail lookup.
      llm-pdf-to-images
      from @simonw
      Inspired by my previous [llm-video-frames](https://github.com/simonw/llm-video-frames) plugin, I thought it would be neat to have a plugin for LLM that can take a PDF and turn that into an image-per-page so …
  12. Embed this notice
    Simon Willison (simon@fedi.simonwillison.net)'s status on Saturday, 03-May-2025 08:50:43 JST Simon Willison Simon Willison

    My favorite local model right now is a bit of surprise to me: I'm really enjoying the relatively tiny Qwen3-8B, running the 4bit quantized version on my Mac using MLX

    It's surprisingly capable given it's a 4.3GB download and uses just 4-5GB of RAM while it's running

    https://simonwillison.net/2025/May/2/qwen3-8b/

    In conversation about 2 months ago from fedi.simonwillison.net permalink
  13. Embed this notice
    Simon Willison (simon@fedi.simonwillison.net)'s status on Wednesday, 30-Apr-2025 00:48:38 JST Simon Willison Simon Willison

    I'm glad somebody out there is brave enough to push back against the "personal ChatGPT usage is terrible for the environment" message https://andymasley.substack.com/p/a-cheat-sheet-for-conversations-about

    "If you want to prompt ChatGPT 40 times, you can just stop your shower 1 second early."

    "If I choose not to take a flight to Europe, I save 3,500,000 ChatGPT searches. this is like stopping more than 7 people from searching ChatGPT for their entire lives."

    In conversation about 2 months ago from fedi.simonwillison.net permalink

    Attachments

    1. Domain not in remote thumbnail source whitelist: substackcdn.com
      A cheat sheet for why using ChatGPT is not bad for the environment
      from Andy Masley
      Arm yourself with knowledge
  14. Embed this notice
    Simon Willison (simon@fedi.simonwillison.net)'s status on Sunday, 27-Apr-2025 11:36:54 JST Simon Willison Simon Willison

    New AI ethics scandal brewing... turns out a team at University of Zurich had dozens of undisclosed AI bot accounts debating with people on /r/ChangeMyView from November 2024 to March 2025 https://simonwillison.net/2025/Apr/26/unauthorized-experiment-on-cmv/

    In conversation about 2 months ago from fedi.simonwillison.net permalink

    Attachments

    1. No result found on File_thumbnail lookup.
      Unauthorized Experiment on CMV Involving AI-generated Comments
      from @simonw
      [r/changemyview](https://www.reddit.com/r/changemyview/) is a popular (top 1%) well moderated subreddit with an extremely well developed [set of rules](https://www.reddit.com/r/changemyview/wiki/rules/) designed to encourage productive, meaningful debate between participants. The moderators there just found …
  15. Embed this notice
    Simon Willison (simon@fedi.simonwillison.net)'s status on Saturday, 26-Apr-2025 16:12:15 JST Simon Willison Simon Willison

    I'm tilting at windmills again, trying to convince people that phones don't spy on you through your microphone to target ads at you https://simonwillison.net/2025/Apr/26/rant/

    In conversation about 2 months ago from fedi.simonwillison.net permalink

    Attachments

    1. No result found on File_thumbnail lookup.
      Note on 26th April 2025
      from @simonw
      Last September I posted [a series of long ranty comments on Lobste.rs](https://lobste.rs/s/mf7guc/leak_facebook_partner_brags_about) about the latest instance of the [immortal conspiracy theory](https://simonwillison.net/2025/Jan/2/they-spy-on-you-but-not-like-that/) (here [it goes again](https://news.ycombinator.com/item?id=43799802)) about apps spying on you …
  16. Embed this notice
    Simon Willison (simon@fedi.simonwillison.net)'s status on Friday, 25-Apr-2025 06:58:14 JST Simon Willison Simon Willison

    Announcing Datasette for Newsrooms - a hosted version of @datasette.io specifically targeted at newsrooms and data journalists

    Think of it as a library for your data - load in CSVs and JSON, extract data with LLMs, collaborate on analysis with the rest of your team
    https://simonwillison.net/2025/Apr/24/introducing-datasette-for-newsrooms/

    In conversation about 2 months ago from fedi.simonwillison.net permalink

    Attachments

    1. Domain not in remote thumbnail source whitelist: datasette-cloud-assets.s3.amazonaws.com
      Introducing Datasette for Newsrooms
      from @simonw
      We're introducing a new product suite today called **Datasette for Newsroows** - a bundled collection of Datasette Cloud features built specifically for investigative journalists and data teams. We're describing it …
  17. Embed this notice
    Simon Willison (simon@fedi.simonwillison.net)'s status on Sunday, 06-Apr-2025 06:07:08 JST Simon Willison Simon Willison

    Meta just dropped Llama 4 on a weekend! Two new open weight models (Scout and Maverick) and a preview of a model called Behemoth - Scout has a 10 million token context

    Best information right now appears to be this blog post: https://ai.meta.com/blog/llama-4-multimodal-intelligence/

    In conversation about 3 months ago from fedi.simonwillison.net permalink

    Attachments

    1. Domain not in remote thumbnail source whitelist: scontent-nrt1-2.xx.fbcdn.net
      The Llama 4 herd: The beginning of a new era of natively multimodal AI innovation
      We’re introducing Llama 4 Scout and Llama 4 Maverick, the first open-weight natively multimodal models with unprecedented context support and our first built using a mixture-of-experts (MoE) architecture.
  18. Embed this notice
    Simon Willison (simon@fedi.simonwillison.net)'s status on Wednesday, 12-Mar-2025 00:08:59 JST Simon Willison Simon Willison

    Here's the table of contents for my lengthy new piece on how I use LLMs to help me write code https://simonwillison.net/2025/Mar/11/using-llms-for-code/

    In conversation about 3 months ago from fedi.simonwillison.net permalink

    Attachments


    1. https://cdn.masto.host/fedisimonwillisonnet/media_attachments/files/114/144/198/777/577/015/original/4c2ea95be63fd9d2.jpeg
    2. Domain not in remote thumbnail source whitelist: static.simonwillison.net
      Here’s how I use LLMs to help me write code
      from @simonw
      Online discussions about using Large Language Models to help write code inevitably produce comments from developers who’s experiences have been disappointing. They often ask what they’re doing wrong—how come some …
  19. Embed this notice
    Simon Willison (simon@fedi.simonwillison.net)'s status on Monday, 10-Mar-2025 01:41:12 JST Simon Willison Simon Willison

    My California Clock Change app is handy today
    https://tools.simonwillison.net/california-clock-change

    In conversation about 4 months ago from fedi.simonwillison.net permalink

    Attachments


    1. https://cdn.masto.host/fedisimonwillisonnet/media_attachments/files/114/133/424/087/329/914/original/a1515e0671277118.png
    2. No result found on File_thumbnail lookup.
      California Clock Change - PST/PDT Only
  20. Embed this notice
    Simon Willison (simon@fedi.simonwillison.net)'s status on Monday, 10-Mar-2025 01:41:11 JST Simon Willison Simon Willison
    in reply to

    I vibe-coded it with Claude last year https://gist.github.com/simonw/9510723176f5b44ac1ebc495c95a4bc7

    In conversation about 4 months ago from fedi.simonwillison.net permalink

    Attachments

    1. Domain not in remote thumbnail source whitelist: github.githubassets.com
      california-dst.md
      from simonw
      GitHub Gist: instantly share code, notes, and snippets.
  • Before

User actions

    Simon Willison

    Simon Willison

    Open source developer building tools to help journalists, archivists, librarians and others analyze, explore and publish their data. https://datasette.io and many other #projects.

    Tags
    • (None)

    Following 0

      Followers 0

        Groups 0

          Statistics

          User ID
          18625
          Member since
          7 Nov 2022
          Notices
          221
          Daily average
          0

          Feeds

          • Atom
          • Help
          • About
          • FAQ
          • TOS
          • Privacy
          • Source
          • Version
          • Contact

          GNU social JP is a social network, courtesy of GNU social JP管理人. It runs on GNU social, version 2.0.2-dev, available under the GNU Affero General Public License.

          Creative Commons Attribution 3.0 All GNU social JP content and data are available under the Creative Commons Attribution 3.0 license.