<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: lnrd</title><link>https://news.ycombinator.com/user?id=lnrd</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Tue, 28 Jul 2026 13:13:50 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=lnrd" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by lnrd in "Show HN: Echo – Fable-level results at 1/3 the cost using open-weight models"]]></title><description><![CDATA[
<p>They don't need to be the majority. One big company paying 200/300k in credits each month easily makes up for the majority of single users not doing so. I believe AI companies today make money through b2b enterprise deals and not selling to individual users, the latter is mostly a marketing expense to get people to use their product instead than the competitors one.</p>
]]></description><pubDate>Fri, 24 Jul 2026 07:30:51 +0000</pubDate><link>https://news.ycombinator.com/item?id=49032276</link><dc:creator>lnrd</dc:creator><comments>https://news.ycombinator.com/item?id=49032276</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49032276</guid></item><item><title><![CDATA[New comment by lnrd in "Show HN: Echo – Fable-level results at 1/3 the cost using open-weight models"]]></title><description><![CDATA[
<p>As long as you are fine with everything your team puts into Claude being retained by Anthropic. Afaik only enterprise API plans provide non data retention policies.</p>
]]></description><pubDate>Fri, 24 Jul 2026 07:27:14 +0000</pubDate><link>https://news.ycombinator.com/item?id=49032253</link><dc:creator>lnrd</dc:creator><comments>https://news.ycombinator.com/item?id=49032253</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49032253</guid></item><item><title><![CDATA[New comment by lnrd in "Pseudpocalypse"]]></title><description><![CDATA[
<p>One would think that it could be possible to make a tool that takes some text and "anonymizes" it by making it a little more standard and boring (uniforming punctuation and sentence structure, changing words with some synonyms, etc). Maybe wouldn't make it particularly compelling, but would be valuable for political dissidents and other people with a high threat model.<p>Does anyone have some tools to share?</p>
]]></description><pubDate>Thu, 16 Jul 2026 21:35:18 +0000</pubDate><link>https://news.ycombinator.com/item?id=48940566</link><dc:creator>lnrd</dc:creator><comments>https://news.ycombinator.com/item?id=48940566</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48940566</guid></item><item><title><![CDATA[New comment by lnrd in "The End of Creativity"]]></title><description><![CDATA[
<p>I mean, video montages of pictures for birthdays/weddings/whatever were never creative to begin with. Before AI they were just some random template downloaded from a website or backed-in some editing software (I remember so many birthday montage videos made with Windows Movie Maker that looked all the same).<p>People love these not because they are creative or good executed, but because they see the pictures and the story of the people they love.</p>
]]></description><pubDate>Wed, 15 Jul 2026 22:03:40 +0000</pubDate><link>https://news.ycombinator.com/item?id=48927680</link><dc:creator>lnrd</dc:creator><comments>https://news.ycombinator.com/item?id=48927680</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48927680</guid></item><item><title><![CDATA[New comment by lnrd in "Don't you mean extinct?"]]></title><description><![CDATA[
<p>> Writing every line by hand is no longer the norm. Those who refuse to use an LLM will fall behind because they won't be able to produce as much<p>> It remains important to be able to read the code and understand the architecture. As a result, I reduce my velocity by iterating over my PR until it reaches the same level of quality I would have produced "by hand"<p>I do that too and when I do it I'm not sure anymore if I'm "producing as much more" than if I was doing it by hand. I need to spend time to read the code, break down the flow so that it clicks in my head and so that I'm 100% sure that I understand what is going on and what every line does. And then I still test it (executing it), because that's where you notice the edge cases anyways. 
Once I understand it and test it, the part where I iterate or fix small quirks and hallucinations is the smallest part of the job and is irrelevant if i do it by myself or ask the LLM to make the change.<p>I'm still not convinced that I'm faster with an LLM at all, since I add this new bottleneck (the time spent understanding every line). If I do it by hand it already clicks in my head, so it's faster for me to test it, find unaddressed edge cases and then confidently ship it. Maybe the LLMs gains are not in this at all and writing every line by hand will still be the norm for a long time.<p>Still, LLMs make me insanely faster in: finding something in the codebase, recostructing a flow and understanding the architecture, triaging a bug (sometimes it just solves it with a prompt), writing and updating tests, reviewing changes for potential issues. These days I have almost always 2/3 agents running doing something of the above. 
That saves me hours and you can pry an LLM from my dead hands, but I'm still not sold that it makes me faster at producing production grade code that I fully understand and follows my company architecture and standards.<p>Then sure, if I need to make a prototype or a small tool for myself or some novelty thing, an LLM can do it without me ever touching or reading the code. But I think that's not what the majority of software engineers are employed to do.</p>
]]></description><pubDate>Sun, 12 Jul 2026 16:48:10 +0000</pubDate><link>https://news.ycombinator.com/item?id=48882506</link><dc:creator>lnrd</dc:creator><comments>https://news.ycombinator.com/item?id=48882506</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48882506</guid></item><item><title><![CDATA[New comment by lnrd in "Leaking YouTube creators' private videos"]]></title><description><![CDATA[
<p>In my company, user reported bugs get triaged and once they are confirmed they end up in the board of the team owning that part of the system (often they also built it, but is not necessarily the same people). Then there's a team bug threshold and if it gets reached then the whole team can't merge anything else until X amount of bugs are fixed and the number goes down.
It's very annoying system and in cases of emergency it can of course temporarily be lifted by someone above, but honestly is very effective in making sure that bugs are fixed in a reasonable amount of time.
This makes fixing bugs "part of maintenance work that is a given and expected to be done between new initiatives".</p>
]]></description><pubDate>Sun, 05 Jul 2026 16:17:03 +0000</pubDate><link>https://news.ycombinator.com/item?id=48795419</link><dc:creator>lnrd</dc:creator><comments>https://news.ycombinator.com/item?id=48795419</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48795419</guid></item><item><title><![CDATA[New comment by lnrd in "Please stop the AI confidence theater"]]></title><description><![CDATA[
<p>Marketing salaries are not high at all</p>
]]></description><pubDate>Fri, 03 Jul 2026 16:53:17 +0000</pubDate><link>https://news.ycombinator.com/item?id=48777138</link><dc:creator>lnrd</dc:creator><comments>https://news.ycombinator.com/item?id=48777138</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48777138</guid></item><item><title><![CDATA[New comment by lnrd in "Previewing GPT‑5.6 Sol: a next-generation model"]]></title><description><![CDATA[
<p>> I think GPT writes code the best. How well will it write in version 5.6? It gives me chills.<p>Heard this exact sentence multiple times a few months ago about Opus 4.6, then 4.7 and 4.8 were considered a disappointment and today people miss "the good old times of 4.6" (referring to a few weeks of February 2026).<p>Very fascinating to look at all of this unfolding.</p>
]]></description><pubDate>Fri, 26 Jun 2026 22:49:56 +0000</pubDate><link>https://news.ycombinator.com/item?id=48693016</link><dc:creator>lnrd</dc:creator><comments>https://news.ycombinator.com/item?id=48693016</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48693016</guid></item><item><title><![CDATA[New comment by lnrd in "LastPass notifies users of yet another data breach"]]></title><description><![CDATA[
<p>Used it for years and never encountered a single bug, and I'm quite a power user with hundreds of items stored in it, shared vaults, and access multiple times per day. It's one of the few softwares I happily pay for. 
Maybe it differs from platform to platform, otherwise I can't explain your comment.</p>
]]></description><pubDate>Fri, 26 Jun 2026 22:33:04 +0000</pubDate><link>https://news.ycombinator.com/item?id=48692847</link><dc:creator>lnrd</dc:creator><comments>https://news.ycombinator.com/item?id=48692847</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48692847</guid></item><item><title><![CDATA[New comment by lnrd in "Blogging can just be stating the obvious"]]></title><description><![CDATA[
<p>I don't agree with this view of an "attention marketplace". Besides the HN small (and arguably irrelevant) bubble, most of the world attention is swayed by pop-stars, actors, musicians and influencers talking about what they had for breakfast and the gossip surrounding them. That on top of politically-controlled content/slop factories. A non-researched piece of content presenting an idea that was somewhere already talked about in a book or a paper can't do that much damage imho. If it reaches anyone and makes them think about something it can only be a net positive.<p>> Most (continental) philosophy is closer to art in my opinion than scientific inquiry. If you accept it as art, then you at least open the door to there being many valuably different ways of saying "love is good" or "reality is complicated" or what have you. And if you consider it as something beyond art, well, then it has some very pointed questions to answer.<p>I would invite you to read more philosophy if that's your idea of what philosophy is, because it feels very far from what has been discussed over the centuries by many authors way smarter than me and you.</p>
]]></description><pubDate>Thu, 25 Jun 2026 13:31:20 +0000</pubDate><link>https://news.ycombinator.com/item?id=48673093</link><dc:creator>lnrd</dc:creator><comments>https://news.ycombinator.com/item?id=48673093</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48673093</guid></item><item><title><![CDATA[New comment by lnrd in "Blogging can just be stating the obvious"]]></title><description><![CDATA[
<p>I think this is some sort of modern academia bias. What you say it is true in academia, most things have already been thought and studied and that's why any academic book or paper has a citation in every sentence. I understand why this rigor is important in academia, but is it in the rest of the world?<p>If I have an interesting thought about a topic and I share it with an audience that is not PhDs, to them it might be interesting and insightful and provoke new thoughts. 
Most likely yes, someone in the 70s somewhere in the world already wrote a paper about this idea or even a book. Does it matter though? Sharing ideas gets people thinking and the fact that someone else already extensively thought about something doesn't make my thoughts less relevant. If anything, by sharing it I could get a comment pointing me to a book or paper that would help me understand better the topic or expand my ideas further.<p>I don't think that what's worth sharing are only documents that quote everyone else that already talked about it and their thoughts. That might work if I want to prove that my work is at boundaries of human knowledge or that is the most plausible explanation for something, but if I just want to share ideas then I find it limiting. Not just because it limits the people with the knowledge to write anything to a handful, but also because for those people there is this anxiety of "not worth it, wasting people time" if it's not researched for months like you mention. Share your thought, if some expert will find it wasteful or naive they will not read it, but someone else might and it might open their mind.<p>This makes me think about philosophy, if you really dig down into it virtually all philosophy ideas were already discussed first by Plato and Aristoteles. You cannot find a modern philosophy thought that isn't in some way already discussed by those two. Should then all philosopher in history not write anything because it was not really an original thought?</p>
]]></description><pubDate>Thu, 25 Jun 2026 08:26:30 +0000</pubDate><link>https://news.ycombinator.com/item?id=48670576</link><dc:creator>lnrd</dc:creator><comments>https://news.ycombinator.com/item?id=48670576</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48670576</guid></item><item><title><![CDATA[New comment by lnrd in "My 1992 view of the problems of computer programming in 1992"]]></title><description><![CDATA[
<p>> and all software dies<p>Can you elaborate?</p>
]]></description><pubDate>Mon, 22 Jun 2026 21:35:44 +0000</pubDate><link>https://news.ycombinator.com/item?id=48636541</link><dc:creator>lnrd</dc:creator><comments>https://news.ycombinator.com/item?id=48636541</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48636541</guid></item><item><title><![CDATA[New comment by lnrd in "Confidential submission of draft S-1 to the SEC"]]></title><description><![CDATA[
<p>What was that Warren Buffett's quote about everyone trying to leave the party seconds before midnight in a room where there are no clocks? I think it was at peak of the dot com bubble</p>
]]></description><pubDate>Mon, 08 Jun 2026 22:39:53 +0000</pubDate><link>https://news.ycombinator.com/item?id=48453372</link><dc:creator>lnrd</dc:creator><comments>https://news.ycombinator.com/item?id=48453372</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48453372</guid></item><item><title><![CDATA[Miniswift, SwiftUI Compiled in the Browser]]></title><description><![CDATA[
<p>Article URL: <a href="https://miniswift.run/">https://miniswift.run/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=48290888">https://news.ycombinator.com/item?id=48290888</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Wed, 27 May 2026 07:29:35 +0000</pubDate><link>https://miniswift.run/</link><dc:creator>lnrd</dc:creator><comments>https://news.ycombinator.com/item?id=48290888</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48290888</guid></item><item><title><![CDATA[New comment by lnrd in "Gnutella: A Protocol Outliving the World That Created It"]]></title><description><![CDATA[
<p>Spotify killed the concept of downloading music, either legally or not.</p>
]]></description><pubDate>Mon, 25 May 2026 21:13:40 +0000</pubDate><link>https://news.ycombinator.com/item?id=48271734</link><dc:creator>lnrd</dc:creator><comments>https://news.ycombinator.com/item?id=48271734</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48271734</guid></item><item><title><![CDATA[New comment by lnrd in "Specsmaxxing – On overcoming AI psychosis, and why I write specs in YAML"]]></title><description><![CDATA[
<p>> When rewriting the entire codebase is very quick and cheap, why bother iterating on small components?<p>We are nowhere near this scenario tbh. Token cost is very high and is currently heavily subsidized by VC money to gain market share. Also this realistically only applies to small projects, small codebases and mostly greenfield ones. No way you can rewrite the whole codebase quickly and cheaply in any mid-sized+ projects<p>But even assuming token cost plummets, any non-trivial piece of software that is valuable enough to generate income for the company is also big, complex, interconnected enough that cannot be rewritten quickly even by AI, also for business reasons too. If a piece of code works, is stable and is tested, then rewriting it will always bring a high degree of risk and uncertainty that in a lot of business critical applications is just not worth it. A stable system can stay untouched for years besides minor dependencies updates.</p>
]]></description><pubDate>Sun, 03 May 2026 09:56:40 +0000</pubDate><link>https://news.ycombinator.com/item?id=47995315</link><dc:creator>lnrd</dc:creator><comments>https://news.ycombinator.com/item?id=47995315</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47995315</guid></item><item><title><![CDATA[New comment by lnrd in "Measuring Claude 4.7's tokenizer costs"]]></title><description><![CDATA[
<p>Only small businesses and startups pay $200/month, most medium+ sized companies will have an enterprise plan and pay by token usage to access the security, privacy, and compliance guarantees that their legal and security teams require.<p>Also, I think the $200/mo plan is subsidized by VC money and is likely hemorrhaging money for Anthropic, so it's not really meaningful to reason around that.</p>
]]></description><pubDate>Sat, 18 Apr 2026 08:14:45 +0000</pubDate><link>https://news.ycombinator.com/item?id=47814165</link><dc:creator>lnrd</dc:creator><comments>https://news.ycombinator.com/item?id=47814165</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47814165</guid></item><item><title><![CDATA[New comment by lnrd in "How We Broke Top AI Agent Benchmarks: And What Comes Next"]]></title><description><![CDATA[
<p>I'm honestly confused by the design of SWE-bench and why is considered reliable.<p>It's based on existing GitHub PRs and Issues, the full dataset is on HuggingFace and is one year old now. All frontier models 100% have those issues and PRs in their training data so obviously they are good at reproducing fixes for them when confronted with the same codebase and similar requests. Am I missing something? How is this considered the most reliable benchmark?</p>
]]></description><pubDate>Sat, 11 Apr 2026 20:07:57 +0000</pubDate><link>https://news.ycombinator.com/item?id=47733559</link><dc:creator>lnrd</dc:creator><comments>https://news.ycombinator.com/item?id=47733559</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47733559</guid></item><item><title><![CDATA[New comment by lnrd in "Ask HN: How is AI-assisted coding going for you professionally?"]]></title><description><![CDATA[
<p>I think they need to have the enterprise plan for accessing advanced security and data handling guarantees. Also they set up pretty strict controls on what tools the agents can use at the org level that we cannot override, not sure that's an option with the subscription plans.</p>
]]></description><pubDate>Sun, 15 Mar 2026 22:53:00 +0000</pubDate><link>https://news.ycombinator.com/item?id=47392865</link><dc:creator>lnrd</dc:creator><comments>https://news.ycombinator.com/item?id=47392865</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47392865</guid></item><item><title><![CDATA[New comment by lnrd in "Ask HN: How is AI-assisted coding going for you professionally?"]]></title><description><![CDATA[
<p>I work at a unicorn in EU. Claude Code has been rolled out to all of engineering with strict cost control policies, even with these in place we burn through tens of thousands of euro per months that I think could translate in 15/20 hires easily. Are we more productive than adding people to the headcount? That's a good question that I cannot answer.<p>Some senior people that were in the AI pilot, have been using this for a while, and are very into it claimed that it can open PRs autonomously with minimum input or supervision (with a ton of MD files and skills in repos with clear architecture standards). I couldn't replicate this yet.<p>I'm objectively happy to have access to this tool, it feels like a cheat code sometimes. I can research things in the codebase so fast, or update tests and glue code so quickly that my life is objectively better. If the change is small or a simple bugfix it can truly do it autonomously quicker than me. It does make me lazier though, sometimes it's just easier to fire up claude than to focus and do it by myself.<p>I'm careful to not overuse it mostly to not reach the montlhy cap, so that I can "keep it" if something urgent or complex comes my way. Also I still like to do things by hand just because I still want to learn and maintain my skills. I feel that I'm not learning anything by using claude, that's a real thing.<p>In the end I feel it's a powerful tool that is here to stay and I would be upset if I wouldn't have access to it anymore, it's very good. I recently subscribed to it and use it on my free time just because it's a very fun technology to play with. But it's a tool. I'm paid because I take responsability that my work will be delivered on time, working, tested, with code on par with the org quality standards. If I do it by hand or with claude is irrelevant. If i can do it faster it will likely mean I will receive more work to do. Somebody still has to operate Claude and it's not going to be non-technical people for sure.<p>I genuinely think that if anyone still believes today that this technology is only hype or a slop machine, they are in denial or haven't tried to use a recent frontier model with the correct setup (mostly giving the agent a way to autonomously validate it's changes).</p>
]]></description><pubDate>Sun, 15 Mar 2026 20:22:19 +0000</pubDate><link>https://news.ycombinator.com/item?id=47391460</link><dc:creator>lnrd</dc:creator><comments>https://news.ycombinator.com/item?id=47391460</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47391460</guid></item></channel></rss>