<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: nahco314</title><link>https://news.ycombinator.com/user?id=nahco314</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Thu, 16 Apr 2026 01:59:31 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=nahco314" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by nahco314 in "Ask HN: How do LLMs run code described in prompts?"]]></title><description><![CDATA[
<p>I don't know exactly how OpenAI does it, but I think it's probably something like this: the OpenAI server that generates the responses reads and executes the ‘code that LLM wants to execute’ that exists in the LLM output in some way, and then passes the execution results as internal conversation history.
As a concrete method, for example, the code to be executed could be enclosed in tags such as <run-code>, or it may be achieved using metadata at a lower layer.<p>However, although GPT-4o should have a code execution function, it is possible that the code is not actually being executed and that the LLM is simply generating output that looks like (but is not actually) correct.</p>
]]></description><pubDate>Fri, 14 Feb 2025 17:46:47 +0000</pubDate><link>https://news.ycombinator.com/item?id=43050937</link><dc:creator>nahco314</dc:creator><comments>https://news.ycombinator.com/item?id=43050937</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43050937</guid></item><item><title><![CDATA[New comment by nahco314 in "Show HN: Transform your codebase into a single Markdown doc for feeding into AI"]]></title><description><![CDATA[
<p>I have always used o1 pro and deep research, but these are only available through the web UI.
there is no doubt that cursor and others have a better UI, but the demand for this type of tool exists because OpenAI does not release an API</p>
]]></description><pubDate>Fri, 14 Feb 2025 14:10:13 +0000</pubDate><link>https://news.ycombinator.com/item?id=43048429</link><dc:creator>nahco314</dc:creator><comments>https://news.ycombinator.com/item?id=43048429</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43048429</guid></item><item><title><![CDATA[New comment by nahco314 in "Show HN: Transform Your Codebase into a Single Markdown Doc for Feeding into AI"]]></title><description><![CDATA[
<p>This is self-promotional, but <a href="https://github.com/nahco314/feed-llm">https://github.com/nahco314/feed-llm</a> has TUI to choose what to give to llm. There are many similar tools out there, but I think this approach is relatively effective for larger code bases.</p>
]]></description><pubDate>Fri, 14 Feb 2025 13:58:29 +0000</pubDate><link>https://news.ycombinator.com/item?id=43048314</link><dc:creator>nahco314</dc:creator><comments>https://news.ycombinator.com/item?id=43048314</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43048314</guid></item><item><title><![CDATA[New comment by nahco314 in "OpenAI Roadmap Update for GPT-4.5 and GPT-5"]]></title><description><![CDATA[
<p>I think this means that the cost of cutting-edge models such as o3 pro has become too high, and that ordinary users can no longer use them freely.
I fear that, even though it is clear that smarter models are optimal, OpenAI will use cheaper models for its own convenience.</p>
]]></description><pubDate>Thu, 13 Feb 2025 01:26:42 +0000</pubDate><link>https://news.ycombinator.com/item?id=43031749</link><dc:creator>nahco314</dc:creator><comments>https://news.ycombinator.com/item?id=43031749</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43031749</guid></item><item><title><![CDATA[Show HN: feed-llm – A TUI-based file selection tool for feeding code to LLMs]]></title><description><![CDATA[
<p>Article URL: <a href="https://github.com/nahco314/feed-llm">https://github.com/nahco314/feed-llm</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=43016000">https://news.ycombinator.com/item?id=43016000</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Tue, 11 Feb 2025 18:06:21 +0000</pubDate><link>https://github.com/nahco314/feed-llm</link><dc:creator>nahco314</dc:creator><comments>https://news.ycombinator.com/item?id=43016000</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43016000</guid></item><item><title><![CDATA[New comment by nahco314 in "Ask HN: What inspires you about computing?"]]></title><description><![CDATA[
<p>In my experience, I think it’s primarily a mental health issue. My passion for computers has always been rooted in a fundamental curiosity, rather than any deep reason or meaning. Simply writing code and watching software run used to excite me—it was fun, pure and simple.<p>There was a time, though, when it all felt utterly meaningless and made me depressed. I found myself thinking things like, “Even if I build this, it won’t make any money,” or “This job may pay, but it doesn’t solve any real, fundamental problems.” Intellectually, I knew I used to do it just because I enjoyed it, yet I couldn’t stop those thoughts.
However, as my depression went into remission, I started to feel that simple joy again (though I’m not fully recovered yet).<p>I suspect you’re going through something similar. While it’s important to think, I believe that rather than overthinking, focusing on your mental health first is the better approach—though of course, I understand how hard that can be.</p>
]]></description><pubDate>Tue, 11 Feb 2025 16:56:51 +0000</pubDate><link>https://news.ycombinator.com/item?id=43015119</link><dc:creator>nahco314</dc:creator><comments>https://news.ycombinator.com/item?id=43015119</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43015119</guid></item><item><title><![CDATA[New comment by nahco314 in "Ask HN: Examples of O1 pro DeepResearch proving its worth?"]]></title><description><![CDATA[
<p>They are very good at searching for niche results that are not often found by simply looking them up on Google. It is often depressing to find a better alternative after building software, but if you ask deep research first, they will find all the competition.<p>example: <a href="https://chatgpt.com/share/67ab4d04-4470-8011-a67d-fd7effc9237b" rel="nofollow">https://chatgpt.com/share/67ab4d04-4470-8011-a67d-fd7effc923...</a></p>
]]></description><pubDate>Tue, 11 Feb 2025 13:15:22 +0000</pubDate><link>https://news.ycombinator.com/item?id=43012384</link><dc:creator>nahco314</dc:creator><comments>https://news.ycombinator.com/item?id=43012384</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43012384</guid></item><item><title><![CDATA[Ask HN: Are there any LLM-based translation sites with excellent UI?]]></title><description><![CDATA[
<p>google translate or deepl are useful. The translation accuracy and speed are perfect, and the UI is excellent. However, deepl pro is a bit expensive and I would like to switch.<p>I think modern LLMs are better and some models can combine a response as fast as google translate and accuracy like deepl. However, it is tedious to go to sites like ChatGPT, type “please translate the following text” and wait for the tokens to be generated bit by bit.
Do you know of any translation site with an architecture that directly wraps GPT or claude that combines UI, accuracy, and speed?<p>In particular, what we need is a UI that displays the translation immediately after copying a sentence (no translation button), and a feature that says, “If you paste an English sentence, it automatically becomes an EN->JA translation, and if you paste a Japanese sentence, it automatically becomes a JA->EN translation”.</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=42991705">https://news.ycombinator.com/item?id=42991705</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Sun, 09 Feb 2025 16:39:04 +0000</pubDate><link>https://news.ycombinator.com/item?id=42991705</link><dc:creator>nahco314</dc:creator><comments>https://news.ycombinator.com/item?id=42991705</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42991705</guid></item><item><title><![CDATA[New comment by nahco314 in "Ask HN: How are Small Language Models used commercially?"]]></title><description><![CDATA[
<p>I think jina's Reader-LM is a good example. It's useful (I use it) and LLM is too much for this use.</p>
]]></description><pubDate>Sun, 09 Feb 2025 15:58:47 +0000</pubDate><link>https://news.ycombinator.com/item?id=42991434</link><dc:creator>nahco314</dc:creator><comments>https://news.ycombinator.com/item?id=42991434</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42991434</guid></item><item><title><![CDATA[Show HN: cb – The simplest CLI clipboard tool]]></title><description><![CDATA[
<p>Article URL: <a href="https://github.com/nahco314/cb">https://github.com/nahco314/cb</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=42972211">https://news.ycombinator.com/item?id=42972211</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Fri, 07 Feb 2025 13:22:08 +0000</pubDate><link>https://github.com/nahco314/cb</link><dc:creator>nahco314</dc:creator><comments>https://news.ycombinator.com/item?id=42972211</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42972211</guid></item><item><title><![CDATA[New comment by nahco314 in "Show HN: lscat – ls for directories, cat for files"]]></title><description><![CDATA[
<p>I created independent binary for the sake of using the same thing in bash/fish/powershell and for the ease of adding functions, but for simple use, that way would be better.</p>
]]></description><pubDate>Thu, 03 Oct 2024 17:56:54 +0000</pubDate><link>https://news.ycombinator.com/item?id=41733087</link><dc:creator>nahco314</dc:creator><comments>https://news.ycombinator.com/item?id=41733087</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41733087</guid></item><item><title><![CDATA[Show HN: lscat – ls for directories, cat for files]]></title><description><![CDATA[
<p>Article URL: <a href="https://github.com/nahco314/lscat">https://github.com/nahco314/lscat</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=41730585">https://news.ycombinator.com/item?id=41730585</a></p>
<p>Points: 3</p>
<p># Comments: 3</p>
]]></description><pubDate>Thu, 03 Oct 2024 13:26:07 +0000</pubDate><link>https://github.com/nahco314/lscat</link><dc:creator>nahco314</dc:creator><comments>https://news.ycombinator.com/item?id=41730585</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41730585</guid></item></channel></rss>