iiRecord
Agentic AI Atlas · Self-Assessment Loop
methodology:self-assessmenta5c.ai
II.
Methodology JSON

methodology:self-assessment

Structured · live

Self-Assessment Loop json

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

File · domain/methodologies/methodologies.yamlCluster · domain
Record JSON
{
  "id": "methodology:self-assessment",
  "_kind": "Methodology",
  "_file": "domain/methodologies/methodologies.yaml",
  "_cluster": "domain",
  "attributes": {
    "displayName": "Self-Assessment Loop",
    "description": "A self-critical iterative improvement methodology where an agent executes a task,\ncritically evaluates its own work against defined criteria, identifies weaknesses\nand improvement opportunities, and iteratively refines until a quality threshold\nis met. Configurable assessment criteria and quality thresholds allow tailoring\nthe self-evaluation rigor to the task at hand, enabling autonomous quality\nconvergence.\n",
    "methodologyKind": "research",
    "origin": "Babysitter community"
  },
  "outgoingEdges": [
    {
      "from": "methodology:self-assessment",
      "to": "domain:software-engineering",
      "kind": "applies_to"
    }
  ],
  "incomingEdges": [
    {
      "from": "lib-process:shared--self-assessment",
      "to": "methodology:self-assessment",
      "kind": "follows_methodology",
      "attributes": {
        "weight": 1
      }
    }
  ]
}