You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/tutorials/quickstart.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ a cooking analogy:
25
25
|**You**| The engineer/developer/builder working | The head chef cooking the meal |
26
26
|**Templates**| A Terraform blueprint that defines your dev environment (OS, tools, resources) | Recipe for a meal |
27
27
|**Workspaces**| The actual running environment created from the template | The cooked meal |
28
-
|**Tasks**| AI-powered coding agents that run inside a workspace | Smart kitchen appliance that help you cook |
28
+
|**Tasks**| AI-powered coding agents that run inside a workspace | Smart kitchen appliance that help you cook |
29
29
|**Users**| A developer who launches the workspace from a template and does their work inside it | The people eating the meal |
30
30
31
31
**Putting it Together:** Coder separates who _defines_ environments from who _uses_ them. Admins create and manage Templates, the recipes, while developers use those Templates to launch Workspaces, the meals. Inside those Workspaces, developers can also run Tasks, the smart kitchen appliance, to help speed up day-to-day work.
0 commit comments