<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: anditherobot</title><link>https://news.ycombinator.com/user?id=anditherobot</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Tue, 28 Jul 2026 08:24:00 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=anditherobot" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by anditherobot in "It's not empowering to hand off the details"]]></title><description><![CDATA[
<p>AI can generate what a company makes. Can it generate what a company is?<p>Producing artifacts: media, code, documents, the visible output has clearly gotten easier. But the other things, like knowing what's worth building in the first place and making the right judgment call, still seem to be left to the humans.</p>
]]></description><pubDate>Sun, 26 Jul 2026 22:23:52 +0000</pubDate><link>https://news.ycombinator.com/item?id=49063042</link><dc:creator>anditherobot</dc:creator><comments>https://news.ycombinator.com/item?id=49063042</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49063042</guid></item><item><title><![CDATA[New comment by anditherobot in "Reliable Web App Pattern for .NET"]]></title><description><![CDATA[
<p>Microsoft’s biggest dev move would be to make one clear “default” stack for each app type: one for web, one for desktop, one for mobile.<p>They already have strong tools. Just way too many paths
They should make the recommended stack obvious and well-supported.</p>
]]></description><pubDate>Wed, 06 May 2026 21:02:06 +0000</pubDate><link>https://news.ycombinator.com/item?id=48041790</link><dc:creator>anditherobot</dc:creator><comments>https://news.ycombinator.com/item?id=48041790</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48041790</guid></item><item><title><![CDATA[New comment by anditherobot in "How to make LLM native User Interfaces - Post LLM Workflow"]]></title><description><![CDATA[
<p>I am experimenting with the post LLM Daily Workflow</p>
]]></description><pubDate>Thu, 26 Feb 2026 01:20:55 +0000</pubDate><link>https://news.ycombinator.com/item?id=47160582</link><dc:creator>anditherobot</dc:creator><comments>https://news.ycombinator.com/item?id=47160582</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47160582</guid></item><item><title><![CDATA[How to make LLM native User Interfaces - Post LLM Workflow]]></title><description><![CDATA[
<p>Article URL: <a href="https://www.youtube.com/watch?v=F5_mbwUQeCs">https://www.youtube.com/watch?v=F5_mbwUQeCs</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=47160581">https://news.ycombinator.com/item?id=47160581</a></p>
<p>Points: 1</p>
<p># Comments: 1</p>
]]></description><pubDate>Thu, 26 Feb 2026 01:20:55 +0000</pubDate><link>https://www.youtube.com/watch?v=F5_mbwUQeCs</link><dc:creator>anditherobot</dc:creator><comments>https://news.ycombinator.com/item?id=47160581</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47160581</guid></item><item><title><![CDATA[New comment by anditherobot in "Ask HN: How far has "vibe coding" come?"]]></title><description><![CDATA[
<p>Vibe coding sits on an axis from smart autocomplete to one-shotting a $1B SaaS. Traditional software engineering was about holding the system in your head and translating it into syntax, fighting tooling and architecture decisions along the way.  I think done properly it removes many of these friction points along the way to validating / implementing the idea.<p>Now it's easier to traverse a live plan and to quickly make micro pivots as you go.<p>I also think that architecture needs to change. Design patterns that will help to provide as much context to the LLM as possible to increase understanding.</p>
]]></description><pubDate>Thu, 29 Jan 2026 17:01:07 +0000</pubDate><link>https://news.ycombinator.com/item?id=46812902</link><dc:creator>anditherobot</dc:creator><comments>https://news.ycombinator.com/item?id=46812902</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46812902</guid></item><item><title><![CDATA[New comment by anditherobot in "Ask HN: How are you automating your coding work?"]]></title><description><![CDATA[
<p>Fair challenge to the idea. But what i am saying is that  every line of boilerplate, every import statement, every configuration file consumes precious tokens.<p>The more code, the more surface area the LLM needs to cover before understanding or implementing correctly.<p>Right now the solution to expensive token limits is  the most token-efficient technology. let's reframe it better. Was react made to help humans organize code better or machines?<p>Is the  High Code-to-Functionality Ratio 3 lines that do real work > 50 lines of setup  really necessary?</p>
]]></description><pubDate>Wed, 21 Jan 2026 21:30:58 +0000</pubDate><link>https://news.ycombinator.com/item?id=46711842</link><dc:creator>anditherobot</dc:creator><comments>https://news.ycombinator.com/item?id=46711842</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46711842</guid></item><item><title><![CDATA[New comment by anditherobot in "Ask HN: How are you automating your coding work?"]]></title><description><![CDATA[
<p>We're overlooking a critical metric in AI-assisted development: <i>Token and Context Window to Utility Ratio</i>.<p>AI coding tools are burning massive token budgets on boilerplate thousands of tokens just to render simple interfaces.<p>Consider the token cost of "Hello World":<p>- <i>Tkinter</i>:  `import tkinter as tk; tk.Button(text="Hello").pack()`<p>- <i>React</i>: 500MB of node_modules, and dependencies<p>Right now  context windows token limits are finite and costly. What do you think?<p>My prediction is that tooling that manage token and context efficiency will become essential.</p>
]]></description><pubDate>Wed, 21 Jan 2026 20:54:08 +0000</pubDate><link>https://news.ycombinator.com/item?id=46711415</link><dc:creator>anditherobot</dc:creator><comments>https://news.ycombinator.com/item?id=46711415</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46711415</guid></item><item><title><![CDATA[New comment by anditherobot in "Show HN: Mastra 1.0, open-source JavaScript agent framework from the Gatsby devs"]]></title><description><![CDATA[
<p>From punch cards to assembly, to C, to modern languages and web frameworks, each generation raised the abstraction. Agentic frameworks are the next one.</p>
]]></description><pubDate>Tue, 20 Jan 2026 20:49:08 +0000</pubDate><link>https://news.ycombinator.com/item?id=46697554</link><dc:creator>anditherobot</dc:creator><comments>https://news.ycombinator.com/item?id=46697554</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46697554</guid></item><item><title><![CDATA[New comment by anditherobot in "Provide agents with automated feedback"]]></title><description><![CDATA[
<p>With Visual Studio and Copilot I like the fact that runs a comment and then can read the output back and then automatically continues based on the error message let's say there's a compilation error or a failed test case, It reads it and then feeds that back into the system automatically. Once the plan is satisfied, it marks it as completed</p>
]]></description><pubDate>Mon, 19 Jan 2026 04:07:11 +0000</pubDate><link>https://news.ycombinator.com/item?id=46674951</link><dc:creator>anditherobot</dc:creator><comments>https://news.ycombinator.com/item?id=46674951</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46674951</guid></item><item><title><![CDATA[New comment by anditherobot in "Microsoft Amplifier"]]></title><description><![CDATA[
<p>Have you tried Scoped context packages? Basically for each task, I create a .md file that includes relevant file paths, the purpose of the task, key dependencies, a clear plan of action, and a test strategy. It’s like a mini local design doc.  I found that it helps ground implementation and stabilizes the output of the agents.</p>
]]></description><pubDate>Sat, 11 Oct 2025 21:18:50 +0000</pubDate><link>https://news.ycombinator.com/item?id=45552801</link><dc:creator>anditherobot</dc:creator><comments>https://news.ycombinator.com/item?id=45552801</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45552801</guid></item><item><title><![CDATA[New comment by anditherobot in "SimpleW – Web Server Library .NET Core"]]></title><description><![CDATA[
<p>Does this mean a developer doesn't have to install nginx or iis ?</p>
]]></description><pubDate>Tue, 05 Aug 2025 13:52:23 +0000</pubDate><link>https://news.ycombinator.com/item?id=44797984</link><dc:creator>anditherobot</dc:creator><comments>https://news.ycombinator.com/item?id=44797984</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44797984</guid></item><item><title><![CDATA[Ask HN: What Does Your Self-Hosted LLM Stack Look Like in 2025?]]></title><description><![CDATA[
<p>Back when web development was taking off, there was always a go-to stack — something like Postgres + Django + jQuery, or .NET + Bootstrap, SQLITE. Over the years we had proven tech and proven patterns like : MVC, SPA etc...<p>Now that local LLMs are gaining traction, I’m wondering what the equivalent stack looks like today.<p>Models, Runtime, hardware and other tools.<p>That could rival the  Claudes, ChatGPTs or Geminis, etc<p>Thanks</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=44187275">https://news.ycombinator.com/item?id=44187275</a></p>
<p>Points: 21</p>
<p># Comments: 7</p>
]]></description><pubDate>Thu, 05 Jun 2025 01:00:20 +0000</pubDate><link>https://news.ycombinator.com/item?id=44187275</link><dc:creator>anditherobot</dc:creator><comments>https://news.ycombinator.com/item?id=44187275</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44187275</guid></item><item><title><![CDATA[New comment by anditherobot in "The First 50M Prime Numbers (1975) [pdf]"]]></title><description><![CDATA[
<p>That's a very cool accomplishment.<p>What language did you use to write the code?<p>I also have another question, did you witness the transition from punched cards to  terminals?</p>
]]></description><pubDate>Mon, 16 Dec 2024 00:01:50 +0000</pubDate><link>https://news.ycombinator.com/item?id=42426860</link><dc:creator>anditherobot</dc:creator><comments>https://news.ycombinator.com/item?id=42426860</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42426860</guid></item><item><title><![CDATA[Ask HN: What is your local LLM setup?]]></title><description><![CDATA[

<p>Comments URL: <a href="https://news.ycombinator.com/item?id=41843632">https://news.ycombinator.com/item?id=41843632</a></p>
<p>Points: 10</p>
<p># Comments: 7</p>
]]></description><pubDate>Tue, 15 Oct 2024 00:15:11 +0000</pubDate><link>https://news.ycombinator.com/item?id=41843632</link><dc:creator>anditherobot</dc:creator><comments>https://news.ycombinator.com/item?id=41843632</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41843632</guid></item><item><title><![CDATA[New comment by anditherobot in "Seven Segment Display"]]></title><description><![CDATA[
<p>How did people  differentiate between 1 and L,  5 and S, 0 and O?<p>ex: 1055 & LOSS ( one zero five five & loss)</p>
]]></description><pubDate>Tue, 23 Jul 2024 13:40:26 +0000</pubDate><link>https://news.ycombinator.com/item?id=41045931</link><dc:creator>anditherobot</dc:creator><comments>https://news.ycombinator.com/item?id=41045931</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41045931</guid></item><item><title><![CDATA[New comment by anditherobot in "Meta 3D Gen"]]></title><description><![CDATA[
<p>Can this potentially support :<p>- Image Input to 3D model Output<p>- 3D model(format) as Input<p>Question: What is the current state of the art commercially available product in that niche?</p>
]]></description><pubDate>Tue, 02 Jul 2024 17:03:28 +0000</pubDate><link>https://news.ycombinator.com/item?id=40858506</link><dc:creator>anditherobot</dc:creator><comments>https://news.ycombinator.com/item?id=40858506</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40858506</guid></item><item><title><![CDATA[New comment by anditherobot in "Ask HN: Why do you all think that Htmx is such a recent development?"]]></title><description><![CDATA[
<p>Once upon a time, we crammed HTML, CSS, and JavaScript into single PHP files—easy and straightforward. But then, someone said, "Separate presentation from logic!" So we did.<p>Then someone said, "Sending HTML is old news; let's send JSON on the back end and reassemble everything with JavaScript." So we did.<p>Then someone said, "Why don't we put everything in a single file and call them components?" So we did.<p>Then someone said, "Why don't we push those components from the server instead?" So we did<p>Wait a minute???</p>
]]></description><pubDate>Mon, 20 May 2024 20:52:11 +0000</pubDate><link>https://news.ycombinator.com/item?id=40420223</link><dc:creator>anditherobot</dc:creator><comments>https://news.ycombinator.com/item?id=40420223</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40420223</guid></item><item><title><![CDATA[New comment by anditherobot in "Ask HN: What is the most productive stack or lang for single devs ?"]]></title><description><![CDATA[
<p>What is the recommended way to deploy it without Heroku?</p>
]]></description><pubDate>Sat, 18 May 2024 23:34:31 +0000</pubDate><link>https://news.ycombinator.com/item?id=40402954</link><dc:creator>anditherobot</dc:creator><comments>https://news.ycombinator.com/item?id=40402954</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40402954</guid></item><item><title><![CDATA[New comment by anditherobot in "Ask HN: Do You Use a Debugger?"]]></title><description><![CDATA[
<p>In a statically typed language and explicit type definitions.<p>int age = will never have string "December".<p>But in python both: age = 42 and age = "December" are possible.</p>
]]></description><pubDate>Sun, 10 Mar 2024 04:10:33 +0000</pubDate><link>https://news.ycombinator.com/item?id=39656652</link><dc:creator>anditherobot</dc:creator><comments>https://news.ycombinator.com/item?id=39656652</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39656652</guid></item><item><title><![CDATA[New comment by anditherobot in "AI Infrastructure Landscape"]]></title><description><![CDATA[
<p>I could be a new architecture.<p>A processor has different cores, Computers may  have several hard-drives, 4 sticks of ram.<p>Each component can run in parallel.for example, if a long video processing task is underway and your text generation component is idle, it could assist.<p>Should the audio component fail , only that specific part would be affected.</p>
]]></description><pubDate>Tue, 27 Feb 2024 03:02:41 +0000</pubDate><link>https://news.ycombinator.com/item?id=39519662</link><dc:creator>anditherobot</dc:creator><comments>https://news.ycombinator.com/item?id=39519662</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39519662</guid></item></channel></rss>