# Deep dives

import { CardGrid } from "@astrojs/starlight/components"
import LinkCard from "@/components/starlight/LinkCard.astro"

Explanations give you the background and context behind Ren: the ideas, the
architecture, and the trade-offs. They're for understanding, not step-by-step doing;
for that, see the [how-to guides](/docs/guides/).

<CardGrid>
  <LinkCard title="What is Ren? / Why Ren" icon="open-book" href="/docs/why-ren/">
    The technical challenges of becoming AI-native.
  </LinkCard>
  <LinkCard title="How Ren works" icon="seti:default" href="/docs/deep-dives/how-ren-works/">
    Pods, sandboxes, and managed compute.
  </LinkCard>
  <LinkCard title="Concepts" icon="puzzle" href="/docs/deep-dives/concepts/compute/">
    The platform primitives, grouped.
  </LinkCard>
  <LinkCard title="How Ren compares" icon="seti:plan" href="/docs/why-ren/">
    Ren versus the alternatives.
  </LinkCard>
</CardGrid>