<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: ivalm</title><link>https://news.ycombinator.com/user?id=ivalm</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Fri, 26 Jun 2026 04:11:37 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=ivalm" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by ivalm in "Epoch confirms GPT5.4 Pro solved a frontier math open problem"]]></title><description><![CDATA[
<p>because commenting is easy and solving hard problems is hard</p>
]]></description><pubDate>Tue, 24 Mar 2026 04:46:10 +0000</pubDate><link>https://news.ycombinator.com/item?id=47498692</link><dc:creator>ivalm</dc:creator><comments>https://news.ycombinator.com/item?id=47498692</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47498692</guid></item><item><title><![CDATA[Show HN: UpToTrial – OSS AI agent for clinicaltrials.gov that streams custom UI]]></title><description><![CDATA[
<p>I built UpToTrial to test two ideas:<p>1. Equip an LLM with the right tools to navigate complex APIs (clinicaltrials.gov).<p>2. Stream structured UI components instead of plain markdown.<p>What we made:<p>- Backend (Python/FastAPI): wraps the clinicaltrials.gov API, exposes higher-level actions to the agent, and streams an XML-like markup.<p>- Frontend (React/TS): incrementally patches the partial stream and maps tags to React components (trial cards, phase progress bars, etc.) for live rendering.<p>Clinical-trial metadata is dense; cards and timelines surface the important bits faster than prose.<p>Links:<p>Demo: <a href="https://uptotrial.com" rel="nofollow">https://uptotrial.com</a><p>Code (Apache):<p>– Backend: <a href="https://github.com/MaterialModel/uptotrial-backend">https://github.com/MaterialModel/uptotrial-backend</a><p>– Frontend: <a href="https://github.com/MaterialModel/uptotrial-frontend">https://github.com/MaterialModel/uptotrial-frontend</a><p>Next:<p>If there’s interest, I’ll break out the streaming-UI layer as a standalone OSS library. Feedback and PRs welcome!</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=43938585">https://news.ycombinator.com/item?id=43938585</a></p>
<p>Points: 4</p>
<p># Comments: 0</p>
]]></description><pubDate>Fri, 09 May 2025 16:26:39 +0000</pubDate><link>https://uptotrial.com</link><dc:creator>ivalm</dc:creator><comments>https://news.ycombinator.com/item?id=43938585</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43938585</guid></item><item><title><![CDATA[New comment by ivalm in "Microsoft Cancels Leases for AI Data Centers, Analyst Says"]]></title><description><![CDATA[
<p>I don’t think they are a compute partner for stargate.</p>
]]></description><pubDate>Mon, 24 Feb 2025 16:40:09 +0000</pubDate><link>https://news.ycombinator.com/item?id=43161563</link><dc:creator>ivalm</dc:creator><comments>https://news.ycombinator.com/item?id=43161563</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43161563</guid></item><item><title><![CDATA[New comment by ivalm in "Making AI illustrations that don't look AI-generated"]]></title><description><![CDATA[
<p>Link seems broken and un-editable, but here it is: <a href="https://mdme.ai/blog/2025/01/17/ai-art" rel="nofollow">https://mdme.ai/blog/2025/01/17/ai-art</a></p>
]]></description><pubDate>Fri, 17 Jan 2025 19:16:43 +0000</pubDate><link>https://news.ycombinator.com/item?id=42742145</link><dc:creator>ivalm</dc:creator><comments>https://news.ycombinator.com/item?id=42742145</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42742145</guid></item><item><title><![CDATA[Making AI illustrations that don't look AI-generated]]></title><description><![CDATA[
<p>Article URL: <a href="https://mdme.ai/https:/mdme.ai[object%20Promise]">https://mdme.ai/https:/mdme.ai[object%20Promise]</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=42741959">https://news.ycombinator.com/item?id=42741959</a></p>
<p>Points: 1</p>
<p># Comments: 1</p>
]]></description><pubDate>Fri, 17 Jan 2025 18:58:09 +0000</pubDate><link>https://mdme.ai/https:/mdme.ai[object%20Promise]</link><dc:creator>ivalm</dc:creator><comments>https://news.ycombinator.com/item?id=42741959</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42741959</guid></item><item><title><![CDATA[New comment by ivalm in "Lines of code that will beat A/B testing every time (2012)"]]></title><description><![CDATA[
<p>To make sure user id U doesn’t always end up in eg control group it’s useful to concatenate the id with experiment uuid.</p>
]]></description><pubDate>Tue, 14 Jan 2025 03:10:07 +0000</pubDate><link>https://news.ycombinator.com/item?id=42693061</link><dc:creator>ivalm</dc:creator><comments>https://news.ycombinator.com/item?id=42693061</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42693061</guid></item><item><title><![CDATA[New comment by ivalm in "Lines of code that will beat A/B testing every time (2012)"]]></title><description><![CDATA[
<p>You can assign multiarm bandit trials on a lazy per user basis.<p>So first time user touches feature A they are assigned to some trial arm T_A and then all subsequent interactions keep them in that trial arm until the trial finishes.</p>
]]></description><pubDate>Mon, 13 Jan 2025 21:50:53 +0000</pubDate><link>https://news.ycombinator.com/item?id=42689902</link><dc:creator>ivalm</dc:creator><comments>https://news.ycombinator.com/item?id=42689902</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42689902</guid></item><item><title><![CDATA[LLMs are bad at derm, unless you give them a textual description]]></title><description><![CDATA[
<p>Article URL: <a href="https://mdme.ai/blog/2025/01/06/dermatology-ai-that-can-reason-like-a-doctor">https://mdme.ai/blog/2025/01/06/dermatology-ai-that-can-reason-like-a-doctor</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=42627339">https://news.ycombinator.com/item?id=42627339</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Tue, 07 Jan 2025 20:53:57 +0000</pubDate><link>https://mdme.ai/blog/2025/01/06/dermatology-ai-that-can-reason-like-a-doctor</link><dc:creator>ivalm</dc:creator><comments>https://news.ycombinator.com/item?id=42627339</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42627339</guid></item><item><title><![CDATA[New comment by ivalm in "Updates to H-1B"]]></title><description><![CDATA[
<p>It’s LinkedIn jobs board + HN who is hiring. Everyone who applies tends to have some development experience. We interviewed maybe 30 best resumes out of the 3k applicants. Lots of people fail relatively basic python or typescript coding challenge, a few fail basic “designs an api” round. We did filter a few people in culture match but thats rare, most fail the technical rounds.</p>
]]></description><pubDate>Thu, 19 Dec 2024 03:27:06 +0000</pubDate><link>https://news.ycombinator.com/item?id=42458139</link><dc:creator>ivalm</dc:creator><comments>https://news.ycombinator.com/item?id=42458139</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42458139</guid></item><item><title><![CDATA[New comment by ivalm in "Updates to H-1B"]]></title><description><![CDATA[
<p>We are seed stage startup, we post salary range 130-180k + competitive equity for mid to senior level fully remote.</p>
]]></description><pubDate>Thu, 19 Dec 2024 03:24:36 +0000</pubDate><link>https://news.ycombinator.com/item?id=42458120</link><dc:creator>ivalm</dc:creator><comments>https://news.ycombinator.com/item?id=42458120</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42458120</guid></item><item><title><![CDATA[New comment by ivalm in "Updates to H-1B"]]></title><description><![CDATA[
<p>We don’t support h1b, of the last 3000 applicants we had only 1 was qualified. It’s super hard to hire strong swe.</p>
]]></description><pubDate>Wed, 18 Dec 2024 22:00:16 +0000</pubDate><link>https://news.ycombinator.com/item?id=42455903</link><dc:creator>ivalm</dc:creator><comments>https://news.ycombinator.com/item?id=42455903</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42455903</guid></item><item><title><![CDATA[New comment by ivalm in "California's most neglected group of students: the gifted ones"]]></title><description><![CDATA[
<p>> Why are you replying to my comment with this? It has no relevance to anything I wrote.<p>You emphasized systemic racism as being a major cause, but group differences can be both non-biologic and NOT related to systemic racism<p>>  not only the value system of the victims but also that of the perpetrators and the system itself.<p>This assumes the answer (systemic racism) in the premise. The values of the system can be good (agency, hard work, academic pursuit, etc) and misaligned with some group. That group would then do poorly, but not because the system or its values are racist.<p>> And also consider the history.<p>I did, this is why I compared to early/mid 20th century Ashkenazi and mid/late 20th century Asians. Both were very persecuted.<p>> And consider the financial differences that often exist<p>Most asians fleeing to the US in mid 20th century were much poorer than both current as well as at that time median underperforming groups in the US.<p>> Consider destruction of cultures.<p>If anything, current underperforming groups (eg african americans) are famous for having a lot of cultural products. This is where they thrive.<p>> Consider the dietary and health issues that are faced.<p>Again, both ashkinazi and asian groups suffered famines + serious malnutrition. Very few in american disadvantaged groups are in danger of starvation or serious malnutrition.<p>> Consider the overwhelming economic and media environments that 7 years olds grow up within and how that environment is often more impactful than parents could ever hope to be.<p>Everyone has access to all the same media. There is a significant effort (which I agree with) to over-represent underprivileged groups as successful heroes in modern TV/etc. Parents have significant influence on which media mix is consumed and what counts as "success." Both asians and ashkinazi were represented very negatively in the media mix of mid 20th century, yet they thrived. Nigerian american diaspora today thrives as well (unlike most other african american groups).<p>> And, if we want to focus on biology, consider the role that vision, in particular color of skin, plays in our emotions, decision and behavior. Consider how we use color of skin to read health and emotions and intentions and how it might be harder to read those when the skin is imbued with unfamiliar tones and how on a population level, such misreads can build into mistrust and conflict.<p>I specifically didn't focus on biology, but Ashkenazi were clearly targeted based on how they looked. Caricatures of "the Jew" were popular and everywhere in early to mid 20th century Europe. People perceived them especially as untrustworthy. Asians are also obviously and easily identified by a quick look at their face. South asians also have "brown" skin color, that is <i>very</i> similar to that of disadvantaged groups in the US, yet they do well academically/financially/etc. Most people can't tell apart nigerian americans from other african americans, yet nigerian americans tend to do well.<p>---<p>In all of this i'm not saying hardship doesn't exist, or that racism doesn't exist, or that differences are biological. I am saying that there is a confounding factor that is essentially bigger then all of this. I think this confounder is "culture/value system" of the group. Not all cultures/value systems are equal, not all of them lead to the same outcomes, these differences are not racist.</p>
]]></description><pubDate>Tue, 26 Nov 2024 19:14:28 +0000</pubDate><link>https://news.ycombinator.com/item?id=42248902</link><dc:creator>ivalm</dc:creator><comments>https://news.ycombinator.com/item?id=42248902</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42248902</guid></item><item><title><![CDATA[New comment by ivalm in "California's most neglected group of students: the gifted ones"]]></title><description><![CDATA[
<p>But why assign any specific value to systemic racism vs some groups value family + education more than others. Poor Asian families suffered a lot of discrimination (and still do) but their kids do well in these tests. Ashkenazi suffered a ton of discrimination especially early/mid 20th century but still did extremely well academically. I am not even saying they are inherently smarter, I’m just saying that their value system is demonstrably different, they suffered obvious discrimination, and yet had significantly above average educational outcomes.</p>
]]></description><pubDate>Tue, 26 Nov 2024 18:14:24 +0000</pubDate><link>https://news.ycombinator.com/item?id=42248278</link><dc:creator>ivalm</dc:creator><comments>https://news.ycombinator.com/item?id=42248278</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42248278</guid></item><item><title><![CDATA[New comment by ivalm in "California's most neglected group of students: the gifted ones"]]></title><description><![CDATA[
<p>These are not the only three alternatives.<p>And looking at actual outcomes in the US it’s easy to see that the truth is different. It’s not even white kids that come up on top, it’s mostly Asian kids (and before that Ashkinazi kids). It’s not because they have some institutional privilege. It’s because culture matters and valuing smarts and education is important not just for test taking but also for benefiting the society long term.</p>
]]></description><pubDate>Tue, 26 Nov 2024 18:05:38 +0000</pubDate><link>https://news.ycombinator.com/item?id=42248169</link><dc:creator>ivalm</dc:creator><comments>https://news.ycombinator.com/item?id=42248169</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42248169</guid></item><item><title><![CDATA[New comment by ivalm in "California's most neglected group of students: the gifted ones"]]></title><description><![CDATA[
<p>If you do merit based acceptance into programs then obviously it will have a different demographic makeup than population at large. We can discuss the causes of this elsewhere, but obviously test/school performance varies significantly by ethnicity today in the US.</p>
]]></description><pubDate>Tue, 26 Nov 2024 17:53:28 +0000</pubDate><link>https://news.ycombinator.com/item?id=42248019</link><dc:creator>ivalm</dc:creator><comments>https://news.ycombinator.com/item?id=42248019</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42248019</guid></item><item><title><![CDATA[New comment by ivalm in "Asking the wrong questions (2017)"]]></title><description><![CDATA[
<p>Trains where train cars separate for better last mile logistics.</p>
]]></description><pubDate>Sun, 08 Sep 2024 07:41:11 +0000</pubDate><link>https://news.ycombinator.com/item?id=41478837</link><dc:creator>ivalm</dc:creator><comments>https://news.ycombinator.com/item?id=41478837</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41478837</guid></item><item><title><![CDATA[New comment by ivalm in "Ask HN: Who is hiring? (September 2024)"]]></title><description><![CDATA[
<p>MDandMe | <a href="https://mdme.ai" rel="nofollow">https://mdme.ai</a> | USA | REMOTE | No Visa<p>We want to help every person to feel in control of their healthcare: to know what's going on with their body and to not feel alone.<p>MDandMe (<a href="https://mdme.ai" rel="nofollow">https://mdme.ai</a>) builds generative AI technology that allows people to make sense of their health at all steps along their healthcare journey: from a conversational symptom checker when you first feel unwell, to a community where you are matched to others with near-identical medical histories, to follow-up conversations where you can have diagnostic reports, lab values, and doctors notes explained in plain language.<p>Since our soft launch in February 2024, we’ve helped over 50,000 people in all 50 states. To learn more read our recent blog: <a href="https://mdme.ai/blog/2024/06/03/in-the-know" rel="nofollow">https://mdme.ai/blog/2024/06/03/in-the-know</a><p>We are looking for a Mobile SWE (React Native, iOS + Android): over 93% of our traffic comes from mobile devices. Right now we are a React/NextJS webapp and are currently building a React Native mobile app. <a href="https://swift-step-f49.notion.site/Mobile-SWE-06f94fd945bd4f52801a8b6657dc9072" rel="nofollow">https://swift-step-f49.notion.site/Mobile-SWE-06f94fd945bd4f...</a><p>See our current team on <a href="https://mdme.ai/about#team" rel="nofollow">https://mdme.ai/about#team</a><p>If interested, email me at ilya@mdme.ai</p>
]]></description><pubDate>Mon, 02 Sep 2024 22:09:15 +0000</pubDate><link>https://news.ycombinator.com/item?id=41429184</link><dc:creator>ivalm</dc:creator><comments>https://news.ycombinator.com/item?id=41429184</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41429184</guid></item><item><title><![CDATA[New comment by ivalm in "Ask HN: Who is hiring? (August 2024)"]]></title><description><![CDATA[
<p>MDandMe | <a href="https://mdme.ai" rel="nofollow">https://mdme.ai</a> | USA | REMOTE | No Visa<p>We want to help every person to feel in control of their healthcare: to know what's going on with their body and to not feel alone.<p>MDandMe (<a href="https://mdme.ai" rel="nofollow">https://mdme.ai</a>) builds generative AI technology that allows people to make sense of their health at all steps along their healthcare journey: from a conversational symptom checker when you first feel unwell, to a community where you are matched to others with near-identical medical histories, to follow-up conversations where you can have diagnostic reports, lab values, and doctors notes explained in plain language.<p>Since our soft launch in February 2024, we’ve helped over 50,000 people in all 50 states. To learn more read our recent blog: <a href="https://mdme.ai/blog/2024/06/03/in-the-know" rel="nofollow">https://mdme.ai/blog/2024/06/03/in-the-know</a><p>We are looking for a Mobile SWE (React Native, iOS + Android): over 93% of our traffic comes from mobile devices. Right now we are a React/NextJS webapp and are currently building a React Native mobile app. <a href="https://swift-step-f49.notion.site/Mobile-SWE-06f94fd945bd4f52801a8b6657dc9072" rel="nofollow">https://swift-step-f49.notion.site/Mobile-SWE-06f94fd945bd4f...</a><p>See our current team on <a href="https://mdme.ai/about#team" rel="nofollow">https://mdme.ai/about#team</a><p>If interested, email me at ilya@mdme.ai</p>
]]></description><pubDate>Wed, 07 Aug 2024 16:52:25 +0000</pubDate><link>https://news.ycombinator.com/item?id=41183146</link><dc:creator>ivalm</dc:creator><comments>https://news.ycombinator.com/item?id=41183146</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41183146</guid></item><item><title><![CDATA[New comment by ivalm in "Ask HN: Who is hiring? (July 2024)"]]></title><description><![CDATA[
<p>We disclose that we are an AI company, the scope of our services does not include the practice of medicine, and the use of our chatbot enforces acceptance of ToS that explicitly calls this out. We do not diagnose or prescribe and we refer people to licensed professionals. We + our counsel thought that this is sufficient, let’s see if that holds.</p>
]]></description><pubDate>Wed, 10 Jul 2024 05:05:24 +0000</pubDate><link>https://news.ycombinator.com/item?id=40923870</link><dc:creator>ivalm</dc:creator><comments>https://news.ycombinator.com/item?id=40923870</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40923870</guid></item><item><title><![CDATA[New comment by ivalm in "Ask HN: Who is hiring? (July 2024)"]]></title><description><![CDATA[
<p>MDandMe | <a href="https://mdme.ai" rel="nofollow">https://mdme.ai</a> | USA | REMOTE | No Visa<p>We want to help every person to feel in control of their healthcare: to know what's going on with their body and to not feel alone.<p>MDandMe (<a href="https://mdme.ai" rel="nofollow">https://mdme.ai</a>) builds generative AI technology that allows people to make sense of their health at all steps along their healthcare journey: from a conversational symptom checker when you first feel unwell, to a community where you are matched to others with near-identical medical histories, to follow-up conversations where you can have diagnostic reports, lab values, and doctors notes explained in plain language.<p>Since our soft launch in February 2024, we’ve helped over 50,000 people in all 50 states. To learn more read our recent blog: <a href="https://mdme.ai/blog/2024/06/03/in-the-know" rel="nofollow">https://mdme.ai/blog/2024/06/03/in-the-know</a><p>We are currently looking for two positions:<p>1. Mobile SWE (React Native, iOS + Android): over 93% of our traffic comes from mobile devices. Right now we are a React/NextJS webapp and are currently building a React Native mobile app. <a href="https://swift-step-f49.notion.site/Mobile-SWE-06f94fd945bd4f52801a8b6657dc9072" rel="nofollow">https://swift-step-f49.notion.site/Mobile-SWE-06f94fd945bd4f...</a><p>2. Data Journalism Intern: uncover insights that can help our community thrive. We hope to share trends, common health questions from our users, and more in a weekly blog post. <a href="https://swift-step-f49.notion.site/Data-Journalism-Intern-5592d0e1cfe9483081e5e79e0e6d6900" rel="nofollow">https://swift-step-f49.notion.site/Data-Journalism-Intern-55...</a><p>See our current team on <a href="https://mdme.ai/about#team" rel="nofollow">https://mdme.ai/about#team</a><p>If interested, email me at ilya@mdme.ai</p>
]]></description><pubDate>Mon, 01 Jul 2024 19:26:26 +0000</pubDate><link>https://news.ycombinator.com/item?id=40849575</link><dc:creator>ivalm</dc:creator><comments>https://news.ycombinator.com/item?id=40849575</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40849575</guid></item></channel></rss>