今日已更新 154 条资讯 | 累计 42565 条内容
关于我们

Building the LBH Protocol from Android/Termux: A Sovereign Edge Architecture

Cristhiam Leonardo Hernández Quiñonez 2026年09月13日 08:40 4 次阅读 来源:Dev.to

By Cristhiam Leonardo Hernández Quiñonez (CLHQ) Founder – HormigasAIS | Sovereign edge computing ecosystem – San Miguel, El Salvador github.com/Thrumanshow/HormigasAIS 1. The Problem: Depending on the Cloud to Validate What's Real Most content-verification and edge-computing stacks today assume a baseline dependency: a cloud provider, a centralized API, or a third-party service sitting between your data and the claim that it's authentic. That dependency is convenient, but it's also a single point of failure and a single point of control. The question I kept returning to while building HormigasAIS was simple: can a verification system be sovereign? Not "self-hosted on someone else's cloud," but genuinely independent — running on infrastructure you own, from a device as unconventional as a phone. 2. The Solution: A Node Architecture Built on Sealing, Not Trust HormigasAIS approaches this with a node-based architecture rather than a service-based one. Three pieces anchor it: LBH cryptographic sealing — content is sealed using SHA-256 + HMAC-SHA256, with signed verification that doesn't require calling out to a third party to confirm integrity. barrera.js — an ethical/logical filter layer (informally, "decromatiza") that sits between raw input and the system's accepted state. humano.js — a small symbolic module declaring the human-language layer of the project: HormigasAIS = {{lenguaje-humano}} . It's less a functional API and more a positioning statement embedded directly in code — a reminder that the system is meant to stay legible to a human reader, not just to a machine. None of this requires a data center. The full development loop — writing, testing, sealing, deploying — happens from an Android device running Termux. 3. The Implementation: From a 404 to a Working Node The most concrete proof point is small on purpose. The repository Thrumanshow/HormigasAIS started as a set of governance and symbolic files with no public-facing page — visiting its GitHub Pages URL

本文内容来源于互联网,版权归原作者所有
查看原文