<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0" xmlns:media="http://search.yahoo.com/mrss/" xmlns:fh="http://purl.org/syndication/history/1.0">
    <channel>
        <title><![CDATA[Adam Argyle]]></title>
        <description><![CDATA[RSS Feed for Adam Argyle: Web design & development tips & tricks: CSS, JS, HTML, Design, & UX.]]></description>
        <link>https://nerdy.dev</link>
        <image>
            <url>https://nerdy.dev/rss-icon.png</url>
            <title>Adam Argyle</title>
            <link>https://nerdy.dev</link>
        </image>
        <generator>RSS for Node</generator>
        <lastBuildDate>Thu, 17 Sep 2026 05:05:56 GMT</lastBuildDate>
        <atom:link href="https://nerdy.dev/rss.xml" rel="self" type="application/rss+xml"/>
        <copyright><![CDATA[2026 Adam Argyle]]></copyright>
        <language><![CDATA[en]]></language>
        <webMaster><![CDATA[adam.is@nerdy.dev (Adam Argyle)]]></webMaster>
        <ttl>60</ttl>
        <category><![CDATA[CSS]]></category>
        <category><![CDATA[HTML]]></category>
        <category><![CDATA[JavaScript]]></category>
        <category><![CDATA[Front-End]]></category>
        <category><![CDATA[Design]]></category>
        <atom:link rel="hub" href="https://pubsubhubbub.appspot.com/"/>
        <atom:link rel="prev-archive" href="https://nerdy.dev/rss-archive-24.xml"/>
        <item>
            <title><![CDATA[Jev]]></title>
            <description><![CDATA[<p>A next-gen programming model</p>
]]></description>
            <link>https://nerdy.dev/jev?utm_source=rss</link>
            <guid isPermaLink="true">https://nerdy.dev/jev?utm_source=rss</guid>
            <category><![CDATA[blog]]></category>
            <category><![CDATA[ai]]></category>
            <dc:creator><![CDATA[atom@argyleink]]></dc:creator>
            <pubDate>Thu, 17 Sep 2026 05:05:56 GMT</pubDate>
            <enclosure url="https://nerdy.dev/media/jev-software-architectures.jpg" length="136889" type="image/jpeg"/>
            <media:content url="https://nerdy.dev/media/jev-software-architectures.jpg" medium="image" width="1650" height="899" type="image/jpeg"/>
            <media:thumbnail url="https://nerdy.dev/media/jev-software-architectures.jpg"/>
            <content:encoded><![CDATA[<img src="https://nerdy.dev/media/jev-software-architectures.jpg" alt="Jev software architecture showing agent architecture vs if/else architecture vs jev integrated into if/else" width="1650" height="899">
<p>I am very excited about <a href="https://typesafe.ai/">Jev</a>. <a href="https://typesafe.ai/">Typesafe.ai</a> has something fresh, powerful, unique here. I&#39;m mentally infactuated.</p>
<p><strong>Attributes of Jev that stood out to me:</strong></p>
<ul>
<li>common-sense judgments over unstructured data</li>
<li>machine interfaces matter more than the chat interfaces</li>
<li>code owns the workflow and AI handles narrow, structured decisions</li>
</ul>
<p>We get the tokenization LLM powers to breakdown input (token window) but without the word vomit. No hallucinations because it&#39;s not using probability to hopefully create a pleasing string.</p>
<p>It&#39;s exposing the intricate connections it made to the input data. To extract meaning from that super brain that just ingested your JSON, you ask it blunt questions in near natural language.</p>
<p><strong>It&#39;s like a fast path to machine learning.</strong></p>
<p>Where you used to need a ton of data and custom machine learning, then run that somewhere and have it probably be slow. Jev is fast, learns data patterns near instantly, and lets you ask questions and make decisions about it&#39;s processing of the data.</p>
<picture>
  <source srcset="https://fonts.gstatic.com/s/e/notoemoji/latest/1f605/512.webp" type="image/webp">
  <img src="https://fonts.gstatic.com/s/e/notoemoji/latest/1f605/512.gif" alt="😅" width="100" height="100">
</picture>

<p>I don&#39;t know how many of those words will resonate with you. </p>
<p>But I urge you to sit down for more than an hour with this. Run through all the tutorials, watch a few of their videos and <strong><a href="https://docs.typesafe.ai/introduction">read the docs</a></strong>.</p>
<p>I think we&#39;re looking at a next-gen programming model.</p>

        <h2 id="my-playground">
          My Playground
          <a name="my-playground" href="https://nerdy.dev/jev#my-playground">#</a>
        </h2>
       <p>Here is a <a href="https://console.typesafe.ai/playground?share=shr_1521e5ca32f52ab4094844675f786316270">playground</a> I made to see what Jev thinks about agent assisted art and whether or not a human or an agent is actually the creative. </p>
<p>Comment out one of the stories so the dataset is lopsided, run it and observe the question scores. Then switch to the other story, run it, observe the scores. </p>
<p><strong>This is powerful stuff.</strong></p>

        <h2 id="system-one">
          System One
          <a name="system-one" href="https://nerdy.dev/jev#system-one">#</a>
        </h2>
       <p><a href="https://typesafe.ai/blog/introducing-system-one-models-and-jev">System One</a> has some really compelling examples, and of course I loved the <a href="https://typesafe.ai/blog/introducing-system-one-models-and-jev#:~:text=the%20team%E2%80%99s%20favorites%3A-,Doom,-We%20love%20how">Doom</a> example.</p>
<p><picture>
            <source srcset="https://nerdy.dev/media/jev-doom.avif" type="image/avif">
            <source srcset="https://nerdy.dev/media/jev-doom.webp" type="image/webp">
            <img
              loading="lazy"
              src="https://nerdy.dev/media/jev-doom.jpg"
              alt="Jev playing Doom, theres a state machine of input and jev probability scoring next to it"
              title="Jev playing Doom, theres a state machine of input and jev probability scoring next to it " 
              decoding="async"
              width="1586" 
              height="972"
            />
          </picture></p>
<p>Since Jev is fast, it can process the game&#39;s structured data (enemies, room details, etc) and &quot;make common sense judgements&quot;, AKA play the game damn good. </p>

        <h2 id="questions">
          Questions
          <a name="questions" href="https://nerdy.dev/jev#questions">#</a>
        </h2>
       <p>Q: Jev doesnt want to own the code, but does want to own narrow structured decisions… which <strong>shouldnt the right line of code be a narrow structured decision?</strong> </p>
<p>Seems to me like someone could make a Claude Code out of this.</p>
<p>Q: At first I felt the usages of Jev were limited, but <strong>I think we&#39;re looking at more of a programming model shift then some new tool</strong>?</p>
<p>It&#39;s fundementally making me think different about how I could write logic to create systems.</p>
<p>Q: <strong>What kind of apps does it unlock because it&#39;s so fast?</strong></p>
<p>A lot of early use cases will be periodic queries, but if you can get intelligent judgements multiple times a second…</p>
]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[WWW Ep253 Experts Agree Yelling At Computers Is The Future]]></title>
            <description><![CDATA[Ep #253 Experts Agree: Yelling at Computers Is the Future Robbie and Chuck reunite over Jim Beam White Label to catch up on Chuck&#39;s move to Italy, AI as tech leads, CodeRabbit versus GPT for code review, SOC 2 compliance workarounds, and why GitHub bots might unlock dark fac…]]></description>
            <link>https://nerdy.dev/www-ep253-experts-agree-yelling-at-computers-is-the-future?utm_source=rss</link>
            <guid isPermaLink="true">https://nerdy.dev/www-ep253-experts-agree-yelling-at-computers-is-the-future?utm_source=rss</guid>
            <category><![CDATA[note]]></category>
            <category><![CDATA[shows]]></category>
            <category><![CDATA[ai]]></category>
            <dc:creator><![CDATA[adam@whiskey.fm]]></dc:creator>
            <pubDate>Thu, 10 Sep 2026 17:51:24 GMT</pubDate>
            <enclosure url="https://nerdy.dev/media/www-ep253.jpg" length="48524" type="image/jpeg"/>
            <media:content url="https://nerdy.dev/media/www-ep253.jpg" medium="image" width="640" height="360" type="image/jpeg"/>
            <media:thumbnail url="https://nerdy.dev/media/www-ep253.jpg"/>
            <content:encoded><![CDATA[<img src="https://nerdy.dev/media/www-ep253.jpg" alt="Whiskey web and whatnot episode 253" width="640" height="360">
<p><span class="Tag">Ep #253</span><br>
<strong>Experts Agree: Yelling at Computers Is the Future</strong></p>
<p><a href="https://robbiethewagner.dev">Robbie</a> and <a href="https://chuckcarpenter.com/">Chuck</a> reunite over <a href="https://www.jimbeam.com/">Jim Beam White Label</a> to catch up on Chuck&#39;s move to Italy, AI as tech leads, <a href="https://coderabbit.ai/">CodeRabbit</a> versus GPT for code review, SOC 2 compliance workarounds, and why <a href="https://github.com/">GitHub</a> bots might unlock dark factory workflows.</p>
<p>⤷ <a href="https://whiskey.fm/experts-agree-yelling-at-computers-is-the-future">whiskey.fm</a> · <a href="https://www.youtube.com/watch?v=SUYgIP7opPg">youtube</a> · <a href="https://open.spotify.com/episode/16p5JD64wtpErBcboNu2kQ">spotify</a> · <a href="https://podcasts.apple.com/us/podcast/experts-agree-yelling-at-computers-is-the-future/id1552776603?i=1000788899797">apple</a></p>
]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[Stylex At Shopify]]></title>
            <description><![CDATA[Did a deep dive to see if StyleX would work at Shopify . Turned out to be a wash , similar to my other explorations into OOCSS .]]></description>
            <link>https://nerdy.dev/stylex-at-shopify?utm_source=rss</link>
            <guid isPermaLink="true">https://nerdy.dev/stylex-at-shopify?utm_source=rss</guid>
            <category><![CDATA[note]]></category>
            <category><![CDATA[css]]></category>
            <dc:creator><![CDATA[adam@shopify]]></dc:creator>
            <pubDate>Thu, 03 Sep 2026 19:55:34 GMT</pubDate>
            <content:encoded><![CDATA[<p>Did a deep dive to see if <a href="https://stylexjs.com/">StyleX</a> would work at <a href="https://shopify.com/">Shopify</a>. </p>
<p>Turned out to be <a href="https://x.com/argyleink/status/2095253698431844607">a wash</a>, similar to my other explorations into <a href="https://www.smashingmagazine.com/2011/12/an-introduction-to-object-oriented-css-oocss/">OOCSS</a>.</p>
]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[WWW Ep252 Openclaw Dark Factories And Cussing At Agents]]></title>
            <description><![CDATA[Ep #252 OpenClaw, Dark Factories, and Why You Should Stop Cussing at Your Agents Robbie and I sip Compass Box Crimson Cask and get into the death of OpenClaw , factory engineering for AI workflows, npm worms targeting TanStack , sparse attention with SubQ , and why Ghostty is le…]]></description>
            <link>https://nerdy.dev/www-ep252-openclaw-dark-factories-and-cussing-at-agents?utm_source=rss</link>
            <guid isPermaLink="true">https://nerdy.dev/www-ep252-openclaw-dark-factories-and-cussing-at-agents?utm_source=rss</guid>
            <category><![CDATA[note]]></category>
            <category><![CDATA[shows]]></category>
            <category><![CDATA[ai]]></category>
            <dc:creator><![CDATA[adam@whiskey.fm]]></dc:creator>
            <pubDate>Fri, 21 Aug 2026 12:23:38 GMT</pubDate>
            <enclosure url="https://nerdy.dev/media/www-ep252.jpg" length="50165" type="image/jpeg"/>
            <media:content url="https://nerdy.dev/media/www-ep252.jpg" medium="image" width="640" height="360" type="image/jpeg"/>
            <media:thumbnail url="https://nerdy.dev/media/www-ep252.jpg"/>
            <content:encoded><![CDATA[<img src="https://nerdy.dev/media/www-ep252.jpg" alt="Whiskey web and whatnot episode 252" width="640" height="360">
<p><span class="Tag">Ep #252</span><br>
<strong>OpenClaw, Dark Factories, and Why You Should Stop Cussing at Your Agents</strong></p>
<p><a href="https://robbiethewagner.dev">Robbie</a> and I sip <a href="https://www.compassboxwhisky.com/en-us/products/crimson-casks">Compass Box Crimson Cask</a> and get into the death of <a href="https://openclaw.ai/">OpenClaw</a>, factory engineering for AI workflows, npm worms targeting <a href="https://tanstack.com/">TanStack</a>, sparse attention with <a href="https://subq.ai/">SubQ</a>, and why <a href="https://ghostty.org/">Ghostty</a> is leaving <a href="https://github.com/">GitHub</a>.</p>
<p>⤷ <a href="https://whiskey.fm/openclaw-dark-factories-and-why-you-should-stop-cussing-at-your-agents">whiskey.fm</a> · <a href="https://www.youtube.com/watch?v=41tmqyxYgb0">youtube</a> · <a href="https://open.spotify.com/episode/7bazznW4kfRfEw3b6jIh3f">spotify</a> · <a href="https://podcasts.apple.com/us/podcast/openclaw-dark-factories-and-why-you-should-stop/id1552776603?i=1000784844942">apple</a> </p>
<p><small>Presented by <a href="https://www.gitkraken.com/lp/whiskeyfm">GitKraken</a></small></p>
]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[WWW Ep251 Guppy Pimpin In Trip Pants While Debugging Ie5]]></title>
            <description><![CDATA[Ep #251 Guppy Pimpin In Trip Pants While Debugging IE5 Robbie and I do a mostly whatnot episode about our path getting into tech, playing in bands, and getting into trouble. We sip Glen Morangie &quot;A Tale of Ice Cream&quot; and share some stories. ⤷ whiskey.fm · youtube · spo…]]></description>
            <link>https://nerdy.dev/www-ep251-guppy-pimpin-in-trip-pants-while-debugging-ie5?utm_source=rss</link>
            <guid isPermaLink="true">https://nerdy.dev/www-ep251-guppy-pimpin-in-trip-pants-while-debugging-ie5?utm_source=rss</guid>
            <category><![CDATA[note]]></category>
            <category><![CDATA[shows]]></category>
            <category><![CDATA[ai]]></category>
            <dc:creator><![CDATA[adam@whiskey.fm]]></dc:creator>
            <pubDate>Tue, 18 Aug 2026 17:24:04 GMT</pubDate>
            <enclosure url="https://nerdy.dev/media/www-ep251.jpg" length="136719" type="image/jpeg"/>
            <media:content url="https://nerdy.dev/media/www-ep251.jpg" medium="image" width="1280" height="720" type="image/jpeg"/>
            <media:thumbnail url="https://nerdy.dev/media/www-ep251.jpg"/>
            <content:encoded><![CDATA[<img src="https://nerdy.dev/media/www-ep251.jpg" alt="Whiskey web and whatnot episode 251" width="1280" height="720">
<p><span class="Tag">Ep #251</span><br>
<strong>Guppy Pimpin In Trip Pants While Debugging IE5</strong></p>
<p><a href="https://robbiethewagner.dev">Robbie</a> and I do a mostly whatnot episode about our path getting into tech, playing in bands, and getting into trouble. We sip Glen Morangie &quot;A Tale of Ice Cream&quot; and share some stories.</p>
<p>⤷ <a href="https://whiskey.fm/guppy-pimps-tripp-pants-and-debugging-ie5">whiskey.fm</a> · <a href="https://www.youtube.com/watch?v=AmEVXPFeO-w&amp;t=5s">youtube</a> · <a href="https://open.spotify.com/episode/1bCrpSk5tnqGQpkX2oE438">spotify</a> · <a href="https://podcasts.apple.com/us/podcast/guppy-pimps-tripp-pants-and-debugging-ie5/id1552776603?i=1000783374524">apple</a></p>
<p><small>Presented by <a href="https://www.gitkraken.com/lp/whiskeyfm">GitKraken</a></small></p>
]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[Scotch Malt Whisky Society Member]]></title>
            <description><![CDATA[New member of the Scotch Malt Whisky Society . Join me?]]></description>
            <link>https://nerdy.dev/scotch-malt-whisky-society-member?utm_source=rss</link>
            <guid isPermaLink="true">https://nerdy.dev/scotch-malt-whisky-society-member?utm_source=rss</guid>
            <category><![CDATA[note]]></category>
            <dc:creator><![CDATA[adam@whiskey.fm]]></dc:creator>
            <pubDate>Sun, 16 Aug 2026 04:38:35 GMT</pubDate>
            <content:encoded><![CDATA[<p>New member of the <a href="https://smwsa.com/">Scotch Malt Whisky Society</a>.</p>
<p><a href="https://rwrd.io/ref_4VI2MXK">Join me?</a></p>
]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[Websub]]></title>
            <description><![CDATA[WebSub support added.]]></description>
            <link>https://nerdy.dev/websub?utm_source=rss</link>
            <guid isPermaLink="true">https://nerdy.dev/websub?utm_source=rss</guid>
            <category><![CDATA[note]]></category>
            <dc:creator><![CDATA[webmaster@admin]]></dc:creator>
            <pubDate>Thu, 13 Aug 2026 06:31:25 GMT</pubDate>
            <content:encoded><![CDATA[<p><a href="https://en.wikipedia.org/wiki/WebSub">WebSub</a> support added.</p>
]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[Creativity On The Internet At Sxsw]]></title>
            <description><![CDATA[Jack (CEO of Patreon) gives a great talk about the struggles of being an artist with the internet from the 90s to today, a history of tech and art, and lessons learned. Heartfelt insights into working through 2026 &quot;content creation&quot; culture. Watch on YouTube .]]></description>
            <link>https://nerdy.dev/creativity-on-the-internet-at-sxsw?utm_source=rss</link>
            <guid isPermaLink="true">https://nerdy.dev/creativity-on-the-internet-at-sxsw?utm_source=rss</guid>
            <category><![CDATA[note]]></category>
            <category><![CDATA[ai]]></category>
            <dc:creator><![CDATA[atom@argyleink]]></dc:creator>
            <pubDate>Thu, 13 Aug 2026 05:01:20 GMT</pubDate>
            <enclosure url="https://nerdy.dev/media/jack-at-sxsw.jpg" length="63115" type="image/jpeg"/>
            <media:content url="https://nerdy.dev/media/jack-at-sxsw.jpg" medium="image" width="1400" height="653" type="image/jpeg"/>
            <media:thumbnail url="https://nerdy.dev/media/jack-at-sxsw.jpg"/>
            <content:encoded><![CDATA[<img src="https://nerdy.dev/media/jack-at-sxsw.jpg" alt="Jack Conte at SXSW" width="1400" height="653">
<p><a href="https://www.youtube.com/@JackConteExtras">Jack (CEO of Patreon)</a> gives a great talk about the struggles of being an artist with the internet from the 90s to today, a history of tech and art, and lessons learned.</p>
<p>Heartfelt insights into working through 2026 &quot;content creation&quot; culture.</p>
<p><a href="https://www.youtube.com/watch?v=17_HcR95YBc">Watch on YouTube</a>.  </p>
]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[Contextualism At CSSday 2026]]></title>
            <description><![CDATA[Watch my talk &quot;Contextualism&quot; from CSS Day on Conffab]]></description>
            <link>https://nerdy.dev/contextualism-at-cssday-2026?utm_source=rss</link>
            <guid isPermaLink="true">https://nerdy.dev/contextualism-at-cssday-2026?utm_source=rss</guid>
            <category><![CDATA[note]]></category>
            <category><![CDATA[talks]]></category>
            <dc:creator><![CDATA[atom@argyleink]]></dc:creator>
            <pubDate>Wed, 12 Aug 2026 18:26:00 GMT</pubDate>
            <enclosure url="https://nerdy.dev/media/contextualism-at-cssday-2026.jpg" length="43809" type="image/jpeg"/>
            <media:content url="https://nerdy.dev/media/contextualism-at-cssday-2026.jpg" medium="image" width="1500" height="500" type="image/jpeg"/>
            <media:thumbnail url="https://nerdy.dev/media/contextualism-at-cssday-2026.jpg"/>
            <content:encoded><![CDATA[<img src="https://nerdy.dev/media/contextualism-at-cssday-2026.jpg" alt="Contextualism title slide from the website" width="1500" height="500">
<p>Watch my talk <a href="https://conffab.com/presentation/contextualism/?gl=IKgpmf0z8RLu">&quot;Contextualism&quot;</a> from <a href="https://cssday.nl/">CSS Day</a> on <a href="https://conffab.com/">Conffab</a></p>
]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[2026 Open Agentic Tools]]></title>
            <description><![CDATA[Some &quot;open&quot; agentic tools: Open Chamber Open Agents Open Design Open Design HTML Video Open Montage Wonder if they use Open Props 😏]]></description>
            <link>https://nerdy.dev/2026-open-agentic-tools?utm_source=rss</link>
            <guid isPermaLink="true">https://nerdy.dev/2026-open-agentic-tools?utm_source=rss</guid>
            <category><![CDATA[note]]></category>
            <category><![CDATA[ai]]></category>
            <dc:creator><![CDATA[atom@argyleink]]></dc:creator>
            <pubDate>Mon, 10 Aug 2026 16:52:03 GMT</pubDate>
            <content:encoded><![CDATA[<p>Some &quot;open&quot; agentic tools:</p>
<ul>
<li><a href="https://openchamber.dev">Open Chamber</a></li>
<li><a href="https://openagents.com">Open Agents</a></li>
<li><a href="https://open-design.ai">Open Design</a></li>
<li><a href="https://open-design.ai/html-video/">Open Design HTML Video</a></li>
<li><a href="https://github.com/calesthio/OpenMontage">Open Montage</a></li>
</ul>
<p>Wonder if they use <a href="https://open-props.style/">Open Props</a> 😏</p>
]]></content:encoded>
        </item>
    </channel>
</rss>