Skip to content

Commit 3da3683

Browse files
author
Andrey Cheptsov
committed
[Landing] Update headings and descriptions for clarity in README, installation, and quickstart guides to amplify agentic orchestration (WIP)
1 parent 6f1f1f4 commit 3da3683

File tree

4 files changed

+22
-20
lines changed

4 files changed

+22
-20
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ Configuration is updated at ~/.dstack/config.yml
8888

8989
</details>
9090

91-
### Install AI agent skills
91+
### Install agent skills
9292

9393
Install [skills](https://skills.sh/dstackai/dstack/dstack) to help AI agents use the `dstack` CLI and edit configuration files.
9494

docs/docs/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ Configuration is updated at ~/.dstack/config.yml
195195

196196
This configuration is stored in `~/.dstack/config.yml`.
197197

198-
## Install AI agent skills
198+
## Install agent skills
199199

200200
Install [skills](https://skills.sh/dstackai/dstack/dstack) to help AI agents use the `dstack` CLI and edit configuration files.
201201

docs/docs/quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description: Quick guide to creating fleets and submitting runs
66
# Quickstart
77

88
!!! info "Prerequsites"
9-
Before using `dstack`, ensure you've [installed](installation.md) the server and the CLI.
9+
Before using `dstack`, ensure you've [installed](installation.md) the server, CLI, and agent skills.
1010

1111
## Create a fleet
1212

docs/overrides/home.html

Lines changed: 19 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,9 @@
1717
<script src="https://unpkg.com/typed.js@2.1.0/dist/typed.umd.js"></script>
1818
<script>
1919
var typed = new Typed('#typed', {
20-
strings: ['for AI teams', 'for training', `for deployment of AI models`, `that works with on-prem`,
21-
'that works with any cloud'],
20+
strings: ['of AI infrastructure', 'for training', 'for inference', 'for sandboxes',
21+
'across GPU clouds', 'across Kubernetes', 'across on-prem clusters',
22+
'without vendor lock-in'],
2223
backDelay: 5000,
2324
typeSpeed: 150,
2425
backSpeed: 100,
@@ -35,10 +36,10 @@
3536
{delay: 0, value: ' ', class: 'newline'},
3637
{type: 'input', value: 'dstack server'},
3738
{delay: 0, value: ' ', class: 'newline'},
38-
{delay: 3000, value: 'Applying ~/.dstack/server/config.yml...', class: 'newline'},
3939
{delay: 0, value: 'The admin token is d7ad7f92-9f35-470d-be0e-c7645ce71a4c', class: 'newline'},
4040
{delay: 0, value: 'The dstack server 0.19.2 is running at http://127.0.0.1:3000', class: 'newline'},
4141
{delay: 0, value: ' ', class: 'newline'},
42+
{type: 'input', value: ''},
4243
]
4344
}
4445
);
@@ -50,12 +51,12 @@
5051
<div class="md-grid md-typeset">
5152
<div class="tx-landing__hero">
5253
<div class="tx-landing__hero_text">
53-
<h1 class="glitch" data-text="Open-source GPU-native orchestration">Open-source GPU-native orchestration</h1>
54+
<h1 class="glitch" data-text="Agentic orchestration" style="min-height: 2.4em;">Agentic orchestration<br><span id="typed" style="white-space: nowrap;"></span></h1>
5455

5556
<p>
56-
<span class="highlight">dstack</span> enables AI teams to provision GPUs and
57-
orchestrate containerized workloads across clouds, Kubernetes, or bare-metal clusters —
58-
increasing GPU utilization while reducing vendor lock-in.
57+
<span class="highlight">dstack</span> is an open-source protocol and control plane that gives AI agents and engineers
58+
fine-grained primitives to provision compute and manage training, inference, and sandboxes
59+
across GPU clouds, Kubernetes, and on-prem clusters.
5960
</p>
6061
</div>
6162

@@ -82,21 +83,22 @@ <h1 class="glitch" data-text="Open-source GPU-native orchestration">Open-source
8283
</div>
8384
</div>
8485
<div class="tx-landing__hero_button_container_text" style="text-align: center; font-size: 85%; margin-top: 1.25rem">
85-
Run development, distributed training, and high-throughput inference.
86+
Orchestration that doesn’t suck and works with agents.
8687
</div>
8788
</div>
8889

8990
<div class="tx-landing__major_feature">
9091
<div class="section">
9192
<div class="block margin right">
92-
<h2>A unified control plane for GPU orchestration</h2>
93+
<h2>A unified control plane for compute orchestration</h2>
9394
<p>
94-
Managing AI infrastructure requires efficient GPU orchestration tightly integrated with open-source training and
95-
inference frameworks.
95+
Managing AI infrastructure requires fine-grained control over GPU provisioning
96+
tightly integrated with open-source training and inference frameworks.
9697
</p>
9798

9899
<p>
99-
<span class="highlight">dstack</span> provides a unified control plane&mdash;so workloads stay portable, reproducible, and infrastructure remains interchangeable.
100+
<span class="highlight">dstack</span> provides a unified control plane with a declarative interface
101+
that works across clouds, Kubernetes, and on-prem&mdash;whether operated by engineers or their AI agents.
100102
</p>
101103

102104
<!-- TODO: Add `Why dstack?` -->
@@ -170,7 +172,7 @@ <h2>A unified control plane for GPU orchestration</h2>
170172
</div>
171173

172174
<div class="block margin">
173-
<h2>Native integration with GPU clouds</h2>
175+
<h2>Natively works with every GPU cloud</h2>
174176
<p>
175177
<span class="highlight">dstack</span> natively integrates with leading GPU clouds for fast, efficient provisioning.
176178
</p>
@@ -243,14 +245,14 @@ <h2>Easy to use with on-prem clusters</h2>
243245
</div>
244246

245247
<div class="block margin left">
246-
<h2>Dev environments</h2>
248+
<h2>Launch agentic dev environments</h2>
247249
<p>
248250
Before training or deploying models, ML engineers need interactive GPU access to experiment and debug.
249251
</p>
250252

251253
<p><span class="highlight">dstack</span>'s dev environments let you connect desktop IDEs such as <span class="highlight">VS
252254
Code</span>, <span class="highlight">Cursor</span>, and
253-
<span class="highlight">Windsurf</span> directly to cloud or on-prem GPUs.
255+
<span class="highlight">Windsurf</span>&mdash;and their AI agents&mdash;directly to cloud or on-prem GPUs.
254256
</p>
255257

256258
<p>
@@ -267,7 +269,7 @@ <h2>Dev environments</h2>
267269
<div class="tx-landing__major_feature">
268270
<div class="section">
269271
<div class="block margin right">
270-
<h2>Single-node &amp; distributed tasks</h2>
272+
<h2>Submit training and batch jobs</h2>
271273

272274
<p>
273275
Run training or batch workloads on a single GPU, or scale to multi-GPU and multi-node clusters using simple task configurations.
@@ -302,7 +304,7 @@ <h2>Single-node &amp; distributed tasks</h2>
302304
</div>
303305

304306
<div class="block margin left">
305-
<h2>Scalable model inference</h2>
307+
<h2>Deploy model inference and apps</h2>
306308

307309
<p>
308310
With <span class="highlight">dstack</span>, you can deploy models as secure,

0 commit comments

Comments
 (0)