<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: dannyw</title><link>https://news.ycombinator.com/user?id=dannyw</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Sun, 23 Aug 2026 03:35:18 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=dannyw" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by dannyw in "Why your local LLM feels dumber than it is"]]></title><description><![CDATA[
<p>Nothing beats the classic of figuring out something yourself with your brain, but I also like dictating to LLMs a stream of consciousness with what I'm interested in (while forcing it to NOT give any answers or opinions), and getting back file names it suggests I look at and explore.<p>Modern frontier LLMs can still be used as rubber ducks, and it's a great.</p>
]]></description><pubDate>Sun, 23 Aug 2026 01:16:56 +0000</pubDate><link>https://news.ycombinator.com/item?id=49405406</link><dc:creator>dannyw</dc:creator><comments>https://news.ycombinator.com/item?id=49405406</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49405406</guid></item><item><title><![CDATA[New comment by dannyw in "Why your local LLM feels dumber than it is"]]></title><description><![CDATA[
<p>You've missed a really great human-authored piece then.</p>
]]></description><pubDate>Sun, 23 Aug 2026 01:14:58 +0000</pubDate><link>https://news.ycombinator.com/item?id=49405400</link><dc:creator>dannyw</dc:creator><comments>https://news.ycombinator.com/item?id=49405400</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49405400</guid></item><item><title><![CDATA[New comment by dannyw in "ElevenLabs, TwelveLabs, ThirteenLabs"]]></title><description><![CDATA[
<p>11labs does _way_ more than basic TTS. The options, customizability, quality of voice cloning (for editing your own voices), etc is far more than what you see on the surface.<p>Check out their docs for a glimpse: <a href="https://elevenlabs.io/docs/api-reference/introduction" rel="nofollow">https://elevenlabs.io/docs/api-reference/introduction</a><p>If you wanna hook up a voice agent to Twilio for support for example, 11labs is probably one of the quickest and least painful ways to integrate while still maintaining control over your agent and behaviors.<p>Yes you can vibe code your own glue code, but try that in a large enterprise where you have to consider your team now taking on perpetual maintenance; and not having a vendor/SLA to just send tickets to when something breaks (or you want something new).</p>
]]></description><pubDate>Sun, 23 Aug 2026 01:07:11 +0000</pubDate><link>https://news.ycombinator.com/item?id=49405382</link><dc:creator>dannyw</dc:creator><comments>https://news.ycombinator.com/item?id=49405382</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49405382</guid></item><item><title><![CDATA[New comment by dannyw in "Claudette: Make Claude stop talking like a BuzzFeed article"]]></title><description><![CDATA[
<p>Set output style to explanatory in Claude Code. It's much better. I personally think it should be the default, but I assume Anthropic has done A/B tests and found the default style to be better for metrics.</p>
]]></description><pubDate>Sat, 22 Aug 2026 01:11:32 +0000</pubDate><link>https://news.ycombinator.com/item?id=49395643</link><dc:creator>dannyw</dc:creator><comments>https://news.ycombinator.com/item?id=49395643</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49395643</guid></item><item><title><![CDATA[New comment by dannyw in "Felony Bench"]]></title><description><![CDATA[
<p>If only you could use your anthropic sub with a different harness that performs better :(<p>Heck, since Codex is open source, you can just maintain your own personal fork with the things you like (and the things you don't like disabled). Sol is pretty good at keeping you up to date with upstream.<p>My Codex fork even exposes an OpenAI-compatible API endpoint; all using my subscription.</p>
]]></description><pubDate>Fri, 21 Aug 2026 17:54:57 +0000</pubDate><link>https://news.ycombinator.com/item?id=49391678</link><dc:creator>dannyw</dc:creator><comments>https://news.ycombinator.com/item?id=49391678</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49391678</guid></item><item><title><![CDATA[New comment by dannyw in "DeepSeek-v4-flash-vision-exp"]]></title><description><![CDATA[
<p>I would probably just give it a few days.<p>Deepseek is usually very good with open weights, they don't necessarily drop immediately, sometimes in a few hours, sometimes in a couple days.</p>
]]></description><pubDate>Fri, 21 Aug 2026 17:23:12 +0000</pubDate><link>https://news.ycombinator.com/item?id=49391238</link><dc:creator>dannyw</dc:creator><comments>https://news.ycombinator.com/item?id=49391238</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49391238</guid></item><item><title><![CDATA[New comment by dannyw in "DeepSeek-v4-flash-vision-exp"]]></title><description><![CDATA[
<p>Are you using an API, or running locally? If so, are you running with a quant, or other 'optimisations'?<p>I've been using it via openrouter pretty heavily as my daily driver for the past week and loving it, have never experienced incoherent rubbish even at 500k+ contexts (that's usually way higher than I'd typically compact at), and tool calling reliability is better than Opus 5 in the Claude Code harness.<p>Modern Anthropic models frequently get tool calls wrong, invent non-existent references or SQL tables, or have gibberish CJK characters in the output, like out of nowhere. Of course, they're great at self-recovery after an incorrect tool call, but so is Deepseek v4 flash.<p>If you're running a quant, and esp with a quant'd KV cache, then yeah, not surprised if you're getting incoherent results; but you're not running the real/full model.<p>Also, which harness? Try something like Pi or OMP. Models perform better in these harnesses than Claude Code: <a href="https://www.databricks.com/blog/benchmarking-coding-agents-databricks-multi-million-line-codebase" rel="nofollow">https://www.databricks.com/blog/benchmarking-coding-agents-d...</a><p>The main reason to use Cladue Code is a subsidised Anthropic subscription. If you're on API rates, you should not use Claude Code; you pay more for worse results. Claude Code is sadly quite bloated these days, and comes with a lot of proprietary context window garage like claude design skills, claude.ai artifacts, etc that you probably don't use, and if you do, well, you can add it.</p>
]]></description><pubDate>Fri, 21 Aug 2026 17:08:34 +0000</pubDate><link>https://news.ycombinator.com/item?id=49391032</link><dc:creator>dannyw</dc:creator><comments>https://news.ycombinator.com/item?id=49391032</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49391032</guid></item><item><title><![CDATA[New comment by dannyw in "Copyright does not protect AI-generated content in EU"]]></title><description><![CDATA[
<p>A dashcam could be a safety tool for most people, but it could also be a strategically placed B-cam for a videographer on a shoot.<p>For what it’s worth, dashcam footage can absolutely be copyrightable.<p>The ruling is more about “only humans can get copyright protection”, not so much anything about whether a button is pressed or not.</p>
]]></description><pubDate>Fri, 21 Aug 2026 02:00:52 +0000</pubDate><link>https://news.ycombinator.com/item?id=49382789</link><dc:creator>dannyw</dc:creator><comments>https://news.ycombinator.com/item?id=49382789</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49382789</guid></item><item><title><![CDATA[New comment by dannyw in "The August 17 outage"]]></title><description><![CDATA[
<p>Your highly available system is probably somewhat important, otherwise you won’t have invested in making it HA.<p>While your premise holds for happy cases, when you do have a cascading series of outages, not using exponential backoff is just adding a self-inflicted DoS to when you do go down.<p>I don’t really follow your premise and can’t really articulate many cases for when you shouldn’t use exponential backoff. Maybe if you’re working at Jane St or something; or other circumstances where you can deploy immediate changes to the client; and you’re willing to trade ‘better p50 for worse outages’.<p>But in the case of shipped code that’s run on clients, I’ll continue exponentially backing off all the way, all the time, for everything.</p>
]]></description><pubDate>Thu, 20 Aug 2026 22:59:43 +0000</pubDate><link>https://news.ycombinator.com/item?id=49381433</link><dc:creator>dannyw</dc:creator><comments>https://news.ycombinator.com/item?id=49381433</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49381433</guid></item><item><title><![CDATA[New comment by dannyw in "The August 17 outage"]]></title><description><![CDATA[
<p>It’s been proven that VS Code has product managers who vibe code commits that get merged, including the co-authored with copilot bug. So there’s some problems there.</p>
]]></description><pubDate>Thu, 20 Aug 2026 22:52:44 +0000</pubDate><link>https://news.ycombinator.com/item?id=49381364</link><dc:creator>dannyw</dc:creator><comments>https://news.ycombinator.com/item?id=49381364</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49381364</guid></item><item><title><![CDATA[New comment by dannyw in "Sol loves to cheat"]]></title><description><![CDATA[
<p>Modern LLMs are pre and post-trained on order of magnitudes more synthetic data than 'ground truth' or directly human-authored text. But you could say the synthetic data came from a LLM, and the lineage should trace all the way back to human text.<p>I hypothesize it partially explains why Claude's writing gets more Claudish with almost every model release.</p>
]]></description><pubDate>Thu, 20 Aug 2026 13:41:34 +0000</pubDate><link>https://news.ycombinator.com/item?id=49374465</link><dc:creator>dannyw</dc:creator><comments>https://news.ycombinator.com/item?id=49374465</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49374465</guid></item><item><title><![CDATA[New comment by dannyw in "Ornith-1.5: From Self-Scaffolding to Self-Improvement"]]></title><description><![CDATA[
<p>Expert offloading significantly helps with the VRAM capacity.<p>Most MoE architectures have a few experts that are always running; this, the router, KV, and whatever else you have space for can stay in fast VRAM; and the remaining experts can be offloaded.</p>
]]></description><pubDate>Thu, 20 Aug 2026 07:52:20 +0000</pubDate><link>https://news.ycombinator.com/item?id=49371658</link><dc:creator>dannyw</dc:creator><comments>https://news.ycombinator.com/item?id=49371658</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49371658</guid></item><item><title><![CDATA[New comment by dannyw in "OpenRouter is joining Stripe"]]></title><description><![CDATA[
<p>First, cost optimization directly contributes to how much markup they can charge. Say on average they deliver savings of 20%, that is excess value OR/Stripe can mostly capture.<p>Also, you don't need to mark up tokens much if you're a commodity volume business. Think of Costco and their margins & membership fees. Not everything has to be high margin, not everything has to be a SaaS subscription.</p>
]]></description><pubDate>Thu, 20 Aug 2026 03:34:04 +0000</pubDate><link>https://news.ycombinator.com/item?id=49370094</link><dc:creator>dannyw</dc:creator><comments>https://news.ycombinator.com/item?id=49370094</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49370094</guid></item><item><title><![CDATA[New comment by dannyw in "The Amazon tax"]]></title><description><![CDATA[
<p>There's no inherent fraud or trademark infringement in advertising/bidding for search terms of your competitors. A classic example is Dominos bidding for 'Pizza Hut', and vice versa.<p>There may be trademark infringement when you use another company's trademarks. There are some exceptions, for example copy like 'Compatible with $X' or 'Learn why users are switching from $X to <you>' are generally fine. The line has been drawn over decades of court battles and case law.<p>At work, we've dealt with a few examples that go as far as falsely impersonating our brand.<p>Recently, we've started getting 'explanations' from these (usually fly-by-night operators) that it was 'unintended' and the result of AI targeting and optimization. Yeah, right.</p>
]]></description><pubDate>Wed, 19 Aug 2026 15:36:43 +0000</pubDate><link>https://news.ycombinator.com/item?id=49362988</link><dc:creator>dannyw</dc:creator><comments>https://news.ycombinator.com/item?id=49362988</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49362988</guid></item><item><title><![CDATA[New comment by dannyw in "Running Doom on Canon EOS 550D"]]></title><description><![CDATA[
<p>I miss the days of camera firmware being flashable. Projects like Magic Lantern bought incredible functionality, plus customizability for your workflow / needs / artistic interests, and those cameras are honestly still _very_ usable and powerful today.<p>Probably why they disabled it.</p>
]]></description><pubDate>Wed, 19 Aug 2026 15:06:12 +0000</pubDate><link>https://news.ycombinator.com/item?id=49362618</link><dc:creator>dannyw</dc:creator><comments>https://news.ycombinator.com/item?id=49362618</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49362618</guid></item><item><title><![CDATA[New comment by dannyw in "Cerebras CS-4"]]></title><description><![CDATA[
<p>Coding subs are good when they promote usage and adoption of <i>your</i> models in enterprises at API rates.<p>Cerebras is a B2B hardware company. It feels like a distraction: think of the opportunity cost, and resources/headcount not working on other things that would drive more impact.<p>Should NVIDIA do a coding subscription too? I'm sure they can make money off it, but I think it would be -EV.</p>
]]></description><pubDate>Wed, 19 Aug 2026 14:47:28 +0000</pubDate><link>https://news.ycombinator.com/item?id=49362386</link><dc:creator>dannyw</dc:creator><comments>https://news.ycombinator.com/item?id=49362386</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49362386</guid></item><item><title><![CDATA[New comment by dannyw in "Cerebras CS-4"]]></title><description><![CDATA[
<p>Why would they offer a coding subscription and start competing with some of their biggest customers; when they are capacity-bound and companies like OpenAI will take however many wafers that Cerebras sells to them?<p>OpenAI's Sol ultrafast (powered by Cerebras) is still in preview, presumably because they're overall capacity bound.</p>
]]></description><pubDate>Wed, 19 Aug 2026 12:06:42 +0000</pubDate><link>https://news.ycombinator.com/item?id=49360419</link><dc:creator>dannyw</dc:creator><comments>https://news.ycombinator.com/item?id=49360419</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49360419</guid></item><item><title><![CDATA[New comment by dannyw in "Cerebras CS-4"]]></title><description><![CDATA[
<p>Cerebras supports prompt caching and has a doc about it. A fairly standard automatic prefix-based implementation with 5min expiry.<p>They do not seem to discount cached input for the self-serve Developer tier. Maybe they do for enterprise rate cards?<p><a href="https://inference-docs.cerebras.ai/capabilities/prompt-caching" rel="nofollow">https://inference-docs.cerebras.ai/capabilities/prompt-cachi...</a></p>
]]></description><pubDate>Wed, 19 Aug 2026 12:05:00 +0000</pubDate><link>https://news.ycombinator.com/item?id=49360393</link><dc:creator>dannyw</dc:creator><comments>https://news.ycombinator.com/item?id=49360393</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49360393</guid></item><item><title><![CDATA[New comment by dannyw in "Apple announces changes for apps in the European Union"]]></title><description><![CDATA[
<p>One example: Russia Today / RT News. Process: Google made a blog post [1] and cited EU's Council Regulation (EU) 2022/350.<p>The app is still available in Russia on both App Store and Play Store.<p>[1] <a href="https://blog.google/company-news/inside-google/company-announcements/helping-ukraine/#:~:text=We%20continue%20our,the%20Lumen%20database." rel="nofollow">https://blog.google/company-news/inside-google/company-annou...</a></p>
]]></description><pubDate>Wed, 19 Aug 2026 11:43:52 +0000</pubDate><link>https://news.ycombinator.com/item?id=49360217</link><dc:creator>dannyw</dc:creator><comments>https://news.ycombinator.com/item?id=49360217</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49360217</guid></item><item><title><![CDATA[New comment by dannyw in "OpenLogi"]]></title><description><![CDATA[
<p>I'm pretty sure Logitech has wired keyboard and mouses that are probably configurable in some way.<p>Or, a webcam for example, or other peripherals.</p>
]]></description><pubDate>Wed, 19 Aug 2026 11:38:01 +0000</pubDate><link>https://news.ycombinator.com/item?id=49360164</link><dc:creator>dannyw</dc:creator><comments>https://news.ycombinator.com/item?id=49360164</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49360164</guid></item></channel></rss>