<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: qudat</title><link>https://news.ycombinator.com/user?id=qudat</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Sat, 30 May 2026 20:40:19 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=qudat" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by qudat in "Outsourcing plus local AI will soon become more economical vs. frontier labs"]]></title><description><![CDATA[
<p>I'm still thinking this through but I was arguing this position to colleagues to some shock: LLM's are a race-to-the-bottom and frontier models will not be able to afford to work on coding specific models (or coding features at all) in the very near future.<p>27B is already really good at coding-specific tasks.  Fundamentally, there is little innovation on the core architecture: LLMs are all designed essentially the same, with minor differences in how they are trained.  They are all feed-forward multi-headed attention models; it doesn't matter if it's a 4B model or a 1T model, that's just scale.<p>Further, the frontier models cannot afford to innovate: they have to scale as quickly as possible to "beat out" their competition.  The frontier models fundamentally will not create the next "attention is all you need" monumental jump in AI.<p>Frontier companies are stuck on scale with zero capacity to innovate.  You cannot point capitalism at "basic science research" and expect any ROI.  This is a known reality.  Innovation is much more indirect and a "random walk" style of knowledge acquisition.<p>Finally, these LLMs are quite literally designed with a human-in-the-loop, and we do not give ourselves enough credit for how well we ourselves tool-call.  We are doing a lot of heavy lifting to make these models useful and you cannot simply remove us from the equation without also removing ourselves from the training pipieline.</p>
]]></description><pubDate>Tue, 26 May 2026 22:27:36 +0000</pubDate><link>https://news.ycombinator.com/item?id=48286846</link><dc:creator>qudat</dc:creator><comments>https://news.ycombinator.com/item?id=48286846</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48286846</guid></item><item><title><![CDATA[New comment by qudat in "Show HN: Rmux – A programmable terminal multiplexer with a Playwright-style SDK"]]></title><description><![CDATA[
<p>I built <a href="https://zmx.sh" rel="nofollow">https://zmx.sh</a> to make it easier to interact with your terminal sessions programmatically. 1 window = 1 session which might feel like a negative but it makes programmatic access easy and agents can use it just by pointing it at the zmx help command. Basically, an agent just needs 2 commands (run and write) for full control and the commands are synchronous so you don’t need to do any polling.</p>
]]></description><pubDate>Thu, 21 May 2026 11:40:11 +0000</pubDate><link>https://news.ycombinator.com/item?id=48221006</link><dc:creator>qudat</dc:creator><comments>https://news.ycombinator.com/item?id=48221006</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48221006</guid></item><item><title><![CDATA[New comment by qudat in "Postmortem: TanStack NPM supply-chain compromise"]]></title><description><![CDATA[
<p>And a labeling action which requires `pull_request_target`: <a href="https://github.com/actions/labeler#create-workflow" rel="nofollow">https://github.com/actions/labeler#create-workflow</a><p>These types of features are not worth it and need to be removed from the marketplace.</p>
]]></description><pubDate>Tue, 12 May 2026 03:10:08 +0000</pubDate><link>https://news.ycombinator.com/item?id=48103742</link><dc:creator>qudat</dc:creator><comments>https://news.ycombinator.com/item?id=48103742</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48103742</guid></item><item><title><![CDATA[New comment by qudat in "Bun's experimental Rust rewrite hits 99.8% test compatibility on Linux x64 glibc"]]></title><description><![CDATA[
<p>Literally the model “mythos” is being marketed towards finding these exact type of bugs used for exploitation. I really don’t understand the argument: are agents not good at findings memory management issues? What’s the gap?</p>
]]></description><pubDate>Mon, 11 May 2026 16:38:55 +0000</pubDate><link>https://news.ycombinator.com/item?id=48097306</link><dc:creator>qudat</dc:creator><comments>https://news.ycombinator.com/item?id=48097306</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48097306</guid></item><item><title><![CDATA[New comment by qudat in "Bun's experimental Rust rewrite hits 99.8% test compatibility on Linux x64 glibc"]]></title><description><![CDATA[
<p>My guess is it won’t be worth it to focus specifically on coding models once local small models work just as well or within range. That will naturally close the gap even more</p>
]]></description><pubDate>Mon, 11 May 2026 16:37:32 +0000</pubDate><link>https://news.ycombinator.com/item?id=48097288</link><dc:creator>qudat</dc:creator><comments>https://news.ycombinator.com/item?id=48097288</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48097288</guid></item><item><title><![CDATA[New comment by qudat in "I'm going back to writing code by hand"]]></title><description><![CDATA[
<p>Yep. I’m approaching the same problem from a different angle: writing code fast means you aren’t being thoughtful about the features you’re building. I started realizing that after I had kids and spent more time thinking about code than writing it and it really improved the quality of my work: <a href="https://bower.sh/thinking-slow-writing-fast" rel="nofollow">https://bower.sh/thinking-slow-writing-fast</a></p>
]]></description><pubDate>Mon, 11 May 2026 11:47:31 +0000</pubDate><link>https://news.ycombinator.com/item?id=48093780</link><dc:creator>qudat</dc:creator><comments>https://news.ycombinator.com/item?id=48093780</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48093780</guid></item><item><title><![CDATA[New comment by qudat in "Bun's experimental Rust rewrite hits 99.8% test compatibility on Linux x64 glibc"]]></title><description><![CDATA[
<p>Nah. These agents are getting easier and easier to run local. Have you tried Qwen 3.6 27b? It’s insane what it can do compared to its size. Like 100% vibe small projects if you manage context properly.<p>These models are a race to the bottom just like compute.</p>
]]></description><pubDate>Sat, 09 May 2026 21:34:57 +0000</pubDate><link>https://news.ycombinator.com/item?id=48078475</link><dc:creator>qudat</dc:creator><comments>https://news.ycombinator.com/item?id=48078475</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48078475</guid></item><item><title><![CDATA[New comment by qudat in "Bun's experimental Rust rewrite hits 99.8% test compatibility on Linux x64 glibc"]]></title><description><![CDATA[
<p>I don’t understand: just use an agent to find all memory leaks and segfaults. I don’t get the argument if you are gonna vibe code anyway.<p>With unlimited tokens make it a lint rule or auto formatter.</p>
]]></description><pubDate>Sat, 09 May 2026 20:34:05 +0000</pubDate><link>https://news.ycombinator.com/item?id=48077994</link><dc:creator>qudat</dc:creator><comments>https://news.ycombinator.com/item?id=48077994</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48077994</guid></item><item><title><![CDATA[New comment by qudat in "The Self-Cancelling Subscription"]]></title><description><![CDATA[
<p>We take a slightly different approach for <a href="https://pico.sh" rel="nofollow">https://pico.sh</a> -- no automatic subscription, but we charge for an entire year.  It's great for us because each sub is a year and if someone truly isn't using our services then it'll quietly drift into the background for the end-user.</p>
]]></description><pubDate>Fri, 08 May 2026 01:20:15 +0000</pubDate><link>https://news.ycombinator.com/item?id=48057345</link><dc:creator>qudat</dc:creator><comments>https://news.ycombinator.com/item?id=48057345</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48057345</guid></item><item><title><![CDATA[New comment by qudat in "Principles for agent-native CLIs"]]></title><description><![CDATA[
<p>The entire concept that we need to cater CLIs to agents at all should tell us how far away they are from being “junior devs” or “an intern” and I reject the premise.<p>A lack of structured output has never been a blocker for agents to work, that’s a traditional coding problem.<p>“Write good help text and error messages” is just good design which is self evident.</p>
]]></description><pubDate>Thu, 07 May 2026 22:21:22 +0000</pubDate><link>https://news.ycombinator.com/item?id=48055907</link><dc:creator>qudat</dc:creator><comments>https://news.ycombinator.com/item?id=48055907</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48055907</guid></item><item><title><![CDATA[New comment by qudat in "Show HN: Tilde.run – Agent Sandbox with a Transactional, Versioned Filesystem"]]></title><description><![CDATA[
<p>I don't get it, it looks like they are copying data to the sandbox filesystem why would that impact production data?  Because the agent can re-upload the file to s3?</p>
]]></description><pubDate>Wed, 06 May 2026 16:15:58 +0000</pubDate><link>https://news.ycombinator.com/item?id=48037965</link><dc:creator>qudat</dc:creator><comments>https://news.ycombinator.com/item?id=48037965</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48037965</guid></item><item><title><![CDATA[New comment by qudat in "I am worried about Bun"]]></title><description><![CDATA[
<p>Wild example as it has been corrupted by VC money as well. I wouldn’t touch deno either.</p>
]]></description><pubDate>Mon, 04 May 2026 21:10:58 +0000</pubDate><link>https://news.ycombinator.com/item?id=48015051</link><dc:creator>qudat</dc:creator><comments>https://news.ycombinator.com/item?id=48015051</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48015051</guid></item><item><title><![CDATA[New comment by qudat in "Agentic Coding Is a Trap"]]></title><description><![CDATA[
<p>Interesting analogy.  Through the lens of a data driven design, all we are doing is taking data in shape A, transforming it to shape B, and then sending it somewhere else.</p>
]]></description><pubDate>Mon, 04 May 2026 03:17:50 +0000</pubDate><link>https://news.ycombinator.com/item?id=48004240</link><dc:creator>qudat</dc:creator><comments>https://news.ycombinator.com/item?id=48004240</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48004240</guid></item><item><title><![CDATA[New comment by qudat in "Why TUIs are back"]]></title><description><![CDATA[
<p>I think if you look purely at the numbers, the real reason TUIs are popular is claude code, everything else is background noise compared to it.<p>What originally got me excited to build TUIs was the concept of delivering apps over the wire via SSH. SSH apps resemble a browser in that way: no local installs required.<p>It's a major reason why I enjoy hacking on <a href="https://pico.sh" rel="nofollow">https://pico.sh</a> -- deploying the TUI requires zero user involvement.</p>
]]></description><pubDate>Sun, 03 May 2026 20:14:38 +0000</pubDate><link>https://news.ycombinator.com/item?id=48000929</link><dc:creator>qudat</dc:creator><comments>https://news.ycombinator.com/item?id=48000929</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48000929</guid></item><item><title><![CDATA[New comment by qudat in "Uncle Bob: It's Over"]]></title><description><![CDATA[
<p>Fundamentally it cannot be much better than how well we can write the spec and then validate the results.<p>It’s always gonna be a multi shot process. And it can already write code good enough. That’s no longer the bottleneck.<p>Further, Qwen 27b is such an incredible masterpiece for coding and it can run on consumer hardware <i>today</i>. Anthropic/OpenAI are gonna give up on coding models very soon. There’s not gonna be any money in it when you can run your own local model for significantly cheaper.<p>Qwen27b is not SOTA but the value is insane. You can basically use it for small tasks and then route harder problems to opus or sonnet and boom you’ve said a lot of money.</p>
]]></description><pubDate>Sun, 03 May 2026 17:15:57 +0000</pubDate><link>https://news.ycombinator.com/item?id=47999116</link><dc:creator>qudat</dc:creator><comments>https://news.ycombinator.com/item?id=47999116</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47999116</guid></item><item><title><![CDATA[New comment by qudat in "The agent harness belongs outside the sandbox"]]></title><description><![CDATA[
<p>Interesting idea. Tangentially related I’ve been using my local agent to interact with remote shells via zmx, described here:  <a href="https://bower.sh/zmx-ai-portal" rel="nofollow">https://bower.sh/zmx-ai-portal</a><p>The use case is different but this article strikes some vague similarities around an agent API to remotely execute commands.</p>
]]></description><pubDate>Sun, 03 May 2026 01:45:01 +0000</pubDate><link>https://news.ycombinator.com/item?id=47992502</link><dc:creator>qudat</dc:creator><comments>https://news.ycombinator.com/item?id=47992502</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47992502</guid></item><item><title><![CDATA[New comment by qudat in "Ghostty is leaving GitHub"]]></title><description><![CDATA[
<p>Thanks for the callout: we’ve been reimagining code forges by making them irrelevant with tools and tiny services like: <a href="https://pgit.pico.sh" rel="nofollow">https://pgit.pico.sh</a> (static site generator for git) and <a href="https://pr.pico.sh" rel="nofollow">https://pr.pico.sh</a> (pastebin for git collab)<p>They are still a WIP but it’s on our roadmap to continue to improve.</p>
]]></description><pubDate>Tue, 28 Apr 2026 23:09:43 +0000</pubDate><link>https://news.ycombinator.com/item?id=47942106</link><dc:creator>qudat</dc:creator><comments>https://news.ycombinator.com/item?id=47942106</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47942106</guid></item><item><title><![CDATA[New comment by qudat in "Qwen3.6-27B: Flagship-Level Coding in a 27B Dense Model"]]></title><description><![CDATA[
<p>how do you provide the base url?</p>
]]></description><pubDate>Sat, 25 Apr 2026 03:03:52 +0000</pubDate><link>https://news.ycombinator.com/item?id=47898248</link><dc:creator>qudat</dc:creator><comments>https://news.ycombinator.com/item?id=47898248</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47898248</guid></item><item><title><![CDATA[New comment by qudat in "I am building a cloud"]]></title><description><![CDATA[
<p>Agreed! Over at <a href="https://pico.sh" rel="nofollow">https://pico.sh</a> we are chugging along and having a blast. Profitable but at a scale that is manageable for us. Cheers</p>
]]></description><pubDate>Thu, 23 Apr 2026 12:39:32 +0000</pubDate><link>https://news.ycombinator.com/item?id=47875035</link><dc:creator>qudat</dc:creator><comments>https://news.ycombinator.com/item?id=47875035</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47875035</guid></item><item><title><![CDATA[New comment by qudat in "Qwen3.6-27B: Flagship-Level Coding in a 27B Dense Model"]]></title><description><![CDATA[
<p>I didn’t think pi supported local models?</p>
]]></description><pubDate>Thu, 23 Apr 2026 00:05:54 +0000</pubDate><link>https://news.ycombinator.com/item?id=47870835</link><dc:creator>qudat</dc:creator><comments>https://news.ycombinator.com/item?id=47870835</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47870835</guid></item></channel></rss>