II.
SkillArea JSON
Structured · liveskill-area:model-optimisation
Model Optimisation json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "skill-area:model-optimisation",
"_kind": "SkillArea",
"_file": "domain/skill-areas/skill-areas-ecosystem-expansion.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Model Optimisation",
"description": "Optimizing ML model performance and efficiency — quantization, pruning,\ndistillation, compilation (ONNX, TensorRT), and hardware-specific tuning\nto reduce inference latency and cost without sacrificing quality.\n",
"domains": [
"domain:ml-ops"
],
"expertiseLevels": [
"intermediate",
"expert"
]
},
"outgoingEdges": [
{
"from": "skill-area:model-optimisation",
"to": "domain:ml-ops",
"kind": "applies_to",
"attributes": {
"confidence": "primary"
}
}
],
"incomingEdges": [
{
"from": "skill-area:model-serving",
"to": "skill-area:model-optimisation",
"kind": "prerequisite_for_learning",
"attributes": {
"strength": "recommended"
}
},
{
"from": "skill-area:machine-learning",
"to": "skill-area:model-optimisation",
"kind": "prerequisite_for_learning",
"attributes": {
"strength": "recommended"
}
},
{
"from": "tool:tensorrt",
"to": "skill-area:model-optimisation",
"kind": "tool_used_by",
"attributes": {}
},
{
"from": "tool:onnx-runtime",
"to": "skill-area:model-optimisation",
"kind": "tool_used_by",
"attributes": {}
}
]
}