Several Dev.to posts describe a set of 2026 research papers attributed to Lois‑Kleinner Alpasan’s “Anticloud” effort, focusing on cryptographic integrity, verifiable logging, and local-first knowledge and retrieval structures. One paper proposes hash-chain integrity for distributed conversation logs by linking each message to its predecessor using SHA‑3 hashing, combined with Merkle tree accumulation and Ed25519 signatures to create a tamper-evident, verifiable record without requiring internet connectivity or centralized infrastructure. Another paper describes “cryptographic audit ledgers” for autonomous browser agents, using a Merkle‑DAG append-only ledger where each recorded action is hashed with SHA3‑256 and signed with the user’s Ed25519 key. A separate comparative analysis argues against relying solely on hierarchical filesystem organization, presenting a vector graph architecture that connects files via learned similarity relationships for retrieval. Other papers cover “AI model routing” for multi-provider settings and a knowledge graph approach for AI governance, specifying node and edge typologies implemented on SQLite with full-text search and supporting RAG via graph traversal and similarity caching. Across the posts, the common theme is building verifiability and accountability into local, offline-capable infrastructure components.