Longterm Wiki

The MIRI Era (2000-2015)

miri-erahistoricalPath: /knowledge-base/history/miri-era/
E203Entity ID (EID)
← Back to page1 backlinksQuality: 31Updated: 2026-03-13
Page Recorddatabase.json — merged from MDX frontmatter + Entity YAML + computed metrics at build time
{
  "id": "miri-era",
  "numericId": null,
  "path": "/knowledge-base/history/miri-era/",
  "filePath": "knowledge-base/history/miri-era.mdx",
  "title": "The MIRI Era (2000-2015)",
  "quality": 31,
  "readerImportance": 86,
  "researchImportance": 80.5,
  "tacticalValue": 20,
  "contentFormat": "article",
  "tractability": null,
  "neglectedness": null,
  "uncertainty": null,
  "causalLevel": null,
  "lastUpdated": "2026-03-13",
  "dateCreated": "2026-02-15",
  "llmSummary": "Comprehensive chronological account of AI safety's institutional emergence (2000-2015), from MIRI's founding through Bostrom's Superintelligence to mainstream recognition. Covers key organizations, ideas (orthogonality thesis, instrumental convergence, CEV), and the transition from philosophy to technical research, but offers minimal novel analysis or actionable insights for current prioritization work.",
  "description": "The formation of organized AI safety research, from the Singularity Institute to Bostrom's Superintelligence",
  "ratings": {
    "novelty": 2.5,
    "rigor": 3,
    "actionability": 1.5,
    "completeness": 6
  },
  "category": "history",
  "subcategory": "ai-history",
  "clusters": [
    "community",
    "ai-safety"
  ],
  "metrics": {
    "wordCount": 5179,
    "tableCount": 1,
    "diagramCount": 0,
    "internalLinks": 63,
    "externalLinks": 0,
    "footnoteCount": 0,
    "bulletRatio": 0.3,
    "sectionCount": 57,
    "hasOverview": true,
    "structuralScore": 9
  },
  "suggestedQuality": 60,
  "updateFrequency": 90,
  "evergreen": true,
  "wordCount": 5179,
  "unconvertedLinks": [],
  "unconvertedLinkCount": 0,
  "convertedLinkCount": 0,
  "backlinkCount": 1,
  "hallucinationRisk": {
    "level": "high",
    "score": 90,
    "factors": [
      "specific-factual-claims",
      "no-citations",
      "low-rigor-score",
      "low-quality-score",
      "few-external-sources"
    ]
  },
  "entityType": "historical",
  "redundancy": {
    "maxSimilarity": 22,
    "similarPages": [
      {
        "id": "eliezer-yudkowsky",
        "title": "Eliezer Yudkowsky",
        "path": "/knowledge-base/people/eliezer-yudkowsky/",
        "similarity": 22
      },
      {
        "id": "deep-learning-era",
        "title": "Deep Learning Revolution (2012-2020)",
        "path": "/knowledge-base/history/deep-learning-era/",
        "similarity": 21
      },
      {
        "id": "early-warnings",
        "title": "Early Warnings (1950s-2000)",
        "path": "/knowledge-base/history/early-warnings/",
        "similarity": 21
      },
      {
        "id": "why-alignment-hard",
        "title": "Why Alignment Might Be Hard",
        "path": "/knowledge-base/debates/why-alignment-hard/",
        "similarity": 19
      },
      {
        "id": "ai-timelines",
        "title": "AI Timelines",
        "path": "/knowledge-base/models/ai-timelines/",
        "similarity": 19
      }
    ]
  },
  "changeHistory": [
    {
      "date": "2026-02-23",
      "branch": "feat/batch-improve-high-risk-pages",
      "title": "Auto-improve (standard): The MIRI Era (2000-2015)",
      "summary": "Improved \"The MIRI Era (2000-2015)\" via standard pipeline (381.9s). Quality score: 84. Issues resolved: Frontmatter field 'quality: 31' appears inconsistent with th; The 'Dissenting Academic Perspectives During This Period' su; The '2016 paper Concrete Problems in AI Safety' is mentioned.",
      "duration": "381.9s",
      "cost": "$5-8"
    },
    {
      "date": "2026-02-18",
      "branch": "claude/audit-webpage-errors-X4jHg",
      "title": "Audit wiki pages for factual errors and hallucinations",
      "summary": "Systematic audit of ~20 wiki pages for factual errors, hallucinations, and inconsistencies. Found and fixed 25+ confirmed errors across 17 pages, including wrong dates, fabricated statistics, false attributions, missing major events, broken entity references, misattributed techniques, and internal inconsistencies."
    },
    {
      "date": "2026-02-17",
      "branch": "claude/review-wiki-editing-scCul",
      "title": "Wiki editing system refactoring",
      "summary": "Six refactors to the wiki editing pipeline: (1) extracted shared regex patterns to `crux/lib/patterns.ts`, (2) refactored validation in page-improver to use in-process engine calls instead of subprocess spawning, (3) split the 694-line `phases.ts` into 7 individual phase modules under `phases/`, (4) created shared LLM abstraction `crux/lib/llm.ts` unifying duplicated streaming/retry/tool-loop code, (5) added Zod schemas for LLM JSON response validation, (6) decomposed 820-line mermaid validation into `crux/lib/mermaid-checks.ts` (604 lines) + slim orchestrator (281 lines). Follow-up review integrated patterns.ts across 19+ files, fixed dead imports, corrected ToolHandler type, wired mdx-utils.ts to use shared patterns, replaced hardcoded model strings with MODELS constants, replaced `new Anthropic()` with `createLlmClient()`, replaced inline `extractText` implementations with shared `extractText()` from llm.ts, integrated `MARKDOWN_LINK_RE` into link validators, added `objectivityIssues` to the `AnalysisResult` type (removing an unsafe cast in utils.ts), fixed CI failure from eager client creation, and tested the full pipeline by improving 3 wiki pages. After manual review of 3 improved pages, fixed 8 systematic pipeline issues: (1) added content preservation instructions to prevent polish-tier content loss, (2) made auto-grading default after --apply, (3) added polish-tier citation suppression to prevent fabricated citations, (4) added Quick Assessment table requirement for person pages, (5) added required Overview section enforcement, (6) added section deduplication and content repetition checks to review phase, (7) added bare URL→markdown link conversion instruction, (8) extended biographical claim checker to catch publication/co-authorship and citation count claims.\n\nSubsequent iterative testing and prompt refinement: ran pipeline on jan-leike, chris-olah, far-ai pages. Discovered and fixed: (a) `<!-- NEEDS CITATION -->` HTML comments break MDX compilation (changed to `{/* NEEDS CITATION */}`), (b) excessive citation markers at polish tier — added instruction to only mark NEW claims (max 3-5 per page), (c) editorial meta-comments cluttering output — added no-meta-comments instruction, (d) thin padding sections — added anti-padding instruction, (e) section deduplication needed stronger emphasis — added merge instruction with common patterns. Final test results: jan-leike 1254→1997 words, chris-olah 1187→1687 words, far-ai 1519→2783 words, miri-era 2678→4338 words; all MDX compile, zero critical issues.",
      "pr": 184
    }
  ],
  "coverage": {
    "passing": 6,
    "total": 13,
    "targets": {
      "tables": 21,
      "diagrams": 2,
      "internalLinks": 41,
      "externalLinks": 26,
      "footnotes": 16,
      "references": 16
    },
    "actuals": {
      "tables": 1,
      "diagrams": 0,
      "internalLinks": 63,
      "externalLinks": 0,
      "footnotes": 0,
      "references": 0,
      "quotesWithQuotes": 0,
      "quotesTotal": 0,
      "accuracyChecked": 0,
      "accuracyTotal": 0
    },
    "items": {
      "llmSummary": "green",
      "schedule": "green",
      "entity": "green",
      "editHistory": "green",
      "overview": "green",
      "tables": "amber",
      "diagrams": "red",
      "internalLinks": "green",
      "externalLinks": "red",
      "footnotes": "red",
      "references": "red",
      "quotes": "red",
      "accuracy": "red"
    },
    "editHistoryCount": 3,
    "ratingsString": "N:2.5 R:3 A:1.5 C:6"
  },
  "readerRank": 42,
  "researchRank": 85,
  "recommendedScore": 126.86
}
External Links
{
  "lesswrong": "https://www.lesswrong.com/tag/machine-intelligence-research-institute-miri"
}
Backlinks (1)
idtitletyperelationship
__index__/knowledge-base/historyHistoryconcept
Longterm Wiki