II.
LibraryProcess JSON
Structured · livelib-process:scientific-discovery--value-of-information-reasoning
value-of-information-reasoning json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "lib-process:scientific-discovery--value-of-information-reasoning",
"_kind": "LibraryProcess",
"_file": "generated-library/processes.yaml",
"_cluster": "generated-library",
"attributes": {
"displayName": "value-of-information-reasoning",
"description": "Prioritize which measurements reduce uncertainty most; compute VOI before acquiring data",
"libraryPath": "library/specializations/domains/science/scientific-discovery/value-of-information-reasoning.js",
"specialization": "scientific-discovery",
"references": [
"- Howard, R.A. (1966). Information value theory\n- Raiffa, H. & Schlaifer, R. (1961). Applied Statistical Decision Theory\n- Keisler, J.M. et al. (2014). Value of information analysis: State of the practice"
],
"example": "// Input: Decision under uncertainty with potential information sources\n// Output: Prioritized information acquisition strategy maximizing value",
"usesAgents": [
"bayesian-inference-engine"
]
},
"outgoingEdges": [
{
"from": "lib-process:scientific-discovery--value-of-information-reasoning",
"to": "skill-area:data-analysis",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:scientific-discovery--value-of-information-reasoning",
"to": "skill-area:statistical-analysis",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:scientific-discovery--value-of-information-reasoning",
"to": "skill-area:deep-web-research",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.5
}
},
{
"from": "lib-process:scientific-discovery--value-of-information-reasoning",
"to": "domain:scientific-discovery",
"kind": "lib_applies_to_domain",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:scientific-discovery--value-of-information-reasoning",
"to": "role:research-engineer",
"kind": "lib_involves_role",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:scientific-discovery--value-of-information-reasoning",
"to": "role:computational-scientist",
"kind": "lib_involves_role",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:scientific-discovery--value-of-information-reasoning",
"to": "workflow:experiment-design",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:scientific-discovery--value-of-information-reasoning",
"to": "workflow:peer-review-cycle",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:scientific-discovery--value-of-information-reasoning",
"to": "specialization:scientific-research-methods",
"kind": "lib_belongs_to_specialization",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:scientific-discovery--value-of-information-reasoning",
"to": "specialization:scientific-discovery",
"kind": "lib_belongs_to_specialization",
"attributes": {
"weight": 0.9
}
}
],
"incomingEdges": []
}