This repository is a backup of that leaked source, and this README is a full breakdown of what’s in it, how the leak happened and most importantly, the things we now know that were never meant to be public.


I am not making this up.

Claude Code has a full Tamagotchi-style companion pet system called “Buddy.” A deterministic gacha system with species rarity, shiny variants, procedurally generated stats, and a soul description written by Claude on first hatch like OpenClaw.

  • soybeanis [they/them]@hexbear.net
    link
    fedilink
    English
    arrow-up
    2
    ·
    edit-2
    23 days ago

    nondeterministic

    I think the only stochastic piece of the usual llm layout depends on the temperature variable of the last layer. Are there other sources of randomness? Agreed either way they’re black boxes

    • BodyBySisyphus [he/him]@hexbear.net
      link
      fedilink
      English
      arrow-up
      1
      ·
      23 days ago

      I’m not sure, I haven’t really dug into it to see if the code varies meaningfully across similarly-worded requests, but my understanding is that if you write code, the compiler will compile it the same way each time, but if you treat an LLM like an IDE and the prompts as the “code,” there might variations over repeated “compilations,” leading to drift if you’re working on something iteratively.