<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Hacker News: scriptsmith</title><link>https://news.ycombinator.com/user?id=scriptsmith</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Wed, 29 Jul 2026 15:25:05 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=scriptsmith" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by scriptsmith in "Claude Opus 5"]]></title><description><![CDATA[
<p>It's a reference to this story where an OpenAI model broke out of its sandbox during cyber benchmarking and hacked into HuggingFace, in order to obtain test solutions: <a href="https://news.ycombinator.com/item?id=48997548">https://news.ycombinator.com/item?id=48997548</a></p>
]]></description><pubDate>Sat, 25 Jul 2026 05:18:12 +0000</pubDate><link>https://news.ycombinator.com/item?id=49044739</link><dc:creator>scriptsmith</dc:creator><comments>https://news.ycombinator.com/item?id=49044739</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49044739</guid></item><item><title><![CDATA[New comment by scriptsmith in "Text art tools"]]></title><description><![CDATA[
<p>I made these to create styled text art for the MOTD of my university's HPC login node:<p><a href="https://github.com/ScriptSmith/tart" rel="nofollow">https://github.com/ScriptSmith/tart</a><p><a href="https://tart.sh/" rel="nofollow">https://tart.sh/</a></p>
]]></description><pubDate>Sun, 12 Jul 2026 07:44:30 +0000</pubDate><link>https://news.ycombinator.com/item?id=48879196</link><dc:creator>scriptsmith</dc:creator><comments>https://news.ycombinator.com/item?id=48879196</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48879196</guid></item><item><title><![CDATA[New comment by scriptsmith in "Kimi K2.7 Code is generally available in GitHub Copilot"]]></title><description><![CDATA[
<p>Is GitHub Copilot the best positioned platform for enterprise? They support Claude, GPT, Gemini, and now even open weight models. Larger orgs are paying at API rates anyway so it costs just as much as anywhere else. They have a pretty good agent CLI and SDK, and now a desktop app. They have hosted agents, and you can run their 'Agentic Workflows' in CI.<p>Has their reputation tanked so much that the alternatives get all the buzz? Or is it that non-enterprise users are priced out by the usage costs, so no free marketing?</p>
]]></description><pubDate>Thu, 02 Jul 2026 06:37:12 +0000</pubDate><link>https://news.ycombinator.com/item?id=48757384</link><dc:creator>scriptsmith</dc:creator><comments>https://news.ycombinator.com/item?id=48757384</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48757384</guid></item><item><title><![CDATA[New comment by scriptsmith in "Department of Commerce has lifted export controls on Claude Fable 5 and Mythos 5"]]></title><description><![CDATA[
<p>Definitely took longer than I was expecting, then after two weeks I thought we'd never get it.</p>
]]></description><pubDate>Wed, 01 Jul 2026 02:15:12 +0000</pubDate><link>https://news.ycombinator.com/item?id=48741614</link><dc:creator>scriptsmith</dc:creator><comments>https://news.ycombinator.com/item?id=48741614</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48741614</guid></item><item><title><![CDATA[New comment by scriptsmith in "Statement on US government directive to suspend access to Fable 5 and Mythos 5"]]></title><description><![CDATA[
<p>And now is this going to be a one-off, or routine with every new generation of models?</p>
]]></description><pubDate>Sat, 13 Jun 2026 01:22:25 +0000</pubDate><link>https://news.ycombinator.com/item?id=48511373</link><dc:creator>scriptsmith</dc:creator><comments>https://news.ycombinator.com/item?id=48511373</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48511373</guid></item><item><title><![CDATA[New comment by scriptsmith in "Local AI needs to be the norm"]]></title><description><![CDATA[
<p>It's based on a Gemma 3n model, and yeah it's not the best. But if you have a use case that needs constrained JSON output for example, it's pretty neat.<p>Maybe it would do better with the new Gemma 4 models, which the Chrome devs have been hinting at moving to. And why the API doesn't let you introspect / pick the model, I'm still not sure.</p>
]]></description><pubDate>Sun, 10 May 2026 21:30:04 +0000</pubDate><link>https://news.ycombinator.com/item?id=48088283</link><dc:creator>scriptsmith</dc:creator><comments>https://news.ycombinator.com/item?id=48088283</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48088283</guid></item><item><title><![CDATA[New comment by scriptsmith in "Local AI needs to be the norm"]]></title><description><![CDATA[
<p>I've got some demos of what the new Prompt API in Chrome that uses a local model can do: <a href="https://adsm.dev/posts/prompt-api/#what-could-you-build-with-it" rel="nofollow">https://adsm.dev/posts/prompt-api/#what-could-you-build-with...</a><p>As OP says, it shines in constrained environments where the model is transforming user-owned data. Definitely less useful for anything more open-ended.</p>
]]></description><pubDate>Sun, 10 May 2026 21:22:42 +0000</pubDate><link>https://news.ycombinator.com/item?id=48088205</link><dc:creator>scriptsmith</dc:creator><comments>https://news.ycombinator.com/item?id=48088205</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48088205</guid></item><item><title><![CDATA[New comment by scriptsmith in "Chrome removes claim of On-device Al not sending data to Google Servers"]]></title><description><![CDATA[
<p>Chromium mostly does not support this, because it doesn't have the binary blob required to run the inference. However, it does still download the model weights and expose the LanguageModel API, because that part is hooked up.<p><a href="https://adsm.dev/posts/prompt-api/#which-browsers-support-the-api" rel="nofollow">https://adsm.dev/posts/prompt-api/#which-browsers-support-th...</a><p>Packagers might eventually disable that but I tested this behaviour in chromium 148 a few hours ago, and it would download the weights but has trouble running them.</p>
]]></description><pubDate>Thu, 07 May 2026 22:41:41 +0000</pubDate><link>https://news.ycombinator.com/item?id=48056050</link><dc:creator>scriptsmith</dc:creator><comments>https://news.ycombinator.com/item?id=48056050</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48056050</guid></item><item><title><![CDATA[New comment by scriptsmith in "Google's Prompt API"]]></title><description><![CDATA[
<p>> My understanding is that you’ll have to explicitly agree to download alternate models in the future, per the specification<p>I don't get that from the spec. Closest thing I could find in the Writing and Assistance APIs spec [1] (which the Prompt API refers to) says:<p>> [It] allows the user agent to prompt the user for permission<p>But that's talking more about initiating the 'download' process more than choosing the model.<p>I think Chrome wants the browser to be 'opinionated' about the model used however, rather than letting the webpage pick, at least for now.<p>[1] <a href="https://webmachinelearning.github.io/writing-assistance-apis/#privacy-availability-creation" rel="nofollow">https://webmachinelearning.github.io/writing-assistance-apis...</a></p>
]]></description><pubDate>Wed, 06 May 2026 23:23:56 +0000</pubDate><link>https://news.ycombinator.com/item?id=48043203</link><dc:creator>scriptsmith</dc:creator><comments>https://news.ycombinator.com/item?id=48043203</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48043203</guid></item><item><title><![CDATA[New comment by scriptsmith in "Google Chrome silently installs a 4 GB AI model on your device without consent"]]></title><description><![CDATA[
<p>Depends on where you get it. By default the flags will be enabled, but some packagers may choose to disable them. I haven't seen a major distro release chromium 148 yet.<p>Weirdly though, chromium won't be able to actually use the model even though it can download it, because the inference engine is a closed-source blob.<p><a href="https://adsm.dev/posts/prompt-api/#which-browsers-support-the-api" rel="nofollow">https://adsm.dev/posts/prompt-api/#which-browsers-support-th...</a></p>
]]></description><pubDate>Wed, 06 May 2026 08:06:37 +0000</pubDate><link>https://news.ycombinator.com/item?id=48033582</link><dc:creator>scriptsmith</dc:creator><comments>https://news.ycombinator.com/item?id=48033582</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48033582</guid></item><item><title><![CDATA[New comment by scriptsmith in "Google Chrome silently installs a 4 GB AI model on your device without consent"]]></title><description><![CDATA[
<p>I wrote a more detailed blog post here:<p><a href="https://news.ycombinator.com/item?id=48028662">https://news.ycombinator.com/item?id=48028662</a></p>
]]></description><pubDate>Wed, 06 May 2026 04:23:34 +0000</pubDate><link>https://news.ycombinator.com/item?id=48032145</link><dc:creator>scriptsmith</dc:creator><comments>https://news.ycombinator.com/item?id=48032145</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48032145</guid></item><item><title><![CDATA[New comment by scriptsmith in "Google Chrome silently installs a 4 GB AI model on your device without consent"]]></title><description><![CDATA[
<p>Chromium doesn't support this API because it needs a binary blob to run the inference, although in theory it may still be configured to download the weights:<p><a href="https://adsm.dev/posts/prompt-api/#which-browsers-support-the-api" rel="nofollow">https://adsm.dev/posts/prompt-api/#which-browsers-support-th...</a></p>
]]></description><pubDate>Wed, 06 May 2026 00:13:55 +0000</pubDate><link>https://news.ycombinator.com/item?id=48030524</link><dc:creator>scriptsmith</dc:creator><comments>https://news.ycombinator.com/item?id=48030524</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48030524</guid></item><item><title><![CDATA[New comment by scriptsmith in "Google Chrome silently installs a 4 GB AI model on your device without consent"]]></title><description><![CDATA[
<p>It can only be called after the user has interacted with the page, but there's no dialogue from the browser<p><a href="https://developer.chrome.com/docs/ai/get-started#user-activation" rel="nofollow">https://developer.chrome.com/docs/ai/get-started#user-activa...</a></p>
]]></description><pubDate>Tue, 05 May 2026 23:46:59 +0000</pubDate><link>https://news.ycombinator.com/item?id=48030317</link><dc:creator>scriptsmith</dc:creator><comments>https://news.ycombinator.com/item?id=48030317</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48030317</guid></item><item><title><![CDATA[New comment by scriptsmith in "The Prompt API is now on by default in Chrome"]]></title><description><![CDATA[
<p>Author here. After trying out the Prompt API over the last week, I wrote up some details on the chromium internals, how to use the API, and made some toy demos.<p>It's a 4 GB model that can be used to run on-device inference.</p>
]]></description><pubDate>Tue, 05 May 2026 21:58:53 +0000</pubDate><link>https://news.ycombinator.com/item?id=48029212</link><dc:creator>scriptsmith</dc:creator><comments>https://news.ycombinator.com/item?id=48029212</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48029212</guid></item><item><title><![CDATA[New comment by scriptsmith in "Google Chrome silently installs a 4 GB AI model on your device without consent"]]></title><description><![CDATA[
<p>In my understanding, yes. I wrote a blog post about some of the internals here: <a href="https://news.ycombinator.com/item?id=48028662">https://news.ycombinator.com/item?id=48028662</a></p>
]]></description><pubDate>Tue, 05 May 2026 21:15:24 +0000</pubDate><link>https://news.ycombinator.com/item?id=48028690</link><dc:creator>scriptsmith</dc:creator><comments>https://news.ycombinator.com/item?id=48028690</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48028690</guid></item><item><title><![CDATA[The Prompt API is now on by default in Chrome]]></title><description><![CDATA[
<p>Article URL: <a href="https://adsm.dev/posts/prompt-api/">https://adsm.dev/posts/prompt-api/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=48028662">https://news.ycombinator.com/item?id=48028662</a></p>
<p>Points: 4</p>
<p># Comments: 2</p>
]]></description><pubDate>Tue, 05 May 2026 21:12:57 +0000</pubDate><link>https://adsm.dev/posts/prompt-api/</link><dc:creator>scriptsmith</dc:creator><comments>https://news.ycombinator.com/item?id=48028662</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48028662</guid></item><item><title><![CDATA[New comment by scriptsmith in "Google Chrome silently installs a 4 GB AI model on your device without consent"]]></title><description><![CDATA[
<p>Google has been trialling the Prompt API in chrome for the over a year, so before Gemma 4 existed. But they are indicating they'll move to Gemma 4: <a href="https://groups.google.com/a/chromium.org/g/blink-dev/c/iR6R7-nQeHI/m/AM0yj_xTBgAJ" rel="nofollow">https://groups.google.com/a/chromium.org/g/blink-dev/c/iR6R7...</a></p>
]]></description><pubDate>Tue, 05 May 2026 11:32:40 +0000</pubDate><link>https://news.ycombinator.com/item?id=48021035</link><dc:creator>scriptsmith</dc:creator><comments>https://news.ycombinator.com/item?id=48021035</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48021035</guid></item><item><title><![CDATA[New comment by scriptsmith in "Google Chrome silently installs a 4 GB AI model on your device without consent"]]></title><description><![CDATA[
<p>It's based on Gemma 3n, and it's not the best.<p>I find it works fine for simple classification, translation, interpretation of images & audio. It can write longer prose, but it's pretty bad.<p>It can also write text in the format of a JSON schema or regexp for anything you might want to do with structured data.</p>
]]></description><pubDate>Tue, 05 May 2026 09:25:25 +0000</pubDate><link>https://news.ycombinator.com/item?id=48020033</link><dc:creator>scriptsmith</dc:creator><comments>https://news.ycombinator.com/item?id=48020033</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48020033</guid></item><item><title><![CDATA[New comment by scriptsmith in "Google Chrome silently installs a 4 GB AI model on your device without consent"]]></title><description><![CDATA[
<p>Those flags will exist already, but will default to enabled in 148.<p>That other flag is for using a different open-source inference engine to the (from what I can tell) closed-source one that's used by default.</p>
]]></description><pubDate>Tue, 05 May 2026 08:46:52 +0000</pubDate><link>https://news.ycombinator.com/item?id=48019702</link><dc:creator>scriptsmith</dc:creator><comments>https://news.ycombinator.com/item?id=48019702</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48019702</guid></item><item><title><![CDATA[New comment by scriptsmith in "Google Chrome silently installs a 4 GB AI model on your device without consent"]]></title><description><![CDATA[
<p>If Chrome has the <i>#optimization-guide-on-device-model</i> and <i>#prompt-api-for-gemini-nano</i> flags enabled, either because it's part of some Origin Trial / Early Stable Release or something, then web pages will have access to the new Prompt API which allows any webpage to initiate the (one-time) download of the ~2.7 GiB CPU or ~4.0 GiB GPU model using LanguageModel.create()<p><a href="https://developer.chrome.com/docs/ai/prompt-api" rel="nofollow">https://developer.chrome.com/docs/ai/prompt-api</a><p>When Chrome 148 releases tomorrow, this will be the default behaviour on desktop.<p>To download, it should check for 22 GiB free disk space on the volume where your Chrome data dir is, and at least double the model size of free space in your tmp dir.</p>
]]></description><pubDate>Tue, 05 May 2026 08:26:02 +0000</pubDate><link>https://news.ycombinator.com/item?id=48019542</link><dc:creator>scriptsmith</dc:creator><comments>https://news.ycombinator.com/item?id=48019542</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48019542</guid></item></channel></rss>