iiRecord
Agentic AI Atlas · mechanistic-reasoning
lib-process:scientific-discovery--mechanistic-reasoninga5c.ai
II.
LibraryProcess JSON

lib-process:scientific-discovery--mechanistic-reasoning

Structured · live

mechanistic-reasoning json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · generated-library/processes.yamlCluster · generated-library
Record JSON
{
  "id": "lib-process:scientific-discovery--mechanistic-reasoning",
  "_kind": "LibraryProcess",
  "_file": "generated-library/processes.yaml",
  "_cluster": "generated-library",
  "attributes": {
    "displayName": "mechanistic-reasoning",
    "description": "Mechanistic Reasoning Process - Explain phenomena by identifying internal parts,\ntheir interactions, organization, and causal activities that produce the phenomenon.",
    "libraryPath": "library/specializations/domains/science/scientific-discovery/mechanistic-reasoning.js",
    "specialization": "scientific-discovery",
    "references": [
      "- Machamer, Darden, Craver (2000). Thinking about Mechanisms\n- Bechtel & Abrahamsen (2005). Explanation: A Mechanist Alternative\n- Craver (2007). Explaining the Brain: Mechanisms and the Mosaic Unity of Neuroscience\n- Glennan (2017). The New Mechanical Philosophy"
    ],
    "example": "const result = await orchestrate('specializations/domains/science/scientific-discovery/mechanistic-reasoning', {\n  domain: 'Neuroscience',\n  phenomenon: 'Long-term potentiation in hippocampus',\n  observedBehavior: { synapticStrengthening: true, duration: 'hours to days' },\n  priorMechanisms: [{ name: 'NMDA receptor activation', role: 'trigger' }]\n});",
    "usesAgents": [
      "causal-inference-engine"
    ]
  },
  "outgoingEdges": [
    {
      "from": "lib-process:scientific-discovery--mechanistic-reasoning",
      "to": "skill-area:data-analysis",
      "kind": "lib_requires_skill_area",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:scientific-discovery--mechanistic-reasoning",
      "to": "skill-area:statistical-analysis",
      "kind": "lib_requires_skill_area",
      "attributes": {
        "weight": 0.7
      }
    },
    {
      "from": "lib-process:scientific-discovery--mechanistic-reasoning",
      "to": "skill-area:deep-web-research",
      "kind": "lib_requires_skill_area",
      "attributes": {
        "weight": 0.5
      }
    },
    {
      "from": "lib-process:scientific-discovery--mechanistic-reasoning",
      "to": "domain:scientific-discovery",
      "kind": "lib_applies_to_domain",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:scientific-discovery--mechanistic-reasoning",
      "to": "role:research-engineer",
      "kind": "lib_involves_role",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:scientific-discovery--mechanistic-reasoning",
      "to": "role:computational-scientist",
      "kind": "lib_involves_role",
      "attributes": {
        "weight": 0.7
      }
    },
    {
      "from": "lib-process:scientific-discovery--mechanistic-reasoning",
      "to": "workflow:experiment-design",
      "kind": "lib_implements_workflow",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:scientific-discovery--mechanistic-reasoning",
      "to": "workflow:peer-review-cycle",
      "kind": "lib_implements_workflow",
      "attributes": {
        "weight": 0.7
      }
    },
    {
      "from": "lib-process:scientific-discovery--mechanistic-reasoning",
      "to": "specialization:scientific-research-methods",
      "kind": "lib_belongs_to_specialization",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:scientific-discovery--mechanistic-reasoning",
      "to": "specialization:scientific-discovery",
      "kind": "lib_belongs_to_specialization",
      "attributes": {
        "weight": 0.9
      }
    }
  ],
  "incomingEdges": []
}