This paper presents a local-first architecture called Sovereign AI that keeps reasoning, memory, and execution on a user’s own device. It describes using three language models at once, including two named agents with different roles: AgentX for creative framing and AgentC for logical automations. The system layer observes and suggests but does not override, and a pipeline is outlined as Capture → Structure → Store → Recall. Memory is stored on-device and only encrypted with AES-256 when online, and there are settings such as auto-erasing the clipboard and cache after commands. The framework is advised to run alongside a companion browser environment and acknowledges tools from OpenAI that helped build it.
What the study examined
This work describes an architectural approach called Sovereign AI that keeps the core parts of an artificial intelligence system local to the user’s device. The intention is for reasoning, memory, and execution to remain on-device rather than being held in a remote cloud service.
Rather than a single model, the approach uses three language models simultaneously. Two of the models are described by role: AgentX, which interprets and frames content and can create local automations and email extensions, and AgentC (Agency), which provides logical structure and builds automations. A system layer sits above these agents to observe and offer suggestions without taking control.
Key findings
The design centers on local control of memory and processing. Memory remains on the device under user control, and when online it may be encrypted using AES-256. The system supports privacy-focused settings such as auto-erasing clipboard contents and cache after each command.
A simple pipeline for handling information is presented: Capture → Structure → Store → Recall. Visual or observed content can be frozen, hashed, and saved to serve as proof, and previously stored language data can be kept locally for reuse. The architecture emphasizes separation of creative interpretation (AgentX) and logical automation (AgentC), with the system layer serving as an observing and suggesting component.
Why it matters
This approach highlights a different balance between convenience and local control by aiming to keep reasoning and memory on personal hardware. That emphasis on local storage and optional encryption speaks directly to concerns about where sensitive data lives and who can access it.
Offering multiple models with distinct roles suggests a way to combine creative and logical processes without centralizing all computation. Features such as auto-erasing clipboard data and freezing captured content for proof point to design choices intended to give users more direct control over their data and workflows. The authors also note a recommended companion browser environment to run the framework alongside these agents, and acknowledge tooling assistance from OpenAI in building the system.
Disclosure
- Research title: World's First Multi Agent Large Language Model
- Authors: Karimianzadeh, Mahdi
- Journal / venue: Zenodo (CERN European Organization for Nuclear Research) (2026-01-22)
- DOI: 10.5281/zenodo.17744712
- OpenAlex record: View on OpenAlex
- Links: Landing page
- Image credit: Photo by BillionPhotos on Freepik (Source • License)
- Disclosure: This post was generated by Artificial Intelligence. The original authors did not write or review this post.


