diff --git a/README.md b/README.md
index 54ed4049..8998edf8 100644
--- a/README.md
+++ b/README.md
@@ -8,7 +8,10 @@
-
The IDE for mid-training model development.
+
PyTorch Dataset Debugger Powered by Training Signals.
+
Pause training, mine live loss signals to surface mislabels, class imbalance & outliers,
then curate your image, video & LiDAR data — without restarting.
+
+

@@ -17,9 +20,24 @@
-WeightsLab is an IDE for mid-training model development. Wrap your training script with the SDK to make it live, inspectable, and editable — then use Studio to supervise data distribution, fix problems, and ship without restarting.
+## What it does
+
+Most data problems are invisible until your model tells you — through loss spikes,
+poor generalization, or silent underperformance. WeightsLab connects those training
+signals back to the exact samples causing them.
-If weightslab saves you a training restart → **give it a star ⭐**
+**Wrap your training script with the SDK** to capture per-sample signals live.
+**Open Studio** to inspect, filter, and curate your dataset — mid-training, without restarting.
+
+- 🔍 **Detect** - Surface mislabels, outliers & class imbalance using live loss signals
+- ✂️ **Curate** - Discard bad samples, create data subsets, rebalance distributions
+- ▶️ **Continue** Resume training on your cleaned dataset — no restart required
+
+
+
+If WeightsLab saves you a training restart → **give it a star ⭐**
+
+
## Quickstart
@@ -48,6 +66,8 @@ wl.serve(serving_grpc=True, serving_cli=False)
```bash
weightslab ui launch # then open https://localhost:5173 🚀
```
+
+
For a detailed installation guide and advanced configuration → [Installation Documentation](https://grayboxtech.github.io/weightslab/latest/quickstart.html).