<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: apf6</title><link>https://news.ycombinator.com/user?id=apf6</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Fri, 24 Apr 2026 18:51:24 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=apf6" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by apf6 in "Meta tells staff it will cut 10% of jobs"]]></title><description><![CDATA[
<p>Offshoring has been a common practice for decades, it works great for some functions and not great for others. Why would it suddenly have a massive uptick in 2027?</p>
]]></description><pubDate>Fri, 24 Apr 2026 02:14:43 +0000</pubDate><link>https://news.ycombinator.com/item?id=47884698</link><dc:creator>apf6</dc:creator><comments>https://news.ycombinator.com/item?id=47884698</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47884698</guid></item><item><title><![CDATA[New comment by apf6 in "So where are all the AI apps?"]]></title><description><![CDATA[
<p>If you look at IOS app store submissions then there is a pretty obvious increase that lines up with recent AI tooling (especially the release of Claude Code): <a href="https://www.reddit.com/r/iOSProgramming/comments/1qlpm2l/chart_from_a16z_showing_the_number_of_releases_on/" rel="nofollow">https://www.reddit.com/r/iOSProgramming/comments/1qlpm2l/cha...</a></p>
]]></description><pubDate>Tue, 24 Mar 2026 21:44:49 +0000</pubDate><link>https://news.ycombinator.com/item?id=47509867</link><dc:creator>apf6</dc:creator><comments>https://news.ycombinator.com/item?id=47509867</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47509867</guid></item><item><title><![CDATA[New comment by apf6 in "Rob Pike’s Rules of Programming (1989)"]]></title><description><![CDATA[
<p>In a world of AI coding I think rule 5 is still as important than ever. I don’t validate everything Claude does but I do put attention on data structure design since it’s so important.</p>
]]></description><pubDate>Wed, 18 Mar 2026 23:45:23 +0000</pubDate><link>https://news.ycombinator.com/item?id=47432817</link><dc:creator>apf6</dc:creator><comments>https://news.ycombinator.com/item?id=47432817</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47432817</guid></item><item><title><![CDATA[New comment by apf6 in "AI coding is gambling"]]></title><description><![CDATA[
<p>Hiring a human is gambling too.</p>
]]></description><pubDate>Wed, 18 Mar 2026 21:13:48 +0000</pubDate><link>https://news.ycombinator.com/item?id=47431511</link><dc:creator>apf6</dc:creator><comments>https://news.ycombinator.com/item?id=47431511</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47431511</guid></item><item><title><![CDATA[New comment by apf6 in "What Will You Do When AI runs Out of Money and Disappear?"]]></title><description><![CDATA[
<p>Lol anyway, the point is that even in a scenario where all the major models disappeared tomorrow (including OpenAI, Anthropic, etc), we would still keep using the existing open source models (GLM, Deepseek, Qwen) for a long long time.<p>There's no scenario where AI goes away completely.<p>I don't think the "major AI services go away completely" scenario is realistic at all when you look at those companies' revenue and customer demand, but that's a different debate I guess.</p>
]]></description><pubDate>Fri, 23 Jan 2026 19:20:04 +0000</pubDate><link>https://news.ycombinator.com/item?id=46736579</link><dc:creator>apf6</dc:creator><comments>https://news.ycombinator.com/item?id=46736579</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46736579</guid></item><item><title><![CDATA[New comment by apf6 in "What Will You Do When AI runs Out of Money and Disappear?"]]></title><description><![CDATA[
<p>> it's the running costs of these major AI services that are also astronomical<p>There's wildly different reports about whether the cost of just inference (not the training) is expensive or not...<p>Sam Altman has said “We’re profitable on inference. If we didn’t pay for training, we’d be a very profitable company.”<p>But a lot of folks are convinced that inference prices are currently being propped up by burning through investor capital?<p>I think if we look at open source model hosting then it's pretty convincing - Look at say <a href="https://openrouter.ai/z-ai/glm-4.7" rel="nofollow">https://openrouter.ai/z-ai/glm-4.7</a> . There's about  10 different random API providers that are competing on price and they'll serve GLM 4.7 tokens at around $1.50 - $2.50 per output Mtokens. (which by the way is a tenth of the cost of Opus 4.5)<p>I seriously doubt that all these random services that no one has ever heard of are also being propped up by investor capital. It seems more likely that $1.50 - $2.50 is the "near cost" price.<p>If that's the actual cost, and considering that the open source models like GLM are still pretty useful when used correctly, then it's pretty clear that AI is here to stay.</p>
]]></description><pubDate>Fri, 23 Jan 2026 18:49:25 +0000</pubDate><link>https://news.ycombinator.com/item?id=46736187</link><dc:creator>apf6</dc:creator><comments>https://news.ycombinator.com/item?id=46736187</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46736187</guid></item><item><title><![CDATA[New comment by apf6 in "Why senior engineers let bad projects fail"]]></title><description><![CDATA[
<p>Great analogy.<p>I've never worked at a company as large as Google but in my experience things can be a little more optimistic than the post. When earn enough trust with your leadership, such as at the staff/architect level, you'll be able to tell them they are wrong more often and they'll listen. It doesn't have to be a "$50,000 check" every time.<p>That leads to a very important question - Why doesn't leadership always trust their engineers? And there's a very important answer that isn't mentioned in the blog post - Sometimes the engineers are wrong.<p>Engineers are extremely good at finding flaws. But not so good at understanding the business perspective. Depending on the greater context there are times where it does make sense to move forward with a flawed idea.<p>So next time you hear an idea that sounds stupid, take a beat to understand more where the idea is coming from. If you get better at discerning the difference between ideas that are actually fine (despite their flaws), versus ideas that need to die, then you'll earn more trust with your org.</p>
]]></description><pubDate>Fri, 16 Jan 2026 03:07:31 +0000</pubDate><link>https://news.ycombinator.com/item?id=46642542</link><dc:creator>apf6</dc:creator><comments>https://news.ycombinator.com/item?id=46642542</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46642542</guid></item><item><title><![CDATA[New comment by apf6 in "Skills for organizations, partners, the ecosystem"]]></title><description><![CDATA[
<p>It was just a few months ago that the MCP spec added a concept called "prompts" which are really similar to skills.<p>And of course Claude Code has custom slash commands which are also very similar.<p>Getting a lot of whiplash from all these specifications that are hastily put together and then quickly forgotten.</p>
]]></description><pubDate>Thu, 18 Dec 2025 19:18:35 +0000</pubDate><link>https://news.ycombinator.com/item?id=46317209</link><dc:creator>apf6</dc:creator><comments>https://news.ycombinator.com/item?id=46317209</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46317209</guid></item><item><title><![CDATA[New comment by apf6 in "Major AI conference flooded with peer reviews written by AI"]]></title><description><![CDATA[
<p>to some degree this is a "market correction" on the inherent value of these papers. There's way too many low-value papers that are being published purely for career advancement and CV padding reasons. Hard to get peer reviewers to care about those.</p>
]]></description><pubDate>Sat, 29 Nov 2025 19:15:32 +0000</pubDate><link>https://news.ycombinator.com/item?id=46089990</link><dc:creator>apf6</dc:creator><comments>https://news.ycombinator.com/item?id=46089990</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46089990</guid></item><item><title><![CDATA[New comment by apf6 in "Things I've learned in my 7 years implementing AI"]]></title><description><![CDATA[
<p>> AI as a product isn’t viable<p>Yeah I don't know about that, the model providers like OpenAI, Anthropic, etc, literally sell intelligence as a product. And their business model is looking a lot more stable in the long term than all the startups built on top.</p>
]]></description><pubDate>Thu, 16 Oct 2025 04:56:06 +0000</pubDate><link>https://news.ycombinator.com/item?id=45601585</link><dc:creator>apf6</dc:creator><comments>https://news.ycombinator.com/item?id=45601585</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45601585</guid></item><item><title><![CDATA[New comment by apf6 in "Why is everything so scalable?"]]></title><description><![CDATA[
<p>Simplest version of Kubernetes is zero Kubernetes. You can instead run your service using a process manager like PM2 or similar. I think even using Docker is overkill for a lot of small teams.</p>
]]></description><pubDate>Tue, 14 Oct 2025 17:32:22 +0000</pubDate><link>https://news.ycombinator.com/item?id=45582666</link><dc:creator>apf6</dc:creator><comments>https://news.ycombinator.com/item?id=45582666</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45582666</guid></item><item><title><![CDATA[New comment by apf6 in "Spotlight on pdfly, the Swiss Army knife for PDF files"]]></title><description><![CDATA[
<p>That's a good concept but I don't think Markdown is expressive enough for all the layouts & formatting that people typically want in PDFs. More likely that the source format would be something like HTML or SVG or .docx.</p>
]]></description><pubDate>Mon, 13 Oct 2025 14:31:38 +0000</pubDate><link>https://news.ycombinator.com/item?id=45568733</link><dc:creator>apf6</dc:creator><comments>https://news.ycombinator.com/item?id=45568733</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45568733</guid></item><item><title><![CDATA[New comment by apf6 in "Ask HN: What are you working on? (October 2025)"]]></title><description><![CDATA[
<p>Working on dev tools for MCP servers. As a building block I recently published a library to help write tests for MCPs - <a href="https://facetlayer.github.io/expect-mcp/" rel="nofollow">https://facetlayer.github.io/expect-mcp/</a></p>
]]></description><pubDate>Mon, 13 Oct 2025 05:02:27 +0000</pubDate><link>https://news.ycombinator.com/item?id=45564827</link><dc:creator>apf6</dc:creator><comments>https://news.ycombinator.com/item?id=45564827</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45564827</guid></item></channel></rss>