{
  "site": "https://neurarch.com",
  "description": "Everything Neurarch publishes: datasets, callable verifier surfaces, open-source repositories, and the JSON indexes an agent can enumerate.",
  "page": "https://neurarch.com/resources.html",
  "verify": "https://www.neurarch.com/api/v1/check",
  "datasets": [
    {
      "key": "architectures",
      "name": "Neurarch architecture corpus",
      "size": "36 architectures",
      "license": "CC0-1.0",
      "page": "https://neurarch.com/d/architectures.html",
      "downloads": [
        "https://neurarch.com/a/index.json",
        "https://huggingface.co/datasets/neurarch-ai/neurarch-architectures"
      ]
    },
    {
      "key": "checks",
      "name": "Neurarch structural check catalogue",
      "size": "41 checks",
      "license": "CC-BY-4.0",
      "page": "https://neurarch.com/d/checks.html",
      "downloads": [
        "https://neurarch.com/r/index.json",
        "https://huggingface.co/datasets/neurarch-ai/neurarch-structural-checks"
      ]
    },
    {
      "key": "grounding-264",
      "name": "Verifier grounding study (264 graphs)",
      "size": "264 graphs",
      "license": "MIT",
      "page": "https://neurarch.com/d/grounding-264.html",
      "downloads": [
        "https://raw.githubusercontent.com/neurarch-ai/neurarch-arch-bench/main/grounding_results.csv",
        "https://huggingface.co/datasets/neurarch-ai/arch-verifier-grounding-264"
      ]
    },
    {
      "key": "arena",
      "name": "Arch-Bench arena results",
      "size": "18 model-split results",
      "license": "CC-BY-4.0",
      "page": "https://neurarch.com/d/arena.html",
      "downloads": [
        "https://neurarch.com/leaderboard-data.json"
      ]
    },
    {
      "key": "bench-tasks",
      "name": "Arch-Bench task set",
      "size": "12 curated tasks, 8 fixtures",
      "license": "MIT",
      "page": "https://neurarch.com/d/bench-tasks.html",
      "downloads": [
        "https://raw.githubusercontent.com/neurarch-ai/neurarch-arch-bench/main/tasks.json",
        "https://huggingface.co/datasets/neurarch-ai/arch-bench-tasks"
      ]
    },
    {
      "key": "arch-design-sft",
      "name": "arch-design-sft: verified architecture-design SFT data",
      "size": "3,010 verified examples",
      "license": "MIT",
      "page": "https://neurarch.com/d/arch-design-sft.html",
      "downloads": [
        "https://raw.githubusercontent.com/neurarch-ai/neurarch-arch-bench/main/training/sft-3k.chat.jsonl",
        "https://raw.githubusercontent.com/neurarch-ai/neurarch-arch-bench/main/training/sft-3k.raw.jsonl",
        "https://huggingface.co/datasets/neurarch-ai/arch-design-sft"
      ]
    },
    {
      "key": "outcome-triples",
      "name": "Structure, verdict and trained outcome triples",
      "size": "80 trained graphs",
      "license": "MIT",
      "page": "https://neurarch.com/d/outcome-triples.html",
      "downloads": [
        "https://raw.githubusercontent.com/neurarch-ai/neurarch-arch-bench/main/triples.jsonl",
        "https://huggingface.co/datasets/neurarch-ai/arch-outcome-triples"
      ]
    },
    {
      "key": "reasoning-claude",
      "name": "Verified architecture-design reasoning traces (Claude)",
      "size": "306 verified traces",
      "license": "MIT",
      "page": "https://neurarch.com/d/reasoning-claude.html",
      "downloads": [
        "https://huggingface.co/datasets/neurarch-ai/arch-reasoning-claude"
      ]
    },
    {
      "key": "reasoning-grok",
      "name": "Verified architecture-design reasoning traces (Grok)",
      "size": "376 verified traces",
      "license": "MIT",
      "page": "https://neurarch.com/d/reasoning-grok.html",
      "downloads": [
        "https://huggingface.co/datasets/neurarch-ai/arch-reasoning-grok"
      ]
    }
  ],
  "surfaces": [
    {
      "name": "Verifier API",
      "url": "https://neurarch.com/developer.html",
      "note": "POST a graph to /api/v1/check and get the verdict the app shows a human: readiness, cost, deploy target. Deterministic, no model call."
    },
    {
      "name": "Structural lint API",
      "url": "https://neurarch.com/developer.html",
      "note": "POST /api/v1/lint returns the structural findings alone, when the full pipeline verdict is more than you need."
    },
    {
      "name": "Candidate ranking API",
      "url": "https://neurarch.com/developer.html",
      "note": "POST /api/v1/rank orders k unexecuted designs for an agent that proposed more candidates than it can afford to train."
    },
    {
      "name": "MCP server",
      "url": "https://github.com/neurarch-ai/neurarch-mcp",
      "note": "The checks as tools an agent can call over stdio, on a laptop, offline."
    },
    {
      "name": "GitHub Action",
      "url": "https://github.com/neurarch-ai/neurarch-lint",
      "note": "The same checks on every pull request that touches a model."
    }
  ],
  "openSource": [
    {
      "name": "neurarch-arch-bench",
      "url": "https://github.com/neurarch-ai/neurarch-arch-bench",
      "note": "The benchmark and RL environment: tasks, the deterministic grader, an env server, and the training data on this page. MIT."
    },
    {
      "name": "neurarch-mcp",
      "url": "https://github.com/neurarch-ai/neurarch-mcp",
      "note": "MCP server on npm. MIT."
    },
    {
      "name": "neurarch-lint",
      "url": "https://github.com/neurarch-ai/neurarch-lint",
      "note": "The CI action, built to be copied. MIT."
    }
  ],
  "indexes": [
    {
      "name": "/d/index.json",
      "url": "https://neurarch.com/d/index.json",
      "note": "Every dataset, with licences and download URLs."
    },
    {
      "name": "/a/index.json",
      "url": "https://neurarch.com/a/index.json",
      "note": "Every architecture, with a graph URL to fetch and edit."
    },
    {
      "name": "/r/index.json",
      "url": "https://neurarch.com/r/index.json",
      "note": "Every structural check, with its trigger and its provenance."
    },
    {
      "name": "/resources.json",
      "url": "https://neurarch.com/resources.json",
      "note": "This page, as data."
    }
  ]
}
