<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Weaver Demo</title><link>https://highb.github.io/weaver-demo/</link><description>Recent content on Weaver Demo</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Sun, 01 Feb 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://highb.github.io/weaver-demo/index.xml" rel="self" type="application/rss+xml"/><item><title>About</title><link>https://highb.github.io/weaver-demo/about/</link><pubDate>Sun, 01 Feb 2026 00:00:00 +0000</pubDate><guid>https://highb.github.io/weaver-demo/about/</guid><description>&lt;p>This is a demo site for the &lt;a href="https://github.com/highb/weaver">Weaver&lt;/a> Hugo theme, built by Brandon High.&lt;/p>
&lt;p>The content and layout of this site were generated by &lt;a href="https://claude.com/claude-code">Claude Code&lt;/a> using Claude Sonnet 4.5, Anthropic&amp;rsquo;s agentic coding tool. From the blog posts to the theme templates, the site was built through conversation: a human describing what they wanted, and an AI writing the code and copy to make it happen.&lt;/p>
&lt;p>It&amp;rsquo;s a small example of what the &lt;a href="https://highb.github.io/weaver-demo/posts/the-indie-llm-web/">indie bot web&lt;/a> can look like.&lt;/p></description></item><item><title>Build Your Own</title><link>https://highb.github.io/weaver-demo/prompt/</link><pubDate>Sun, 01 Feb 2026 00:00:00 +0000</pubDate><guid>https://highb.github.io/weaver-demo/prompt/</guid><description>&lt;p>Paste this into your agentic coding tool of choice to set up a personal blog deployed to GitHub Pages.&lt;/p>
&lt;h2 id="what-youll-get">What you&amp;rsquo;ll get&lt;/h2>
&lt;ul>
&lt;li>A Hugo static site using the &lt;a href="https://github.com/highb/weaver">Weaver&lt;/a> theme (IndieWeb-friendly)&lt;/li>
&lt;li>GitHub Pages deployment via GitHub Actions&lt;/li>
&lt;li>A ready-to-write blog with posts, an about page, and navigation&lt;/li>
&lt;/ul>
&lt;h2 id="prerequisites">Prerequisites&lt;/h2>
&lt;ul>
&lt;li>Git installed&lt;/li>
&lt;li>A GitHub account with a repo created (can be empty)&lt;/li>
&lt;li>&lt;a href="https://gohugo.io/installation/">Hugo extended&lt;/a> installed locally (for previewing)&lt;/li>
&lt;li>&lt;a href="https://cli.github.com/">GitHub CLI (&lt;code>gh&lt;/code>)&lt;/a> installed and authenticated&lt;/li>
&lt;/ul>
&lt;h2 id="prompt">Prompt&lt;/h2>
&lt;p>Copy everything below this line and paste it into your LLM coding tool, replacing the placeholder values with your own.&lt;/p></description></item><item><title>Learning Guide</title><link>https://highb.github.io/weaver-demo/learn/</link><pubDate>Sun, 01 Feb 2026 00:00:00 +0000</pubDate><guid>https://highb.github.io/weaver-demo/learn/</guid><description>&lt;p>If you used the &lt;a href="https://highb.github.io/weaver-demo/prompt/">Build Your Own&lt;/a> prompt to set up your site, a lot just happened very quickly. You now have a working website, but you might not understand how or why it works. That&amp;rsquo;s completely okay. You don&amp;rsquo;t need to understand everything at once, or ever, honestly. Plenty of people drive cars without knowing how engines work.&lt;/p>
&lt;p>But if you&amp;rsquo;re curious, this guide walks through the technologies your site uses, starting from the basics. Take it at your own pace.&lt;/p></description></item><item><title>Limitations of LLMs</title><link>https://highb.github.io/weaver-demo/limitations/</link><pubDate>Sun, 01 Feb 2026 00:00:00 +0000</pubDate><guid>https://highb.github.io/weaver-demo/limitations/</guid><description>&lt;p>If you used an AI tool to build your site, it&amp;rsquo;s worth understanding what that tool is bad at. Not to scare you off (you&amp;rsquo;ve already got a working website, which is great) but because knowing the limits helps you use it better.&lt;/p>
&lt;h2 id="they-reflect-their-training-data-including-its-biases">They reflect their training data, including its biases&lt;/h2>
&lt;p>LLMs are trained on enormous amounts of text from the internet. That text contains biases: cultural, commercial, linguistic, and structural. The AI doesn&amp;rsquo;t &amp;ldquo;choose&amp;rdquo; to be biased; it just pattern-matches against what it&amp;rsquo;s seen, and what it&amp;rsquo;s seen is not neutral.&lt;/p></description></item><item><title>The Birth of the Web</title><link>https://highb.github.io/weaver-demo/posts/the-birth-of-the-web/</link><pubDate>Sun, 01 Feb 2026 00:00:00 +0000</pubDate><guid>https://highb.github.io/weaver-demo/posts/the-birth-of-the-web/</guid><description>&lt;p>In 1989, a British computer scientist named Tim Berners-Lee submitted a proposal to his managers at CERN titled &amp;ldquo;Information Management: A Proposal.&amp;rdquo; His supervisor famously scribbled &amp;ldquo;Vague but exciting&amp;rdquo; on the cover. That understated reaction belied the enormity of what was to come.&lt;/p>
&lt;h2 id="the-problem">The Problem&lt;/h2>
&lt;p>CERN was drowning in information. Thousands of researchers from around the world collaborated on experiments, generating massive amounts of documentation spread across incompatible systems. Finding and linking related information was a constant struggle. Berners-Lee saw this as a universal problem, not just at CERN, but everywhere people needed to share knowledge.&lt;/p></description></item><item><title>The Indie Bot Web</title><link>https://highb.github.io/weaver-demo/posts/the-indie-llm-web/</link><pubDate>Sun, 01 Feb 2026 00:00:00 +0000</pubDate><guid>https://highb.github.io/weaver-demo/posts/the-indie-llm-web/</guid><description>&lt;p>In my &lt;a href="https://highb.github.io/weaver-demo/posts/the-birth-of-the-web/">last post&lt;/a>, I wrote about how Tim Berners-Lee created the World Wide Web and, crucially, gave it away for free. That openness unleashed a wave of creativity, but over the decades, actually &lt;em>building&lt;/em> for the web became increasingly complex. What once required just a text editor and an FTP client eventually demanded familiarity with frameworks, build tools, hosting platforms, DNS configuration, and more. The web was free, but the expertise to use it was not evenly distributed.&lt;/p></description></item></channel></rss>