Release: llm-openrouter 0.7.1
Tags: llm, openrouter
Release: llm 0.34
One new feature:
llm logs --usageMarkdown output now includes the response duration in milliseconds and as a human-readable duration.llm logs --shortincludes a newduration_msfield. #1653
Plus several contributed bug fixes, and a significant performance improvement to llm logs thanks to waveplate on GitHub, see also llm-openrouter 0.7.1.
Tags: llm
Release: llm-gemini 0.34
- New model
gemini-3.8-flashfor Gemini 3.8 Flash, with low, medium and high thinking levels. #146- Fixed async responses failing to record the resolved model version. Thanks, Charlie Tonneslan. #137
Release: llm-anthropic 0.28
Claude Fable 5.1, reasoning traces are now displayed by default for models that support them, plus a new llm_anthropic.ClaudeRefusal exception for when Claude throws a refusal.
Tags: llm, anthropic, claude, claude-mythos-fable
matklad
• Alex Kladov
In reply to this email:
The Silicon Underground
• Dave Farquhar
What did the original Amiga design team do after the Amiga went to market and Commodore wasted the opportunity? Jay Miner went back to designing medical devices, but three other members of the team designed the first color handheld game
The post Atari Lynx: The first color handheld game console appeared first on The Silicon Underground.
Pluralistic: Daily links from Cory Doctorow
• Cory Doctorow
Release: datasette-mcp 0.2
"rows"fromexecute_sqlis now an array of objects. Previously it was an array of arrays. This should help weaker models avoid losing track of which positional array element maps to which column. #1- Now depends on
mcp>=2.1.1.
This is the first non-alpha release of the plugin. I'm confident it's ready as I've been using it quite a bit myself.
Tags: datasette, model-context-protocol
Marcus on AI
• Gary Marcus
Making models harder to monitor is not what we need
The Old New Thing
• Raymond Chen
People are our most valuable asset.
The post Microspeak: Funded / unfunded appeared first on The Old New Thing.
Troy Hunt
• Troy Hunt
It does feel like I've bitten off too much and am now chewing like crazy this week. The 3D printing talk with Elle in Oslo, the "normal" NDC infosec talk, the cyber-broken talk with Scott in Copenhagen and then those ratbag hackers keep dumping more
Krebs on Security
• BrianKrebs
A new identity theft service launched on the dark web this week is selling digital scans of more than 153 million drivers licenses from people in the United States and Canada. Based on interviews with individuals whose licenses are available for purchase on this service, it appears to be siphoning images collected by a widely-used identity verification company based in Louisiana. KrebsOnSecurity also has learned that the New Orleans field office of the Federal Bureau of Investigation (FBI) today launched an official inquiry into the source of the images.
I was poking around in my ~/.cache/ folder using OmniDiskSweeper when I spotted something interesting. The OpenAI Codex desktop app (since rebranded to just ChatGPT) has 1.7GB of stuff in there in a folder called codex-primary-runtime, including a full Python installation, a full Node.js installation, and native binaries for Poppler, git, and the LibreOffice open source office suite (which forked from OpenOffice.org in 2010):

The ~/.cache/codex-runtimes/codex-primary-runtime/plugins/openai-primary-runtime/plugins/documents folder includes skills which tell Codex how to find and use those binaries.
Tags: codex, generative-ai, openai, ai, llms, openoffice, open-source