<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Lois-Kleinner</title>
    <description>The latest articles on DEV Community by Lois-Kleinner (@kleinner).</description>
    <link>https://dev.to/kleinner</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3996124%2Fbbd4e8f8-0f89-4afa-a480-9434f8e6d2ec.jpg</url>
      <title>DEV Community: Lois-Kleinner</title>
      <link>https://dev.to/kleinner</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/kleinner"/>
    <language>en</language>
    <item>
      <title>We redesigned local llm inference for privacy-preserving browser intelligence from scratch ? no cloud, no black boxes.</title>
      <dc:creator>Lois-Kleinner</dc:creator>
      <pubDate>Mon, 22 Jun 2026 15:07:18 +0000</pubDate>
      <link>https://dev.to/kleinner/we-redesigned-local-llm-inference-for-privacy-preserving-browser-intelligence-from-scratch-no-4pj</link>
      <guid>https://dev.to/kleinner/we-redesigned-local-llm-inference-for-privacy-preserving-browser-intelligence-from-scratch-no-4pj</guid>
      <description>&lt;h1&gt;
  
  
  We redesigned local llm inference for privacy-preserving browser intelligence from scratch ? no cloud, no black boxes.
&lt;/h1&gt;

&lt;p&gt;&lt;strong&gt;Local LLM Inference for Privacy-Preserving Browser Intelligence: Architecture and Optimization&lt;/strong&gt;&lt;/p&gt;




&lt;h2&gt;
  
  
  The Problem
&lt;/h2&gt;

&lt;p&gt;The integration of large language models (LLMs) into web browsers enables transformative capabilities including visual page understanding, natural language task delegation, and autonomous web interaction. However, cloud-based LLM inference introduces fundamental privacy violations: every page rendered, every action executed, and every user interaction is transmitted to remote inference servers .&lt;/p&gt;

&lt;h2&gt;
  
  
  What We Built
&lt;/h2&gt;

&lt;p&gt;This paper presents the Kathon Local AI Engine, a privacy-preserving architecture that performs all LLM and vision-language model inference entirely on-device using the llama.cpp inference framework  with the Qwen 2.5 VL 2B Q4 GGUF quantized model . We detail the system architecture?a Rust-based inference server (llama-server) communicating with a React/TypeScript frontend via a local WebSocket API?and present comprehensive optimization strategies including speculative decoding, KV-cache quantization, prompt caching, and GPU-accelerated tensor operations.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Research
&lt;/h2&gt;

&lt;p&gt;The integration of large language models (LLMs) into web browsers enables transformative capabilities including visual page understanding, natural language task delegation, and autonomous web interaction.&lt;/p&gt;

&lt;p&gt;However, cloud-based LLM inference introduces fundamental privacy violations: every page rendered, every action executed, and every user interaction is transmitted to remote inference servers .&lt;/p&gt;

&lt;p&gt;This paper presents the Kathon Local AI Engine, a privacy-preserving architecture that performs all LLM and vision-language model inference entirely on-device using the llama.cpp inference framework  with the Qwen 2.5 VL 2B Q4 GGUF quantized model .&lt;/p&gt;

&lt;p&gt;We detail the system architecture?a Rust-based inference server (llama-server) communicating with a React/TypeScript frontend via a local WebSocket API?and present comprehensive optimization strategies including speculative decoding, KV-cache quantization, prompt caching, and GPU-accelerated tensor operations.&lt;/p&gt;

&lt;p&gt;This research demonstrates that sovereign, local-first AI infrastructure is not a future possibility ? it is a present reality.&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;Full citation:&lt;/strong&gt; Alpasan, L.-K. (2026). Local LLM Inference for Privacy-Preserving Browser Intelligence: Architecture and Optimization. &lt;em&gt;The Anticloud Research Corpus.&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;&lt;a href="https://zenodo.org/search?q=anticloud" rel="noopener noreferrer"&gt;Read the full paper&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;/blockquote&gt;




&lt;h3&gt;
  
  
  Why The Anticloud
&lt;/h3&gt;

&lt;p&gt;Every AI system you have ever used was designed to extract value from you — your data, your attention, your money. The Anticloud is not a service. It is not in the cloud. It is not rentable inference. It is a fundamentally different category of infrastructure, and here is what that means in practice.&lt;/p&gt;

&lt;p&gt;Your data never leaves your machine. We designed the system so we physically cannot access it. Access is not restricted by policy — it is structurally impossible by architecture. There is no data to steal because there is no server to steal it from.&lt;/p&gt;

&lt;p&gt;The system is airgapped by architecture, not by configuration. It does not require a network connection to function. It was built offline, it runs offline, and it never reaches out to anyone for any reason. Connectivity is simply not a prerequisite for intelligence.&lt;/p&gt;

&lt;p&gt;Compliance is a side effect of physics, not a certification. There is no cloud infrastructure to audit, which means there is no attack surface to harden. ISO 27001 and SOC 2 exist because cloud products are inherently vulnerable. Our architecture does not have those vulnerabilities because it does not have a cloud.&lt;/p&gt;

&lt;p&gt;Every operation is recorded on an immutable &lt;code&gt;.aioss&lt;/code&gt; ledger using a SHA3-256 hash chain. Every inference, every decision, every update is chained and cryptographically verifiable. There is no database admin who can delete logs because there is no database. You verify. We cannot.&lt;/p&gt;

&lt;p&gt;The system never speaks to anyone but you. There are no hidden layers sending telemetry. There are no proprietary weights phoning home. There are no third-party API calls embedded in the stack. The entire system is open, documented, and auditable by anyone who runs it.&lt;/p&gt;

&lt;p&gt;The Anticloud requires one machine, one binary, and zero trust in anyone.&lt;/p&gt;




&lt;h3&gt;
  
  
  About the Author
&lt;/h3&gt;

&lt;p&gt;My name is Lois-Kleinner Alpasan. I'm 23 years old. I built The Anticloud.&lt;/p&gt;

&lt;p&gt;I started this because I looked at the AI industry and saw something wrong. Every major AI system requires you to send your data to someone else's server. Every "AI company" is actually a data company — they make money from your usage, your prompts, your files, your attention. They call it a service. I call it extraction.&lt;/p&gt;

&lt;p&gt;I spent the last two years building an alternative. Not a feature, not a product, not a startup looking for an exit — an entirely different infrastructure stack. One where AI runs on your machine, for you, and never needs to phone home. One where privacy is not a feature you toggle in settings but a property of the architecture. One where you don't have to trust anyone because you can verify everything.&lt;/p&gt;

&lt;p&gt;The project is near production-ready. Every component is open. Every claim is backed by published research. The code is documented. The ledger is verifiable. The binary fits on a laptop.&lt;/p&gt;

&lt;p&gt;I'm not asking for trust. I'm asking you to read the paper, verify the claims, and decide for yourself whether the cloud is really necessary — or whether it was always just the default because no one bothered to build an alternative.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Follow the work:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Research papers: &lt;a href="https://zenodo.org/search?q=anticloud" rel="noopener noreferrer"&gt;https://zenodo.org/search?q=anticloud&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;LinkedIn: &lt;a href="https://linkedin.com/in/kleinner" rel="noopener noreferrer"&gt;https://linkedin.com/in/kleinner&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;Project: The Anticloud&lt;/li&gt;
&lt;/ul&gt;




&lt;p&gt;&lt;strong&gt;Tags:&lt;/strong&gt; AI, SovereignAI, Anticloud, LocalFirst, Airgapped, ZeroTrust, NoDatacenter, OpenSource, Browser Engine, Privacy, VLM, Ad Blocking&lt;/p&gt;

</description>
      <category>security</category>
      <category>opensource</category>
      <category>privacy</category>
      <category>research</category>
    </item>
    <item>
      <title>We built Cryptographic Notarization Across Independent Ledgers so you never have to trust anyone.</title>
      <dc:creator>Lois-Kleinner</dc:creator>
      <pubDate>Mon, 22 Jun 2026 15:06:57 +0000</pubDate>
      <link>https://dev.to/kleinner/we-built-cryptographic-notarization-across-independent-ledgers-so-you-never-have-to-trust-anyone-3hda</link>
      <guid>https://dev.to/kleinner/we-built-cryptographic-notarization-across-independent-ledgers-so-you-never-have-to-trust-anyone-3hda</guid>
      <description>&lt;h1&gt;
  
  
  We built Cryptographic Notarization Across Independent Ledgers so you never have to trust anyone.
&lt;/h1&gt;

&lt;p&gt;&lt;strong&gt;Cryptographic Notarization Across Independent Ledgers: Cross-Chain Anchoring Protocols&lt;/strong&gt;&lt;/p&gt;




&lt;h2&gt;
  
  
  The Problem
&lt;/h2&gt;

&lt;p&gt;Organizations operating multiple AI systems generate independent cryptographic ledgers that may need mutual verification, cross-referencing, or consolidated audit for enterprise-wide compliance reporting. Cross-chain notarization provides cryptographic evidence that a ledger's state is acknowledged by another independent ledger, enabling distributed audit verification without central coordination.&lt;/p&gt;

&lt;h2&gt;
  
  
  What We Built
&lt;/h2&gt;

&lt;p&gt;This paper presents the design and analysis of the AIOSS cross-chain notarization protocol, which anchors the hash chain head of one ledger into another by inserting a notarization entry containing the cross-chain proof. We define three notarization modes: unilateral (ledger A notarizes ledger B's state), bilateral (mutual notarization between A and B), and supervised (third-party notarizer with independent proof).&lt;/p&gt;

&lt;h2&gt;
  
  
  The Research
&lt;/h2&gt;

&lt;p&gt;Organizations operating multiple AI systems generate independent cryptographic ledgers that may need mutual verification, cross-referencing, or consolidated audit for enterprise-wide compliance reporting.&lt;/p&gt;

&lt;p&gt;Cross-chain notarization provides cryptographic evidence that a ledger's state is acknowledged by another independent ledger, enabling distributed audit verification without central coordination.&lt;/p&gt;

&lt;p&gt;This paper presents the design and analysis of the AIOSS cross-chain notarization protocol, which anchors the hash chain head of one ledger into another by inserting a notarization entry containing the cross-chain proof.&lt;/p&gt;

&lt;p&gt;We define three notarization modes: unilateral (ledger A notarizes ledger B's state), bilateral (mutual notarization between A and B), and supervised (third-party notarizer with independent proof).&lt;/p&gt;

&lt;p&gt;This research demonstrates that sovereign, local-first AI infrastructure is not a future possibility ? it is a present reality.&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;Full citation:&lt;/strong&gt; Alpasan, L.-K. (2026). Cryptographic Notarization Across Independent Ledgers: Cross-Chain Anchoring Protocols. &lt;em&gt;The Anticloud Research Corpus.&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;&lt;a href="https://zenodo.org/search?q=anticloud" rel="noopener noreferrer"&gt;Read the full paper&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;/blockquote&gt;




&lt;h3&gt;
  
  
  Why The Anticloud
&lt;/h3&gt;

&lt;p&gt;Every AI company today will try to sell you inference as a service. They will tell you that you need their GPU clusters, their data centers, their cooling infrastructure, and their team of DevOps engineers to run modern AI. They are either lying to you or they have not seen what we built.&lt;/p&gt;

&lt;p&gt;The Anticloud runs on any GPU or CPU with equal competence. There is no silicon vendor lock-in. There is no hardware partnership requirement. There is no planned obsolescence built into the stack. If you have a computer, you have enough hardware to run it.&lt;/p&gt;

&lt;p&gt;The entire system ships as a single binary. There is no orchestration layer to configure. There is no Kubernetes cluster to maintain. There are no containers to deploy. There is no DevOps team required to keep it running. One file. One execution. That is the entire infrastructure.&lt;/p&gt;

&lt;p&gt;There is no bloat anywhere in the stack. No Electron wrapper adding hundreds of megabytes of overhead. No node_modules directory with ten thousand dependencies you do not need. No container layers abstracting away from the hardware. Everything in the binary is there because it serves a purpose.&lt;/p&gt;

&lt;p&gt;The system requires no internet connection to function. It does not need to phone home for model updates. It does not need to call out to third-party APIs for inference. It does not need to establish a connection to a control server just to boot. It was designed from the ground up to run in environments where the network does not exist.&lt;/p&gt;

&lt;p&gt;This is AI infrastructure that fits on a laptop, runs on consumer hardware, and delivers competitive performance without asking for permission or requiring a subscription.&lt;/p&gt;

&lt;p&gt;The Anticloud requires one machine, one binary, and zero trust in anyone.&lt;/p&gt;




&lt;h3&gt;
  
  
  About the Author
&lt;/h3&gt;

&lt;p&gt;My name is Lois-Kleinner Alpasan. I'm 23 years old. I built The Anticloud.&lt;/p&gt;

&lt;p&gt;I started this because I looked at the AI industry and saw something wrong. Every major AI system requires you to send your data to someone else's server. Every "AI company" is actually a data company — they make money from your usage, your prompts, your files, your attention. They call it a service. I call it extraction.&lt;/p&gt;

&lt;p&gt;I spent the last two years building an alternative. Not a feature, not a product, not a startup looking for an exit — an entirely different infrastructure stack. One where AI runs on your machine, for you, and never needs to phone home. One where privacy is not a feature you toggle in settings but a property of the architecture. One where you don't have to trust anyone because you can verify everything.&lt;/p&gt;

&lt;p&gt;The project is near production-ready. Every component is open. Every claim is backed by published research. The code is documented. The ledger is verifiable. The binary fits on a laptop.&lt;/p&gt;

&lt;p&gt;I'm not asking for trust. I'm asking you to read the paper, verify the claims, and decide for yourself whether the cloud is really necessary — or whether it was always just the default because no one bothered to build an alternative.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Follow the work:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Research papers: &lt;a href="https://zenodo.org/search?q=anticloud" rel="noopener noreferrer"&gt;https://zenodo.org/search?q=anticloud&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;LinkedIn: &lt;a href="https://linkedin.com/in/kleinner" rel="noopener noreferrer"&gt;https://linkedin.com/in/kleinner&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;Project: The Anticloud&lt;/li&gt;
&lt;/ul&gt;




&lt;p&gt;&lt;strong&gt;Tags:&lt;/strong&gt; AI, SovereignAI, Anticloud, LocalFirst, Airgapped, ZeroTrust, NoDatacenter, OpenSource, Hash Chain, Cryptography, Ledger, Integrity&lt;/p&gt;

</description>
      <category>security</category>
      <category>opensource</category>
      <category>privacy</category>
      <category>research</category>
    </item>
    <item>
      <title>Airgapped api gateway is real. Active Learning and Parameter-Efficient Fine-Tuning for Doma is proof.</title>
      <dc:creator>Lois-Kleinner</dc:creator>
      <pubDate>Mon, 22 Jun 2026 15:01:35 +0000</pubDate>
      <link>https://dev.to/kleinner/airgapped-api-gateway-is-real-active-learning-and-parameter-efficient-fine-tuning-for-doma-is-4201</link>
      <guid>https://dev.to/kleinner/airgapped-api-gateway-is-real-active-learning-and-parameter-efficient-fine-tuning-for-doma-is-4201</guid>
      <description>&lt;h1&gt;
  
  
  Airgapped api gateway is real. Active Learning and Parameter-Efficient Fine-Tuning for Doma is proof.
&lt;/h1&gt;

&lt;p&gt;&lt;strong&gt;Active Learning and Parameter-Efficient Fine-Tuning for Domain-Specific Sovereign AI&lt;/strong&gt;&lt;/p&gt;




&lt;h2&gt;
  
  
  The Problem
&lt;/h2&gt;

&lt;p&gt;Deploying sovereign AI systems in regulated domains?banking compliance, healthcare administration, legal research?requires domain-specific model adaptation that balances accuracy improvements against computational cost, annotation scarcity, and data privacy constraints. Full fine-tuning of large language models is computationally prohibitive for local-first sovereign deployments and risks catastrophic forgetting of general capabilities.&lt;/p&gt;

&lt;h2&gt;
  
  
  What We Built
&lt;/h2&gt;

&lt;p&gt;This paper presents the active learning and fine-tuning architecture of API-OSS (Agent-Predictive Intelligence Sovereign Operating System), which combines parameter-efficient fine-tuning (PEFT) via LoRA (Low-Rank Adaptation) and DPO (Direct Preference Optimization) with active learning strategies for annotation-efficient domain adaptation. We evaluate uncertainty sampling, diversity sampling, and hybrid acquisition functions across 3 domain-specific datasets (financial compliance, medical coding, legal document classification), finding that hybrid acquisition (BALD + CoreSet) reduces annotation requirements by 68% compared to random sampling while achieving equivalent model quality.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Research
&lt;/h2&gt;

&lt;p&gt;Deploying sovereign AI systems in regulated domains?banking compliance, healthcare administration, legal research?requires domain-specific model adaptation that balances accuracy improvements against computational cost, annotation scarcity, and data privacy constraints.&lt;/p&gt;

&lt;p&gt;Full fine-tuning of large language models is computationally prohibitive for local-first sovereign deployments and risks catastrophic forgetting of general capabilities.&lt;/p&gt;

&lt;p&gt;This paper presents the active learning and fine-tuning architecture of API-OSS (Agent-Predictive Intelligence Sovereign Operating System), which combines parameter-efficient fine-tuning (PEFT) via LoRA (Low-Rank Adaptation) and DPO (Direct Preference Optimization) with active learning strategies for annotation-efficient domain adaptation.&lt;/p&gt;

&lt;p&gt;We evaluate uncertainty sampling, diversity sampling, and hybrid acquisition functions across 3 domain-specific datasets (financial compliance, medical coding, legal document classification), finding that hybrid acquisition (BALD + CoreSet) reduces annotation requirements by 68% compared to random sampling while achieving equivalent model quality.&lt;/p&gt;

&lt;p&gt;This research demonstrates that sovereign, local-first AI infrastructure is not a future possibility ? it is a present reality.&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;Full citation:&lt;/strong&gt; Alpasan, L.-K. (2026). Active Learning and Parameter-Efficient Fine-Tuning for Domain-Specific Sovereign AI. &lt;em&gt;The Anticloud Research Corpus.&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;&lt;a href="https://zenodo.org/search?q=anticloud" rel="noopener noreferrer"&gt;Read the full paper&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;/blockquote&gt;




&lt;h3&gt;
  
  
  Why The Anticloud
&lt;/h3&gt;

&lt;p&gt;A single large language model training run can emit as much carbon as five cars over their entire lifetimes. The datacenter industry already consumes more electricity than most countries. Every cloud inference call you make is burning through resources that someone else pays for — and the cost is not just financial.&lt;/p&gt;

&lt;p&gt;The Anticloud has no datacenter footprint. It does not require a single server rack in any building anywhere in the world. It does not need cooling towers, redundant power supplies, or backup generators. The entire system runs on hardware you already own.&lt;/p&gt;

&lt;p&gt;There is no silicon farm involved in serving your inference. You do not need to reserve GPU time on a cluster. You do not need to provision cloud instances. You do not need to negotiate pricing with a cloud provider. The hardware is already on your desk.&lt;/p&gt;

&lt;p&gt;There is no e-waste from hardware turnover cycles driven by cloud providers upgrading their fleets. The system runs on whatever hardware you have, and it will continue to run on whatever hardware you replace it with. There is no forced upgrade path.&lt;/p&gt;

&lt;p&gt;The energy consumption of running inference locally is a fraction of what it would take to send your data to a datacenter, have it processed on a server that is burning through megawatts, and send the result back across the internet. Local inference does not need to cross a network. It does not need to be routed through multiple data centers. It happens on the hardware in front of you.&lt;/p&gt;

&lt;p&gt;This is AI infrastructure that can exist anywhere — on a laptop in a coffee shop, on a server in an off-grid facility, on a machine that has never seen the internet. No datacenter required. No environmental compromise required.&lt;/p&gt;

&lt;p&gt;The Anticloud requires one machine, one binary, and zero trust in anyone.&lt;/p&gt;




&lt;h3&gt;
  
  
  About the Author
&lt;/h3&gt;

&lt;p&gt;My name is Lois-Kleinner Alpasan. I'm 23 years old. I built The Anticloud.&lt;/p&gt;

&lt;p&gt;I started this because I looked at the AI industry and saw something wrong. Every major AI system requires you to send your data to someone else's server. Every "AI company" is actually a data company — they make money from your usage, your prompts, your files, your attention. They call it a service. I call it extraction.&lt;/p&gt;

&lt;p&gt;I spent the last two years building an alternative. Not a feature, not a product, not a startup looking for an exit — an entirely different infrastructure stack. One where AI runs on your machine, for you, and never needs to phone home. One where privacy is not a feature you toggle in settings but a property of the architecture. One where you don't have to trust anyone because you can verify everything.&lt;/p&gt;

&lt;p&gt;The project is near production-ready. Every component is open. Every claim is backed by published research. The code is documented. The ledger is verifiable. The binary fits on a laptop.&lt;/p&gt;

&lt;p&gt;I'm not asking for trust. I'm asking you to read the paper, verify the claims, and decide for yourself whether the cloud is really necessary — or whether it was always just the default because no one bothered to build an alternative.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Follow the work:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Research papers: &lt;a href="https://zenodo.org/search?q=anticloud" rel="noopener noreferrer"&gt;https://zenodo.org/search?q=anticloud&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;LinkedIn: &lt;a href="https://linkedin.com/in/kleinner" rel="noopener noreferrer"&gt;https://linkedin.com/in/kleinner&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;Project: The Anticloud&lt;/li&gt;
&lt;/ul&gt;




&lt;p&gt;&lt;strong&gt;Tags:&lt;/strong&gt; AI, SovereignAI, Anticloud, LocalFirst, Airgapped, ZeroTrust, NoDatacenter, OpenSource, API Gateway, Multi-Agent, AI Routing, Federation&lt;/p&gt;

</description>
      <category>security</category>
      <category>opensource</category>
      <category>privacy</category>
      <category>research</category>
    </item>
    <item>
      <title>The most secure version of zero-knowledge storage is the one that never connects.</title>
      <dc:creator>Lois-Kleinner</dc:creator>
      <pubDate>Mon, 22 Jun 2026 15:01:13 +0000</pubDate>
      <link>https://dev.to/kleinner/the-most-secure-version-of-zero-knowledge-storage-is-the-one-that-never-connects-4f5f</link>
      <guid>https://dev.to/kleinner/the-most-secure-version-of-zero-knowledge-storage-is-the-one-that-never-connects-4f5f</guid>
      <description>&lt;h1&gt;
  
  
  The most secure version of zero-knowledge storage is the one that never connects.
&lt;/h1&gt;

&lt;p&gt;&lt;strong&gt;Zero-Knowledge Storage: Architectures for User-Controlled Data&lt;/strong&gt;&lt;/p&gt;




&lt;h2&gt;
  
  
  The Problem
&lt;/h2&gt;

&lt;p&gt;Zero-knowledge storage architectures empower users with complete control over their data by ensuring that no third party?including the storage provider?can access plaintext file contents or metadata. This document presents a comprehensive analysis of zero-knowledge principles as applied to file storage systems, with specific focus on Kamelot's end-to-end encryption architecture.&lt;/p&gt;

&lt;h2&gt;
  
  
  What We Built
&lt;/h2&gt;

&lt;p&gt;We examine the cryptographic building blocks including end-to-end encryption with per-file keys, key agreement protocols for secure file sharing, searchable encryption for privacy-preserving queries, and blind indexing for typo-tolerant search. We analyze the practical limitations of homomorphic encryption and present Kamelot's pragmatic approach: processing data locally before encryption ensures that the storage provider never has access to unencrypted content.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Research
&lt;/h2&gt;

&lt;p&gt;Zero-knowledge storage architectures empower users with complete control over their data by ensuring that no third party?including the storage provider?can access plaintext file contents or metadata.&lt;/p&gt;

&lt;p&gt;This document presents a comprehensive analysis of zero-knowledge principles as applied to file storage systems, with specific focus on Kamelot's end-to-end encryption architecture.&lt;/p&gt;

&lt;p&gt;We examine the cryptographic building blocks including end-to-end encryption with per-file keys, key agreement protocols for secure file sharing, searchable encryption for privacy-preserving queries, and blind indexing for typo-tolerant search.&lt;/p&gt;

&lt;p&gt;We analyze the practical limitations of homomorphic encryption and present Kamelot's pragmatic approach: processing data locally before encryption ensures that the storage provider never has access to unencrypted content.&lt;/p&gt;

&lt;p&gt;This research demonstrates that sovereign, local-first AI infrastructure is not a future possibility ? it is a present reality.&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;Full citation:&lt;/strong&gt; Alpasan, L.-K. (2026). Zero-Knowledge Storage: Architectures for User-Controlled Data. &lt;em&gt;The Anticloud Research Corpus.&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;&lt;a href="https://zenodo.org/search?q=anticloud" rel="noopener noreferrer"&gt;Read the full paper&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;/blockquote&gt;




&lt;h3&gt;
  
  
  Why The Anticloud
&lt;/h3&gt;

&lt;p&gt;Every AI company today will try to sell you inference as a service. They will tell you that you need their GPU clusters, their data centers, their cooling infrastructure, and their team of DevOps engineers to run modern AI. They are either lying to you or they have not seen what we built.&lt;/p&gt;

&lt;p&gt;The Anticloud runs on any GPU or CPU with equal competence. There is no silicon vendor lock-in. There is no hardware partnership requirement. There is no planned obsolescence built into the stack. If you have a computer, you have enough hardware to run it.&lt;/p&gt;

&lt;p&gt;The entire system ships as a single binary. There is no orchestration layer to configure. There is no Kubernetes cluster to maintain. There are no containers to deploy. There is no DevOps team required to keep it running. One file. One execution. That is the entire infrastructure.&lt;/p&gt;

&lt;p&gt;There is no bloat anywhere in the stack. No Electron wrapper adding hundreds of megabytes of overhead. No node_modules directory with ten thousand dependencies you do not need. No container layers abstracting away from the hardware. Everything in the binary is there because it serves a purpose.&lt;/p&gt;

&lt;p&gt;The system requires no internet connection to function. It does not need to phone home for model updates. It does not need to call out to third-party APIs for inference. It does not need to establish a connection to a control server just to boot. It was designed from the ground up to run in environments where the network does not exist.&lt;/p&gt;

&lt;p&gt;This is AI infrastructure that fits on a laptop, runs on consumer hardware, and delivers competitive performance without asking for permission or requiring a subscription.&lt;/p&gt;

&lt;p&gt;The Anticloud requires one machine, one binary, and zero trust in anyone.&lt;/p&gt;




&lt;h3&gt;
  
  
  About the Author
&lt;/h3&gt;

&lt;p&gt;My name is Lois-Kleinner Alpasan. I'm 23 years old. I built The Anticloud.&lt;/p&gt;

&lt;p&gt;I started this because I looked at the AI industry and saw something wrong. Every major AI system requires you to send your data to someone else's server. Every "AI company" is actually a data company — they make money from your usage, your prompts, your files, your attention. They call it a service. I call it extraction.&lt;/p&gt;

&lt;p&gt;I spent the last two years building an alternative. Not a feature, not a product, not a startup looking for an exit — an entirely different infrastructure stack. One where AI runs on your machine, for you, and never needs to phone home. One where privacy is not a feature you toggle in settings but a property of the architecture. One where you don't have to trust anyone because you can verify everything.&lt;/p&gt;

&lt;p&gt;The project is near production-ready. Every component is open. Every claim is backed by published research. The code is documented. The ledger is verifiable. The binary fits on a laptop.&lt;/p&gt;

&lt;p&gt;I'm not asking for trust. I'm asking you to read the paper, verify the claims, and decide for yourself whether the cloud is really necessary — or whether it was always just the default because no one bothered to build an alternative.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Follow the work:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Research papers: &lt;a href="https://zenodo.org/search?q=anticloud" rel="noopener noreferrer"&gt;https://zenodo.org/search?q=anticloud&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;LinkedIn: &lt;a href="https://linkedin.com/in/kleinner" rel="noopener noreferrer"&gt;https://linkedin.com/in/kleinner&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;Project: The Anticloud&lt;/li&gt;
&lt;/ul&gt;




&lt;p&gt;&lt;strong&gt;Tags:&lt;/strong&gt; AI, SovereignAI, Anticloud, LocalFirst, Airgapped, ZeroTrust, NoDatacenter, OpenSource, Vector Search, Semantic, Embeddings, Retrieval&lt;/p&gt;

</description>
      <category>security</category>
      <category>opensource</category>
      <category>privacy</category>
      <category>research</category>
    </item>
    <item>
      <title>We built TOTP Authenticator Integration Within a Cryptographic Browser Vault ? without a single server.</title>
      <dc:creator>Lois-Kleinner</dc:creator>
      <pubDate>Mon, 22 Jun 2026 14:55:52 +0000</pubDate>
      <link>https://dev.to/kleinner/we-built-totp-authenticator-integration-within-a-cryptographic-browser-vault-without-a-single-1f7e</link>
      <guid>https://dev.to/kleinner/we-built-totp-authenticator-integration-within-a-cryptographic-browser-vault-without-a-single-1f7e</guid>
      <description>&lt;h1&gt;
  
  
  We built TOTP Authenticator Integration Within a Cryptographic Browser Vault ? without a single server.
&lt;/h1&gt;

&lt;p&gt;&lt;strong&gt;TOTP Authenticator Integration Within a Cryptographic Browser Vault: QR Auto-Detection and 2FA Workflow&lt;/strong&gt;&lt;/p&gt;




&lt;h2&gt;
  
  
  The Problem
&lt;/h2&gt;

&lt;p&gt;Time-based One-Time Password (TOTP) authenticators have become the predominant form of multi-factor authentication, with over 5 billion accounts protected by TOTP-based 2FA globally . However, existing TOTP implementations suffer from three systemic problems: (1) vault fragmentation across proprietary authenticator applications, (2) lack of cryptographic integration with user identity keys, and (3) manual, error-prone setup workflows requiring QR code scanning via separate devices or screenshots.&lt;/p&gt;

&lt;h2&gt;
  
  
  What We Built
&lt;/h2&gt;

&lt;p&gt;This paper presents the Kathon Vault TOTP subsystem, an integrated authenticator that derives TOTP seeds from the user's BIP39 mnemonic using a deterministic derivation path (SLIP-10), automatically detects TOTP QR codes from rendered web pages using the Qwen 2.5 VL vision model, and generates RFC 6238-compliant TOTP codes  within the browser's cryptographic vault. The system achieves 97.2% accuracy in automated QR code detection and seed extraction across 500 tested 2FA enrollment pages, reducing setup time from an average of 45.3 seconds (manual) to 2.1 seconds (automated).&lt;/p&gt;

&lt;h2&gt;
  
  
  The Research
&lt;/h2&gt;

&lt;p&gt;Time-based One-Time Password (TOTP) authenticators have become the predominant form of multi-factor authentication, with over 5 billion accounts protected by TOTP-based 2FA globally .&lt;/p&gt;

&lt;p&gt;However, existing TOTP implementations suffer from three systemic problems: (1) vault fragmentation across proprietary authenticator applications, (2) lack of cryptographic integration with user identity keys, and (3) manual, error-prone setup workflows requiring QR code scanning via separate devices or screenshots.&lt;/p&gt;

&lt;p&gt;This paper presents the Kathon Vault TOTP subsystem, an integrated authenticator that derives TOTP seeds from the user's BIP39 mnemonic using a deterministic derivation path (SLIP-10), automatically detects TOTP QR codes from rendered web pages using the Qwen 2.5 VL vision model, and generates RFC 6238-compliant TOTP codes  within the browser's cryptographic vault.&lt;/p&gt;

&lt;p&gt;The system achieves 97.2% accuracy in automated QR code detection and seed extraction across 500 tested 2FA enrollment pages, reducing setup time from an average of 45.3 seconds (manual) to 2.1 seconds (automated).&lt;/p&gt;

&lt;p&gt;This research demonstrates that sovereign, local-first AI infrastructure is not a future possibility ? it is a present reality.&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;Full citation:&lt;/strong&gt; Alpasan, L.-K. (2026). TOTP Authenticator Integration Within a Cryptographic Browser Vault: QR Auto-Detection and 2FA Workflow. &lt;em&gt;The Anticloud Research Corpus.&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;&lt;a href="https://zenodo.org/search?q=anticloud" rel="noopener noreferrer"&gt;Read the full paper&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;/blockquote&gt;




&lt;h3&gt;
  
  
  Why The Anticloud
&lt;/h3&gt;

&lt;p&gt;A single large language model training run can emit as much carbon as five cars over their entire lifetimes. The datacenter industry already consumes more electricity than most countries. Every cloud inference call you make is burning through resources that someone else pays for — and the cost is not just financial.&lt;/p&gt;

&lt;p&gt;The Anticloud has no datacenter footprint. It does not require a single server rack in any building anywhere in the world. It does not need cooling towers, redundant power supplies, or backup generators. The entire system runs on hardware you already own.&lt;/p&gt;

&lt;p&gt;There is no silicon farm involved in serving your inference. You do not need to reserve GPU time on a cluster. You do not need to provision cloud instances. You do not need to negotiate pricing with a cloud provider. The hardware is already on your desk.&lt;/p&gt;

&lt;p&gt;There is no e-waste from hardware turnover cycles driven by cloud providers upgrading their fleets. The system runs on whatever hardware you have, and it will continue to run on whatever hardware you replace it with. There is no forced upgrade path.&lt;/p&gt;

&lt;p&gt;The energy consumption of running inference locally is a fraction of what it would take to send your data to a datacenter, have it processed on a server that is burning through megawatts, and send the result back across the internet. Local inference does not need to cross a network. It does not need to be routed through multiple data centers. It happens on the hardware in front of you.&lt;/p&gt;

&lt;p&gt;This is AI infrastructure that can exist anywhere — on a laptop in a coffee shop, on a server in an off-grid facility, on a machine that has never seen the internet. No datacenter required. No environmental compromise required.&lt;/p&gt;

&lt;p&gt;The Anticloud requires one machine, one binary, and zero trust in anyone.&lt;/p&gt;




&lt;h3&gt;
  
  
  About the Author
&lt;/h3&gt;

&lt;p&gt;My name is Lois-Kleinner Alpasan. I'm 23 years old. I built The Anticloud.&lt;/p&gt;

&lt;p&gt;I started this because I looked at the AI industry and saw something wrong. Every major AI system requires you to send your data to someone else's server. Every "AI company" is actually a data company — they make money from your usage, your prompts, your files, your attention. They call it a service. I call it extraction.&lt;/p&gt;

&lt;p&gt;I spent the last two years building an alternative. Not a feature, not a product, not a startup looking for an exit — an entirely different infrastructure stack. One where AI runs on your machine, for you, and never needs to phone home. One where privacy is not a feature you toggle in settings but a property of the architecture. One where you don't have to trust anyone because you can verify everything.&lt;/p&gt;

&lt;p&gt;The project is near production-ready. Every component is open. Every claim is backed by published research. The code is documented. The ledger is verifiable. The binary fits on a laptop.&lt;/p&gt;

&lt;p&gt;I'm not asking for trust. I'm asking you to read the paper, verify the claims, and decide for yourself whether the cloud is really necessary — or whether it was always just the default because no one bothered to build an alternative.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Follow the work:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Research papers: &lt;a href="https://zenodo.org/search?q=anticloud" rel="noopener noreferrer"&gt;https://zenodo.org/search?q=anticloud&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;LinkedIn: &lt;a href="https://linkedin.com/in/kleinner" rel="noopener noreferrer"&gt;https://linkedin.com/in/kleinner&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;Project: The Anticloud&lt;/li&gt;
&lt;/ul&gt;




&lt;p&gt;&lt;strong&gt;Tags:&lt;/strong&gt; AI, SovereignAI, Anticloud, LocalFirst, Airgapped, ZeroTrust, NoDatacenter, OpenSource, Browser Engine, Privacy, VLM, Ad Blocking&lt;/p&gt;

</description>
      <category>security</category>
      <category>opensource</category>
      <category>privacy</category>
      <category>research</category>
    </item>
    <item>
      <title>The most secure version of pipe-delimited log export for siem integration is the one that never connects.</title>
      <dc:creator>Lois-Kleinner</dc:creator>
      <pubDate>Mon, 22 Jun 2026 14:55:31 +0000</pubDate>
      <link>https://dev.to/kleinner/the-most-secure-version-of-pipe-delimited-log-export-for-siem-integration-is-the-one-that-never-44lh</link>
      <guid>https://dev.to/kleinner/the-most-secure-version-of-pipe-delimited-log-export-for-siem-integration-is-the-one-that-never-44lh</guid>
      <description>&lt;h1&gt;
  
  
  The most secure version of pipe-delimited log export for siem integration is the one that never connects.
&lt;/h1&gt;

&lt;p&gt;&lt;strong&gt;Pipe-Delimited Log Export for SIEM Integration: Interoperable Audit Format Design&lt;/strong&gt;&lt;/p&gt;




&lt;h2&gt;
  
  
  The Problem
&lt;/h2&gt;

&lt;p&gt;Security Information and Event Management (SIEM) systems such as Splunk, Elasticsearch, Microsoft Sentinel, and QRadar form the operational backbone of enterprise security monitoring. While these systems excel at log ingestion, search, and alerting, they lack native support for cryptographic hash chain verification.&lt;/p&gt;

&lt;h2&gt;
  
  
  What We Built
&lt;/h2&gt;

&lt;p&gt;Bridging AIOSS cryptographic ledgers with SIEM pipelines requires an export format that preserves structured audit data while remaining compatible with standard SIEM ingestion protocols. This paper presents the design of the AIOSS pipe-delimited (pipe-delimited) TXT export format, a 12-field text-based representation of cryptographic ledger entries optimized for SIEM ingestion.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Research
&lt;/h2&gt;

&lt;p&gt;Security Information and Event Management (SIEM) systems such as Splunk, Elasticsearch, Microsoft Sentinel, and QRadar form the operational backbone of enterprise security monitoring.&lt;/p&gt;

&lt;p&gt;While these systems excel at log ingestion, search, and alerting, they lack native support for cryptographic hash chain verification.&lt;/p&gt;

&lt;p&gt;Bridging AIOSS cryptographic ledgers with SIEM pipelines requires an export format that preserves structured audit data while remaining compatible with standard SIEM ingestion protocols.&lt;/p&gt;

&lt;p&gt;This paper presents the design of the AIOSS pipe-delimited (pipe-delimited) TXT export format, a 12-field text-based representation of cryptographic ledger entries optimized for SIEM ingestion.&lt;/p&gt;

&lt;p&gt;This research demonstrates that sovereign, local-first AI infrastructure is not a future possibility ? it is a present reality.&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;Full citation:&lt;/strong&gt; Alpasan, L.-K. (2026). Pipe-Delimited Log Export for SIEM Integration: Interoperable Audit Format Design. &lt;em&gt;The Anticloud Research Corpus.&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;&lt;a href="https://zenodo.org/search?q=anticloud" rel="noopener noreferrer"&gt;Read the full paper&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;/blockquote&gt;




&lt;h3&gt;
  
  
  Why The Anticloud
&lt;/h3&gt;

&lt;p&gt;Every AI system you have ever used was designed to extract value from you — your data, your attention, your money. The Anticloud is not a service. It is not in the cloud. It is not rentable inference. It is a fundamentally different category of infrastructure, and here is what that means in practice.&lt;/p&gt;

&lt;p&gt;Your data never leaves your machine. We designed the system so we physically cannot access it. Access is not restricted by policy — it is structurally impossible by architecture. There is no data to steal because there is no server to steal it from.&lt;/p&gt;

&lt;p&gt;The system is airgapped by architecture, not by configuration. It does not require a network connection to function. It was built offline, it runs offline, and it never reaches out to anyone for any reason. Connectivity is simply not a prerequisite for intelligence.&lt;/p&gt;

&lt;p&gt;Compliance is a side effect of physics, not a certification. There is no cloud infrastructure to audit, which means there is no attack surface to harden. ISO 27001 and SOC 2 exist because cloud products are inherently vulnerable. Our architecture does not have those vulnerabilities because it does not have a cloud.&lt;/p&gt;

&lt;p&gt;Every operation is recorded on an immutable &lt;code&gt;.aioss&lt;/code&gt; ledger using a SHA3-256 hash chain. Every inference, every decision, every update is chained and cryptographically verifiable. There is no database admin who can delete logs because there is no database. You verify. We cannot.&lt;/p&gt;

&lt;p&gt;The system never speaks to anyone but you. There are no hidden layers sending telemetry. There are no proprietary weights phoning home. There are no third-party API calls embedded in the stack. The entire system is open, documented, and auditable by anyone who runs it.&lt;/p&gt;

&lt;p&gt;The Anticloud requires one machine, one binary, and zero trust in anyone.&lt;/p&gt;




&lt;h3&gt;
  
  
  About the Author
&lt;/h3&gt;

&lt;p&gt;My name is Lois-Kleinner Alpasan. I'm 23 years old. I built The Anticloud.&lt;/p&gt;

&lt;p&gt;I started this because I looked at the AI industry and saw something wrong. Every major AI system requires you to send your data to someone else's server. Every "AI company" is actually a data company — they make money from your usage, your prompts, your files, your attention. They call it a service. I call it extraction.&lt;/p&gt;

&lt;p&gt;I spent the last two years building an alternative. Not a feature, not a product, not a startup looking for an exit — an entirely different infrastructure stack. One where AI runs on your machine, for you, and never needs to phone home. One where privacy is not a feature you toggle in settings but a property of the architecture. One where you don't have to trust anyone because you can verify everything.&lt;/p&gt;

&lt;p&gt;The project is near production-ready. Every component is open. Every claim is backed by published research. The code is documented. The ledger is verifiable. The binary fits on a laptop.&lt;/p&gt;

&lt;p&gt;I'm not asking for trust. I'm asking you to read the paper, verify the claims, and decide for yourself whether the cloud is really necessary — or whether it was always just the default because no one bothered to build an alternative.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Follow the work:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Research papers: &lt;a href="https://zenodo.org/search?q=anticloud" rel="noopener noreferrer"&gt;https://zenodo.org/search?q=anticloud&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;LinkedIn: &lt;a href="https://linkedin.com/in/kleinner" rel="noopener noreferrer"&gt;https://linkedin.com/in/kleinner&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;Project: The Anticloud&lt;/li&gt;
&lt;/ul&gt;




&lt;p&gt;&lt;strong&gt;Tags:&lt;/strong&gt; AI, SovereignAI, Anticloud, LocalFirst, Airgapped, ZeroTrust, NoDatacenter, OpenSource, Hash Chain, Cryptography, Ledger, Integrity&lt;/p&gt;

</description>
      <category>security</category>
      <category>opensource</category>
      <category>privacy</category>
      <category>research</category>
    </item>
    <item>
      <title>research - Document 08 ? Domain-Specific AI Personas is now sovereign. The cloud is optional.</title>
      <dc:creator>Lois-Kleinner</dc:creator>
      <pubDate>Mon, 22 Jun 2026 14:50:09 +0000</pubDate>
      <link>https://dev.to/kleinner/research-document-08-domain-specific-ai-personas-is-now-sovereign-the-cloud-is-optional-3g0k</link>
      <guid>https://dev.to/kleinner/research-document-08-domain-specific-ai-personas-is-now-sovereign-the-cloud-is-optional-3g0k</guid>
      <description>&lt;h1&gt;
  
  
  research - Document 08 ? Domain-Specific AI Personas is now sovereign. The cloud is optional.
&lt;/h1&gt;

&lt;p&gt;&lt;strong&gt;research - Document 08 ? Domain-Specific AI Personas&lt;/strong&gt;&lt;/p&gt;




&lt;h2&gt;
  
  
  The Problem
&lt;/h2&gt;

&lt;p&gt;This document presents the design, implementation, and evaluation of domain-specific AI personas within the Inte11ect platform's 72-module architecture. Each persona is implemented as a distinct module with an isolated system prompt, configuration context, and behavioral constraints.&lt;/p&gt;

&lt;h2&gt;
  
  
  What We Built
&lt;/h2&gt;

&lt;p&gt;We demonstrate that system prompt isolation across 72 modules prevents context leakage, enables fine-grained persona specialization, and supports dynamic persona switching without model reloading. Empirical evaluation across 24 domain-specific tasks shows that persona-isolated modules outperform monolithic multi-persona systems by 22.7% on task-specific accuracy while reducing hallucination rates by 3.4?.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Research
&lt;/h2&gt;

&lt;p&gt;This document presents the design, implementation, and evaluation of domain-specific AI personas within the Inte11ect platform's 72-module architecture.&lt;/p&gt;

&lt;p&gt;Each persona is implemented as a distinct module with an isolated system prompt, configuration context, and behavioral constraints.&lt;/p&gt;

&lt;p&gt;We demonstrate that system prompt isolation across 72 modules prevents context leakage, enables fine-grained persona specialization, and supports dynamic persona switching without model reloading.&lt;/p&gt;

&lt;p&gt;Empirical evaluation across 24 domain-specific tasks shows that persona-isolated modules outperform monolithic multi-persona systems by 22.7% on task-specific accuracy while reducing hallucination rates by 3.4?.&lt;/p&gt;

&lt;p&gt;This research demonstrates that sovereign, local-first AI infrastructure is not a future possibility ? it is a present reality.&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;Full citation:&lt;/strong&gt; Alpasan, L.-K. (2026). research - Document 08 ? Domain-Specific AI Personas. &lt;em&gt;The Anticloud Research Corpus.&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;&lt;a href="https://zenodo.org/search?q=anticloud" rel="noopener noreferrer"&gt;Read the full paper&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;/blockquote&gt;




&lt;h3&gt;
  
  
  Why The Anticloud
&lt;/h3&gt;

&lt;p&gt;A single large language model training run can emit as much carbon as five cars over their entire lifetimes. The datacenter industry already consumes more electricity than most countries. Every cloud inference call you make is burning through resources that someone else pays for — and the cost is not just financial.&lt;/p&gt;

&lt;p&gt;The Anticloud has no datacenter footprint. It does not require a single server rack in any building anywhere in the world. It does not need cooling towers, redundant power supplies, or backup generators. The entire system runs on hardware you already own.&lt;/p&gt;

&lt;p&gt;There is no silicon farm involved in serving your inference. You do not need to reserve GPU time on a cluster. You do not need to provision cloud instances. You do not need to negotiate pricing with a cloud provider. The hardware is already on your desk.&lt;/p&gt;

&lt;p&gt;There is no e-waste from hardware turnover cycles driven by cloud providers upgrading their fleets. The system runs on whatever hardware you have, and it will continue to run on whatever hardware you replace it with. There is no forced upgrade path.&lt;/p&gt;

&lt;p&gt;The energy consumption of running inference locally is a fraction of what it would take to send your data to a datacenter, have it processed on a server that is burning through megawatts, and send the result back across the internet. Local inference does not need to cross a network. It does not need to be routed through multiple data centers. It happens on the hardware in front of you.&lt;/p&gt;

&lt;p&gt;This is AI infrastructure that can exist anywhere — on a laptop in a coffee shop, on a server in an off-grid facility, on a machine that has never seen the internet. No datacenter required. No environmental compromise required.&lt;/p&gt;

&lt;p&gt;The Anticloud requires one machine, one binary, and zero trust in anyone.&lt;/p&gt;




&lt;h3&gt;
  
  
  About the Author
&lt;/h3&gt;

&lt;p&gt;My name is Lois-Kleinner Alpasan. I'm 23 years old. I built The Anticloud.&lt;/p&gt;

&lt;p&gt;I started this because I looked at the AI industry and saw something wrong. Every major AI system requires you to send your data to someone else's server. Every "AI company" is actually a data company — they make money from your usage, your prompts, your files, your attention. They call it a service. I call it extraction.&lt;/p&gt;

&lt;p&gt;I spent the last two years building an alternative. Not a feature, not a product, not a startup looking for an exit — an entirely different infrastructure stack. One where AI runs on your machine, for you, and never needs to phone home. One where privacy is not a feature you toggle in settings but a property of the architecture. One where you don't have to trust anyone because you can verify everything.&lt;/p&gt;

&lt;p&gt;The project is near production-ready. Every component is open. Every claim is backed by published research. The code is documented. The ledger is verifiable. The binary fits on a laptop.&lt;/p&gt;

&lt;p&gt;I'm not asking for trust. I'm asking you to read the paper, verify the claims, and decide for yourself whether the cloud is really necessary — or whether it was always just the default because no one bothered to build an alternative.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Follow the work:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Research papers: &lt;a href="https://zenodo.org/search?q=anticloud" rel="noopener noreferrer"&gt;https://zenodo.org/search?q=anticloud&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;LinkedIn: &lt;a href="https://linkedin.com/in/kleinner" rel="noopener noreferrer"&gt;https://linkedin.com/in/kleinner&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;Project: The Anticloud&lt;/li&gt;
&lt;/ul&gt;




&lt;p&gt;&lt;strong&gt;Tags:&lt;/strong&gt; AI, SovereignAI, Anticloud, LocalFirst, Airgapped, ZeroTrust, NoDatacenter, OpenSource, Vision-Language, Multimodal AI, Inference, Neural&lt;/p&gt;

</description>
      <category>security</category>
      <category>opensource</category>
      <category>privacy</category>
      <category>research</category>
    </item>
    <item>
      <title>The cloud was never necessary for Retrieval-Augmented Generation with Semantic Caching. Here's why.</title>
      <dc:creator>Lois-Kleinner</dc:creator>
      <pubDate>Mon, 22 Jun 2026 14:49:47 +0000</pubDate>
      <link>https://dev.to/kleinner/the-cloud-was-never-necessary-for-retrieval-augmented-generation-with-semantic-caching-heres-why-2a61</link>
      <guid>https://dev.to/kleinner/the-cloud-was-never-necessary-for-retrieval-augmented-generation-with-semantic-caching-heres-why-2a61</guid>
      <description>&lt;h1&gt;
  
  
  The cloud was never necessary for Retrieval-Augmented Generation with Semantic Caching. Here's why.
&lt;/h1&gt;

&lt;p&gt;&lt;strong&gt;Retrieval-Augmented Generation with Semantic Caching: Latency Optimization for Knowledge Graphs&lt;/strong&gt;&lt;/p&gt;




&lt;h2&gt;
  
  
  The Problem
&lt;/h2&gt;

&lt;p&gt;Retrieval-Augmented Generation (RAG) enhances large language model outputs with external knowledge, but the retrieval pipeline?embedding computation, vector search, and context assembly?introduces significant latency overhead for real-time decision systems. In knowledge-graph-based RAG, each query may trigger multi-hop graph traversals, neighborhood expansions, and embedding comparisons that compound latency beyond acceptable thresholds for interactive governance workloads.&lt;/p&gt;

&lt;h2&gt;
  
  
  What We Built
&lt;/h2&gt;

&lt;p&gt;This paper presents the semantic caching architecture of API-OSS (Agent-Predictive Intelligence Sovereign Operating System), which caches query-embedding pairs with their retrieval results to eliminate redundant graph traversals for semantically similar queries. The cache uses a hierarchical design: (1) an exact-match L1 cache for repeated identical queries (sub-microsecond lookup), (2) a semantic L2 cache that indexes query embeddings in a HNSW vector index for approximate nearest-neighbor matching, and (3) a graph-structure L3 cache that caches traversal results for node neighborhoods.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Research
&lt;/h2&gt;

&lt;p&gt;Retrieval-Augmented Generation (RAG) enhances large language model outputs with external knowledge, but the retrieval pipeline?embedding computation, vector search, and context assembly?introduces significant latency overhead for real-time decision systems.&lt;/p&gt;

&lt;p&gt;In knowledge-graph-based RAG, each query may trigger multi-hop graph traversals, neighborhood expansions, and embedding comparisons that compound latency beyond acceptable thresholds for interactive governance workloads.&lt;/p&gt;

&lt;p&gt;This paper presents the semantic caching architecture of API-OSS (Agent-Predictive Intelligence Sovereign Operating System), which caches query-embedding pairs with their retrieval results to eliminate redundant graph traversals for semantically similar queries.&lt;/p&gt;

&lt;p&gt;The cache uses a hierarchical design: (1) an exact-match L1 cache for repeated identical queries (sub-microsecond lookup), (2) a semantic L2 cache that indexes query embeddings in a HNSW vector index for approximate nearest-neighbor matching, and (3) a graph-structure L3 cache that caches traversal results for node neighborhoods.&lt;/p&gt;

&lt;p&gt;This research demonstrates that sovereign, local-first AI infrastructure is not a future possibility ? it is a present reality.&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;Full citation:&lt;/strong&gt; Alpasan, L.-K. (2026). Retrieval-Augmented Generation with Semantic Caching: Latency Optimization for Knowledge Graphs. &lt;em&gt;The Anticloud Research Corpus.&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;&lt;a href="https://zenodo.org/search?q=anticloud" rel="noopener noreferrer"&gt;Read the full paper&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;/blockquote&gt;




&lt;h3&gt;
  
  
  Why The Anticloud
&lt;/h3&gt;

&lt;p&gt;The AI industry is built on promises that vaporize the moment you look closely. Black box models running on opaque infrastructure, trained on data you did not consent to, monetizing outputs you did not authorize. The Anticloud is the opposite of that in every way.&lt;/p&gt;

&lt;p&gt;Everything we claim is backed by published research. There is a paper behind every component in the stack, and the code behind every paper is open. We do not make promises about what the system will do someday — we show you what it does today, and you can verify it yourself.&lt;/p&gt;

&lt;p&gt;Privacy is not a feature we added to the product. It is a property of the architecture. There are no API endpoints to harden because there is no API to expose. There is no database to encrypt because there is no database. There is no cloud to compromise because there is no cloud. We cannot protect what we do not have, and we designed the system so we have nothing to protect you from.&lt;/p&gt;

&lt;p&gt;The system does not guess. It cross-validates its own outputs, detects inconsistencies in its reasoning, and surfaces uncertainty when it does not have confidence in the answer. It knows when it does not know — and it tells you instead of generating a confident-sounding lie.&lt;/p&gt;

&lt;p&gt;We built local AI with RAG and RLHF so your knowledge base and your preference alignment stay on your hardware. The model does not need to be fine-tuned on a server farm to understand your context. It learns from your data on your machine, and the results never leave.&lt;/p&gt;

&lt;p&gt;The Anticloud requires one machine, one binary, and zero trust in anyone.&lt;/p&gt;




&lt;h3&gt;
  
  
  About the Author
&lt;/h3&gt;

&lt;p&gt;My name is Lois-Kleinner Alpasan. I'm 23 years old. I built The Anticloud.&lt;/p&gt;

&lt;p&gt;I started this because I looked at the AI industry and saw something wrong. Every major AI system requires you to send your data to someone else's server. Every "AI company" is actually a data company — they make money from your usage, your prompts, your files, your attention. They call it a service. I call it extraction.&lt;/p&gt;

&lt;p&gt;I spent the last two years building an alternative. Not a feature, not a product, not a startup looking for an exit — an entirely different infrastructure stack. One where AI runs on your machine, for you, and never needs to phone home. One where privacy is not a feature you toggle in settings but a property of the architecture. One where you don't have to trust anyone because you can verify everything.&lt;/p&gt;

&lt;p&gt;The project is near production-ready. Every component is open. Every claim is backed by published research. The code is documented. The ledger is verifiable. The binary fits on a laptop.&lt;/p&gt;

&lt;p&gt;I'm not asking for trust. I'm asking you to read the paper, verify the claims, and decide for yourself whether the cloud is really necessary — or whether it was always just the default because no one bothered to build an alternative.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Follow the work:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Research papers: &lt;a href="https://zenodo.org/search?q=anticloud" rel="noopener noreferrer"&gt;https://zenodo.org/search?q=anticloud&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;LinkedIn: &lt;a href="https://linkedin.com/in/kleinner" rel="noopener noreferrer"&gt;https://linkedin.com/in/kleinner&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;Project: The Anticloud&lt;/li&gt;
&lt;/ul&gt;




&lt;p&gt;&lt;strong&gt;Tags:&lt;/strong&gt; AI, SovereignAI, Anticloud, LocalFirst, Airgapped, ZeroTrust, NoDatacenter, OpenSource, API Gateway, Multi-Agent, AI Routing, Federation&lt;/p&gt;

</description>
      <category>security</category>
      <category>opensource</category>
      <category>privacy</category>
      <category>research</category>
    </item>
    <item>
      <title>I built Citation Index in 2 months. Zero cloud. Zero compromise.</title>
      <dc:creator>Lois-Kleinner</dc:creator>
      <pubDate>Mon, 22 Jun 2026 14:44:25 +0000</pubDate>
      <link>https://dev.to/kleinner/i-built-citation-index-in-2-months-zero-cloud-zero-compromise-1gmf</link>
      <guid>https://dev.to/kleinner/i-built-citation-index-in-2-months-zero-cloud-zero-compromise-1gmf</guid>
      <description>&lt;h1&gt;
  
  
  I built Citation Index in 2 months. Zero cloud. Zero compromise.
&lt;/h1&gt;

&lt;p&gt;&lt;strong&gt;Citation Index&lt;/strong&gt;&lt;/p&gt;




&lt;h2&gt;
  
  
  The Problem
&lt;/h2&gt;

&lt;p&gt;Academic citations referenced in API-OSS research.&lt;/p&gt;

&lt;h2&gt;
  
  
  What We Built
&lt;/h2&gt;

&lt;p&gt;Academic citations referenced in API-OSS research.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Research
&lt;/h2&gt;

&lt;p&gt;Academic citations referenced in API-OSS research.&lt;/p&gt;

&lt;p&gt;This research demonstrates that sovereign, local-first AI infrastructure is not a future possibility ? it is a present reality.&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;Full citation:&lt;/strong&gt; Alpasan, L.-K. (2026). Citation Index. &lt;em&gt;The Anticloud Research Corpus.&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;&lt;a href="https://zenodo.org/search?q=anticloud" rel="noopener noreferrer"&gt;Read the full paper&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;/blockquote&gt;




&lt;h3&gt;
  
  
  Why The Anticloud
&lt;/h3&gt;

&lt;p&gt;The cloud was supposed to liberate you from infrastructure management, but it delivered the opposite. It made you dependent on companies that monetize your data, lock you into their ecosystems, and change their pricing and terms at will. The Anticloud breaks that dependency entirely.&lt;/p&gt;

&lt;p&gt;This is sovereign AI. Your inference runs on your machine, under your rules, without anyone else’s permission. The model answers to you, not to a corporation’s shareholders. It cannot be turned off remotely. It cannot be deprecated by a product manager. It cannot be changed without your consent.&lt;/p&gt;

&lt;p&gt;Cloud is not a fallback mode in our architecture. It is not an option at all. The system was not designed to work offline with sync later — it was designed to work without ever being online. Connectivity is not a feature we support. It is a dependency we eliminated.&lt;/p&gt;

&lt;p&gt;Every AI company today is actually a data company. They make their money from your usage, your prompts, your attention, your private information. We built the Anticloud so that model does not apply to you. We cannot monetize what we cannot access. We designed it that way on purpose.&lt;/p&gt;

&lt;p&gt;There are no black boxes in the stack. Every component is open source. Every design decision is documented. Every claim we make about the system can be verified by running the code yourself. We do not ask for your trust. We give you the tools to verify.&lt;/p&gt;

&lt;p&gt;You do not need permission from anyone to run AI on your own computer. The Anticloud makes sure that remains true.&lt;/p&gt;

&lt;p&gt;The Anticloud requires one machine, one binary, and zero trust in anyone.&lt;/p&gt;




&lt;h3&gt;
  
  
  About the Author
&lt;/h3&gt;

&lt;p&gt;My name is Lois-Kleinner Alpasan. I'm 23 years old. I built The Anticloud.&lt;/p&gt;

&lt;p&gt;I started this because I looked at the AI industry and saw something wrong. Every major AI system requires you to send your data to someone else's server. Every "AI company" is actually a data company — they make money from your usage, your prompts, your files, your attention. They call it a service. I call it extraction.&lt;/p&gt;

&lt;p&gt;I spent the last two years building an alternative. Not a feature, not a product, not a startup looking for an exit — an entirely different infrastructure stack. One where AI runs on your machine, for you, and never needs to phone home. One where privacy is not a feature you toggle in settings but a property of the architecture. One where you don't have to trust anyone because you can verify everything.&lt;/p&gt;

&lt;p&gt;The project is near production-ready. Every component is open. Every claim is backed by published research. The code is documented. The ledger is verifiable. The binary fits on a laptop.&lt;/p&gt;

&lt;p&gt;I'm not asking for trust. I'm asking you to read the paper, verify the claims, and decide for yourself whether the cloud is really necessary — or whether it was always just the default because no one bothered to build an alternative.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Follow the work:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Research papers: &lt;a href="https://zenodo.org/search?q=anticloud" rel="noopener noreferrer"&gt;https://zenodo.org/search?q=anticloud&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;LinkedIn: &lt;a href="https://linkedin.com/in/kleinner" rel="noopener noreferrer"&gt;https://linkedin.com/in/kleinner&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;Project: The Anticloud&lt;/li&gt;
&lt;/ul&gt;




&lt;p&gt;&lt;strong&gt;Tags:&lt;/strong&gt; AI, SovereignAI, Anticloud, LocalFirst, Airgapped, ZeroTrust, NoDatacenter, OpenSource, API Gateway, Multi-Agent, AI Routing, Federation&lt;/p&gt;

</description>
      <category>security</category>
      <category>opensource</category>
      <category>privacy</category>
      <category>research</category>
    </item>
    <item>
      <title>You don't need a datacenter for tpm attestation and hardware-rooted trust for on-premises ai. We proved it.</title>
      <dc:creator>Lois-Kleinner</dc:creator>
      <pubDate>Mon, 22 Jun 2026 14:44:03 +0000</pubDate>
      <link>https://dev.to/kleinner/you-dont-need-a-datacenter-for-tpm-attestation-and-hardware-rooted-trust-for-on-premises-ai-we-1926</link>
      <guid>https://dev.to/kleinner/you-dont-need-a-datacenter-for-tpm-attestation-and-hardware-rooted-trust-for-on-premises-ai-we-1926</guid>
      <description>&lt;h1&gt;
  
  
  You don't need a datacenter for tpm attestation and hardware-rooted trust for on-premises ai. We proved it.
&lt;/h1&gt;

&lt;p&gt;&lt;strong&gt;TPM Attestation and Hardware-Rooted Trust for On-Premises AI Infrastructure&lt;/strong&gt;&lt;/p&gt;




&lt;h2&gt;
  
  
  The Problem
&lt;/h2&gt;

&lt;p&gt;On-premises AI deployments in regulated institutions require trust guarantees that software-only security mechanisms cannot provide. Hardware-rooted attestation, anchored in Trusted Platform Module (TPM) 2.0, enables verifiable assurance of system integrity, secure boot, and cryptographic identity binding.&lt;/p&gt;

&lt;h2&gt;
  
  
  What We Built
&lt;/h2&gt;

&lt;p&gt;This paper presents the TPM attestation architecture of API-OSS (Agent-Predictive Intelligence Sovereign Operating System), which integrates TPM 2.0 for platform identity, measured boot verification, key attestation, and secure storage. The architecture uses TPM-backed Ed25519 keys for mTLS mutual authentication, TPM Platform Configuration Registers (PCRs) for integrity measurement, and remote attestation protocols (challenge-response, AIK-based) for trust verification across P2P federation nodes.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Research
&lt;/h2&gt;

&lt;p&gt;On-premises AI deployments in regulated institutions require trust guarantees that software-only security mechanisms cannot provide.&lt;/p&gt;

&lt;p&gt;Hardware-rooted attestation, anchored in Trusted Platform Module (TPM) 2.0, enables verifiable assurance of system integrity, secure boot, and cryptographic identity binding.&lt;/p&gt;

&lt;p&gt;This paper presents the TPM attestation architecture of API-OSS (Agent-Predictive Intelligence Sovereign Operating System), which integrates TPM 2.0 for platform identity, measured boot verification, key attestation, and secure storage.&lt;/p&gt;

&lt;p&gt;The architecture uses TPM-backed Ed25519 keys for mTLS mutual authentication, TPM Platform Configuration Registers (PCRs) for integrity measurement, and remote attestation protocols (challenge-response, AIK-based) for trust verification across P2P federation nodes.&lt;/p&gt;

&lt;p&gt;This research demonstrates that sovereign, local-first AI infrastructure is not a future possibility ? it is a present reality.&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;Full citation:&lt;/strong&gt; Alpasan, L.-K. (2026). TPM Attestation and Hardware-Rooted Trust for On-Premises AI Infrastructure. &lt;em&gt;The Anticloud Research Corpus.&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;&lt;a href="https://zenodo.org/search?q=anticloud" rel="noopener noreferrer"&gt;Read the full paper&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;/blockquote&gt;




&lt;h3&gt;
  
  
  Why The Anticloud
&lt;/h3&gt;

&lt;p&gt;Every AI company today will try to sell you inference as a service. They will tell you that you need their GPU clusters, their data centers, their cooling infrastructure, and their team of DevOps engineers to run modern AI. They are either lying to you or they have not seen what we built.&lt;/p&gt;

&lt;p&gt;The Anticloud runs on any GPU or CPU with equal competence. There is no silicon vendor lock-in. There is no hardware partnership requirement. There is no planned obsolescence built into the stack. If you have a computer, you have enough hardware to run it.&lt;/p&gt;

&lt;p&gt;The entire system ships as a single binary. There is no orchestration layer to configure. There is no Kubernetes cluster to maintain. There are no containers to deploy. There is no DevOps team required to keep it running. One file. One execution. That is the entire infrastructure.&lt;/p&gt;

&lt;p&gt;There is no bloat anywhere in the stack. No Electron wrapper adding hundreds of megabytes of overhead. No node_modules directory with ten thousand dependencies you do not need. No container layers abstracting away from the hardware. Everything in the binary is there because it serves a purpose.&lt;/p&gt;

&lt;p&gt;The system requires no internet connection to function. It does not need to phone home for model updates. It does not need to call out to third-party APIs for inference. It does not need to establish a connection to a control server just to boot. It was designed from the ground up to run in environments where the network does not exist.&lt;/p&gt;

&lt;p&gt;This is AI infrastructure that fits on a laptop, runs on consumer hardware, and delivers competitive performance without asking for permission or requiring a subscription.&lt;/p&gt;

&lt;p&gt;The Anticloud requires one machine, one binary, and zero trust in anyone.&lt;/p&gt;




&lt;h3&gt;
  
  
  About the Author
&lt;/h3&gt;

&lt;p&gt;My name is Lois-Kleinner Alpasan. I'm 23 years old. I built The Anticloud.&lt;/p&gt;

&lt;p&gt;I started this because I looked at the AI industry and saw something wrong. Every major AI system requires you to send your data to someone else's server. Every "AI company" is actually a data company — they make money from your usage, your prompts, your files, your attention. They call it a service. I call it extraction.&lt;/p&gt;

&lt;p&gt;I spent the last two years building an alternative. Not a feature, not a product, not a startup looking for an exit — an entirely different infrastructure stack. One where AI runs on your machine, for you, and never needs to phone home. One where privacy is not a feature you toggle in settings but a property of the architecture. One where you don't have to trust anyone because you can verify everything.&lt;/p&gt;

&lt;p&gt;The project is near production-ready. Every component is open. Every claim is backed by published research. The code is documented. The ledger is verifiable. The binary fits on a laptop.&lt;/p&gt;

&lt;p&gt;I'm not asking for trust. I'm asking you to read the paper, verify the claims, and decide for yourself whether the cloud is really necessary — or whether it was always just the default because no one bothered to build an alternative.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Follow the work:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Research papers: &lt;a href="https://zenodo.org/search?q=anticloud" rel="noopener noreferrer"&gt;https://zenodo.org/search?q=anticloud&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;LinkedIn: &lt;a href="https://linkedin.com/in/kleinner" rel="noopener noreferrer"&gt;https://linkedin.com/in/kleinner&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;Project: The Anticloud&lt;/li&gt;
&lt;/ul&gt;




&lt;p&gt;&lt;strong&gt;Tags:&lt;/strong&gt; AI, SovereignAI, Anticloud, LocalFirst, Airgapped, ZeroTrust, NoDatacenter, OpenSource, API Gateway, Multi-Agent, AI Routing, Federation&lt;/p&gt;

</description>
      <category>security</category>
      <category>opensource</category>
      <category>privacy</category>
      <category>research</category>
    </item>
    <item>
      <title>SQLite-Backed Event Stores with Hash-Chain Integrity for Hig doesn't phone home. It doesn't need to.</title>
      <dc:creator>Lois-Kleinner</dc:creator>
      <pubDate>Mon, 22 Jun 2026 14:38:41 +0000</pubDate>
      <link>https://dev.to/kleinner/sqlite-backed-event-stores-with-hash-chain-integrity-for-hig-doesnt-phone-home-it-doesnt-need-to-40ij</link>
      <guid>https://dev.to/kleinner/sqlite-backed-event-stores-with-hash-chain-integrity-for-hig-doesnt-phone-home-it-doesnt-need-to-40ij</guid>
      <description>&lt;h1&gt;
  
  
  SQLite-Backed Event Stores with Hash-Chain Integrity for Hig doesn't phone home. It doesn't need to.
&lt;/h1&gt;

&lt;p&gt;&lt;strong&gt;SQLite-Backed Event Stores with Hash-Chain Integrity for High-Frequency Telemetry&lt;/strong&gt;&lt;/p&gt;




&lt;h2&gt;
  
  
  The Problem
&lt;/h2&gt;

&lt;p&gt;High-frequency telemetry systems generate millions of events per day, requiring efficient storage and querying while maintaining cryptographic integrity guarantees. Traditional relational databases offer rich query capabilities but lack built-in tamper-evident properties, while cryptographic hash chains provide integrity but require linear scanning for queries.&lt;/p&gt;

&lt;h2&gt;
  
  
  What We Built
&lt;/h2&gt;

&lt;p&gt;This paper presents the design and evaluation of the AIOSS SQLite-backed event store, which bridges this gap by combining SQLite's relational storage and full-text search (FTS5) with SHA3-256 hash chain integrity verification. We demonstrate that the AIOSS event store achieves 450,000 event insertions per second on commodity NVMe storage while maintaining hash chain integrity and Ed25519 state proofs.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Research
&lt;/h2&gt;

&lt;p&gt;High-frequency telemetry systems generate millions of events per day, requiring efficient storage and querying while maintaining cryptographic integrity guarantees.&lt;/p&gt;

&lt;p&gt;Traditional relational databases offer rich query capabilities but lack built-in tamper-evident properties, while cryptographic hash chains provide integrity but require linear scanning for queries.&lt;/p&gt;

&lt;p&gt;This paper presents the design and evaluation of the AIOSS SQLite-backed event store, which bridges this gap by combining SQLite's relational storage and full-text search (FTS5) with SHA3-256 hash chain integrity verification.&lt;/p&gt;

&lt;p&gt;We demonstrate that the AIOSS event store achieves 450,000 event insertions per second on commodity NVMe storage while maintaining hash chain integrity and Ed25519 state proofs.&lt;/p&gt;

&lt;p&gt;This research demonstrates that sovereign, local-first AI infrastructure is not a future possibility ? it is a present reality.&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;Full citation:&lt;/strong&gt; Alpasan, L.-K. (2026). SQLite-Backed Event Stores with Hash-Chain Integrity for High-Frequency Telemetry. &lt;em&gt;The Anticloud Research Corpus.&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;&lt;a href="https://zenodo.org/search?q=anticloud" rel="noopener noreferrer"&gt;Read the full paper&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;/blockquote&gt;




&lt;h3&gt;
  
  
  Why The Anticloud
&lt;/h3&gt;

&lt;p&gt;A single large language model training run can emit as much carbon as five cars over their entire lifetimes. The datacenter industry already consumes more electricity than most countries. Every cloud inference call you make is burning through resources that someone else pays for — and the cost is not just financial.&lt;/p&gt;

&lt;p&gt;The Anticloud has no datacenter footprint. It does not require a single server rack in any building anywhere in the world. It does not need cooling towers, redundant power supplies, or backup generators. The entire system runs on hardware you already own.&lt;/p&gt;

&lt;p&gt;There is no silicon farm involved in serving your inference. You do not need to reserve GPU time on a cluster. You do not need to provision cloud instances. You do not need to negotiate pricing with a cloud provider. The hardware is already on your desk.&lt;/p&gt;

&lt;p&gt;There is no e-waste from hardware turnover cycles driven by cloud providers upgrading their fleets. The system runs on whatever hardware you have, and it will continue to run on whatever hardware you replace it with. There is no forced upgrade path.&lt;/p&gt;

&lt;p&gt;The energy consumption of running inference locally is a fraction of what it would take to send your data to a datacenter, have it processed on a server that is burning through megawatts, and send the result back across the internet. Local inference does not need to cross a network. It does not need to be routed through multiple data centers. It happens on the hardware in front of you.&lt;/p&gt;

&lt;p&gt;This is AI infrastructure that can exist anywhere — on a laptop in a coffee shop, on a server in an off-grid facility, on a machine that has never seen the internet. No datacenter required. No environmental compromise required.&lt;/p&gt;

&lt;p&gt;The Anticloud requires one machine, one binary, and zero trust in anyone.&lt;/p&gt;




&lt;h3&gt;
  
  
  About the Author
&lt;/h3&gt;

&lt;p&gt;My name is Lois-Kleinner Alpasan. I'm 23 years old. I built The Anticloud.&lt;/p&gt;

&lt;p&gt;I started this because I looked at the AI industry and saw something wrong. Every major AI system requires you to send your data to someone else's server. Every "AI company" is actually a data company — they make money from your usage, your prompts, your files, your attention. They call it a service. I call it extraction.&lt;/p&gt;

&lt;p&gt;I spent the last two years building an alternative. Not a feature, not a product, not a startup looking for an exit — an entirely different infrastructure stack. One where AI runs on your machine, for you, and never needs to phone home. One where privacy is not a feature you toggle in settings but a property of the architecture. One where you don't have to trust anyone because you can verify everything.&lt;/p&gt;

&lt;p&gt;The project is near production-ready. Every component is open. Every claim is backed by published research. The code is documented. The ledger is verifiable. The binary fits on a laptop.&lt;/p&gt;

&lt;p&gt;I'm not asking for trust. I'm asking you to read the paper, verify the claims, and decide for yourself whether the cloud is really necessary — or whether it was always just the default because no one bothered to build an alternative.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Follow the work:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Research papers: &lt;a href="https://zenodo.org/search?q=anticloud" rel="noopener noreferrer"&gt;https://zenodo.org/search?q=anticloud&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;LinkedIn: &lt;a href="https://linkedin.com/in/kleinner" rel="noopener noreferrer"&gt;https://linkedin.com/in/kleinner&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;Project: The Anticloud&lt;/li&gt;
&lt;/ul&gt;




&lt;p&gt;&lt;strong&gt;Tags:&lt;/strong&gt; AI, SovereignAI, Anticloud, LocalFirst, Airgapped, ZeroTrust, NoDatacenter, OpenSource, Hash Chain, Cryptography, Ledger, Integrity&lt;/p&gt;

</description>
      <category>security</category>
      <category>opensource</category>
      <category>privacy</category>
      <category>research</category>
    </item>
    <item>
      <title>You don't need a datacenter for research - document 07 ? cryptographic ledger applications. We proved it.</title>
      <dc:creator>Lois-Kleinner</dc:creator>
      <pubDate>Mon, 22 Jun 2026 14:38:20 +0000</pubDate>
      <link>https://dev.to/kleinner/you-dont-need-a-datacenter-for-research-document-07-cryptographic-ledger-applications-we-lp9</link>
      <guid>https://dev.to/kleinner/you-dont-need-a-datacenter-for-research-document-07-cryptographic-ledger-applications-we-lp9</guid>
      <description>&lt;h1&gt;
  
  
  You don't need a datacenter for research - document 07 ? cryptographic ledger applications. We proved it.
&lt;/h1&gt;

&lt;p&gt;&lt;strong&gt;research - Document 07 ? Cryptographic Ledger Applications&lt;/strong&gt;&lt;/p&gt;




&lt;h2&gt;
  
  
  The Problem
&lt;/h2&gt;

&lt;p&gt;This document examines the cryptographic ledger applications of the .aioss (Auditable Integrity Object Storage System) within the Inte11ect platform. We present the ledger architecture, its integration with the 72-module routing system, and its application to audit trails, compliance verification, and cryptographic attestation.&lt;/p&gt;

&lt;h2&gt;
  
  
  What We Built
&lt;/h2&gt;

&lt;p&gt;The .aioss ledger provides tamper-evident storage of all module interactions, routing decisions, and inference outputs through a SHA3-256 hash chain with Merkle interval tree verification. Empirical evaluation demonstrates that the ledger achieves 985,000 hash operations per second, supports queries over 10^7 entries with sub-100ms verification latency, and provides cryptographic proof generation in O(log n) time.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Research
&lt;/h2&gt;

&lt;p&gt;This document examines the cryptographic ledger applications of the .aioss (Auditable Integrity Object Storage System) within the Inte11ect platform.&lt;/p&gt;

&lt;p&gt;We present the ledger architecture, its integration with the 72-module routing system, and its application to audit trails, compliance verification, and cryptographic attestation.&lt;/p&gt;

&lt;p&gt;The .aioss ledger provides tamper-evident storage of all module interactions, routing decisions, and inference outputs through a SHA3-256 hash chain with Merkle interval tree verification.&lt;/p&gt;

&lt;p&gt;Empirical evaluation demonstrates that the ledger achieves 985,000 hash operations per second, supports queries over 10^7 entries with sub-100ms verification latency, and provides cryptographic proof generation in O(log n) time.&lt;/p&gt;

&lt;p&gt;This research demonstrates that sovereign, local-first AI infrastructure is not a future possibility ? it is a present reality.&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;Full citation:&lt;/strong&gt; Alpasan, L.-K. (2026). research - Document 07 ? Cryptographic Ledger Applications. &lt;em&gt;The Anticloud Research Corpus.&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;&lt;a href="https://zenodo.org/search?q=anticloud" rel="noopener noreferrer"&gt;Read the full paper&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;/blockquote&gt;




&lt;h3&gt;
  
  
  Why The Anticloud
&lt;/h3&gt;

&lt;p&gt;The AI industry is built on promises that vaporize the moment you look closely. Black box models running on opaque infrastructure, trained on data you did not consent to, monetizing outputs you did not authorize. The Anticloud is the opposite of that in every way.&lt;/p&gt;

&lt;p&gt;Everything we claim is backed by published research. There is a paper behind every component in the stack, and the code behind every paper is open. We do not make promises about what the system will do someday — we show you what it does today, and you can verify it yourself.&lt;/p&gt;

&lt;p&gt;Privacy is not a feature we added to the product. It is a property of the architecture. There are no API endpoints to harden because there is no API to expose. There is no database to encrypt because there is no database. There is no cloud to compromise because there is no cloud. We cannot protect what we do not have, and we designed the system so we have nothing to protect you from.&lt;/p&gt;

&lt;p&gt;The system does not guess. It cross-validates its own outputs, detects inconsistencies in its reasoning, and surfaces uncertainty when it does not have confidence in the answer. It knows when it does not know — and it tells you instead of generating a confident-sounding lie.&lt;/p&gt;

&lt;p&gt;We built local AI with RAG and RLHF so your knowledge base and your preference alignment stay on your hardware. The model does not need to be fine-tuned on a server farm to understand your context. It learns from your data on your machine, and the results never leave.&lt;/p&gt;

&lt;p&gt;The Anticloud requires one machine, one binary, and zero trust in anyone.&lt;/p&gt;




&lt;h3&gt;
  
  
  About the Author
&lt;/h3&gt;

&lt;p&gt;My name is Lois-Kleinner Alpasan. I'm 23 years old. I built The Anticloud.&lt;/p&gt;

&lt;p&gt;I started this because I looked at the AI industry and saw something wrong. Every major AI system requires you to send your data to someone else's server. Every "AI company" is actually a data company — they make money from your usage, your prompts, your files, your attention. They call it a service. I call it extraction.&lt;/p&gt;

&lt;p&gt;I spent the last two years building an alternative. Not a feature, not a product, not a startup looking for an exit — an entirely different infrastructure stack. One where AI runs on your machine, for you, and never needs to phone home. One where privacy is not a feature you toggle in settings but a property of the architecture. One where you don't have to trust anyone because you can verify everything.&lt;/p&gt;

&lt;p&gt;The project is near production-ready. Every component is open. Every claim is backed by published research. The code is documented. The ledger is verifiable. The binary fits on a laptop.&lt;/p&gt;

&lt;p&gt;I'm not asking for trust. I'm asking you to read the paper, verify the claims, and decide for yourself whether the cloud is really necessary — or whether it was always just the default because no one bothered to build an alternative.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Follow the work:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Research papers: &lt;a href="https://zenodo.org/search?q=anticloud" rel="noopener noreferrer"&gt;https://zenodo.org/search?q=anticloud&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;LinkedIn: &lt;a href="https://linkedin.com/in/kleinner" rel="noopener noreferrer"&gt;https://linkedin.com/in/kleinner&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;Project: The Anticloud&lt;/li&gt;
&lt;/ul&gt;




&lt;p&gt;&lt;strong&gt;Tags:&lt;/strong&gt; AI, SovereignAI, Anticloud, LocalFirst, Airgapped, ZeroTrust, NoDatacenter, OpenSource, Vision-Language, Multimodal AI, Inference, Neural&lt;/p&gt;

</description>
      <category>security</category>
      <category>opensource</category>
      <category>privacy</category>
      <category>research</category>
    </item>
  </channel>
</rss>
