diff --git a/knowledge base/dagger.md b/knowledge base/dagger.md
index 7f27128..383bbd0 100644
--- a/knowledge base/dagger.md
+++ b/knowledge base/dagger.md
@@ -1,11 +1,11 @@
# Dagger
-> TODO
+Open-source runtime for composable workflows.
+Intended for systems with many moving parts and strong needs for repeatability, modularity, observability and
+cross-platform support, which makes it good for AI agents and CI/CD workflows.
-Programmable tool aiming to replace scripts with a modern API and cross-language scripting engine.
-
-
+Tries to replace software projects' artisanal scripts with a modern API and cross-language scripting engine.
+Helps to create consistent and reliable local development and testing environments that can do whatever one's CI can.
1. [TL;DR](#tldr)
1. [Further readings](#further-readings)
@@ -13,15 +13,14 @@ Programmable tool aiming to replace scripts with a modern API and cross-language
## TL;DR
-