<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: yoaviram</title><link>https://news.ycombinator.com/user?id=yoaviram</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Thu, 04 Jun 2026 07:07:39 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=yoaviram" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by yoaviram in "A Roblox cheat and one AI tool brought down Vercel's platform"]]></title><description><![CDATA[
<p>I believe this is inaccurate. Vercel env vars are all encrypted at rest (on their side). The 'sensitive' checkbox means you can't retrieve the value once it's set, which would have saved your ass in this case. Also, annoying to read an article like this without a single link to source material.</p>
]]></description><pubDate>Tue, 21 Apr 2026 05:33:07 +0000</pubDate><link>https://news.ycombinator.com/item?id=47844935</link><dc:creator>yoaviram</dc:creator><comments>https://news.ycombinator.com/item?id=47844935</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47844935</guid></item><item><title><![CDATA[New comment by yoaviram in "Israel escalates attacks on medics in Lebanon with deadly 'quadruple tap'"]]></title><description><![CDATA[
<p>"If we bomb them some more, those poor citizens will surely realize that we're on their side"</p>
]]></description><pubDate>Sat, 18 Apr 2026 06:16:03 +0000</pubDate><link>https://news.ycombinator.com/item?id=47813551</link><dc:creator>yoaviram</dc:creator><comments>https://news.ycombinator.com/item?id=47813551</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47813551</guid></item><item><title><![CDATA[New comment by yoaviram in "Pro Max 5x quota exhausted in 1.5 hours despite moderate usage"]]></title><description><![CDATA[
<p>Apparently Anthropic downgraded cache TTL to 5 min without telling anyone. My biggest issue with the recent issues with Claude Code is the lack transparency, although it looks like even Boris doesn't know about one:
<a href="https://news.ycombinator.com/item?id=47736476">https://news.ycombinator.com/item?id=47736476</a></p>
]]></description><pubDate>Sun, 12 Apr 2026 20:03:53 +0000</pubDate><link>https://news.ycombinator.com/item?id=47743847</link><dc:creator>yoaviram</dc:creator><comments>https://news.ycombinator.com/item?id=47743847</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47743847</guid></item><item><title><![CDATA[Ask HN: Is Anthropic Enshittifying Claude Code?]]></title><description><![CDATA[
<p>Based on my personal experience, and from reports by others on HN, it seems that Claude Code has massively regressed over the past two weeks. This appears to be a combination of both usage limits being severely restricted and the quality of its work dropping significantly.<p>I'm on the $100 Max plan and am getting better results with GPT-5.4 on the $20 Pro plan, both in terms of quality and amount of work. Could it be that the moment Anthropic started leading the LLM race, it also started enshittifying its product? I know enshittification implies a longer process, but is this the first step? Curious to hear what others are experiencing.</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=47718450">https://news.ycombinator.com/item?id=47718450</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Fri, 10 Apr 2026 14:11:21 +0000</pubDate><link>https://news.ycombinator.com/item?id=47718450</link><dc:creator>yoaviram</dc:creator><comments>https://news.ycombinator.com/item?id=47718450</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47718450</guid></item><item><title><![CDATA[New comment by yoaviram in "Ask HN: Founders of estonian e-businesses – is it worth it?"]]></title><description><![CDATA[
<p>I have a limited company and a nonprofit registered in Estonia and am about to register another company. I C
can't recommend it enough. It's how it should be everywhere and the polar opposite of how it is in Italy, where i am based.</p>
]]></description><pubDate>Sat, 28 Mar 2026 13:40:03 +0000</pubDate><link>https://news.ycombinator.com/item?id=47554498</link><dc:creator>yoaviram</dc:creator><comments>https://news.ycombinator.com/item?id=47554498</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47554498</guid></item><item><title><![CDATA[New comment by yoaviram in "Get Shit Done: A meta-prompting, context engineering and spec-driven dev system"]]></title><description><![CDATA[
<p>I've been using GSD extensively over the past 3 months. I previously used speckit, which I found lacking. GSD consistently gets me 95% of the way there on complex tasks. That's amazing. The last 5% is mostly "manual" testing. We've used GSD to build and launch a SaaS product including an agent-first CMS (whiteboar.it).<p>It's hard to say why GSD worked so much better for us than other similar frameworks, because the underlying models also improved considerably during the same period. What is clear is that it's a huge productivity boost over vanilla Claude Code.</p>
]]></description><pubDate>Tue, 17 Mar 2026 21:15:37 +0000</pubDate><link>https://news.ycombinator.com/item?id=47418427</link><dc:creator>yoaviram</dc:creator><comments>https://news.ycombinator.com/item?id=47418427</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47418427</guid></item><item><title><![CDATA[New comment by yoaviram in "Agentic Engineering Patterns"]]></title><description><![CDATA[
<p>Yesterday I wrote a post about exactly this. Software development, as the act of manually producing code, is dying. A new discipline is being born. It is much closer to proper engineering.<p>Like an engineer overseeing the construction of a bridge, the job is not to lay bricks. It is to ensure the structure does not collapse.<p>The marginal cost of code is collapsing. That single fact changes everything.<p><a href="https://nonstructured.com/zen-of-ai-coding/" rel="nofollow">https://nonstructured.com/zen-of-ai-coding/</a></p>
]]></description><pubDate>Wed, 04 Mar 2026 09:06:45 +0000</pubDate><link>https://news.ycombinator.com/item?id=47244928</link><dc:creator>yoaviram</dc:creator><comments>https://news.ycombinator.com/item?id=47244928</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47244928</guid></item><item><title><![CDATA[New comment by yoaviram in "When AI writes the software, who verifies it?"]]></title><description><![CDATA[
<p>Anticipating modes of failure, creating tooling to identify and hedge against risks.</p>
]]></description><pubDate>Tue, 03 Mar 2026 19:20:11 +0000</pubDate><link>https://news.ycombinator.com/item?id=47237415</link><dc:creator>yoaviram</dc:creator><comments>https://news.ycombinator.com/item?id=47237415</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47237415</guid></item><item><title><![CDATA[New comment by yoaviram in "When AI writes the software, who verifies it?"]]></title><description><![CDATA[
<p>I just finished writing a post about exactly this. Software development, as the act of manually producing code, is dying. A new discipline is being born. It is much closer to proper engineering.<p>Like an engineer overseeing the construction of a bridge, the job is not to lay bricks. It is to ensure the structure does not collapse.<p>The marginal cost of code is collapsing. That single fact changes everything.<p><a href="https://nonstructured.com/zen-of-ai-coding/" rel="nofollow">https://nonstructured.com/zen-of-ai-coding/</a></p>
]]></description><pubDate>Tue, 03 Mar 2026 19:16:36 +0000</pubDate><link>https://news.ycombinator.com/item?id=47237336</link><dc:creator>yoaviram</dc:creator><comments>https://news.ycombinator.com/item?id=47237336</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47237336</guid></item><item><title><![CDATA[New comment by yoaviram in "ChatGPT Health"]]></title><description><![CDATA[
<p>This thread reads like an advertisement for ChatGPT Health.<p>I came to share a blog post I just posted titled: "ChatGPT Health is a Marketplace,  Guess Who is the Product?"<p>OpenAI is building ChatGPT Health as a healthcare marketplace where providers and insurers can reach users with detailed health profiles, powered by a partner whose primary clients are insurance companies. Despite the privacy reassurances, your health data sits outside HIPAA protection, in the hands of a company facing massive financial pressure to monetize everything it can.<p><a href="https://consciousdigital.org/chatgpt-health-is-a-marketplace-guess-who-is-the-product/" rel="nofollow">https://consciousdigital.org/chatgpt-health-is-a-marketplace...</a></p>
]]></description><pubDate>Thu, 08 Jan 2026 14:45:10 +0000</pubDate><link>https://news.ycombinator.com/item?id=46541593</link><dc:creator>yoaviram</dc:creator><comments>https://news.ycombinator.com/item?id=46541593</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46541593</guid></item><item><title><![CDATA[ChatGPT Health is a marketplace, guess who is the product?]]></title><description><![CDATA[
<p>Article URL: <a href="https://consciousdigital.org/chatgpt-health-is-a-marketplace-guess-who-is-the-product/">https://consciousdigital.org/chatgpt-health-is-a-marketplace-guess-who-is-the-product/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=46541533">https://news.ycombinator.com/item?id=46541533</a></p>
<p>Points: 310</p>
<p># Comments: 311</p>
]]></description><pubDate>Thu, 08 Jan 2026 14:40:20 +0000</pubDate><link>https://consciousdigital.org/chatgpt-health-is-a-marketplace-guess-who-is-the-product/</link><dc:creator>yoaviram</dc:creator><comments>https://news.ycombinator.com/item?id=46541533</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46541533</guid></item><item><title><![CDATA[New comment by yoaviram in "Understanding Spec-Driven-Development: Kiro, Spec-Kit, and Tessl"]]></title><description><![CDATA[
<p>Sharing my experience with SpecKit in case anyone finds it useful.<p>I've been using Speckit for the last two weeks with Claude Code, on two different projects. Both are new code bases. It's just me coding on these projects, so I don't mind experimenting.<p>The first one was just speckit doing its thing. It took about 10 days to complete all the tasks and call the job done. When it finished, there was still a huge gap. Most tests were failing, and the build was not successful. I had to spend an equally long, excruciating time guiding it on how to fix the tests. This was a terrible experience, and my confidence in the code is low because Claude kept rewriting and patching it with many fixes to one thing, breaking another.<p>For the second project, I wanted to iterate in smaller chunks. So after SpecKit finished its planning, I added a few slash commands of my own. 1) generate a backlog.md file based on tasks.md so that I don't mess with SpecKit internals. 2) plan-sprint to generate a sprint file with a sprint goal and selected tasks with more detail. 3) implement-sprint broadly based on the implement command.<p>This setup failed as the implement-sprint command did not follow the process despite several revisions. After implementing some tasks, it would forget to create or run tests, or even implement a task.<p>I then modified the setup and created a subagent to handle task-specific coding. This is easy, as all the context is stored in SpecKit files. The implement-sprint functions as an orchestrator. This is much more manageable because I get to review each sprint rather than the whole project. There are still many cases where it declares the sprint as done even though tests still fail. But it's much easier to fix, and my level of trust in the code is significantly higher.<p>My hypothesis now is that Claude is bed at TDD. It almost always has to go back and fix the tests, not the implementation. My next experiment is going to be to create the tests after the implementation. This is not ideal, but at this point, I'd rather gain velocity, since it would be faster for me to code it myself.</p>
]]></description><pubDate>Fri, 17 Oct 2025 08:14:51 +0000</pubDate><link>https://news.ycombinator.com/item?id=45614365</link><dc:creator>yoaviram</dc:creator><comments>https://news.ycombinator.com/item?id=45614365</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45614365</guid></item><item><title><![CDATA[We do not support opt-out forms]]></title><description><![CDATA[
<p>Article URL: <a href="https://consciousdigital.org/why-we-do-not-support-opt-out-forms/">https://consciousdigital.org/why-we-do-not-support-opt-out-forms/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=45426350">https://news.ycombinator.com/item?id=45426350</a></p>
<p>Points: 3</p>
<p># Comments: 0</p>
]]></description><pubDate>Tue, 30 Sep 2025 15:00:59 +0000</pubDate><link>https://consciousdigital.org/why-we-do-not-support-opt-out-forms/</link><dc:creator>yoaviram</dc:creator><comments>https://news.ycombinator.com/item?id=45426350</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45426350</guid></item><item><title><![CDATA[New comment by yoaviram in "AI tools I wish existed"]]></title><description><![CDATA[
<p>Essentially what this article is asking for, in most cases, is a better UI/UX for one of the foundation models.</p>
]]></description><pubDate>Tue, 30 Sep 2025 05:46:38 +0000</pubDate><link>https://news.ycombinator.com/item?id=45422316</link><dc:creator>yoaviram</dc:creator><comments>https://news.ycombinator.com/item?id=45422316</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45422316</guid></item><item><title><![CDATA[New comment by yoaviram in "We caught companies making it harder to delete your personal data online"]]></title><description><![CDATA[
<p>This is one of several deceptive design patterns used by data brokers. Last year, we (the nonprofit consciousdigital.org) published a guide titled "How Deceptive Design is Used to Compromise Your Privacy and How to Fight Back". It contains 10 data protection deceptive patterns and countermeasures:<p><a href="https://consciousdigital.org/wp-content/uploads/2023/04/deceptive-patterns.pdf" rel="nofollow">https://consciousdigital.org/wp-content/uploads/2023/04/dece...</a></p>
]]></description><pubDate>Tue, 12 Aug 2025 20:54:25 +0000</pubDate><link>https://news.ycombinator.com/item?id=44881703</link><dc:creator>yoaviram</dc:creator><comments>https://news.ycombinator.com/item?id=44881703</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44881703</guid></item><item><title><![CDATA[New comment by yoaviram in "Vibe coding is the fast fashion industry of software engineering"]]></title><description><![CDATA[
<p>TDD seems to be a good strategy if you trust the AI not to cheat by writing tests that always pass.</p>
]]></description><pubDate>Fri, 01 Aug 2025 12:30:25 +0000</pubDate><link>https://news.ycombinator.com/item?id=44755802</link><dc:creator>yoaviram</dc:creator><comments>https://news.ycombinator.com/item?id=44755802</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44755802</guid></item><item><title><![CDATA[New comment by yoaviram in "Vibe coding is the fast fashion industry of software engineering"]]></title><description><![CDATA[
<p>It seems to me that the ongoing “vibe coding” debate on HN, about whether AI coding agents are helpful or harmful, often overlooks one key point: the better you are as a coder, the less useful these agents tend to be.<p>Years ago, I was an amazing  C++ dev. Later, I became a solid Python dev. These days, I run a small nonprofit in the digital rights space, where our stack is mostly JavaScript. I don’t code much anymore, and honestly, I’m mediocre at it now. For us, AI coding agents have been a revelation. We are a small team lacking resources and agent let us move much faster, especially when it comes to cleaning up technical debt or handling simple, repetitive tasks.<p>That said, the main lesson I learned about vibe coding, or using AI for research and any other significant task, is that you must understand the domain better than the AI. If you don’t, you’re setting yourself up for failure.</p>
]]></description><pubDate>Fri, 01 Aug 2025 10:24:49 +0000</pubDate><link>https://news.ycombinator.com/item?id=44754954</link><dc:creator>yoaviram</dc:creator><comments>https://news.ycombinator.com/item?id=44754954</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44754954</guid></item><item><title><![CDATA[New comment by yoaviram in "How we’re responding to The NYT’s data demands in order to protect user privacy"]]></title><description><![CDATA[
<p>>Trust and privacy are at the core of our products.
We give you tools to control your data—including easy opt-outs and permanent removal of deleted ChatGPT chats (opens in a new window) and API content from OpenAI’s systems within 30 days.<p>No you don't. You charge extra for privacy and list it as a feature on your enterprise plan. Not event paying pro customer get "privacy". Also, you refuse to delete personal data included in your models and training data following numerous data protection requests.</p>
]]></description><pubDate>Fri, 06 Jun 2025 06:02:18 +0000</pubDate><link>https://news.ycombinator.com/item?id=44198174</link><dc:creator>yoaviram</dc:creator><comments>https://news.ycombinator.com/item?id=44198174</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44198174</guid></item><item><title><![CDATA[New comment by yoaviram in "The Newark airport crisis"]]></title><description><![CDATA[
<p>Software is a liability, a product is an asset.</p>
]]></description><pubDate>Sun, 25 May 2025 20:30:01 +0000</pubDate><link>https://news.ycombinator.com/item?id=44090820</link><dc:creator>yoaviram</dc:creator><comments>https://news.ycombinator.com/item?id=44090820</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44090820</guid></item><item><title><![CDATA[New comment by yoaviram in "US vs. Google amicus curiae brief of Y Combinator in support of plaintiffs [pdf]"]]></title><description><![CDATA[
<p>If what you are saying is that significant parts of the tech landscape will change, then that's exactly the point.</p>
]]></description><pubDate>Sun, 11 May 2025 06:24:45 +0000</pubDate><link>https://news.ycombinator.com/item?id=43951833</link><dc:creator>yoaviram</dc:creator><comments>https://news.ycombinator.com/item?id=43951833</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43951833</guid></item></channel></rss>