<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: bertaye</title><link>https://news.ycombinator.com/user?id=bertaye</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Sun, 27 Sep 2026 07:02:57 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=bertaye" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by bertaye in "Show HN: Agentic CUDA Kernel Optimizer"]]></title><description><![CDATA[
<p>It cant if you be cautious about it because the inputs can set manually and outputs are generated through the cuda harness by executing the reference kernel, again can be provided externally.<p>Comparison is simply byte by byte equalness check of reference kernel outputs with candidate (optimized) outputs.<p>Why I added ai generated inputs then? I was just being lazy and this was more of a langgraph  playground for me:)</p>
]]></description><pubDate>Fri, 25 Sep 2026 17:15:41 +0000</pubDate><link>https://news.ycombinator.com/item?id=49847298</link><dc:creator>bertaye</dc:creator><comments>https://news.ycombinator.com/item?id=49847298</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49847298</guid></item><item><title><![CDATA[New comment by bertaye in "Show HN: Agentic CUDA Kernel Optimizer"]]></title><description><![CDATA[
<p>Hello, indeed you can just use that.<p>The basic idea here is just automating and limiting the steps that AI can take. These are described as ‘nodes’ and their actions are limited/more descriptive from developer perspective.<p>The langgraph simply allows you to set some fences around the AI agent for a goal, instead of raw terminal flow. Is it better? Arguable.</p>
]]></description><pubDate>Fri, 25 Sep 2026 17:11:43 +0000</pubDate><link>https://news.ycombinator.com/item?id=49847241</link><dc:creator>bertaye</dc:creator><comments>https://news.ycombinator.com/item?id=49847241</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49847241</guid></item><item><title><![CDATA[New comment by bertaye in "Show HN: Agentic CUDA Kernel Optimizer"]]></title><description><![CDATA[
<p>honestly I know it exists but I never used it so can't compare</p>
]]></description><pubDate>Fri, 25 Sep 2026 14:16:37 +0000</pubDate><link>https://news.ycombinator.com/item?id=49845028</link><dc:creator>bertaye</dc:creator><comments>https://news.ycombinator.com/item?id=49845028</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49845028</guid></item><item><title><![CDATA[New comment by bertaye in "Show HN: Agentic CUDA Kernel Optimizer"]]></title><description><![CDATA[
<p>That is the funny part actually; we can either provide a reference kernel + input cases for correctness check. In this case at first it will use test harness to run reference kernel with reference inputs ad save the outputs as ground truth.
Or we can let AI to create a very basic reference implementation and input cases :D for my own experiments I used second one.</p>
]]></description><pubDate>Fri, 25 Sep 2026 14:15:06 +0000</pubDate><link>https://news.ycombinator.com/item?id=49845006</link><dc:creator>bertaye</dc:creator><comments>https://news.ycombinator.com/item?id=49845006</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49845006</guid></item><item><title><![CDATA[Show HN: Agentic CUDA Kernel Optimizer]]></title><description><![CDATA[
<p>Hello; I was working on optimizing some CUDA kernels and I thought may be it is a good oppurtunity learn langgraph as well. I created a simple C++ CUDA Test Harness and handed that to AI agents. They can run kernels, get benchmarks, and even can profile via nsight</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=49842596">https://news.ycombinator.com/item?id=49842596</a></p>
<p>Points: 37</p>
<p># Comments: 11</p>
]]></description><pubDate>Fri, 25 Sep 2026 10:32:58 +0000</pubDate><link>https://github.com/bertaye/agentic-cuda-optimizer</link><dc:creator>bertaye</dc:creator><comments>https://news.ycombinator.com/item?id=49842596</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49842596</guid></item><item><title><![CDATA[Show HN: WiFi-LLM]]></title><description><![CDATA[
<p>Hello, while I was learning LLM Inference basics I realized with few tricks I could use my ESP32 for inference if I stream the weights only when they are needed from a host over WiFi.<p>Speed? Really bad. Lol. But this is just a technical demo of how it can be done.
I really enjoyed while coding it. It has a sliding window which allows infinite generation ( of course meaningless :) )<p>Hope you will enjoy!</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=48992123">https://news.ycombinator.com/item?id=48992123</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Tue, 21 Jul 2026 13:32:07 +0000</pubDate><link>https://github.com/bertaye/wifi-llm</link><dc:creator>bertaye</dc:creator><comments>https://news.ycombinator.com/item?id=48992123</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48992123</guid></item></channel></rss>