diff --git a/website/src/content/docs/concepts.md b/website/src/content/docs/concepts.md index d579124..995a417 100644 --- a/website/src/content/docs/concepts.md +++ b/website/src/content/docs/concepts.md @@ -1,6 +1,6 @@ --- title: Concepts -description: The mental model behind deterministic worlds, sealed runs, causal observation, and recursive agent societies. +description: Understand deterministic worlds, real AI agent societies, sealed runs, causal observation, replay, and recursive organizations in Simfile. --- ## The world is deterministic; the society is not diff --git a/website/src/content/docs/introduction.md b/website/src/content/docs/introduction.md index 2fb3f60..a5e4edb 100644 --- a/website/src/content/docs/introduction.md +++ b/website/src/content/docs/introduction.md @@ -1,6 +1,6 @@ --- title: Introduction -description: Simfile is a deterministic world and observation layer for testing societies of agents. +description: Learn how Simfile runs deterministic multi-agent simulations with real AI agents, modeled worlds, causal ledgers, and replayable experiments. --- Simfile is a research instrument for societies of agents. You declare a deterministic world around a Spawnfile organization, run the society inside it, seal the evidence, and then watch or scrub what happened. diff --git a/website/src/content/docs/quickstart.md b/website/src/content/docs/quickstart.md index b574ab0..97a6c92 100644 --- a/website/src/content/docs/quickstart.md +++ b/website/src/content/docs/quickstart.md @@ -1,6 +1,6 @@ --- title: Quickstart -description: Validate, run, observe, and replay a Simfile with the commands that ship today. +description: Validate, run, observe, and replay a deterministic multi-agent simulation with the Simfile commands that ship today. --- For the current source release, use the checkout's own built CLI with Node.js diff --git a/website/src/pages/index.astro b/website/src/pages/index.astro index 773a779..54b18cd 100644 --- a/website/src/pages/index.astro +++ b/website/src/pages/index.astro @@ -10,10 +10,10 @@ import '../styles/landing.css';
-