diff --git a/website/index.html b/website/index.html
index 2de1c86..66387fe 100644
--- a/website/index.html
+++ b/website/index.html
@@ -35,7 +35,7 @@
Hello, [:stranger_name]!
- This page introduces MetaPrompt, a programming language for LLM agents with LLM-powered control flow.
+ This page introduces MetaPrompt, a programming language for AI agents with LLM-powered control flow.
Project status
@@ -47,7 +47,7 @@
- - Templating - variable substitution and managing prompt boilerplate, just like with a templating engine
+ - Templating - variable substitution and managing prompt boilerplate, just like with a template engine
- Prompt rewriting - crafting prompts suitable for a given task based on a set of high-level rules, moderating input contents, or selecting the most suitable model for a task automatically
- Input moderation - implementing LLM-powered content filters.
- Prompt structuring - using modules and packages to organize parameterized prompts