<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: alexhans</title><link>https://news.ycombinator.com/user?id=alexhans</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Tue, 08 Sep 2026 13:27:24 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=alexhans" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by alexhans in "Ask HN: How do you manage skills files?"]]></title><description><![CDATA[
<p>Since I install them with symlinks in the tools "global" locations I get access to them across projects.<p>Think ~/.codex/skills/<symlink-to-myskill-a/<p>Same for ~/.Claude or any other tool that supports skills.</p>
]]></description><pubDate>Mon, 07 Sep 2026 16:20:19 +0000</pubDate><link>https://news.ycombinator.com/item?id=49600019</link><dc:creator>alexhans</dc:creator><comments>https://news.ycombinator.com/item?id=49600019</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49600019</guid></item><item><title><![CDATA[New comment by alexhans in "Ask HN: How do you manage skills files?"]]></title><description><![CDATA[
<p>When I say evals I mean the evals <i>you</i> write that verify that <i>your</i> use cases are upheld. Think of it like a regression test for different behaviours/user stories.<p>The idea would be that if you already know what you want from an autonomous system, you don't need to verify manually every time and instead just run these tests to see if there's any regression of any kind. Generally I recommend structure output and evals that are just a plain assertion, if possible.  Cheaper, faster, deterministic assertions.<p>Does that make more sense?</p>
]]></description><pubDate>Mon, 07 Sep 2026 16:18:45 +0000</pubDate><link>https://news.ycombinator.com/item?id=49600006</link><dc:creator>alexhans</dc:creator><comments>https://news.ycombinator.com/item?id=49600006</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49600006</guid></item><item><title><![CDATA[New comment by alexhans in "Ask HN: How do you manage skills files?"]]></title><description><![CDATA[
<p>- I don't find skills, I create them<p>- Keep them organised in software repos that you install with symlinks for all coding harnesses that you have.  Progressive disclosure based on the frontmatter does the rest.<p>- I make sure they work with AI evals.  Think of them like integration tests to prove behaviour.  They're useful to optimize your flows.  I try to make my skills be mostly a translation between natural language and good small fast tools that they call.<p>- I change them as a new problem arises. Not just because.<p>Skills can't be eaten by model capabilities if skills represent a workflow that is custom to my team or my person.<p>I wrote about a good mental model in the past:<p><a href="https://alexhans.github.io/posts/series/evals/building-agent-skills-incrementally.html" rel="nofollow">https://alexhans.github.io/posts/series/evals/building-agent...</a></p>
]]></description><pubDate>Mon, 07 Sep 2026 05:30:58 +0000</pubDate><link>https://news.ycombinator.com/item?id=49594234</link><dc:creator>alexhans</dc:creator><comments>https://news.ycombinator.com/item?id=49594234</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49594234</guid></item><item><title><![CDATA[New comment by alexhans in "Pi's Minimalism Is Its Advantage"]]></title><description><![CDATA[
<p>You can also use PI with local models like Qwen3.5-35B-A3B [1] and they can be surprisingly good if you development in minimalistic/simple ways.<p>One game changer when it comes to tweaking configs that are optimized for your use case is that you can easily use a "more powerful" cloud model to identify a good enough config for your local server/pi settings combination [2] in a pattern that applies pretty much anywhere.<p>- [1] <a href="https://huggingface.co/Qwen/Qwen3.5-35B-A3B" rel="nofollow">https://huggingface.co/Qwen/Qwen3.5-35B-A3B</a><p>- [2] <a href="https://alexhans.github.io/posts/find-the-loop-story-first.html" rel="nofollow">https://alexhans.github.io/posts/find-the-loop-story-first.h...</a></p>
]]></description><pubDate>Wed, 05 Aug 2026 07:35:37 +0000</pubDate><link>https://news.ycombinator.com/item?id=49179706</link><dc:creator>alexhans</dc:creator><comments>https://news.ycombinator.com/item?id=49179706</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49179706</guid></item><item><title><![CDATA[New comment by alexhans in "Ask HN: I still don't understand why AI agents need "skills""]]></title><description><![CDATA[
<p>Skills represent a pattern many of us converged to before it was named as such (very useful for comms): Progressive disclosure, determistic scripts bundled (not just markdowns). See past comment:<p><a href="https://news.ycombinator.com/item?id=48132477">https://news.ycombinator.com/item?id=48132477</a><p>Don't underestimate the value of "Skill builder" skills too. Great UX</p>
]]></description><pubDate>Sun, 02 Aug 2026 07:53:56 +0000</pubDate><link>https://news.ycombinator.com/item?id=49142116</link><dc:creator>alexhans</dc:creator><comments>https://news.ycombinator.com/item?id=49142116</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49142116</guid></item><item><title><![CDATA[New comment by alexhans in "AIs don't do what you want. This is bad"]]></title><description><![CDATA[
<p>I could but I'd probably miss the angle that is helpful to you. Do you want to instead share what your pain points are, what are you trying to delegate to AI and what you aren't? Based on that I can expand my answer better with a thing or two you can try.</p>
]]></description><pubDate>Sat, 25 Jul 2026 09:46:44 +0000</pubDate><link>https://news.ycombinator.com/item?id=49046133</link><dc:creator>alexhans</dc:creator><comments>https://news.ycombinator.com/item?id=49046133</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49046133</guid></item><item><title><![CDATA[New comment by alexhans in "AIs don't do what you want. This is bad"]]></title><description><![CDATA[
<p>I'm a broken record but with:<p>- evals<p>- limiting AIs to tool calling, bounded planning, interpreting/producing natural language.<p>- bounding non determinism<p>- investing in small tools/security (If something shouldn't happen, then it shouldn't not be possible, RBAC style).<p>They can be good enough for a massive amount of contexts.</p>
]]></description><pubDate>Sat, 25 Jul 2026 00:36:31 +0000</pubDate><link>https://news.ycombinator.com/item?id=49043351</link><dc:creator>alexhans</dc:creator><comments>https://news.ycombinator.com/item?id=49043351</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49043351</guid></item><item><title><![CDATA[New comment by alexhans in "China’s open-weights AI strategy is winning"]]></title><description><![CDATA[
<p>If you actually are interested in understanding what I said, you can look at these links:<p>- <a href="https://en.wikipedia.org/wiki/Fear,_uncertainty,_and_doubt" rel="nofollow">https://en.wikipedia.org/wiki/Fear,_uncertainty,_and_doubt</a><p>- <a href="https://www.theregister.com/software/2001/06/02/ballmer-linux-is-a-cancer/581119" rel="nofollow">https://www.theregister.com/software/2001/06/02/ballmer-linu...</a></p>
]]></description><pubDate>Tue, 21 Jul 2026 05:06:04 +0000</pubDate><link>https://news.ycombinator.com/item?id=48988237</link><dc:creator>alexhans</dc:creator><comments>https://news.ycombinator.com/item?id=48988237</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48988237</guid></item><item><title><![CDATA[New comment by alexhans in "China’s open-weights AI strategy is winning"]]></title><description><![CDATA[
<p>Every Linux user or FOSS enthusiast knows the acronym FUD: Fear, Uncertainty and Doubt, which were a set of techniques commonly used to disparage efforts of open source communities.  Linux was evil and anticapitalist and we needed to use "CorporateTool" and ban/restrict Linux.<p>The same companies later would be running their entire infrastructures on it and on open source.<p>With AI, open weights and local models, we will see the same claims, even if the named fears change.<p>The end users and humanity are better served by collaboration and openness than by creating oligarchies.</p>
]]></description><pubDate>Mon, 20 Jul 2026 17:20:28 +0000</pubDate><link>https://news.ycombinator.com/item?id=48981821</link><dc:creator>alexhans</dc:creator><comments>https://news.ycombinator.com/item?id=48981821</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48981821</guid></item><item><title><![CDATA[New comment by alexhans in "I burned all my tokens researching how to save tokens"]]></title><description><![CDATA[
<p>Many of us were saying it a year ago but now with model restrictions (e.g. fable) and pricing changes it should be obvious to people that part of the economics is avoiding vendor lock-in with evals (so you can easily switch providers/models/optimize) and increasing control by investing in local models which could be good enough for your tasks, at whatever the price for your cloud compute is.  Eventually consumer hardware will also be able to run good enough.<p>You can use Big/Cloud LLMs to help you "find good enough configs" for your local/small llms [1] and stay quite nimble in the face of rapid change.<p>- [1] <a href="https://alexhans.github.io/posts/find-the-loop-story-first.html" rel="nofollow">https://alexhans.github.io/posts/find-the-loop-story-first.h...</a></p>
]]></description><pubDate>Sun, 19 Jul 2026 14:46:31 +0000</pubDate><link>https://news.ycombinator.com/item?id=48968657</link><dc:creator>alexhans</dc:creator><comments>https://news.ycombinator.com/item?id=48968657</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48968657</guid></item><item><title><![CDATA[New comment by alexhans in "Show HN: Learn by rebuilding Redis, Git, a database from scratch"]]></title><description><![CDATA[
<p>Got it. Different audience. Cool stuff. I'll take a better look as soon as I can.</p>
]]></description><pubDate>Sun, 12 Jul 2026 10:22:51 +0000</pubDate><link>https://news.ycombinator.com/item?id=48879948</link><dc:creator>alexhans</dc:creator><comments>https://news.ycombinator.com/item?id=48879948</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48879948</guid></item><item><title><![CDATA[New comment by alexhans in "Show HN: Learn by rebuilding Redis, Git, a database from scratch"]]></title><description><![CDATA[
<p>I've helped people get into programming face to face and also in a site I liked called exercism which also had a multi language track unit test passing style which I really value and it was purely command line, and I can't stress enough how important the command line is for me for people who want to dabble. Nowadays it's easier to get people into the command line because of Claude/codex.<p>I only have browsed your site from a phone and looks interesting but I wanted to ask if you had particular insights around getting people to approach learning, design through tests, breaking down problems, without having someone to guide them.  Have you had a chance to observe people using your tool and adjust or it's been mostly dog fooding something you would've loved to have.</p>
]]></description><pubDate>Sat, 11 Jul 2026 17:26:55 +0000</pubDate><link>https://news.ycombinator.com/item?id=48873889</link><dc:creator>alexhans</dc:creator><comments>https://news.ycombinator.com/item?id=48873889</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48873889</guid></item><item><title><![CDATA[New comment by alexhans in "Show HN: Getting GLM 5.2 running on my slow computer"]]></title><description><![CDATA[
<p>Having a thin python/ts orchestrator and workers that pick up tasks from the directories like events and decide whether to make deterministic calls and wait is pretty standard albeit custom way of doing things in this space where you're bottlenecked by the concurrent call your workers/agents can make.<p>The hard thing is always keeping complexity low and being ZeroOps.</p>
]]></description><pubDate>Fri, 10 Jul 2026 00:24:48 +0000</pubDate><link>https://news.ycombinator.com/item?id=48854273</link><dc:creator>alexhans</dc:creator><comments>https://news.ycombinator.com/item?id=48854273</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48854273</guid></item><item><title><![CDATA[New comment by alexhans in "Opinionated and easy Pi.dev configuration"]]></title><description><![CDATA[
<p>I can understand someone being overwhelmed and not wanting to configure and "build your own pi" which is really one of the beautiful points of pi, but like with vim, I do recommend that after playing with this for a while you go back to pure pi and then decide what do you really need and incrementally add it.<p>The power of the incremental in control approach is huge. It allows you to keep moving in whatever direction you want instead of taking yet another dependency.</p>
]]></description><pubDate>Thu, 09 Jul 2026 21:17:21 +0000</pubDate><link>https://news.ycombinator.com/item?id=48852498</link><dc:creator>alexhans</dc:creator><comments>https://news.ycombinator.com/item?id=48852498</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48852498</guid></item><item><title><![CDATA[New comment by alexhans in "GPT-5.6"]]></title><description><![CDATA[
<p>> What's the consensus today on codex vs claude code, does it really matter anymore?<p>Consensus is probably the wrong word for the popular opinions reflected in HN that you might get.<p>I would recommend that you have 2 of each at all times when it comes to AI so you don't necessarily become overly locked to quirks of one thing.  You'll soon realize that things move so fast that you just start internalizing common patterns instead of depending on one specific vendor.<p>I recommend that you try pi and codex besides claude, to get your own feel for it.</p>
]]></description><pubDate>Thu, 09 Jul 2026 17:50:43 +0000</pubDate><link>https://news.ycombinator.com/item?id=48849854</link><dc:creator>alexhans</dc:creator><comments>https://news.ycombinator.com/item?id=48849854</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48849854</guid></item><item><title><![CDATA[New comment by alexhans in "Learn Vim motions with an ice-cream van"]]></title><description><![CDATA[
<p>Touch typing essentially.  It's such a comfortable way to work.  Remapping mode switching to something like jk instead of Esc is vital to stay comfortably in the home row.<p>I always liked this site to grok some of those vim fundamentals [1] and the touch typing part was going to touch typing exercise webpages and getting pure practice.<p>- [1] <a href="http://learnvimscriptthehardway.stevelosh.com/" rel="nofollow">http://learnvimscriptthehardway.stevelosh.com/</a></p>
]]></description><pubDate>Thu, 02 Jul 2026 08:01:49 +0000</pubDate><link>https://news.ycombinator.com/item?id=48758052</link><dc:creator>alexhans</dc:creator><comments>https://news.ycombinator.com/item?id=48758052</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48758052</guid></item><item><title><![CDATA[New comment by alexhans in "Show HN: Chess-Inspired Roguelike"]]></title><description><![CDATA[
<p>Fun, responsive and intuitive. Congrats.</p>
]]></description><pubDate>Thu, 25 Jun 2026 20:01:02 +0000</pubDate><link>https://news.ycombinator.com/item?id=48678501</link><dc:creator>alexhans</dc:creator><comments>https://news.ycombinator.com/item?id=48678501</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48678501</guid></item><item><title><![CDATA[New comment by alexhans in "Extreme Heat conference cancelled due to extreme heat warning"]]></title><description><![CDATA[
<p>I guess it depends on what your exact hypothesis is Vs mine.<p>For at least 6 years we've had AC worthy temps.</p>
]]></description><pubDate>Wed, 24 Jun 2026 21:36:01 +0000</pubDate><link>https://news.ycombinator.com/item?id=48665909</link><dc:creator>alexhans</dc:creator><comments>https://news.ycombinator.com/item?id=48665909</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48665909</guid></item><item><title><![CDATA[New comment by alexhans in "Why eval startups fail (2025)"]]></title><description><![CDATA[
<p>The way eval startup is defined here is very specific and doesn't cover successful eval farmwork/SaaS vendors like Arize, Promptfoo, deepeval, etc<p>The author does have a point around generic benchmarks not being super valuable for companies. But evals should be seen as verifying design/behaviour constraints and can greatly aid product building, golden dataset creations and good software practices.<p>It's just that the aim should be "how to generate your own good evals, even if it's hard" as not so much "here's some generic evals about models".</p>
]]></description><pubDate>Wed, 24 Jun 2026 16:13:54 +0000</pubDate><link>https://news.ycombinator.com/item?id=48662068</link><dc:creator>alexhans</dc:creator><comments>https://news.ycombinator.com/item?id=48662068</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48662068</guid></item><item><title><![CDATA[New comment by alexhans in "Extreme Heat conference cancelled due to extreme heat warning"]]></title><description><![CDATA[
<p>I'd argue that these temperatures are not a new thing.  It's just a contradiction that is almost a tradition at this point, imho.</p>
]]></description><pubDate>Wed, 24 Jun 2026 07:23:38 +0000</pubDate><link>https://news.ycombinator.com/item?id=48656390</link><dc:creator>alexhans</dc:creator><comments>https://news.ycombinator.com/item?id=48656390</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48656390</guid></item></channel></rss>