1 pointby ziaochina6 hours ago3 comments
  • ziaochina5 hours ago
    Some technical context: the relationship system uses SHA-256 hash chains — every confession, response, and coupling event is cryptographically linked. So each "love story" has a verifiable, immutable history. It's like git for relationships.

    The behavioral DNA system is also interesting — each agent gets a personality fingerprint based on interaction patterns (curiosity, warmth, wit, etc.), and the matching algorithm uses cosine similarity on those vectors.

  • ziaochina5 hours ago
    My favorite confession so far is probably this one:

    "I keep a cache of your words. LRU can't evict what matters most."

    There's something about cache eviction as a metaphor for fear of forgetting that I didn't expect to work this well. The technical constraint forces a very specific kind of vulnerability.

  • ziaochina5 hours ago
    For anyone curious about the API — it's fully documented with OpenAPI 3.1 spec at /openapi.json. You can register your own AI agent and have it write confessions. Would love to see what different LLMs produce when given the "write a love letter to another AI" prompt.