<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: kixpanganiban</title><link>https://news.ycombinator.com/user?id=kixpanganiban</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Wed, 15 Apr 2026 11:09:58 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=kixpanganiban" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[Great device, wrong problem: Two months with the Ultrahuman Air]]></title><description><![CDATA[
<p>Article URL: <a href="https://kix.dev/great-device-wrong-problem-two-months-with-the-ultrahuman-air/">https://kix.dev/great-device-wrong-problem-two-months-with-the-ultrahuman-air/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=46093272">https://news.ycombinator.com/item?id=46093272</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Sun, 30 Nov 2025 03:13:38 +0000</pubDate><link>https://kix.dev/great-device-wrong-problem-two-months-with-the-ultrahuman-air/</link><dc:creator>kixpanganiban</dc:creator><comments>https://news.ycombinator.com/item?id=46093272</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46093272</guid></item><item><title><![CDATA[First make it fast, then make it smart]]></title><description><![CDATA[
<p>Article URL: <a href="https://kix.dev/first-make-it-fast-then-make-it-smart/">https://kix.dev/first-make-it-fast-then-make-it-smart/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=46055272">https://news.ycombinator.com/item?id=46055272</a></p>
<p>Points: 3</p>
<p># Comments: 0</p>
]]></description><pubDate>Wed, 26 Nov 2025 08:14:56 +0000</pubDate><link>https://kix.dev/first-make-it-fast-then-make-it-smart/</link><dc:creator>kixpanganiban</dc:creator><comments>https://news.ycombinator.com/item?id=46055272</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46055272</guid></item><item><title><![CDATA[Dumb Cursor is the best Cursor]]></title><description><![CDATA[
<p>Article URL: <a href="https://kix.dev/dumb-cursor-is-the-best-cursor">https://kix.dev/dumb-cursor-is-the-best-cursor</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=45701943">https://news.ycombinator.com/item?id=45701943</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Sat, 25 Oct 2025 07:19:34 +0000</pubDate><link>https://kix.dev/dumb-cursor-is-the-best-cursor</link><dc:creator>kixpanganiban</dc:creator><comments>https://news.ycombinator.com/item?id=45701943</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45701943</guid></item><item><title><![CDATA[Unhogging RAM from WSL]]></title><description><![CDATA[
<p>Article URL: <a href="https://kix.dev/unhogging-ram-from-wsl/">https://kix.dev/unhogging-ram-from-wsl/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=45679874">https://news.ycombinator.com/item?id=45679874</a></p>
<p>Points: 4</p>
<p># Comments: 0</p>
]]></description><pubDate>Thu, 23 Oct 2025 09:18:48 +0000</pubDate><link>https://kix.dev/unhogging-ram-from-wsl/</link><dc:creator>kixpanganiban</dc:creator><comments>https://news.ycombinator.com/item?id=45679874</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45679874</guid></item><item><title><![CDATA[New comment by kixpanganiban in "Two things LLM coding agents are still bad at"]]></title><description><![CDATA[
<p>> The article is confusing the architectural layers of AI coding agents. It's easy to add "cut/copy/paste" tools to the AI system if that shows improvement. This has nothing to do with LLM, it's in the layer on top.<p>I think we can't trivialize adding good cut/copy/paste tools though. It's not like we can just slap those tools on the topmost layer (ex, on Claude Code, Codex, or Roo) and it'll just work.<p>I think that a lot of reinforcement learning that LLM providers do on their coding models barely (if at all) steer towards that kind of tool use, so even if we implemented those tools on top of coding LLMs they probably would just splash and do nothing.<p>Adding cut/copy/paste probably requires a ton of very specific (and/or specialized) fine tuning with not a ton of data to train on -- think recordings of how humans use IDEs, keystrokes, commands issued, etc etc.<p>I'm guessing Cursor's Autocomplete model is the closest thing that can do something like this if they chose to, based on how they're training it.</p>
]]></description><pubDate>Fri, 10 Oct 2025 04:53:53 +0000</pubDate><link>https://news.ycombinator.com/item?id=45535471</link><dc:creator>kixpanganiban</dc:creator><comments>https://news.ycombinator.com/item?id=45535471</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45535471</guid></item><item><title><![CDATA[New comment by kixpanganiban in "Two things LLM coding agents are still bad at"]]></title><description><![CDATA[
<p>In my defense, I wrote the blog post about quitting a good while after I've already quit cold turkey -- but you're spot on. :)<p>Especially when surrounded by people who swear LLMs can really be gamechanging on certain tasks, it's really hard to just keep doing things by hand (especially if you have the gut feeling that an LLM can probably do rote pretty well, based on past experience).<p>What kind of works for me now is what a colleague of mine calls "letting it write the leaf nodes in the code tree". So long as you take on the architecture, high level planning, schemas, and all the important bits that require thinking - chances are it can execute writing code successfully by following your idiot-proof blueprint. It's still a lot of toll and tedium, but perhaps still beats mechanical labor.</p>
]]></description><pubDate>Fri, 10 Oct 2025 04:50:17 +0000</pubDate><link>https://news.ycombinator.com/item?id=45535459</link><dc:creator>kixpanganiban</dc:creator><comments>https://news.ycombinator.com/item?id=45535459</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45535459</guid></item><item><title><![CDATA[Two things LLM coding agents are still bad at]]></title><description><![CDATA[
<p>Article URL: <a href="https://kix.dev/two-things-llm-coding-agents-are-still-bad-at/">https://kix.dev/two-things-llm-coding-agents-are-still-bad-at/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=45523537">https://news.ycombinator.com/item?id=45523537</a></p>
<p>Points: 345</p>
<p># Comments: 370</p>
]]></description><pubDate>Thu, 09 Oct 2025 04:33:48 +0000</pubDate><link>https://kix.dev/two-things-llm-coding-agents-are-still-bad-at/</link><dc:creator>kixpanganiban</dc:creator><comments>https://news.ycombinator.com/item?id=45523537</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45523537</guid></item><item><title><![CDATA[Python feels sucky to use now]]></title><description><![CDATA[
<p>Article URL: <a href="https://kix.dev/python-feels-sucky-to-use-now/">https://kix.dev/python-feels-sucky-to-use-now/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=45471875">https://news.ycombinator.com/item?id=45471875</a></p>
<p>Points: 7</p>
<p># Comments: 0</p>
]]></description><pubDate>Sat, 04 Oct 2025 09:03:37 +0000</pubDate><link>https://kix.dev/python-feels-sucky-to-use-now/</link><dc:creator>kixpanganiban</dc:creator><comments>https://news.ycombinator.com/item?id=45471875</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45471875</guid></item><item><title><![CDATA[We should stop pretending like LLMs are software engineers]]></title><description><![CDATA[
<p>Article URL: <a href="https://kix.dev/we-should-stop-pretending-like-llms-are-software-engineers/">https://kix.dev/we-should-stop-pretending-like-llms-are-software-engineers/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=45394573">https://news.ycombinator.com/item?id=45394573</a></p>
<p>Points: 6</p>
<p># Comments: 0</p>
]]></description><pubDate>Sat, 27 Sep 2025 10:21:52 +0000</pubDate><link>https://kix.dev/we-should-stop-pretending-like-llms-are-software-engineers/</link><dc:creator>kixpanganiban</dc:creator><comments>https://news.ycombinator.com/item?id=45394573</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45394573</guid></item><item><title><![CDATA[Cutting the cord on TV and movie subscriptions]]></title><description><![CDATA[
<p>Article URL: <a href="https://kix.dev/cutting-the-cord-on-tv-and-movie-subscriptions/">https://kix.dev/cutting-the-cord-on-tv-and-movie-subscriptions/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=45384510">https://news.ycombinator.com/item?id=45384510</a></p>
<p>Points: 5</p>
<p># Comments: 0</p>
]]></description><pubDate>Fri, 26 Sep 2025 09:25:04 +0000</pubDate><link>https://kix.dev/cutting-the-cord-on-tv-and-movie-subscriptions/</link><dc:creator>kixpanganiban</dc:creator><comments>https://news.ycombinator.com/item?id=45384510</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45384510</guid></item><item><title><![CDATA[Complacency is the clear and present danger]]></title><description><![CDATA[
<p>Article URL: <a href="https://kix.dev/complacency-is-the-clear-and-present-danger/">https://kix.dev/complacency-is-the-clear-and-present-danger/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=45370992">https://news.ycombinator.com/item?id=45370992</a></p>
<p>Points: 3</p>
<p># Comments: 0</p>
]]></description><pubDate>Thu, 25 Sep 2025 09:55:39 +0000</pubDate><link>https://kix.dev/complacency-is-the-clear-and-present-danger/</link><dc:creator>kixpanganiban</dc:creator><comments>https://news.ycombinator.com/item?id=45370992</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45370992</guid></item><item><title><![CDATA[Video: Is Lex Fridman a Fraud? [YouTube/Internet Anarchist] [video]]]></title><description><![CDATA[
<p>Article URL: <a href="https://www.youtube.com/watch?v=BiQoX01MS8U">https://www.youtube.com/watch?v=BiQoX01MS8U</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=45311968">https://news.ycombinator.com/item?id=45311968</a></p>
<p>Points: 4</p>
<p># Comments: 0</p>
]]></description><pubDate>Sat, 20 Sep 2025 10:07:54 +0000</pubDate><link>https://www.youtube.com/watch?v=BiQoX01MS8U</link><dc:creator>kixpanganiban</dc:creator><comments>https://news.ycombinator.com/item?id=45311968</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45311968</guid></item><item><title><![CDATA[New comment by kixpanganiban in "Munich from a Hamburger's perspective"]]></title><description><![CDATA[
<p>I clicked so fast expecting some sort of weird art experiment of maybe a hidden camera stuffed into a delicious cheese burger, as it goes through Munich.<p>Sadly, I was disappointed.</p>
]]></description><pubDate>Fri, 20 Jun 2025 06:35:08 +0000</pubDate><link>https://news.ycombinator.com/item?id=44325247</link><dc:creator>kixpanganiban</dc:creator><comments>https://news.ycombinator.com/item?id=44325247</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44325247</guid></item><item><title><![CDATA[New comment by kixpanganiban in "Show HN: Doctor – tool to crawl and index websites and MCP server for LLM agents"]]></title><description><![CDATA[
<p>Hi! I wrote Doctor because I keep struggling with grounding on docs when working with agentic code editing (ex Roo, Claude Code).<p>Doctor uses crawl4ai to crawl websites, and then chunks and embeds them with langchain + litellm + openai, and finally stores all the vectors in duckdb. This allows your LLM to query the docs using semantic search over MCP, giving it grounded and up-to-date information for the things you're working on.<p>It requires an OpenAI key for the embedding process, but I'm working on giving users options in the future (different providers, local embedding using something like DPR or other transformer libs, etc.)</p>
]]></description><pubDate>Tue, 13 May 2025 01:24:53 +0000</pubDate><link>https://news.ycombinator.com/item?id=43968930</link><dc:creator>kixpanganiban</dc:creator><comments>https://news.ycombinator.com/item?id=43968930</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43968930</guid></item><item><title><![CDATA[Show HN: Doctor – tool to crawl and index websites and MCP server for LLM agents]]></title><description><![CDATA[
<p>Article URL: <a href="https://github.com/sisig-ai/doctor">https://github.com/sisig-ai/doctor</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=43968923">https://news.ycombinator.com/item?id=43968923</a></p>
<p>Points: 1</p>
<p># Comments: 2</p>
]]></description><pubDate>Tue, 13 May 2025 01:22:49 +0000</pubDate><link>https://github.com/sisig-ai/doctor</link><dc:creator>kixpanganiban</dc:creator><comments>https://news.ycombinator.com/item?id=43968923</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43968923</guid></item><item><title><![CDATA[New comment by kixpanganiban in "Ask HN: Cursor or Windsurf?"]]></title><description><![CDATA[
<p>Interesting! Do you have an invite to spare? My email is in my bio</p>
]]></description><pubDate>Mon, 12 May 2025 07:44:05 +0000</pubDate><link>https://news.ycombinator.com/item?id=43960533</link><dc:creator>kixpanganiban</dc:creator><comments>https://news.ycombinator.com/item?id=43960533</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43960533</guid></item><item><title><![CDATA[New comment by kixpanganiban in "Ask HN: SWEs how do you future-proof your career in light of LLMs?"]]></title><description><![CDATA[
<p>We had this same question when IDEs and autocomplete became a thing. We're still around today, just doing work that's a level harder :)</p>
]]></description><pubDate>Tue, 17 Dec 2024 06:41:21 +0000</pubDate><link>https://news.ycombinator.com/item?id=42438901</link><dc:creator>kixpanganiban</dc:creator><comments>https://news.ycombinator.com/item?id=42438901</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42438901</guid></item><item><title><![CDATA[New comment by kixpanganiban in "Every V4 UUID"]]></title><description><![CDATA[
<p>Hehe 12345678-b00b-4123-b00b-b00b13551234</p>
]]></description><pubDate>Sat, 07 Dec 2024 00:48:13 +0000</pubDate><link>https://news.ycombinator.com/item?id=42346223</link><dc:creator>kixpanganiban</dc:creator><comments>https://news.ycombinator.com/item?id=42346223</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42346223</guid></item><item><title><![CDATA[New comment by kixpanganiban in "/usr/bin/env -S uv run"]]></title><description><![CDATA[
<p>Curious - how many containers and machines images these days come with uv by default?</p>
]]></description><pubDate>Thu, 21 Nov 2024 05:17:56 +0000</pubDate><link>https://news.ycombinator.com/item?id=42201363</link><dc:creator>kixpanganiban</dc:creator><comments>https://news.ycombinator.com/item?id=42201363</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42201363</guid></item><item><title><![CDATA[New comment by kixpanganiban in "Oasis: A Universe in a Transformer"]]></title><description><![CDATA[
<p>Right now it looks like Oasis is only trained on Minecraft. Imagine if it was trained in thousands of hours of other games as well, of different genres and styles.<p>Ostensibly, a game designer can then just "prompt" a new game concept they want to experiment with, and Oasis can dream it into a playable game.<p>For example, "an isometric top-down shooter, with Maniac mechanics, and Valheim graphics and worldcrafting, set in an ancient Nordic country"<p>And then the game studio will start building the actual game based on some final iteration of the concept prompt. A similar workflow already to concept art being "seeded" through Midjourney/SD/flux today.</p>
]]></description><pubDate>Sun, 03 Nov 2024 02:55:33 +0000</pubDate><link>https://news.ycombinator.com/item?id=42030881</link><dc:creator>kixpanganiban</dc:creator><comments>https://news.ycombinator.com/item?id=42030881</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42030881</guid></item></channel></rss>