diff --git a/courses/ai1sysproj.md b/courses/ai1sysproj.md
index b8cbfa6537e8697aa83c38648701f757df27029f..56d02836df2271e386e6f7c6619892737ccd534e 100644
--- a/courses/ai1sysproj.md
+++ b/courses/ai1sysproj.md
@@ -60,5 +60,5 @@ In the AI Master you need two projects, so you could even take both (then taking
 |-------|---------|
 | Search | Find "best" connections for the Indian railway network |
 | Adversarial Search | Current plan: Create an agent for a variant of [Sternhalma](https://en.wikipedia.org/wiki/Chinese_checkers) |
-| Constraint Satisfaction | Current idea: Create a schedule for FAU lectures (if we get the data) |
+| Constraint Satisfaction | Current idea: Use a CSP solver to create a schedule for FAU lectures (if we get the data) |