<?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">
    <channel>
        <title><![CDATA[Ask Onion Runes - Text Posts]]></title>
        <description><![CDATA[RSS Feed for text posts]]></description>
        <link>https://askonionrunes.com</link>
        <generator>RSS for Node</generator>
        <lastBuildDate>Fri, 12 Jun 2026 15:06:08 GMT</lastBuildDate>
        <atom:link href="https://askonionrunes.com/text-rss.xml" rel="self" type="application/rss+xml"/>
        <item>
            <title><![CDATA[Apple And AI]]></title>
            <description><![CDATA[<p><a href="https://www.apple.com/apple-intelligence/">Apple AI</a>. Lot of slightly interesting AI features (which this time seems to be really coming), most of which apparently are not coming to EU. Apple is pushing hard against EU legislation, and partly for a good cause. EU is essentially saying to contradicting things: privacy is key, and interoperability is key. The conflict being that interoperability across different providers will necessitate sharing data between those providers against privacy goals.</p>
<p>It’s not a surprise that Apple chooses to respect the privacy point, and not the interoperability. This has been Apple’s MO for the full Cook era and obviously serves their short-term business objectives. But the world is <a href="https://interconnected.org/home/2026/04/18/headless">moving on</a> and it remains to be seen if Apple’s strategy is correct.<sup><a href="#user-content-fn-1" id="user-content-fnref-1" data-footnote-ref aria-describedby="footnote-label">1</a></sup></p>
<section data-footnotes class="footnotes"><h2 class="sr-only" id="footnote-label">Footnotes</h2>
<ol>
<li id="user-content-fn-1">
<p>Regardless of Apple’s strategy, the EU legislation would need clarification and something to solve the tenaion between privacy and interoperability. Not the easiest task, but necessary. <a href="#user-content-fnref-1" data-footnote-backref="" aria-label="Back to reference 1" class="data-footnote-backref">↩</a></p>
</li>
</ol>
</section>
]]></description>
            <link>https://askonionrunes.com/texts/apple-and-ai</link>
            <guid isPermaLink="true">https://askonionrunes.com/texts/apple-and-ai</guid>
            <pubDate>Wed, 10 Jun 2026 00:00:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[Building With AI]]></title>
            <description><![CDATA[<p>I had something of an epiphany<sup><a href="#user-content-fn-1" id="user-content-fnref-1" data-footnote-ref aria-describedby="footnote-label">1</a></sup> while creating this site.</p>
<p>Every single line of code<sup><a href="#user-content-fn-2" id="user-content-fnref-2" data-footnote-ref aria-describedby="footnote-label">2</a></sup> on this site has been written by AI. Mostly with Codex but with Claude as well when I ran out of tokens. The original idea, two years ago, was to test how simple it would be to get a static site up and running. I got it working, but I just didn't use the blog at all and left it rotting on the Internet until a few days ago when I got an itch to do something with it.</p>
<p>While I am somewhat of a heavy user of AI, refactoring the earlier site really made it tangible how much the AI workflow has changed in the last two years. From chat &#x26; copy-pasting to building with agents is more than a vibe change, it's the difference between being knee-deep in code blocks and letting an assistant handle the dirty parts while you try to decide and express clearly what you really want<sup><a href="#user-content-fn-3" id="user-content-fnref-3" data-footnote-ref aria-describedby="footnote-label">3</a></sup>.</p>
<p>Instead of chatting and doing cmd-c/cmd-v between ChatGPT and VS Code, the new way of working is about brainstorming and planning with AI in the terminal<sup><a href="#user-content-fn-4" id="user-content-fnref-4" data-footnote-ref aria-describedby="footnote-label">4</a></sup>, with execution largely hidden. Getting different options and changing anything from layout to publishing workflow is almost too easy. What would a different layout look like? Just command<sup><a href="#user-content-fn-5" id="user-content-fnref-5" data-footnote-ref aria-describedby="footnote-label">5</a></sup> AI to create four different options and choose one, or discard all of them.</p>
<p>It would be easy to say no one is going to need professionally built software anymore. In fact, after all this I have more respect for professional developers who are able to direct agents to a more robust solution without hours of back-and-forth. Solving those "pesky" little problems like syncing across devices and protecting content integrity is a lot harder than it sounds.</p>
<p>I might feel differently in two more years, but I still mostly want to use apps someone else made. A well-designed and thoughtful app made by someone who cares about it is a joy.</p>
<p>Empowerment doesn't take away respect for professional work.</p>
<section data-footnotes class="footnotes"><h2 class="sr-only" id="footnote-label">Footnotes</h2>
<ol>
<li id="user-content-fn-1">
<p>or just coffee overdose <a href="#user-content-fnref-1" data-footnote-backref="" aria-label="Back to reference 1" class="data-footnote-backref">↩</a></p>
</li>
<li id="user-content-fn-2">
<p>but none of the content! <a href="#user-content-fnref-2" data-footnote-backref="" aria-label="Back to reference 2" class="data-footnote-backref">↩</a></p>
</li>
<li id="user-content-fn-3">
<p>yes yes, this is a simple static site, more complex applications are still a different thing. For now at least. <a href="#user-content-fnref-3" data-footnote-backref="" aria-label="Back to reference 3" class="data-footnote-backref">↩</a></p>
</li>
<li id="user-content-fn-4">
<p>I did originally try the Codex app as well as Codex on the web, but using the terminal was just so much easier. Less secure, but easier. <a href="#user-content-fnref-4" data-footnote-backref="" aria-label="Back to reference 4" class="data-footnote-backref">↩</a></p>
</li>
<li id="user-content-fn-5">
<p>command, not ask. This is another learning: asking nicely takes much more tokens compared to simple commands. <a href="#user-content-fnref-5" data-footnote-backref="" aria-label="Back to reference 5" class="data-footnote-backref">↩</a></p>
</li>
</ol>
</section>
]]></description>
            <link>https://askonionrunes.com/texts/building-with-ai</link>
            <guid isPermaLink="true">https://askonionrunes.com/texts/building-with-ai</guid>
            <pubDate>Fri, 29 May 2026 00:00:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[First Post]]></title>
            <description><![CDATA[<p>After maybe a year of thinking about this, I finally decided to post at least the introduction post. Idea would be to occasionally write short thoughts &#x26; link to interesting articles, let's see how this will go.</p>
]]></description>
            <link>https://askonionrunes.com/texts/first-post</link>
            <guid isPermaLink="true">https://askonionrunes.com/texts/first-post</guid>
            <pubDate>Thu, 28 May 2026 00:00:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How Claude Design Was Done]]></title>
            <description><![CDATA[<p><a href="https://www.youtube.com/watch?v=Uvl-tRga98g">https://www.youtube.com/watch?v=Uvl-tRga98g</a></p>
<p>Peek into how Anthropic Labs works. No documents, only prototypes when building with Claude and small teams doing holistic work without strict role boundaries.</p>
<p>I wonder how much of this is possible due to the nature of products Anthropic does as well as their funding situation, and how much is about the optimal way for working with AI.</p>
]]></description>
            <link>https://askonionrunes.com/texts/how-claude-design-was-done</link>
            <guid isPermaLink="true">https://askonionrunes.com/texts/how-claude-design-was-done</guid>
            <pubDate>Thu, 04 Jun 2026 00:00:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[Mythos Of Guardrails]]></title>
            <description><![CDATA[<p>New models, new era? The initial impressions from influencers like <a href="https://simonwillison.net/2026/Jun/9/claude-fable-5/#atom-everything">Simon Willison</a> and <a href="https://www.oneusefulthing.org/p/what-it-feels-like-to-work-with-mythos">Ethan Mollick</a> seem to be highly positive. My own testing has been so light that no real insights yet, need to push it a bit more. Beyond the pure capabilities the most interesting part is way Anthropic is rolling it out: <a href="https://platform.claude.com/docs/en/about-claude/models/introducing-claude-fable-5-and-claude-mythos-5">Fable will not do everything, and might not even say to you it doesn't do it</a> and <a href="https://support.claude.com/en/articles/15425695-covered-models">Anthropic is saying it forces 30 day data retention and will review all content</a>. Anthropic is saying AI is dangerous, but will still develop and release it while saying that everything is ok while they have control. Meanwhile <a href="https://www.reddit.com/r/Anthropic/comments/1stmv1t/a_group_of_users_leaked_anthropics_ai_model/">some users have had access to Mythos already for a while</a>.</p>
]]></description>
            <link>https://askonionrunes.com/texts/mythos-of-guardrails</link>
            <guid isPermaLink="true">https://askonionrunes.com/texts/mythos-of-guardrails</guid>
            <pubDate>Wed, 10 Jun 2026 00:00:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[Proactive Fable]]></title>
            <description><![CDATA[<p><a href="https://simonwillison.net/2026/Jun/11/fable-is-relentlessly-proactive/">Simon Willison gave Fable a task</a> and it went <em>wild</em>. Seeming as the costs are on everyones top of mind, this kinda seems, well, not ideal?</p>
]]></description>
            <link>https://askonionrunes.com/texts/proactive-fable</link>
            <guid isPermaLink="true">https://askonionrunes.com/texts/proactive-fable</guid>
            <pubDate>Fri, 12 Jun 2026 00:00:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[The Factory Redesign]]></title>
            <description><![CDATA[<p><a href="https://rogerwong.me/2026/05/uber-ai-spending-harder-justify">Roger Wong writing about the Uber COO saying justifying token costs is getting harder </a></p>
<blockquote>
<p>When factories converted from steam power to electricity in the 1880s, they swapped out the engines and did nothing else. The floor plan and workflow didn’t change. For three decades, output barely moved. Only when companies redesigned their factories and process around the new technology did they see an increase in output.</p>
</blockquote>
<p>While the analogy doesn't fully work (not sure whether replacing steam with electricity doubled the operating costs) but the message is clear: until we redesign the ways of working, we won't see the full benefits. I have been thinking a lot about this especially regarding async coding practices and mainly about decoupling the human time from the coding effect. Then again, <a href="https://every.to/p/after-automation">Dan Shipper was just arguing for tight coupling agents and humans</a> so maybe the redesign is something else.</p>
]]></description>
            <link>https://askonionrunes.com/texts/the-factory-redesign</link>
            <guid isPermaLink="true">https://askonionrunes.com/texts/the-factory-redesign</guid>
            <pubDate>Thu, 28 May 2026 00:00:00 GMT</pubDate>
        </item>
    </channel>
</rss>