{
  "script": [
    {
      "text": "It\u2019s not the lines of code that kill you, Morty; it\u2019s how completely undocumented the functional dependencies are between those goddamn files.",
      "character": "Rick Sanchez"
    },
    {
      "text": "W-wait, Rick, so you're saying the actual code is fine, but like, the stuff connecting it all is the problem?",
      "character": "Morty Smith"
    },
    {
      "text": "The whole damn thing maps to a knowledge graph, lets us see structure across over 50 supported languages.",
      "character": "Rick Sanchez"
    },
    {
      "text": "Oh geez, fifty languages? But how does it know which parts are related if it's just seeing all this messy code?",
      "character": "Morty Smith"
    },
    {
      "text": "It uses Leiden community detection to build the full dependency graph, grouping functional clusters so you see the architecture, not just the garbage.",
      "character": "Rick Sanchez"
    },
    {
      "text": "S-so... what if I change something really important? Like, in the core API section?",
      "character": "Morty Smith"
    },
    {
      "text": "Then the Impact tool tells you the blast radius and gives you a confidence score before you even think about pushing it live.",
      "character": "Rick Sanchez"
    },
    {
      "text": "Huh. So if it can tell me the risk of changing one thing, does that mean we could actually follow these massive projects without everything just blowing up?",
      "character": "Morty Smith"
    },
    {
      "text": "It means we stop wasting time on unmeasurable shit; that's the core problem anyway.",
      "character": "Rick Sanchez"
    }
  ]
}