<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: ArtRichards</title><link>https://news.ycombinator.com/user?id=ArtRichards</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Tue, 28 Jul 2026 12:57:57 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=ArtRichards" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by ArtRichards in "Who's afraid of Chinese models?"]]></title><description><![CDATA[
<p>New, smaller models can outperform the previous generation's foundation models.<p>What if there's a way to extract the commodity of intelligence from smaller models?<p>I've seen for many use cases it's well enough.  :)</p>
]]></description><pubDate>Tue, 21 Jul 2026 05:56:04 +0000</pubDate><link>https://news.ycombinator.com/item?id=48988565</link><dc:creator>ArtRichards</dc:creator><comments>https://news.ycombinator.com/item?id=48988565</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48988565</guid></item><item><title><![CDATA[New comment by ArtRichards in "Claude Code(Fable) refused my slow down instruction"]]></title><description><![CDATA[
<p>I wonder if this was made in the sub agent's chat?  Thanks for sharing.</p>
]]></description><pubDate>Sat, 18 Jul 2026 04:59:50 +0000</pubDate><link>https://news.ycombinator.com/item?id=48955364</link><dc:creator>ArtRichards</dc:creator><comments>https://news.ycombinator.com/item?id=48955364</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48955364</guid></item><item><title><![CDATA[New comment by ArtRichards in "Ask HN: Is anyone experimenting with different ways of using LLMs for coding?"]]></title><description><![CDATA[
<p>I saw another post today about a startup making an oven for baking bread.  I feel that often the main issue lies with what you need 'the code' to accomplish.<p>My flow state is thinking about and understanding this:  am I solving a problem that needs to be solved now, for the right person?<p>I created this to help me understand it (project foundations + create milestones) and then bring it to reality (ship milestones).<p><a href="https://artrichards.github.io/agent-playbook-suite/blog/" rel="nofollow">https://artrichards.github.io/agent-playbook-suite/blog/</a></p>
]]></description><pubDate>Fri, 03 Jul 2026 20:46:03 +0000</pubDate><link>https://news.ycombinator.com/item?id=48779767</link><dc:creator>ArtRichards</dc:creator><comments>https://news.ycombinator.com/item?id=48779767</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48779767</guid></item><item><title><![CDATA[New comment by ArtRichards in "How's Linear so fast? A technical breakdown"]]></title><description><![CDATA[
<p>They're doing some really cool stuff with Agents too..  automating software pm. it's a huge difference between this and their (unnamed) larger competitors.</p>
]]></description><pubDate>Sun, 07 Jun 2026 19:43:18 +0000</pubDate><link>https://news.ycombinator.com/item?id=48437864</link><dc:creator>ArtRichards</dc:creator><comments>https://news.ycombinator.com/item?id=48437864</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48437864</guid></item><item><title><![CDATA[New comment by ArtRichards in "My Agent Skill for Test-Driven Development"]]></title><description><![CDATA[
<p>Its all about retaining the context and spawning sub agents which can bootstrap quickly and accurately.<p>I'm interested in others dping something similar :)  I included a docs cli tool in pypi to manage this context:<p><a href="https://artrichards.github.io/agent-playbook-suite/blog/" rel="nofollow">https://artrichards.github.io/agent-playbook-suite/blog/</a></p>
]]></description><pubDate>Sun, 07 Jun 2026 06:36:53 +0000</pubDate><link>https://news.ycombinator.com/item?id=48432438</link><dc:creator>ArtRichards</dc:creator><comments>https://news.ycombinator.com/item?id=48432438</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48432438</guid></item><item><title><![CDATA[New comment by ArtRichards in "Harness engineering: Leveraging Codex in an agent-first world"]]></title><description><![CDATA[
<p>This is the part I think we will see become more relevant.<p>I created docs-cli (pypi) to manage the index of specs as source code: the framework that goes with it will first create tests for as much as it can, so reproducability becomes the goal, not readability.<p><a href="https://github.com/ArtRichards/docs-cli" rel="nofollow">https://github.com/ArtRichards/docs-cli</a><p><a href="https://artrichards.github.io/agent-playbook-suite/blog/" rel="nofollow">https://artrichards.github.io/agent-playbook-suite/blog/</a></p>
]]></description><pubDate>Sun, 07 Jun 2026 06:05:54 +0000</pubDate><link>https://news.ycombinator.com/item?id=48432284</link><dc:creator>ArtRichards</dc:creator><comments>https://news.ycombinator.com/item?id=48432284</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48432284</guid></item><item><title><![CDATA[Show HN: docs-cli - coding-agent project state in Markdown]]></title><description><![CDATA[
<p>Hi HN<p>I recently published docs-cli to pypi.  I created this tool because I noticed that my docs kept getting out of sync: I've been using markdown to track the project's implementation and progress, and it became really hard to keep track of everything.  This is a simple tool for your agents to ensure that links and indexes are kept fresh.<p>I included the agent-playbook-suite marketplace since this is how I use it.  The docs repo was actually built also using it, so dogfooding since day one :)  The Agent Playbook Suite includes everything needed to create a project from start to finish.<p>Linked is the blog post where I lay out my rationale and the use cases :)<p>Try docs-cli out with:<p><pre><code>  python3 -m pip install --upgrade docs-cli
</code></pre>
I would love feedback, issues, and PRs.<p>This is my first Show HN after lurking for over 15 years.  Happy to hear any constructive (or other) criticism</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=48266404">https://news.ycombinator.com/item?id=48266404</a></p>
<p>Points: 6</p>
<p># Comments: 0</p>
]]></description><pubDate>Mon, 25 May 2026 13:07:17 +0000</pubDate><link>https://artrichards.github.io/agent-playbook-suite/blog/</link><dc:creator>ArtRichards</dc:creator><comments>https://news.ycombinator.com/item?id=48266404</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48266404</guid></item><item><title><![CDATA[New comment by ArtRichards in "Artemis II is competency porn"]]></title><description><![CDATA[
<p>This article was a really uplifing take...  Happy to see more about how awesome we can be, when we care.</p>
]]></description><pubDate>Sat, 11 Apr 2026 11:17:38 +0000</pubDate><link>https://news.ycombinator.com/item?id=47729585</link><dc:creator>ArtRichards</dc:creator><comments>https://news.ycombinator.com/item?id=47729585</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47729585</guid></item><item><title><![CDATA[New comment by ArtRichards in "GrapheneOS refuses to comply with new age verification laws for operating system"]]></title><description><![CDATA[
<p>Apparently there's been work to expose Meta pushing/funding this, to shift age responsibility from them and force for fine grained age data to be provided to apps.</p>
]]></description><pubDate>Mon, 23 Mar 2026 05:30:57 +0000</pubDate><link>https://news.ycombinator.com/item?id=47485792</link><dc:creator>ArtRichards</dc:creator><comments>https://news.ycombinator.com/item?id=47485792</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47485792</guid></item><item><title><![CDATA[New comment by ArtRichards in "The Appalling Stupidity of Spotify's AI DJ"]]></title><description><![CDATA[
<p>I like using the automatic lists in soundcloud to discover new music.  Often its hit or miss but it can surface some great tracks...  Its intentional though, gotta have your finger on the skip track and heart...</p>
]]></description><pubDate>Sun, 15 Mar 2026 11:06:26 +0000</pubDate><link>https://news.ycombinator.com/item?id=47386243</link><dc:creator>ArtRichards</dc:creator><comments>https://news.ycombinator.com/item?id=47386243</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47386243</guid></item><item><title><![CDATA[New comment by ArtRichards in "1M context is now generally available for Opus 4.6 and Sonnet 4.6"]]></title><description><![CDATA[
<p>This is exactly how I've found leads to most consistent high quality results as well.  I don't use gemini yet (except for deep research, where it pulls WAY ahead of either of the other 'grounding' methods)<p>But Codex to plan big features and Claude to review the feature plan (often finds overlooked discrepancies) then review the milestones and plan implementation of them in planning mode, then clear context and code.  Works great.</p>
]]></description><pubDate>Sat, 14 Mar 2026 11:29:17 +0000</pubDate><link>https://news.ycombinator.com/item?id=47375568</link><dc:creator>ArtRichards</dc:creator><comments>https://news.ycombinator.com/item?id=47375568</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47375568</guid></item><item><title><![CDATA[New comment by ArtRichards in "The User Guide for Elite, the Tool Palantir Made for ICE"]]></title><description><![CDATA[
<p>Sure would love to be able to read this...</p>
]]></description><pubDate>Sun, 01 Feb 2026 02:32:31 +0000</pubDate><link>https://news.ycombinator.com/item?id=46843073</link><dc:creator>ArtRichards</dc:creator><comments>https://news.ycombinator.com/item?id=46843073</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46843073</guid></item><item><title><![CDATA[New comment by ArtRichards in "My Snapdragon Dev Kit was healthy and working fine until a Windows update failed"]]></title><description><![CDATA[
<p>I guess he's being a bit cheeky ;)</p>
]]></description><pubDate>Wed, 07 Jan 2026 07:32:32 +0000</pubDate><link>https://news.ycombinator.com/item?id=46523608</link><dc:creator>ArtRichards</dc:creator><comments>https://news.ycombinator.com/item?id=46523608</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46523608</guid></item><item><title><![CDATA[New comment by ArtRichards in "8M users' AI conversations sold for profit by "privacy" extensions"]]></title><description><![CDATA[
<p>Is this the same Google that is preventing us from installing unapproved software on our phones?</p>
]]></description><pubDate>Tue, 16 Dec 2025 07:49:41 +0000</pubDate><link>https://news.ycombinator.com/item?id=46285865</link><dc:creator>ArtRichards</dc:creator><comments>https://news.ycombinator.com/item?id=46285865</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46285865</guid></item><item><title><![CDATA[New comment by ArtRichards in "Flight disruption warning as Airbus requests modifications to 6k planes"]]></title><description><![CDATA[
<p>and<p>> But EasyJet says it has already completed the required software update and is planning on operating its flights as normal on Saturday</p>
]]></description><pubDate>Sat, 29 Nov 2025 08:04:01 +0000</pubDate><link>https://news.ycombinator.com/item?id=46085859</link><dc:creator>ArtRichards</dc:creator><comments>https://news.ycombinator.com/item?id=46085859</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46085859</guid></item><item><title><![CDATA[New comment by ArtRichards in "Tell HN: Wanted to give dang appreciation"]]></title><description><![CDATA[
<p>Lurking for over 20 years, through my entire professional career...  High School to Middle Age...  Thanks Dan & HN Community</p>
]]></description><pubDate>Mon, 24 Nov 2025 07:00:20 +0000</pubDate><link>https://news.ycombinator.com/item?id=46031145</link><dc:creator>ArtRichards</dc:creator><comments>https://news.ycombinator.com/item?id=46031145</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46031145</guid></item><item><title><![CDATA[New comment by ArtRichards in "Project Shadowglass"]]></title><description><![CDATA[
<p>In a youtube demo, the author says he has been working on this idea for a while, and was motivated to deliver after the GIF.  So, kinda?  Thanks for the reference.<p><a href="https://youtu.be/v9FMp5QgOvY?si=iKXJSNIuLiU5nOnj" rel="nofollow">https://youtu.be/v9FMp5QgOvY?si=iKXJSNIuLiU5nOnj</a></p>
]]></description><pubDate>Wed, 29 Oct 2025 11:59:19 +0000</pubDate><link>https://news.ycombinator.com/item?id=45745649</link><dc:creator>ArtRichards</dc:creator><comments>https://news.ycombinator.com/item?id=45745649</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45745649</guid></item><item><title><![CDATA[New comment by ArtRichards in "Progress towards universal Copy/Paste shortcuts on Linux"]]></title><description><![CDATA[
<p>came here to post this,
but it shares a different clipboard than ctrl+c/v or something??<p>anyone know the differences?</p>
]]></description><pubDate>Fri, 15 Aug 2025 10:39:54 +0000</pubDate><link>https://news.ycombinator.com/item?id=44910697</link><dc:creator>ArtRichards</dc:creator><comments>https://news.ycombinator.com/item?id=44910697</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44910697</guid></item><item><title><![CDATA[New comment by ArtRichards in "ISRO successfully conducts hot tests of Gaganyaan propulsion system"]]></title><description><![CDATA[
<p>What did this site just attempt to do with my certificate store?</p>
]]></description><pubDate>Sun, 13 Jul 2025 11:04:25 +0000</pubDate><link>https://news.ycombinator.com/item?id=44549394</link><dc:creator>ArtRichards</dc:creator><comments>https://news.ycombinator.com/item?id=44549394</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44549394</guid></item><item><title><![CDATA[New comment by ArtRichards in "Swearing as a Response to Pain: Assessing Effects of Novel Swear Words"]]></title><description><![CDATA[
<p>I was looking for this comment!<p>That being a possible reason why certain words alleviate, they actually operate at a different level in our conciousness.</p>
]]></description><pubDate>Wed, 02 Jul 2025 09:55:32 +0000</pubDate><link>https://news.ycombinator.com/item?id=44441816</link><dc:creator>ArtRichards</dc:creator><comments>https://news.ycombinator.com/item?id=44441816</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44441816</guid></item></channel></rss>