diff --git a/courses/ai1sysproj.md b/courses/ai1sysproj.md
new file mode 100644
index 0000000000000000000000000000000000000000..44dde2b7f8b1d5cffb910a9ed71517241975de07
--- /dev/null
+++ b/courses/ai1sysproj.md
@@ -0,0 +1,29 @@
+---
+layout: course
+
+title: AI-1 Systems Project
+instructors:
+    - mkohlhase
+
+semesters:
+    - WS21/22 
+---
+
+The AI-1 Systems Project aims to provide hands-on experience for the topics covered in the [Artificial Intelligence 1 lecture](/courses/ai1/).
+That includes the implementation of algorithms for specific problems and the use of existing tools.
+
+The [Artificial Intelligence 1 lecture](/courses/ai1/) ([last year's lecture notes for AI 1 & 2](/teaching/AI/notes-2019-20.pdf)
+is not a strict requirement but we do recommend to take it as we will not teach the topics again in the project.
+Note that the project will generally be paced more slowly than the lecture, i.e. you can take the project and the lecture in parallel.
+
+This is the first iteration of the AI-1 Systems Project and we only recently started planning it.
+Therefore, a lot of things are not yet decided and we will update this website as we go along.
+The AI-1 Systems Project will consist of several projects, which you will work on individually or in teams.
+
+
+### Project plan (work in progress)
+
+| Topic | Project |
+|-------|---------|
+| Search | Find "best" connections for the Indian railway network |
+| Adversarial Search | ? |