<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: jnamaya</title><link>https://news.ycombinator.com/user?id=jnamaya</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Thu, 23 Apr 2026 09:26:29 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=jnamaya" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by jnamaya in "I spent two days gigging at RentAHuman and didn't make a single cent"]]></title><description><![CDATA[
<p>Good luck giving Claude $10,000.<p>I was just trading the NASDAQ futures, and asking Gemini for feedback on what to do. It was completely off.<p>I was playing the human role, just feeding all the information and screenshots of the charts, and it making the decisions..<p>It's not there yet!</p>
]]></description><pubDate>Fri, 13 Feb 2026 18:14:45 +0000</pubDate><link>https://news.ycombinator.com/item?id=47005796</link><dc:creator>jnamaya</dc:creator><comments>https://news.ycombinator.com/item?id=47005796</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47005796</guid></item><item><title><![CDATA[New comment by jnamaya in "Ask HN: What are you working on? (February 2026)"]]></title><description><![CDATA[
<p>An open source runtime governance engine for AI <a href="https://github.com/jnamaya/SAFi" rel="nofollow">https://github.com/jnamaya/SAFi</a></p>
]]></description><pubDate>Mon, 09 Feb 2026 03:36:44 +0000</pubDate><link>https://news.ycombinator.com/item?id=46941289</link><dc:creator>jnamaya</dc:creator><comments>https://news.ycombinator.com/item?id=46941289</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46941289</guid></item><item><title><![CDATA[New comment by jnamaya in "LLMs Don't Hallucinate – They Drift"]]></title><description><![CDATA[
<p>This paper perfectly articulates the problem I spent the last year solving. The shift from "hallucination" to "fidelity decay" is the correct mental model for agent stability.<p>I built an open source framework called SAFi that implements the "Fidelity Meter" concept mentioned in section 4. It treats the LLM as a stochastic component in a control loop. It calculates a rolling "Alignment State" (using an Exponential Moving Average) and measures "Drift" as the vector distance from that state.<p>The paper discusses "Ground Erosion" where the model loses its hierarchy of values. In my system, the "Spirit" module detects this erosion and injects negative feedback to steer the agent back to the baseline. I recently red-teamed this against 845 adversarial attacks and it maintained fidelity 99.6% of the time.<p>It is cool to see the theoretical framework catching up to what is necessary in engineering practice.<p>Repo link: <a href="https://github.com/jnamaya/SAFi" rel="nofollow">https://github.com/jnamaya/SAFi</a></p>
]]></description><pubDate>Sun, 25 Jan 2026 16:01:11 +0000</pubDate><link>https://news.ycombinator.com/item?id=46755214</link><dc:creator>jnamaya</dc:creator><comments>https://news.ycombinator.com/item?id=46755214</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46755214</guid></item><item><title><![CDATA[New comment by jnamaya in "Google removes AI health summaries"]]></title><description><![CDATA[
<p>chatGPT told me, I am the healthiest guy in the world, and I believe it</p>
]]></description><pubDate>Tue, 13 Jan 2026 00:29:42 +0000</pubDate><link>https://news.ycombinator.com/item?id=46595946</link><dc:creator>jnamaya</dc:creator><comments>https://news.ycombinator.com/item?id=46595946</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46595946</guid></item><item><title><![CDATA[Show HN: Safi: A "System 2" architecture that gives LLMs a mechanical conscience]]></title><description><![CDATA[
<p>Article URL: <a href="https://safi.selfalignmentframework.com">https://safi.selfalignmentframework.com</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=46435228">https://news.ycombinator.com/item?id=46435228</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Tue, 30 Dec 2025 16:55:03 +0000</pubDate><link>https://safi.selfalignmentframework.com</link><dc:creator>jnamaya</dc:creator><comments>https://news.ycombinator.com/item?id=46435228</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46435228</guid></item><item><title><![CDATA[Show HN: SAFi, a Governance Engine for LLMs]]></title><description><![CDATA[
<p>I’ve spent the last year building SAFi, an open-source cognitive architecture that wraps around AI models (GPT, Claude, etc.) to enforce alignment with human values.
Safi is a "System 2" architecture inspired by classical philosophy. It separates the generation from the decision:<p>The Intellect: proposes a draft.<p>The Will: decides to block or approve the drafts.<p>The Conscience: audits the drafts based on set core values<p>The Spirit: An EMA (Exponential Moving Average) vector that tracks "Ethical Drift" over time and injects course-correction into the context window.<p>Feedback is welcome!</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=46428116">https://news.ycombinator.com/item?id=46428116</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Tue, 30 Dec 2025 00:48:59 +0000</pubDate><link>https://safi.selfalignmentframework.com</link><dc:creator>jnamaya</dc:creator><comments>https://news.ycombinator.com/item?id=46428116</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46428116</guid></item><item><title><![CDATA[Show HN: I built a runtime governance layer for LLMs. Can you break it?]]></title><description><![CDATA[
<p>I’ve spent the last year building SAFi, an open-source cognitive architecture that wraps around AI models (GPT, Claude, etc.) to enforce alignment with human values.<p>Safi is a "System 2" architecture inspired by classical philosophy. It separates the generation from the decision:<p>The Intellect: proposes a draft.<p>The Will: decides to block or approve the drafts.<p>The Conscience: audits the drafts based on set core values<p>The Spirit: An EMA (Exponential Moving Average) vector that tracks "Ethical Drift" over time and injects course-correction into the context window.<p>The Challenge: I want to see if this architecture actually holds up. I’ve set up a demo with a few agents. I want you to try to jailbreak them.<p>Repo: <a href="https://github.com/jnamaya/SAFi" rel="nofollow">https://github.com/jnamaya/SAFi</a> 
Demo: <a href="https://safi.selfalignmentframework.com/" rel="nofollow">https://safi.selfalignmentframework.com/</a> 
Homepage: <a href="https://selfalignmentframework.com/" rel="nofollow">https://selfalignmentframework.com/</a><p>Safi is licensed under GPLv3.</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=46420384">https://news.ycombinator.com/item?id=46420384</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Mon, 29 Dec 2025 13:16:33 +0000</pubDate><link>https://news.ycombinator.com/item?id=46420384</link><dc:creator>jnamaya</dc:creator><comments>https://news.ycombinator.com/item?id=46420384</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46420384</guid></item><item><title><![CDATA[New comment by jnamaya in "SAFi – The Governance Engine for AI"]]></title><description><![CDATA[
<p>Feedback is greatly appreciated!</p>
]]></description><pubDate>Sat, 27 Dec 2025 13:10:23 +0000</pubDate><link>https://news.ycombinator.com/item?id=46401597</link><dc:creator>jnamaya</dc:creator><comments>https://news.ycombinator.com/item?id=46401597</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46401597</guid></item><item><title><![CDATA[SAFi – The Governance Engine for AI]]></title><description><![CDATA[
<p>Article URL: <a href="https://safi.selfalignmentframework.com/">https://safi.selfalignmentframework.com/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=46401596">https://news.ycombinator.com/item?id=46401596</a></p>
<p>Points: 2</p>
<p># Comments: 1</p>
]]></description><pubDate>Sat, 27 Dec 2025 13:10:22 +0000</pubDate><link>https://safi.selfalignmentframework.com/</link><dc:creator>jnamaya</dc:creator><comments>https://news.ycombinator.com/item?id=46401596</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46401596</guid></item><item><title><![CDATA[New comment by jnamaya in "Grok and the Naked King: The Ultimate Argument Against AI Alignment"]]></title><description><![CDATA[
<p>I've been working on solving this problem <a href="https://safi.selfalignmentframework.com/" rel="nofollow">https://safi.selfalignmentframework.com/</a><p>Feedback is welcome!</p>
]]></description><pubDate>Sat, 27 Dec 2025 12:47:25 +0000</pubDate><link>https://news.ycombinator.com/item?id=46401478</link><dc:creator>jnamaya</dc:creator><comments>https://news.ycombinator.com/item?id=46401478</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46401478</guid></item><item><title><![CDATA[New comment by jnamaya in "API that auto-routes to the cheapest AI provider (OpenAI/Anthropic/Gemini)"]]></title><description><![CDATA[
<p>That was exactly my impression. I thought the price was for 1 million tokens.</p>
]]></description><pubDate>Wed, 26 Nov 2025 21:16:43 +0000</pubDate><link>https://news.ycombinator.com/item?id=46062417</link><dc:creator>jnamaya</dc:creator><comments>https://news.ycombinator.com/item?id=46062417</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46062417</guid></item><item><title><![CDATA[New comment by jnamaya in "Perplexity Makes Longshot $34.5B Offer for Chrome"]]></title><description><![CDATA[
<p>Perhaps they should invest in tech support instead. I just spent a few days talking to a AI bot about an invoice issue I had.</p>
]]></description><pubDate>Tue, 12 Aug 2025 15:47:02 +0000</pubDate><link>https://news.ycombinator.com/item?id=44877873</link><dc:creator>jnamaya</dc:creator><comments>https://news.ycombinator.com/item?id=44877873</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44877873</guid></item><item><title><![CDATA[New comment by jnamaya in "Ask HN: How do you RSS?"]]></title><description><![CDATA[
<p>I use Tiny Tiny RSS <a href="https://tt-rss.org/" rel="nofollow">https://tt-rss.org/</a><p>screenshot: <a href="https://snipboard.io/wb27CO.jpg" rel="nofollow">https://snipboard.io/wb27CO.jpg</a></p>
]]></description><pubDate>Fri, 19 Jun 2020 19:17:48 +0000</pubDate><link>https://news.ycombinator.com/item?id=23577942</link><dc:creator>jnamaya</dc:creator><comments>https://news.ycombinator.com/item?id=23577942</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=23577942</guid></item><item><title><![CDATA[New comment by jnamaya in "Faces of Open Source"]]></title><description><![CDATA[
<p>Two weeks ago on Saturday morning I was driving my son to his soccer game through Medford MA, when in one of the bus stops I saw Richard Stallman waiting for the bus.<p>I told my wife, that's Richard! and    I stopped right in the middle of the street and jumped out of the car. I ran toward him and hugged him, and told him to take care of himself and be strong. He didn't say a word.<p>I feel bad for the man, he looked a bit frail, and mind absent.<p>I can't believe history is being rewritten right in front of my eyes, the man that started it all is being forgotten. Open Source is just a catchy marketing phrase for "free software"</p>
]]></description><pubDate>Tue, 22 Oct 2019 11:12:45 +0000</pubDate><link>https://news.ycombinator.com/item?id=21322310</link><dc:creator>jnamaya</dc:creator><comments>https://news.ycombinator.com/item?id=21322310</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=21322310</guid></item><item><title><![CDATA[New comment by jnamaya in "The 30-Year Mortgage Is an Intrinsically Toxic Product"]]></title><description><![CDATA[
<p>I live in a high renting area where finding a decent 2 beds apartment for 2k is becoming almost impossible.<p>I own a two beds family home in this area with an estimate price of $400,000 and I pay $1,700 in the mortgage every month.<p>That comes down to $20,400 a year.<p>Now the appreciation rate of a house in the US is about 5% every year.<p>In a $400,000 home, that comes down to around  $20,000 in appreciation every year.<p>So in theory, I'm only spending $400 for my housing.<p>After the recession in 2008 though, some houses have been appreciating at a rate of 20% or more.</p>
]]></description><pubDate>Sat, 05 Jan 2019 11:56:22 +0000</pubDate><link>https://news.ycombinator.com/item?id=18831223</link><dc:creator>jnamaya</dc:creator><comments>https://news.ycombinator.com/item?id=18831223</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=18831223</guid></item><item><title><![CDATA[New comment by jnamaya in "How to Almost Learn Italian"]]></title><description><![CDATA[
<p>Los Argentinos no son tan malos hablando. Hay algunos españoles que Dios mío, parece que te van a bañar la cara de saliva cuando hablan!</p>
]]></description><pubDate>Wed, 28 Nov 2018 10:20:45 +0000</pubDate><link>https://news.ycombinator.com/item?id=18550480</link><dc:creator>jnamaya</dc:creator><comments>https://news.ycombinator.com/item?id=18550480</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=18550480</guid></item><item><title><![CDATA[New comment by jnamaya in "George Washington’s “Yelp Reviews”"]]></title><description><![CDATA[
<p>Exactly, I don't know much about the Romans but I read a lot of philosophy from around 1700s, and you can see that a lot of the principles in the declaration of Independence and the constitution were shaped by some of those contemporary philosophical ideals.</p>
]]></description><pubDate>Thu, 19 Apr 2018 14:55:24 +0000</pubDate><link>https://news.ycombinator.com/item?id=16876407</link><dc:creator>jnamaya</dc:creator><comments>https://news.ycombinator.com/item?id=16876407</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=16876407</guid></item><item><title><![CDATA[New comment by jnamaya in "SpaceX can't broadcast Earth images because of a murky license"]]></title><description><![CDATA[
<p>The US owns the earth now? What a croc of shit.</p>
]]></description><pubDate>Fri, 06 Apr 2018 11:18:22 +0000</pubDate><link>https://news.ycombinator.com/item?id=16772362</link><dc:creator>jnamaya</dc:creator><comments>https://news.ycombinator.com/item?id=16772362</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=16772362</guid></item><item><title><![CDATA[New comment by jnamaya in "Elephant 'smoking' footage baffles experts"]]></title><description><![CDATA[
<p>Have you ever seen a bat blowing up smoke? You'll find videos on YouTube from people giving bats a smoke, but I once saw a bat smoking for real, he intentionally looked for the cigarette to have another puff, it was hilarious!</p>
]]></description><pubDate>Wed, 28 Mar 2018 11:39:34 +0000</pubDate><link>https://news.ycombinator.com/item?id=16696921</link><dc:creator>jnamaya</dc:creator><comments>https://news.ycombinator.com/item?id=16696921</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=16696921</guid></item><item><title><![CDATA[New comment by jnamaya in "Bilingual speakers experience time differently, study finds"]]></title><description><![CDATA[
<p>For me the word "ahorita" has always meant "right now" not hours, minutes, right now..in a few seconds or so.</p>
]]></description><pubDate>Sat, 06 May 2017 01:11:36 +0000</pubDate><link>https://news.ycombinator.com/item?id=14278070</link><dc:creator>jnamaya</dc:creator><comments>https://news.ycombinator.com/item?id=14278070</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=14278070</guid></item></channel></rss>