diff --git a/src/components/Nav.astro b/src/components/Nav.astro index b4ee38f..b1dcfeb 100644 --- a/src/components/Nav.astro +++ b/src/components/Nav.astro @@ -11,6 +11,7 @@ const links = [ { href: "/uses", label: "uses" }, { href: "/blog", label: "blog" }, { href: "/coffee", label: "coffee" }, + { href: "/ai", label: "ai" }, { href: "/changelog", label: "changelog" }, ]; diff --git a/src/pages/ai.astro b/src/pages/ai.astro new file mode 100644 index 0000000..936a105 --- /dev/null +++ b/src/pages/ai.astro @@ -0,0 +1,388 @@ +--- +import BaseLayout from "../layouts/BaseLayout.astro"; +--- + + + + +
+
+
+

How this place is built

+

AI

+
==============================
+

+ This page exists as a simple note about how I use AI around + Hidden Den. Not as a grand policy statement, just as a clear + explanation of where it helps and where the site is still + very obviously built by a person. +

+
+ +
+

AI As A Tool

+

+ I use AI in the same spirit that I use a terminal, an + editor, or a good piece of reference documentation: as a + tool that can help me think faster, test ideas, or get + through implementation work with less friction. +

+

+ In practice that can mean refining copy, brainstorming page + structure, shaping prompts for coding agents, working + through technical edge cases, or getting help with a first + draft of a solution before I reshape it into something that + actually fits this site. +

+

+ I still write and shape the code myself. AI sometimes helps + explain things, suggest an approach, or help me get unstuck, + but the actual building still happens in my editor and + terminal. +

+
+

+ The useful part is assistance, not delegation. AI helps + with scaffolding, iteration, and technical momentum. +

+
+
+ +
+

What Stays Human

+

+ The final direction still comes from me. I decide what gets + published, what tone feels right, what belongs here, and + what does not. The site is meant to reflect a real person, + not an auto-generated personality layer pretending to be + one. +

+

+ That applies to writing, structure, visual choices, and the + general shape of the project. AI can help me move, but it + does not get to replace judgment, taste, or authorship. +

+
+
+

Assistance

+

+ Drafts, implementation help, idea pressure-testing, + and faster iteration. +

+
+
+

Not Replacement

+

+ Final voice, publishing choices, priorities, and the + actual perspective behind the site stay mine. +

+
+
+
+ +
+

Privacy And Boundaries

+

+ Privacy matters here, so AI use is deliberate rather than + casual. I do not think every problem should be handed to an + external system by default, and I do not want tooling habits + that quietly erode ownership just because convenience is + available. +

+

+ That means using AI where it is practically helpful, keeping + boundaries in mind, and staying aware that these systems are + tools with tradeoffs. They should serve the builder, not + become the environment the builder disappears into. +

+
    +
  • + intentional use: I use it where + it helps, not everywhere by reflex. +
  • +
  • + privacy matters: Not everything + belongs in a prompt window. +
  • +
  • + bounded scope: AI supports + the workflow instead of becoming the workflow. +
  • +
+
+ +
+

Why This Fits Hidden Den

+

+ Hidden Den is built around understandable systems, practical + ownership, and tools that earn their place. AI fits that + philosophy when it is used calmly and with limits. It can be + useful without becoming an identity, and productive without + being treated like magic. +

+

+ That balance matters to me. I like tools that help me build + better and think more clearly, but I still want the site to + feel inhabited, specific, and human-scaled. AI can help with + the scaffolding, but the den is still built by a person. +

+
+ + +
+
+
+ +