<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: hypoxia87</title><link>https://news.ycombinator.com/user?id=hypoxia87</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Thu, 16 Apr 2026 03:54:57 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=hypoxia87" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by hypoxia87 in "Ask HN: Free resources to practice Product Management outside of work?"]]></title><description><![CDATA[
<p>My advice as a PM people leader: build stuff.<p>Historically, as a PM, you couldn't do anything without an engineering counterpart.<p>Now, with GenAI tools, new PMs can easily create and deploy their own apps. In doing so, you'll learn the core PM job skills (for example, thinking about user value, defining requirements, creating designs) and get introduced to the core technical work (for example, writing and testing code, deployment).<p>The latter is very important for PMs to understand and it's now much more accessible than in the past. You can use Cursor and various Figma to Code platforms for code, and ChatGPT and Claude to help with deployment.<p>When I'm looking to hire PMs, those who have actually built stuff have a leg up over other candidates.<p>Hope this helps!</p>
]]></description><pubDate>Sat, 09 Nov 2024 13:25:22 +0000</pubDate><link>https://news.ycombinator.com/item?id=42094276</link><dc:creator>hypoxia87</dc:creator><comments>https://news.ycombinator.com/item?id=42094276</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42094276</guid></item><item><title><![CDATA[New comment by hypoxia87 in "Ask HN: Do people want to AB test LLMs?"]]></title><description><![CDATA[
<p>Jumping in based on our experience in case it's helpful:<p>- Evals are very useful and a core part of the best practice for creating LLM apps<p>- There are already excellent solutions for model and prompt eval (etc.) including Parea from YC and many others</p>
]]></description><pubDate>Thu, 10 Oct 2024 20:59:14 +0000</pubDate><link>https://news.ycombinator.com/item?id=41803541</link><dc:creator>hypoxia87</dc:creator><comments>https://news.ycombinator.com/item?id=41803541</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41803541</guid></item><item><title><![CDATA[New comment by hypoxia87 in "Ask HN: Do people want to AB test LLMs?"]]></title><description><![CDATA[
<p>We've actually found the opposite -- Every client project has been based on GPT4 or Gemini, with one exception for a highly sensitive use case based on Llama3.1.<p>The main reason is that the APIs represent an excellent cost / performance / complexity tradeoff.<p>Every project has relied primarily on the big models because the small models just aren't as capable in a business context.<p>We have found that Gpt4o is very fast, when that's necessary (often it's not), and it's also very cheap (gpt4o batch is ~96% cheaper than the original GPT4). And where cost is a concern and reasoning doesn't need to be as good as possible, gpt4o mini has been excellent too.</p>
]]></description><pubDate>Thu, 10 Oct 2024 20:53:16 +0000</pubDate><link>https://news.ycombinator.com/item?id=41803480</link><dc:creator>hypoxia87</dc:creator><comments>https://news.ycombinator.com/item?id=41803480</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41803480</guid></item><item><title><![CDATA[New comment by hypoxia87 in "Ask HN: Do people want to AB test LLMs?"]]></title><description><![CDATA[
<p>+1<p>There are already many prompt/LLM routers available.<p>We've never found value in them, for similar reasons as mentioned above.</p>
]]></description><pubDate>Thu, 10 Oct 2024 16:28:00 +0000</pubDate><link>https://news.ycombinator.com/item?id=41800503</link><dc:creator>hypoxia87</dc:creator><comments>https://news.ycombinator.com/item?id=41800503</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41800503</guid></item><item><title><![CDATA[New comment by hypoxia87 in "You can't build a moat with AI"]]></title><description><![CDATA[
<p>Plus every company's files in OneDrive and SharePoint.</p>
]]></description><pubDate>Thu, 11 Apr 2024 19:53:05 +0000</pubDate><link>https://news.ycombinator.com/item?id=40006116</link><dc:creator>hypoxia87</dc:creator><comments>https://news.ycombinator.com/item?id=40006116</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40006116</guid></item><item><title><![CDATA[New comment by hypoxia87 in "You can't build a moat with AI"]]></title><description><![CDATA[
<p>Claude 3 Opus</p>
]]></description><pubDate>Thu, 11 Apr 2024 19:51:05 +0000</pubDate><link>https://news.ycombinator.com/item?id=40006091</link><dc:creator>hypoxia87</dc:creator><comments>https://news.ycombinator.com/item?id=40006091</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40006091</guid></item><item><title><![CDATA[New comment by hypoxia87 in "Ask HN: Does anyone know how ChatGPT's new learning capability works?"]]></title><description><![CDATA[
<p>I assume it's RAG over your chats with heuristically driven questions that are then fed into your system and user prompts.<p>Notably, this comes after the release of<p>1) "Custom instructions" in the settings to manually modify your system prompts.<p>2) Retrieval as part of Assistants API (RAG)<p>3) The "GPT" builder allowing you to define how the system responds via chats (I assume this uses chats to define system prompts)<p>Feels like a natural extension of these to me. If someone extracted the new system prompt, I would expect to see a section on this similar to custom instructions.</p>
]]></description><pubDate>Wed, 10 Jan 2024 05:58:55 +0000</pubDate><link>https://news.ycombinator.com/item?id=38936750</link><dc:creator>hypoxia87</dc:creator><comments>https://news.ycombinator.com/item?id=38936750</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38936750</guid></item><item><title><![CDATA[New comment by hypoxia87 in "Ask HN: Why do Sam and Greg need Microsoft?"]]></title><description><![CDATA[
<p>I think it comes down to prioritizing speed of execution in the race for AGI, especially in the context of two constrained resources:<p>1. Compute (H100s are almost impossible to get ahold of, especially in the quantities they'd need to train a competitive model)<p>2. Data (OpenAI has a very rich set of user data from ChatGPT that is necessary for creating a model like GPT-4; a new venture would lack this data -- the cold start problem -- but Microsoft may* have similarly usable data from non-enterprise Bing Chat)<p>* Someone please feel free to prove me wrong on this - I'm not aware of a MS policy saying they won't use Bing Chat prompts for training, but it could very well exist.</p>
]]></description><pubDate>Tue, 21 Nov 2023 15:46:30 +0000</pubDate><link>https://news.ycombinator.com/item?id=38365222</link><dc:creator>hypoxia87</dc:creator><comments>https://news.ycombinator.com/item?id=38365222</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38365222</guid></item><item><title><![CDATA[New comment by hypoxia87 in "Ask HN: What does the term "AI agents" mean to you?"]]></title><description><![CDATA[
<p>(step 4 is something only some types of agents do)<p>For another definition that incorporates these elements (explicitly or implicitly), see Llamaindex's high level concepts page [1]:<p>"Agents: An agent is an automated decision maker powered by an LLM that interacts with the world via a set of tools. Agents can take an arbitrary number of steps to complete a given task, dynamically deciding on the best course of action rather than following pre-determined steps. This gives it additional flexibility to tackle more complex tasks."<p>[1] <a href="https://docs.llamaindex.ai/en/stable/getting_started/concepts.html" rel="nofollow noreferrer">https://docs.llamaindex.ai/en/stable/getting_started/concept...</a></p>
]]></description><pubDate>Sat, 28 Oct 2023 22:48:30 +0000</pubDate><link>https://news.ycombinator.com/item?id=38054147</link><dc:creator>hypoxia87</dc:creator><comments>https://news.ycombinator.com/item?id=38054147</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38054147</guid></item><item><title><![CDATA[New comment by hypoxia87 in "Ask HN: What does the term "AI agents" mean to you?"]]></title><description><![CDATA[
<p>For me, they're systems that:<p>1. Have a goal (hard-coded, taken as input, etc)<p>2. Create a plan (of steps or tasks) to achieve the goal<p>3. Execute (the steps or tasks in) the plan to achieve the goal (often including tool use)<p>4. Sometimes they check for success against the goal and/or re-plan based on current status<p>Love your blog BTW</p>
]]></description><pubDate>Sat, 28 Oct 2023 18:00:47 +0000</pubDate><link>https://news.ycombinator.com/item?id=38051994</link><dc:creator>hypoxia87</dc:creator><comments>https://news.ycombinator.com/item?id=38051994</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38051994</guid></item><item><title><![CDATA[New comment by hypoxia87 in "What is the best Reddit alternative?"]]></title><description><![CDATA[
<p>This is an excellent question! I'd also like to know.</p>
]]></description><pubDate>Mon, 03 Jul 2023 21:53:40 +0000</pubDate><link>https://news.ycombinator.com/item?id=36579301</link><dc:creator>hypoxia87</dc:creator><comments>https://news.ycombinator.com/item?id=36579301</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=36579301</guid></item><item><title><![CDATA[Show HN: ChatGPT with Audio Input]]></title><description><![CDATA[
<p>Yesterday OpenAI released ChatGPT and Whisper APIs: <a href="https://news.ycombinator.com/item?id=34985848" rel="nofollow">https://news.ycombinator.com/item?id=34985848</a><p>Since ChatGPT was released, I've always wanted to be able to input queries by speaking instead of typing.<p>It just seems like it would be a much more natural way to interact with the system.<p>So here's a simple python script that leverages the ChatGPT and Whisper APIs to provide an experience similar to the ChatGPT web interface, but with audio input instead of text.<p>It works like this:<p>User: 
[Recording. Press the enter button to stop.]
Hello?<p>Assistant: Hello! How can I assist you today?<p>User: 
[Recording. Press the enter button to stop.]
How are you today?<p>Assistant: As an AI language model, I don't have feelings or emotions. But I'm always ready to assist you with any questions you may have!</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=34992930">https://news.ycombinator.com/item?id=34992930</a></p>
<p>Points: 4</p>
<p># Comments: 1</p>
]]></description><pubDate>Thu, 02 Mar 2023 07:03:48 +0000</pubDate><link>https://github.com/hypoxia87/ChatGPT/blob/main/chatgpt_loop_audio.py</link><dc:creator>hypoxia87</dc:creator><comments>https://news.ycombinator.com/item?id=34992930</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=34992930</guid></item></channel></rss>