Tag: Generative AI
-
Simon Willison’s Weblog: Note on 20th April 2025
Source URL: https://simonwillison.net/2025/Apr/20/janky-license/#atom-everything Source: Simon Willison’s Weblog Title: Note on 20th April 2025 Feedly Summary: Now that Llama has very real competition in open weight models (Gemma 3, latest Mistrals, DeepSeek, Qwen) I think their janky license is becoming much more of a liability for them. It’s just limiting enough that it could be the…
-
Simon Willison’s Weblog: llm-fragments-github 0.2
Source URL: https://simonwillison.net/2025/Apr/20/llm-fragments-github/#atom-everything Source: Simon Willison’s Weblog Title: llm-fragments-github 0.2 Feedly Summary: llm-fragments-github 0.2 I upgraded my llm-fragments-github plugin to add a new fragment type called issue. It lets you pull the entire content of a GitHub issue thread into your prompt as a concatenated Markdown file. (If you haven’t seen fragments before I introduced…
-
Simon Willison’s Weblog: Gemma 3 QAT Models
Source URL: https://simonwillison.net/2025/Apr/19/gemma-3-qat-models/ Source: Simon Willison’s Weblog Title: Gemma 3 QAT Models Feedly Summary: Gemma 3 QAT Models Interesting release from Google, as a follow-up to Gemma 3 from last month: To make Gemma 3 even more accessible, we are announcing new versions optimized with Quantization-Aware Training (QAT) that dramatically reduces memory requirements while maintaining…
-
Slashdot: Study Finds 50% of Workers Use Unapproved AI Tools
Source URL: https://it.slashdot.org/story/25/04/18/209230/study-finds-50-of-workers-use-unapproved-ai-tools?utm_source=rss1.0mainlinkanon&utm_medium=feed Source: Slashdot Title: Study Finds 50% of Workers Use Unapproved AI Tools Feedly Summary: AI Summary and Description: Yes Summary: The text discusses a study highlighting the prevalence of “Shadow AI” usage among employees, emphasizing the ease of access to AI tools and the challenges organizations face regarding security and compliance. It…
-
Simon Willison’s Weblog: Quoting Andrew Ng
Source URL: https://simonwillison.net/2025/Apr/18/andrew-ng/ Source: Simon Willison’s Weblog Title: Quoting Andrew Ng Feedly Summary: To me, a successful eval meets the following criteria. Say, we currently have system A, and we might tweak it to get a system B: If A works significantly better than B according to a skilled human judge, the eval should give…
-
Simon Willison’s Weblog: Image segmentation using Gemini 2.5
Source URL: https://simonwillison.net/2025/Apr/18/gemini-image-segmentation/ Source: Simon Willison’s Weblog Title: Image segmentation using Gemini 2.5 Feedly Summary: Max Woolf pointed out this new feature of the Gemini 2.5 series in a comment on Hacker News: One hidden note from Gemini 2.5 Flash when diving deep into the documentation: for image inputs, not only can the model be…
-
Simon Willison’s Weblog: MCP Run Python
Source URL: https://simonwillison.net/2025/Apr/18/mcp-run-python/ Source: Simon Willison’s Weblog Title: MCP Run Python Feedly Summary: MCP Run Python Pydantic AI’s MCP server for running LLM-generated Python code in a sandbox. They ended up using a trick I explored two years ago: using a Deno process to run Pyodide in a WebAssembly sandbox. Here’s a bit of a…
-
Simon Willison’s Weblog: Quoting James Betker
Source URL: https://simonwillison.net/2025/Apr/16/james-betker/#atom-everything Source: Simon Willison’s Weblog Title: Quoting James Betker Feedly Summary: I work for OpenAI. […] o4-mini is actually a considerably better vision model than o3, despite the benchmarks. Similar to how o3-mini-high was a much better coding model than o1. I would recommend using o4-mini-high over o3 for any task involving vision.…
-
Simon Willison’s Weblog: Introducing OpenAI o3 and o4-mini
Source URL: https://simonwillison.net/2025/Apr/16/introducing-openai-o3-and-o4-mini/ Source: Simon Willison’s Weblog Title: Introducing OpenAI o3 and o4-mini Feedly Summary: Introducing OpenAI o3 and o4-mini OpenAI are really emphasizing tool use with these: For the first time, our reasoning models can agentically use and combine every tool within ChatGPT—this includes searching the web, analyzing uploaded files and other data with…
-
Simon Willison’s Weblog: openai/codex
Source URL: https://simonwillison.net/2025/Apr/16/openai-codex/ Source: Simon Willison’s Weblog Title: openai/codex Feedly Summary: openai/codex Just released by OpenAI, a “lightweight coding agent that runs in your terminal". Looks like their version of Claude Code. Tags: ai-assisted-programming, generative-ai, ai-agents, openai, ai, llms AI Summary and Description: Yes Summary: OpenAI’s recently released lightweight coding agent, integrated into the terminal,…