-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdictionary.json
More file actions
34 lines (34 loc) · 1.25 KB
/
Copy pathdictionary.json
File metadata and controls
34 lines (34 loc) · 1.25 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
[
{
"term": "BMAD",
"definition": "Breakthrough Method for Agile AI-Driven Development.When using AI for coding in an ad-hoc way (vibe-coding / prompt-driven), there is often context loss, messy structure, inconsistent documentation, unclear scope. BMAD seeks to re-introduce structure by enforcing upfront planning + documentation + a defined workflow.",
"tags": [
"SW_design"
]
},
{
"term": "SDD",
"definition": "Software Design Document",
"tags": []
},
{
"term": "VPC",
"definition": "Stands for Virtual Private Cloud. Logically isolated segment of a cloud provider’s infrastructure where you can run resources (VMs, containers, databases) under your own network design",
"tags": []
},
{
"term": "Data residency",
"definition": "where data is stored physically",
"tags": []
},
{
"term": "Data Compliance",
"definition": "How you must treat the data to stay within the laws and rules on which the data is stored",
"tags": []
},
{
"term": "MLOPs",
"definition": "MLOps stands for \"Machine Learning Operations\".\nIt’s the discipline of managing the full lifecycle of ML models: development, training, deployment, monitoring, and continuous improvement.",
"tags": []
}
]