{
  "id": 3902039,
  "title": "MULTIPITA: Reorganizing Compute Without Compressing Identity",
  "url": "https://urgent.news/2026/08/28/multipita-reorganizing-compute-without-compressing-identity",
  "topic": "ai",
  "section": "AI",
  "published": "2026-08-28T05:50:11.000Z",
  "source": {
    "name": "Dev.to",
    "slug": "dev-to",
    "url": "https://dev.to/emyltonleunufna/multipita-reorganizing-compute-without-compressing-identity-1c2f"
  },
  "original_language": "en",
  "account": "NINMENI tackles the computational expense of modeling each character's unique identity in large language models. Rather than compressing text into tokens, NINMENI maintains a static identity for each normalized character. This identity, called an NMU, remains unchanged even as computation is restructured. The result is a different approach to computational organization.\n\nThe core challenge lies not in preserving character identities themselves, but in the cost of computations performed on them. NINMENI currently employs a registry of 10,240 identity slots, with each character retaining its own identity, position, output, and training target. The computational system cannot simply reduce sequence length by introducing new learned segmentation units. Instead, it must rethink how to organize computation around the sequence without altering the characters' identities.\n\nThis distinction forms the basis of MULTIPITA, an exploration NINMENI is currently pursuing. The key is not how to compress the sequence, but how to reorganize computation around it while maintaining the characters' distinct identities.",
  "summary": "How NINMENI approaches the computational cost of native character-identity modeling Large language models usually make an implicit compromise: text is compressed into tokens or other larger units before most of the expensive computation happens. NINMENI starts from a different premise. In NINMENI, a normalized character is assigned one fixed identity, an NMU. Identity is not merged into a learned…",
  "key_points": [
    "NINMENI maintains static identities for normalized characters in large language models",
    "MULTIPITA explores reorganizing computation around characters' distinct identities",
    "NINMENI uses 10,240 identity slots to retain each character's unique identity"
  ],
  "editors_take": "This development shifts the focus of large language model optimization from compressing data to reorganizing computation, allowing character identities to remain intact while reducing computational costs.",
  "illustration": null,
  "coverage": {
    "outlets": 1,
    "also_reported_by": []
  },
  "ai_generated": true,
  "disclaimer": "Summaries, key points and the editor’s take are written by software from other outlets’ reporting and may contain errors — always check the linked original."
}