<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: rocho</title><link>https://news.ycombinator.com/user?id=rocho</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Tue, 21 Apr 2026 12:07:13 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=rocho" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by rocho in "The Webpage Has Instructions. The Agent Has Your Credentials"]]></title><description><![CDATA[
<p>I absolutely agree, although even that doesn't solve the root problem. The underlying LLM architecture is fundamentally insecure as it doesn't separate between instructions and pure content to read/operate on.<p>I wonder if it'd be possible to train an LLM with such architecture: one input for the instructions/conversation and one "data-only" input. Training would ensure that the latter isn't interpreted as instructions, although I'm not knowledgeable enough to understand if that's even theoretically possible: even if the inputs are initially separate, they eventually mix in the neural network. However, I imagine that training could be done with massive amounts of prompt injections in the "data-only" input to penalize execution of those instructions.</p>
]]></description><pubDate>Sun, 15 Mar 2026 18:13:19 +0000</pubDate><link>https://news.ycombinator.com/item?id=47390110</link><dc:creator>rocho</dc:creator><comments>https://news.ycombinator.com/item?id=47390110</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47390110</guid></item><item><title><![CDATA[New comment by rocho in "Gemini 3.1 Pro"]]></title><description><![CDATA[
<p>I find Gemini is outstanding at reasoning (all topics) and architecture (software/system design). On the other hand, Gemini CLI sucks and so I end up using Claude Code and Codex CLI for agentic work.<p>However, I heavily use Gemini in my daily work and I think it has its own place. Ultimately, I don't see the point of choosing the one "best" model for everything, but I'd rather use what's best for any given task.</p>
]]></description><pubDate>Thu, 19 Feb 2026 20:32:48 +0000</pubDate><link>https://news.ycombinator.com/item?id=47078845</link><dc:creator>rocho</dc:creator><comments>https://news.ycombinator.com/item?id=47078845</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47078845</guid></item><item><title><![CDATA[Engineers are becoming sorcerers – Future of software dev with OpenAI Sherwin Wu]]></title><description><![CDATA[
<p>Article URL: <a href="https://www.lennysnewsletter.com/p/engineers-are-becoming-sorcerers">https://www.lennysnewsletter.com/p/engineers-are-becoming-sorcerers</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=47021857">https://news.ycombinator.com/item?id=47021857</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Sun, 15 Feb 2026 07:53:28 +0000</pubDate><link>https://www.lennysnewsletter.com/p/engineers-are-becoming-sorcerers</link><dc:creator>rocho</dc:creator><comments>https://news.ycombinator.com/item?id=47021857</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47021857</guid></item><item><title><![CDATA[Agent-native Architectures – A Technical Guide]]></title><description><![CDATA[
<p>Article URL: <a href="https://every.to/guides/agent-native">https://every.to/guides/agent-native</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=46563328">https://news.ycombinator.com/item?id=46563328</a></p>
<p>Points: 3</p>
<p># Comments: 0</p>
]]></description><pubDate>Sat, 10 Jan 2026 06:29:11 +0000</pubDate><link>https://every.to/guides/agent-native</link><dc:creator>rocho</dc:creator><comments>https://news.ycombinator.com/item?id=46563328</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46563328</guid></item><item><title><![CDATA[New comment by rocho in "Questions censored by DeepSeek"]]></title><description><![CDATA[
<p>That's not DeepSeek, it's a Qwen or Llama model distilled from DeepSeek. Not the same thing at all.</p>
]]></description><pubDate>Mon, 03 Feb 2025 14:11:10 +0000</pubDate><link>https://news.ycombinator.com/item?id=42918366</link><dc:creator>rocho</dc:creator><comments>https://news.ycombinator.com/item?id=42918366</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42918366</guid></item><item><title><![CDATA[New comment by rocho in "Gukesh becomes the youngest chess world champion in history"]]></title><description><![CDATA[
<p>You don't need to propagate it, you just need to show the gradient of the current position alongside with the classical evaluation, to give more context to the viewers.</p>
]]></description><pubDate>Fri, 13 Dec 2024 08:04:10 +0000</pubDate><link>https://news.ycombinator.com/item?id=42406767</link><dc:creator>rocho</dc:creator><comments>https://news.ycombinator.com/item?id=42406767</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42406767</guid></item><item><title><![CDATA[New comment by rocho in "OpenAI, Google and Anthropic are struggling to build more advanced AI"]]></title><description><![CDATA[
<p>That's correct. I saw a paper recently that showed how LLMs performance collapses when they are trained on synthetic data.</p>
]]></description><pubDate>Tue, 19 Nov 2024 10:07:12 +0000</pubDate><link>https://news.ycombinator.com/item?id=42181780</link><dc:creator>rocho</dc:creator><comments>https://news.ycombinator.com/item?id=42181780</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42181780</guid></item><item><title><![CDATA[New comment by rocho in "How I write code using Cursor"]]></title><description><![CDATA[
<p>Why would they be? Cursor took an existing editor and added some AI features on top of it. Features that are enabled by a third party API with some good prompts, something easily replicable by any editor company. Current LLMs are a commodity.</p>
]]></description><pubDate>Sat, 02 Nov 2024 20:54:51 +0000</pubDate><link>https://news.ycombinator.com/item?id=42029158</link><dc:creator>rocho</dc:creator><comments>https://news.ycombinator.com/item?id=42029158</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42029158</guid></item><item><title><![CDATA[New comment by rocho in "It's Time to Stop Taking Sam Altman at His Word"]]></title><description><![CDATA[
<p>To you maybe. But if Claude or any other competitor with similar features and performance keeps a lower price, most users will migrate there.</p>
]]></description><pubDate>Sat, 05 Oct 2024 20:16:22 +0000</pubDate><link>https://news.ycombinator.com/item?id=41752575</link><dc:creator>rocho</dc:creator><comments>https://news.ycombinator.com/item?id=41752575</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41752575</guid></item><item><title><![CDATA[New comment by rocho in "It's Time to Stop Taking Sam Altman at His Word"]]></title><description><![CDATA[
<p>See "AI models collapse when trained on recursively generated data"<p><a href="https://www.nature.com/articles/s41586-024-07566-y" rel="nofollow">https://www.nature.com/articles/s41586-024-07566-y</a></p>
]]></description><pubDate>Sat, 05 Oct 2024 20:13:40 +0000</pubDate><link>https://news.ycombinator.com/item?id=41752559</link><dc:creator>rocho</dc:creator><comments>https://news.ycombinator.com/item?id=41752559</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41752559</guid></item><item><title><![CDATA[New comment by rocho in "I Am Tired of AI"]]></title><description><![CDATA[
<p>But that does not prove anything. We don't know where we are on the AI-power scale currently. "Superintelligence", whatever that means, could be 1 year or 1000 years away at our current progress, and we wouldn't know until we reach it.</p>
]]></description><pubDate>Sat, 28 Sep 2024 19:52:08 +0000</pubDate><link>https://news.ycombinator.com/item?id=41682566</link><dc:creator>rocho</dc:creator><comments>https://news.ycombinator.com/item?id=41682566</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41682566</guid></item><item><title><![CDATA[New comment by rocho in "Independent directors of 23andMe resign from board"]]></title><description><![CDATA[
<p>But a genetic analysis to find your "roots" is also something you do once. Does Ancestry have subscriptions for that?</p>
]]></description><pubDate>Wed, 18 Sep 2024 15:06:44 +0000</pubDate><link>https://news.ycombinator.com/item?id=41580661</link><dc:creator>rocho</dc:creator><comments>https://news.ycombinator.com/item?id=41580661</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41580661</guid></item><item><title><![CDATA[New comment by rocho in "How many photons are received per bit transmitted from Voyager 1?"]]></title><description><![CDATA[
<p>Wow, I never thought about how Voyager communicates with Earth. But now I wonder: if Voyager just sends photons towards the Earth, at the receiving end how are we recognizing which photons are coming from Voyager and how is the "signal" decoded?</p>
]]></description><pubDate>Mon, 03 Jun 2024 20:36:05 +0000</pubDate><link>https://news.ycombinator.com/item?id=40567245</link><dc:creator>rocho</dc:creator><comments>https://news.ycombinator.com/item?id=40567245</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40567245</guid></item><item><title><![CDATA[New comment by rocho in "The killer app of Gemini Pro 1.5 is using video as an input"]]></title><description><![CDATA[
<p>I'd consider installing it if it had:<p>* In-depth technical explanation with architecture diagrams<p>* Open-source and self-hosted version<p>Also I didn't understand if it talks to a remote server or not. Because that's a big blocker for me.</p>
]]></description><pubDate>Thu, 22 Feb 2024 15:41:09 +0000</pubDate><link>https://news.ycombinator.com/item?id=39468707</link><dc:creator>rocho</dc:creator><comments>https://news.ycombinator.com/item?id=39468707</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39468707</guid></item><item><title><![CDATA[New comment by rocho in "23andMe changed its terms of service to prevent hacked customers from suing"]]></title><description><![CDATA[
<p>That's only true now. You don't know that DNA leakage won't be a higher risk in the future (and FWIW, my opinion is the opposite of yours regarding the future risks). Moreover you can change your passwords, but you can't change your DNA.</p>
]]></description><pubDate>Wed, 13 Dec 2023 06:46:56 +0000</pubDate><link>https://news.ycombinator.com/item?id=38623540</link><dc:creator>rocho</dc:creator><comments>https://news.ycombinator.com/item?id=38623540</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38623540</guid></item><item><title><![CDATA[New comment by rocho in "23andMe changed its terms of service to prevent hacked customers from suing"]]></title><description><![CDATA[
<p>> Even my brother and I share only ~50% DNA.<p>This is completely false. Any two random humans have more than 99% overlap by virtue of being the same species. It's even higher for brothers. We also share around 90% DNA with cats, dogs and elephants.<p><a href="https://www.amacad.org/publication/unequal-nature-geneticists-perspective-human-differences" rel="nofollow noreferrer">https://www.amacad.org/publication/unequal-nature-geneticist...</a><p>> I'm not too worried about it because it's never a 100% overlap.<p>This doesn't make sense. If they were equal, you'd be the same person except for environmental differences. Many applications don't need equal DNAs. E.g.<p><a href="https://youtube.com/watch?v=KT18KJouHWg" rel="nofollow noreferrer">https://youtube.com/watch?v=KT18KJouHWg</a><p>> About insurance companies, they're legally forbidden to use such data.<p>This is a very weak argument. There's a long history of companies doing illegal things, and even if it's illegal today it doesn't mean it'll be illegal tomorrow.</p>
]]></description><pubDate>Wed, 13 Dec 2023 06:35:51 +0000</pubDate><link>https://news.ycombinator.com/item?id=38623476</link><dc:creator>rocho</dc:creator><comments>https://news.ycombinator.com/item?id=38623476</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38623476</guid></item><item><title><![CDATA[New comment by rocho in "Undermining Democracy: The EU Commission's Controversial Push for Surveillance"]]></title><description><![CDATA[
<p>They'd just bring it up shortly after under a different disguise.</p>
]]></description><pubDate>Sun, 15 Oct 2023 08:32:42 +0000</pubDate><link>https://news.ycombinator.com/item?id=37888029</link><dc:creator>rocho</dc:creator><comments>https://news.ycombinator.com/item?id=37888029</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=37888029</guid></item><item><title><![CDATA[New comment by rocho in "How (not) to apply for a software job"]]></title><description><![CDATA[
<p>Did you consider that your experience is but one of many? No need to be rude and bitter to the author.</p>
]]></description><pubDate>Sat, 30 Sep 2023 12:34:50 +0000</pubDate><link>https://news.ycombinator.com/item?id=37714833</link><dc:creator>rocho</dc:creator><comments>https://news.ycombinator.com/item?id=37714833</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=37714833</guid></item><item><title><![CDATA[New comment by rocho in "The boiling frog of digital freedom"]]></title><description><![CDATA[
<p>The options might exist, but that doesn't mean that they are viable/usable. I agree with many of your points, but regarding document processing, LibreOffice really does not compare with any of the best alternatives (Google Documents, Office Word). It lacks options, if the options exists they are hidden in obscure menus, it doesn't display many things correctly (at least on my Linux computer), etc. For document processing, I'm still stuck on Google Docs, which is quite a sad state of affairs.</p>
]]></description><pubDate>Sun, 03 Sep 2023 20:25:02 +0000</pubDate><link>https://news.ycombinator.com/item?id=37374139</link><dc:creator>rocho</dc:creator><comments>https://news.ycombinator.com/item?id=37374139</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=37374139</guid></item><item><title><![CDATA[New comment by rocho in "Blocked by Cloudflare"]]></title><description><![CDATA[
<p>With Firefox you can toggle some settings that will make much harder to generate useful fingerprints. That's already a massive privacy difference.</p>
]]></description><pubDate>Thu, 10 Aug 2023 08:58:06 +0000</pubDate><link>https://news.ycombinator.com/item?id=37073668</link><dc:creator>rocho</dc:creator><comments>https://news.ycombinator.com/item?id=37073668</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=37073668</guid></item></channel></rss>