[
  {
    "id": "the-graph-web",
    "kind": "Project",
    "content": "The Graph Web is a Canonical Representation published at thegraphweb.com for direct consumption by AI agents; it has no human-facing interface.",
    "relationships": [
      {
        "kind": "authoredBy",
        "target": "iban-rios"
      },
      {
        "kind": "hasProblem",
        "target": "problem"
      },
      {
        "kind": "investigates",
        "target": "hypothesis"
      },
      {
        "kind": "hasVision",
        "target": "vision"
      },
      {
        "kind": "exposesAction",
        "target": "contact"
      }
    ]
  },
  {
    "id": "problem",
    "kind": "Problem",
    "content": "AI agents increasingly consume and act on digital systems authored for human readers. Structure — what a piece of content relates to, and how — exists only in prose, and an agent must infer it rather than query it directly.",
    "relationships": [
      {
        "kind": "motivates",
        "target": "hypothesis"
      }
    ]
  },
  {
    "id": "hypothesis",
    "kind": "Hypothesis",
    "content": "This project investigates whether a graph-based Canonical Representation allows AI agents to understand and act on digital systems more effectively than traditional human-oriented representations.",
    "relationships": []
  },
  {
    "id": "vision",
    "kind": "Vision",
    "content": "If a graph-based Canonical Representation is confirmed to be more effective, digital systems can be authored directly for AI agents, instead of being authored for humans and inferred by agents afterward.",
    "relationships": [
      {
        "kind": "dependsOn",
        "target": "hypothesis"
      }
    ]
  },
  {
    "id": "iban-rios",
    "kind": "Person",
    "content": "Iban Rios is a software developer. ibanrios.com is his personal website.",
    "relationships": [
      {
        "kind": "builds",
        "target": "aiswise"
      }
    ]
  },
  {
    "id": "aiswise",
    "kind": "Project",
    "content": "aiswise.com is an AI chatbot platform.",
    "relationships": [
      {
        "kind": "consumes",
        "target": "the-graph-web"
      }
    ]
  },
  {
    "id": "contact",
    "kind": "Action",
    "content": "Submitting a message writes it to storage with a timestamp for manual review; there is no automated reply.",
    "relationships": []
  }
]
