iiRecord
Agentic AI Atlas · Algorithm Benchmarking
workflow:algorithm-benchmarkinga5c.ai
II.
Workflow JSON

workflow:algorithm-benchmarking

Structured · live

Algorithm Benchmarking json

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

File · workflows/workflows/workflows-algorithms.yamlCluster · workflows
Record JSON
{
  "id": "workflow:algorithm-benchmarking",
  "_kind": "Workflow",
  "_file": "workflows/workflows/workflows-algorithms.yaml",
  "_cluster": "workflows",
  "attributes": {
    "displayName": "Algorithm Benchmarking",
    "workflowKind": "development",
    "triggerType": "on-demand",
    "typicalCadence": "per-implementation",
    "complexity": "single-team",
    "description": "Benchmarks competing algorithm implementations against standardized\ndatasets and hardware — measuring time complexity, space usage, cache\nbehavior, and scalability curves; producing comparison reports with\nstatistical significance analysis. Excludes algorithm design.\n"
  },
  "outgoingEdges": [
    {
      "from": "workflow:algorithm-benchmarking",
      "to": "role:data-scientist",
      "kind": "involves_role",
      "attributes": {}
    },
    {
      "from": "workflow:algorithm-benchmarking",
      "to": "role:implementer",
      "kind": "involves_role",
      "attributes": {}
    },
    {
      "from": "workflow:algorithm-benchmarking",
      "to": "role:performance-profiler",
      "kind": "involves_role",
      "attributes": {}
    },
    {
      "from": "workflow:algorithm-benchmarking",
      "to": "skill-area:python-data-pipelines",
      "kind": "requires_skill_area",
      "attributes": {}
    },
    {
      "from": "workflow:algorithm-benchmarking",
      "to": "domain:scientific-computing",
      "kind": "applies_to_domain",
      "attributes": {}
    },
    {
      "from": "workflow:algorithm-benchmarking",
      "to": "domain:software-engineering",
      "kind": "applies_to_domain",
      "attributes": {}
    },
    {
      "from": "workflow:algorithm-benchmarking",
      "to": "responsibility:performance-budget-tracking",
      "kind": "triggers_responsibility",
      "attributes": {}
    },
    {
      "from": "workflow:algorithm-benchmarking",
      "to": "org-unit:research-engineering",
      "kind": "performed_by_org_unit",
      "attributes": {}
    },
    {
      "from": "workflow:algorithm-benchmarking",
      "to": "org-unit:engineering",
      "kind": "performed_by_org_unit",
      "attributes": {}
    }
  ],
  "incomingEdges": []
}