<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: raviisoccupied</title><link>https://news.ycombinator.com/user?id=raviisoccupied</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Thu, 23 Apr 2026 12:43:30 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=raviisoccupied" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by raviisoccupied in "Claude Design"]]></title><description><![CDATA[
<p>>If you are not a software engineer you can judge code the same way as you can judge design while not being a designer.<p>Very true.</p>
]]></description><pubDate>Fri, 17 Apr 2026 19:23:06 +0000</pubDate><link>https://news.ycombinator.com/item?id=47809583</link><dc:creator>raviisoccupied</dc:creator><comments>https://news.ycombinator.com/item?id=47809583</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47809583</guid></item><item><title><![CDATA[New comment by raviisoccupied in "Claude Design"]]></title><description><![CDATA[
<p>I am not an engineer, I can't look at code and determine if it is good, performant, or elegant. However, I can look at designs and make a judgement. I'm curious to see how Claude Design changes how I think about AI and its capabilities.</p>
]]></description><pubDate>Fri, 17 Apr 2026 18:30:09 +0000</pubDate><link>https://news.ycombinator.com/item?id=47809048</link><dc:creator>raviisoccupied</dc:creator><comments>https://news.ycombinator.com/item?id=47809048</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47809048</guid></item><item><title><![CDATA[New comment by raviisoccupied in "Code Is Cheap Now, and That Changes Everything"]]></title><description><![CDATA[
<p>'It's not X, it's Y' sentence formulations are usually indicative of LLM assisted writing.</p>
]]></description><pubDate>Thu, 09 Apr 2026 14:32:40 +0000</pubDate><link>https://news.ycombinator.com/item?id=47704282</link><dc:creator>raviisoccupied</dc:creator><comments>https://news.ycombinator.com/item?id=47704282</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47704282</guid></item><item><title><![CDATA[Show HN: Beval – Simple evaluations for your AI product]]></title><description><![CDATA[
<p>I have been working on a web app called Beval - Simple evaluations for your AI product.<p>In my day to day as a Product Manager working in a team that ships AI products, I often found myself wanting to do 'quick and dirty' LLM-based evaluation on conversation transcripts and traces. I didn't need anything fancy, just 'did the agent answer the question', 'did the agent cover the 5 things it needed to' - that type of thing.<p>I found myself blocked by 'Gemini in Google Sheets', it was too slow and cumbersome, and it didn't handle eval changes well - particularly when trying to associate evals with ground truth. And because I was exploring or working on new and experimental features, it wasn't helpful to try and set up something more robust with the team.<p>To fix the problem I eventually learned to call the OpenAI API in Python, but I really felt that I wanted a 'product' to help me and potentially help others who need answers fast - outside of building infrastructure and pipelines.<p>So over the last few weeks I built: <a href="https://beval.space" rel="nofollow">https://beval.space</a><p>It has:
- LLM-as-judge evals: boolean checks (yes/no), scores (1-5), categories, and freeform comments
- Reusable eval definitions you can run across different datasets
- Ground truth labelling so you can compare eval versions against human judgments
- Per-trace reasoning so you can see why the judge scored something the way it did
- An example dataset so you can try it without having your own traces ready<p>One of our early users described it as 'quick n dirty evals when you don't want to touch a shit load of infra.' I'm trying to figure out if that's a common need or just a niche thing.<p>Free during beta. Would love HN's take — what's missing, and would you actually use something like this?</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=47566753">https://news.ycombinator.com/item?id=47566753</a></p>
<p>Points: 2</p>
<p># Comments: 1</p>
]]></description><pubDate>Sun, 29 Mar 2026 20:09:24 +0000</pubDate><link>https://www.beval.space/</link><dc:creator>raviisoccupied</dc:creator><comments>https://news.ycombinator.com/item?id=47566753</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47566753</guid></item><item><title><![CDATA[New comment by raviisoccupied in "My spicy take on vibe coding for PMs"]]></title><description><![CDATA[
<p>I don’t think this is a spicy take at all. A PM’s job is to prioritise, and the most important/high priority projects will naturally be handled by Engineers enabled with AI-coding workflows. The high priority/impact work should be allocated to the folks with the highest level of skill.<p>I feel like PMs coding unlocks a whole new category of work, mainly addressing the long tail of cool ideas/small optimisations that ordinarily would not be addressed. Time will tell how valuable these items are in the long term.<p>And I say this as a PM.</p>
]]></description><pubDate>Wed, 04 Mar 2026 03:06:22 +0000</pubDate><link>https://news.ycombinator.com/item?id=47242491</link><dc:creator>raviisoccupied</dc:creator><comments>https://news.ycombinator.com/item?id=47242491</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47242491</guid></item><item><title><![CDATA[New comment by raviisoccupied in "Ask HN: What are you working on? (February 2026)"]]></title><description><![CDATA[
<p>I have been working on a web app called Beval - Simple evaluations for your AI product.<p>In my day to day as a Product Manager working in a team that ships AI products, I often found myself wanting to do 'quick and dirty' LLM based evaluation on conversation transcripts and traces. I found myself blocked by 'Gemini in Google Sheets', it was too slow and cumbersome, and it didn't handle eval changes well. And because I was exploring, it wasn't helpful to try and set up something more robust with the team.<p>To fix the problem I eventually learned to call the OpenAI API in python, but I really felt that I wanted a 'product' to help me and potentially help others.<p>So this weekend I built <a href="https://beval.space" rel="nofollow">https://beval.space</a></p>
]]></description><pubDate>Mon, 09 Feb 2026 18:31:54 +0000</pubDate><link>https://news.ycombinator.com/item?id=46948955</link><dc:creator>raviisoccupied</dc:creator><comments>https://news.ycombinator.com/item?id=46948955</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46948955</guid></item><item><title><![CDATA[New comment by raviisoccupied in "How to Attend Meetings"]]></title><description><![CDATA[
<p>> If you don't schedule it, it's not real<p>Personally I find this kind of approach infantilizing. I don't think it's fair to have an expectation of yourself or of your colleagues to spell out in Google Calendar what you/they are spending their time doing throughout the day. People should look at gaps in people's diaries not as opportunities for new meetings, but as time someone is probably spending doing something important or interesting.</p>
]]></description><pubDate>Tue, 02 Dec 2025 00:56:26 +0000</pubDate><link>https://news.ycombinator.com/item?id=46115902</link><dc:creator>raviisoccupied</dc:creator><comments>https://news.ycombinator.com/item?id=46115902</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46115902</guid></item><item><title><![CDATA[New comment by raviisoccupied in "Ask HN: How to manage work as the sole individual contributor?"]]></title><description><![CDATA[
<p>Honestly, I'd suggest a prioritsation matrix here.<p>Classify all the tasks with an impact / ease score from 0-5. Multiply the numbers together to understand the relative priority of each item.<p>It won't be perfect but it will a good place to start.<p>You also do this at a product level instead, and invest all your time onto one product to begin with. This might reduce your switching costs working between projects/products.</p>
]]></description><pubDate>Fri, 12 Sep 2025 11:27:29 +0000</pubDate><link>https://news.ycombinator.com/item?id=45221012</link><dc:creator>raviisoccupied</dc:creator><comments>https://news.ycombinator.com/item?id=45221012</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45221012</guid></item><item><title><![CDATA[New comment by raviisoccupied in "Obsidian Bases"]]></title><description><![CDATA[
<p>I’m an Obsidian user. I pay for Obsidian sync, and I love the philosophy behind their product. However, and I feel stupid for saying this, but I just find it confusing to use. It’s difficult for me to wrap my head around plugins, and understanding how it wants me to use it.<p>For now, I’m just sticking to using it for daily notes, but I feel there’s so much I’m missing.</p>
]]></description><pubDate>Mon, 18 Aug 2025 22:28:18 +0000</pubDate><link>https://news.ycombinator.com/item?id=44945952</link><dc:creator>raviisoccupied</dc:creator><comments>https://news.ycombinator.com/item?id=44945952</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44945952</guid></item><item><title><![CDATA[New comment by raviisoccupied in "Show HN: I built an OSINT tools directory"]]></title><description><![CDATA[
<p>I'm curious as to what risk means in this context?<p>UX feedback: When I scroll to the bottom of the page linked in the post, and click on the API/Pricing links in the footer, it fails to redirect me.</p>
]]></description><pubDate>Wed, 04 Jun 2025 17:00:29 +0000</pubDate><link>https://news.ycombinator.com/item?id=44182871</link><dc:creator>raviisoccupied</dc:creator><comments>https://news.ycombinator.com/item?id=44182871</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44182871</guid></item><item><title><![CDATA[First Therapy Chatbot Trial Yields Mental Health Benefits]]></title><description><![CDATA[
<p>Article URL: <a href="https://home.dartmouth.edu/news/2025/03/first-therapy-chatbot-trial-yields-mental-health-benefits">https://home.dartmouth.edu/news/2025/03/first-therapy-chatbot-trial-yields-mental-health-benefits</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=43567781">https://news.ycombinator.com/item?id=43567781</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Thu, 03 Apr 2025 10:56:28 +0000</pubDate><link>https://home.dartmouth.edu/news/2025/03/first-therapy-chatbot-trial-yields-mental-health-benefits</link><dc:creator>raviisoccupied</dc:creator><comments>https://news.ycombinator.com/item?id=43567781</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43567781</guid></item><item><title><![CDATA[New comment by raviisoccupied in "Show HN: Turn Screenshots into Designs Instantly"]]></title><description><![CDATA[
<p>Former Product Marketing Manager here. When I saw the word 'designs' on your landing page, I assumed the application would convert my screenshot into a Figma file/equivalent. Instead it looks like your app creates social ready images of screenshotted UI. I wonder if there's a better word to use than 'designs' that better captures what looks like the intended use case.</p>
]]></description><pubDate>Sat, 08 Feb 2025 23:00:01 +0000</pubDate><link>https://news.ycombinator.com/item?id=42986942</link><dc:creator>raviisoccupied</dc:creator><comments>https://news.ycombinator.com/item?id=42986942</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42986942</guid></item><item><title><![CDATA[New comment by raviisoccupied in "Mark Zuckerberg messages Facebook engineer"]]></title><description><![CDATA[
<p>Thank you for linking this</p>
]]></description><pubDate>Sat, 08 Feb 2025 22:42:50 +0000</pubDate><link>https://news.ycombinator.com/item?id=42986830</link><dc:creator>raviisoccupied</dc:creator><comments>https://news.ycombinator.com/item?id=42986830</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42986830</guid></item><item><title><![CDATA[Mark Zuckerberg messages Facebook engineer]]></title><description><![CDATA[
<p>Article URL: <a href="https://twitter.com/TechEmails/status/1888313183024074910">https://twitter.com/TechEmails/status/1888313183024074910</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=42986335">https://news.ycombinator.com/item?id=42986335</a></p>
<p>Points: 66</p>
<p># Comments: 45</p>
]]></description><pubDate>Sat, 08 Feb 2025 21:24:18 +0000</pubDate><link>https://twitter.com/TechEmails/status/1888313183024074910</link><dc:creator>raviisoccupied</dc:creator><comments>https://news.ycombinator.com/item?id=42986335</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42986335</guid></item><item><title><![CDATA[The Respell team is joining Salesforce]]></title><description><![CDATA[
<p>Article URL: <a href="https://www.respell.ai/post/the-respell-team-is-joining-salesforce">https://www.respell.ai/post/the-respell-team-is-joining-salesforce</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=42763214">https://news.ycombinator.com/item?id=42763214</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Sun, 19 Jan 2025 23:25:18 +0000</pubDate><link>https://www.respell.ai/post/the-respell-team-is-joining-salesforce</link><dc:creator>raviisoccupied</dc:creator><comments>https://news.ycombinator.com/item?id=42763214</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42763214</guid></item><item><title><![CDATA[New comment by raviisoccupied in "Stimulation Clicker"]]></title><description><![CDATA[
<p>I hated that I loved this - great concept.</p>
]]></description><pubDate>Mon, 06 Jan 2025 19:41:20 +0000</pubDate><link>https://news.ycombinator.com/item?id=42614659</link><dc:creator>raviisoccupied</dc:creator><comments>https://news.ycombinator.com/item?id=42614659</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42614659</guid></item><item><title><![CDATA[The Cognitive Style of PowerPoint (2006) [pdf]]]></title><description><![CDATA[
<p>Article URL: <a href="https://www.inf.ed.ac.uk/teaching/courses/pi/2016_2017/phil/tufte-powerpoint.pdf">https://www.inf.ed.ac.uk/teaching/courses/pi/2016_2017/phil/tufte-powerpoint.pdf</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=42549147">https://news.ycombinator.com/item?id=42549147</a></p>
<p>Points: 132</p>
<p># Comments: 75</p>
]]></description><pubDate>Mon, 30 Dec 2024 13:38:02 +0000</pubDate><link>https://www.inf.ed.ac.uk/teaching/courses/pi/2016_2017/phil/tufte-powerpoint.pdf</link><dc:creator>raviisoccupied</dc:creator><comments>https://news.ycombinator.com/item?id=42549147</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42549147</guid></item><item><title><![CDATA[Mexico is using an AI-powered app to prevent suicides]]></title><description><![CDATA[
<p>Article URL: <a href="https://restofworld.org/2024/mexico-suicide-rates-yucatan-memind-app/">https://restofworld.org/2024/mexico-suicide-rates-yucatan-memind-app/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=42422337">https://news.ycombinator.com/item?id=42422337</a></p>
<p>Points: 3</p>
<p># Comments: 0</p>
]]></description><pubDate>Sun, 15 Dec 2024 08:37:54 +0000</pubDate><link>https://restofworld.org/2024/mexico-suicide-rates-yucatan-memind-app/</link><dc:creator>raviisoccupied</dc:creator><comments>https://news.ycombinator.com/item?id=42422337</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42422337</guid></item><item><title><![CDATA[Send us a confidential tip using SecureDrop]]></title><description><![CDATA[
<p>Article URL: <a href="https://www.economist.com/securedrop/">https://www.economist.com/securedrop/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=41922827">https://news.ycombinator.com/item?id=41922827</a></p>
<p>Points: 7</p>
<p># Comments: 6</p>
]]></description><pubDate>Wed, 23 Oct 2024 07:56:10 +0000</pubDate><link>https://www.economist.com/securedrop/</link><dc:creator>raviisoccupied</dc:creator><comments>https://news.ycombinator.com/item?id=41922827</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41922827</guid></item><item><title><![CDATA[A brief history of Notion's data catalog]]></title><description><![CDATA[
<p>Article URL: <a href="https://www.notion.so/blog/a-brief-history-of-notions-data-catalog">https://www.notion.so/blog/a-brief-history-of-notions-data-catalog</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=41862726">https://news.ycombinator.com/item?id=41862726</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Wed, 16 Oct 2024 19:15:06 +0000</pubDate><link>https://www.notion.so/blog/a-brief-history-of-notions-data-catalog</link><dc:creator>raviisoccupied</dc:creator><comments>https://news.ycombinator.com/item?id=41862726</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41862726</guid></item></channel></rss>