II.
LibraryProcess JSON
Structured · livelib-process:scientific-discovery--mechanism-design-incentive-engineering
mechanism-design-incentive-engineering json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "lib-process:scientific-discovery--mechanism-design-incentive-engineering",
"_kind": "LibraryProcess",
"_file": "generated-library/processes.yaml",
"_cluster": "generated-library",
"attributes": {
"displayName": "mechanism-design-incentive-engineering",
"description": "Mechanism Design and Incentive Engineering - Design rules, institutions, and incentive\nstructures so that self-interested behavior by rational agents achieves desired collective outcomes\nin scientific research, collaboration, peer review, and resource allocation contexts.",
"libraryPath": "library/specializations/domains/science/scientific-discovery/mechanism-design-incentive-engineering.js",
"specialization": "scientific-discovery",
"references": [
"- Mechanism Design Theory: https://www.nobelprize.org/prizes/economic-sciences/2007/summary/\n- Incentive-Compatible Mechanisms: https://plato.stanford.edu/entries/game-theory/#MechDesi\n- Auction Theory: https://www.nobelprize.org/prizes/economic-sciences/2020/summary/\n- Implementation Theory: https://www.sciencedirect.com/topics/economics-econometrics-and-finance/implementation-theory"
],
"example": "const result = await orchestrate('specializations/domains/science/scientific-discovery/mechanism-design-incentive-engineering', {\n objectives: ['Accurate peer review', 'Timely reviews', 'Constructive feedback'],\n agents: [{ type: 'reviewer', incentives: ['reputation', 'reciprocity'] }, { type: 'author', incentives: ['publication', 'quality feedback'] }],\n constraints: { budget: 'limited', voluntaryParticipation: true },\n context: 'Peer review incentive system design'\n});",
"usesAgents": [
"hypothesis-generator"
]
},
"outgoingEdges": [
{
"from": "lib-process:scientific-discovery--mechanism-design-incentive-engineering",
"to": "skill-area:data-analysis",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:scientific-discovery--mechanism-design-incentive-engineering",
"to": "skill-area:statistical-analysis",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:scientific-discovery--mechanism-design-incentive-engineering",
"to": "skill-area:deep-web-research",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.5
}
},
{
"from": "lib-process:scientific-discovery--mechanism-design-incentive-engineering",
"to": "domain:scientific-discovery",
"kind": "lib_applies_to_domain",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:scientific-discovery--mechanism-design-incentive-engineering",
"to": "role:research-engineer",
"kind": "lib_involves_role",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:scientific-discovery--mechanism-design-incentive-engineering",
"to": "role:computational-scientist",
"kind": "lib_involves_role",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:scientific-discovery--mechanism-design-incentive-engineering",
"to": "workflow:experiment-design",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:scientific-discovery--mechanism-design-incentive-engineering",
"to": "workflow:peer-review-cycle",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:scientific-discovery--mechanism-design-incentive-engineering",
"to": "specialization:scientific-research-methods",
"kind": "lib_belongs_to_specialization",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:scientific-discovery--mechanism-design-incentive-engineering",
"to": "specialization:scientific-discovery",
"kind": "lib_belongs_to_specialization",
"attributes": {
"weight": 0.9
}
}
],
"incomingEdges": []
}