> ## Documentation Index
> Fetch the complete documentation index at: https://kindling.birklid.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Kindling

> Structured AI learning from first principles to application — organized around the 5-layer AI stack.

<div style={{maxWidth: "1472px", margin: "72px auto 120px", padding: "0 48px"}}>
  <h1 style={{fontSize: "3rem", fontWeight: "800", letterSpacing: "-0.03em", lineHeight: "1.15", marginBottom: "0.75rem"}}>
    Learn the full AI stack.
  </h1>

  <p style={{fontSize: "1.25rem", color: "#a8a29e", marginBottom: "1.75rem", maxWidth: "680px"}}>
    From energy infrastructure to the apps that run on it — structured learning for curious humans.
  </p>

  AI is everywhere. Understanding *how* it actually works shouldn't require a computer science degree or a tolerance for hype. Kindling organizes the entire landscape into five clear layers, so you can start anywhere and build a real mental model.

  <Tip>
    **New here?** Start with the Library for a curated catalog of AI tools and reading material, or pick a layer in the stack below to go deep on a specific part of the technology.
  </Tip>

  ***

  <h2 style={{fontSize: "1.875rem", fontWeight: "700", letterSpacing: "-0.02em", marginTop: "0.5rem", marginBottom: "1rem"}}>
    The AI Technology Stack
  </h2>

  Modern AI isn't one thing — it's a layered system where each level depends entirely on the one below it. NVIDIA's Jensen Huang popularized this framing at CES 2026. We use it as Kindling's organizing principle because it works: once you see the stack, the whole industry starts to make sense.

  <div style={{width: "50%", margin: "2rem 0"}}>
    <Frame caption="The AI Technology Stack — five interdependent layers from energy to applications. Source: NVIDIA / Jensen Huang, CES 2026.">
      <img src="https://mintcdn.com/tumbleweedlabs/krXj1O-Tjc2k516g/images/ai-tech-stack.png?fit=max&auto=format&n=krXj1O-Tjc2k516g&q=85&s=c0eb02408f8ca97a85beeedabbbc8f18" alt="The NVIDIA AI Technology Stack: 5 layers from Energy to Applications" width="1536" height="1024" data-path="images/ai-tech-stack.png" />
    </Frame>
  </div>

  Here's how each layer fits together, starting from what people use and working down to what makes it all possible:

  <Steps>
    <Step title="5 · Applications" icon="browsers">
      What people actually use. Chatbots, coding assistants, autonomous agents, retrieval-augmented generation (RAG) systems, multimodal apps — all products built on the layers below. This is where AI creates tangible value, and where most of the innovation you read about is happening. Understanding what's beneath helps you build better here.
    </Step>

    <Step title="4 · Models" icon="brain-circuit">
      The intelligence itself. Foundation models are trained on vast datasets and develop a compressed, statistical understanding of language, images, code, and more. That understanding lives in billions of numerical parameters called **weights**. Fine-tuning, RLHF, and prompt engineering are all techniques for shaping what a model knows and how it behaves — without retraining from scratch.
    </Step>

    <Step title="3 · Infrastructure" icon="server">
      Models don't run themselves. Infrastructure is the software layer that orchestrates compute at scale — cloud providers like AWS, Azure, and GCP; model-serving frameworks; vector databases; orchestration tools; and the APIs that connect it all into reliable services. This is where AI goes from "a GPU in a rack" to "something a million people can call simultaneously."
    </Step>

    <Step title="2 · Chips" icon="microchip-ai">
      The raw computation happens on specialized silicon. GPUs — originally designed for rendering game graphics — turned out to be ideal for the matrix math that underlies neural networks. The result is a global arms race in accelerator hardware: NVIDIA, AMD, Google (TPUs), and dozens of startups. The chips available at a given moment define what models are possible to train and what it costs to run them.
    </Step>

    <Step title="1 · Energy" icon="bolt-lightning">
      The physical foundation. Training a frontier model can consume as much electricity as thousands of homes. Inference runs continuously at data centers around the world. Energy isn't a footnote in AI — it's a hard constraint shaping where and how fast the technology can grow. Data centers are being built next to power plants, in remote regions, and increasingly powered by dedicated nuclear reactors.
    </Step>
  </Steps>

  <Note>
    **Why start from the top?** Most people encounter AI through applications — a chatbot, a coding tool, an image generator. Starting at layer 5 and working down lets you trace what you already know back to its roots. By the time you reach energy, you'll see why it matters.
  </Note>

  ***

  <h2 style={{fontSize: "1.875rem", fontWeight: "700", letterSpacing: "-0.02em", marginTop: "0.5rem", marginBottom: "1rem"}}>
    Start exploring
  </h2>

  <CardGroup cols={3}>
    <Card title="Library" icon="books" href="/library/agents">
      A curated catalog of AI tools, repos, and reading material — organized by function, not hype.
    </Card>

    <Card title="Applications" icon="browsers" href="/applications/overview">
      Agents, RAG systems, coding assistants, and the products built on the stack.
    </Card>

    <Card title="Models" icon="brain-circuit" href="/models/overview">
      Foundation models, weights, fine-tuning, and how language models actually work.
    </Card>

    <Card title="Infrastructure" icon="server" href="/infrastructure/overview">
      Cloud APIs, orchestration, vector databases, and model serving at scale.
    </Card>

    <Card title="Chips" icon="microchip-ai" href="/chips/overview">
      GPUs, TPUs, custom accelerators, and the silicon arms race powering AI.
    </Card>

    <Card title="Energy" icon="bolt-lightning" href="/energy/overview">
      Data centers, power grids, and the physical infrastructure sustaining AI at scale.
    </Card>
  </CardGroup>

  ***

  <h2 style={{fontSize: "1.875rem", fontWeight: "700", letterSpacing: "-0.02em", marginTop: "0.5rem", marginBottom: "1rem"}}>
    About Kindling
  </h2>

  <Info>
    Kindling is a project by [TumbleweedLabs](https://github.com/tumbleweedlabs) — built to make the AI stack learnable and approachable for everyone, regardless of background. The goal is structured, honest material that respects your intelligence without assuming you already have a PhD.
  </Info>
</div>
