diff --git a/README.md b/README.md
index 96e47e72..40c785ee 100644
--- a/README.md
+++ b/README.md
@@ -24,11 +24,22 @@ exo: Run your own AI cluster at home with everyday devices. Maintained by [exo l
---
-Unify your existing devices into one powerful GPU: iPhone, iPad, Android, Mac, NVIDIA, Raspberry Pi, pretty much any device!
+> **EXO**
+>
+> EXO started out of a desire to run research experiments on large language models using the hardware we already owned.
+>
+> What began here is becoming part of something much larger.
+>
+> soon™
+>
+> \- The EXO Team
+
+---
+
+--ify your existing devices into one powerful GPU: iPhone, iPad, Android, Mac, NVIDIA, Raspberry Pi, pretty much any device!
Update: exo is hiring. See here for more details.
-
Interested in running exo in your business? Contact us to discuss.
## Get Involved
diff --git a/exo/main.py b/exo/main.py
index db91251c..1ac5672d 100644
--- a/exo/main.py
+++ b/exo/main.py
@@ -96,6 +96,16 @@ print(f"Selected inference engine: {args.inference_engine}")
print_yellow_exo()
+print("\n" + "="*80)
+print("EXO")
+print("="*80)
+print("\nEXO started out of a desire to run research experiments on large language")
+print("models using the hardware we already owned.")
+print("\nWhat began here is becoming part of something much larger.")
+print("\nsoon™")
+print("\n- The EXO Team")
+print("="*80 + "\n")
+
system_info = get_system_info()
print(f"Detected system: {system_info}")