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
fix a grammar issue.Added an extra whitespace to the end / expanded the width of the tableto maintain space as adding the one char would have pushed `helps` hardup against the table edge.> If you have used AI to produce some or all of this PR, please ensureyou have read our [AI Contributionguidelines](https://coder.com/docs/about/contributing/AI_CONTRIBUTING)before submitting.no AICo-authored-by: david-fraley <67079030+david-fraley@users.noreply.github.com>
|**You**| The engineer/developer/builder working| The head chef cooking the meal|
26
+
|**Templates**| A Terraform blueprint that defines your dev environment (OS, tools, resources)| Recipe for a meal|
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 thathelps you cook|
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.