From Carrier AI Compute to Local Personal Memory
Last updated on 2026-06-19
Restarting research with a smaller first step

It has been a long time since I last worked on a formal research project. Around ten years ago, my research focus was cloud computing, carrier networks, and security architecture. I worked with professors and teams from multiple institutes and universities, explored SRv6 security service architecture, zero-trust concepts in carrier networks, and the relationship between SASE and business systems.
This year I needed to prepare an internal research proposal again. At first, the idea was ambitious: build a carrier-grade hierarchical AI computing foundation model, with privacy protection and usage auditing as core capabilities. The long-term vision was to use Kubernetes-based infrastructure in broadband access equipment rooms, so that public broadband customers could consume AI services at scale from distributed edge locations. After the public-user scenario became mature, the same foundation could be extended to enterprise customers.
That direction still feels meaningful. Operators own network access, edge facilities, customer trust relationships, and large-scale operation experience. These are not enough to make an operator an AI model company, but they are valuable assets for building trustworthy AI infrastructure.
Later, I came across the ClawxRouter project. It felt very close to the practical shape I had been thinking about: a local-first AI service entry point that can connect tools, data, routing, and personal or organizational context. It reminded me that the first step should not be a large platform blueprint. The first step should be a working local system that proves the privacy and audit model.
So I submitted the research project at work, but I decided to start personally with a smaller exercise: localized personal information storage and vectorization.
The original carrier-grade idea
The first version of the research idea was built around three layers.
The first layer is distributed AI computing infrastructure. Broadband access equipment rooms already sit close to users. With container orchestration and lightweight Kubernetes clusters, these locations could host local inference gateways, data processing components, and service routing modules. The goal is not to train large models at the edge, but to provide low-latency and policy-controlled access to AI services.
The second layer is privacy and usage auditing. Public AI services are powerful, but users and enterprises still need clear answers to simple questions: what data was used, where it was sent, which model handled it, what result came back, and whether the operation complied with policy. For an operator, this audit layer may become more important than the model itself.
The third layer is a service model for different customer groups. Public broadband users need simple and safe personal AI services. Enterprise customers need policy control, data boundary management, identity integration, and operation records. A common infrastructure could serve both, but the product form and governance requirements would be different.
What operators should and should not do
Operators should not try to do everything in the AI ecosystem. A carrier does not need to become a foundation-model company, an application marketplace, and a consulting company at the same time.
The more realistic role is infrastructure and trust enablement:
- Provide local and distributed AI service entry points.
- Enforce identity, access control, and policy boundaries.
- Keep audit records for prompts, tools, data access, and model routing.
- Offer private deployment options for sensitive workloads.
- Integrate network, compute, and security capabilities into one manageable service layer.
This is similar to the cloud era. Cloud providers did not win only because they owned servers. They won because compute, storage, network, security, observability, and billing became a coherent operating model. AI infrastructure will need the same kind of boring but essential foundation.
Why privacy and audit come first
Large language models are now useful enough for daily work, but they are still difficult to govern in production environments. The problem is not only model accuracy. The deeper issue is operational accountability.
For an individual user, the risk is personal memory leakage: emails, documents, notes, chats, health information, shopping history, family details, and workplace context may gradually become part of an AI workflow.
For an enterprise, the risk is business boundary leakage: internal documents, customer records, contracts, source code, financial data, and operational decisions may flow through external models or uncontrolled agents.
This is why privacy protection and usage auditing should be designed as infrastructure capabilities, not as afterthoughts. If AI is going to become a normal part of work and life, we need a record of how data is used and a way to keep sensitive context local when necessary.
A smaller personal project
The practical starting point is a local personal information system.
The goal is simple:
- Collect personal information from controlled sources.
- Store the raw data locally.
- Convert selected content into vector embeddings.
- Search and retrieve context locally.
- Keep basic audit records for data ingestion, indexing, search, and AI usage.
- Use local or private models when the data is sensitive.
This smaller project is useful for two reasons. First, it gives me a real environment to test the privacy and audit ideas without waiting for a carrier-scale platform. Second, personal data is messy enough to expose real problems: duplication, outdated information, context conflicts, access boundaries, and the need to delete or correct memory.
In other words, personal memory is a good training ground for AI infrastructure thinking.
Relationship with ClawxRouter
ClawxRouter helped clarify the shape of the first prototype. Instead of starting from a complete platform architecture, I can start from a local AI routing and memory layer:
- A local gateway for AI requests.
- A personal knowledge base backed by vector storage.
- Policy rules for what can leave the local environment.
- Audit logs for model calls and tool usage.
- A path to connect more tools later.
This is also closer to how real adoption happens. People do not adopt infrastructure because the architecture diagram is elegant. They adopt it when it solves a small recurring problem and keeps expanding naturally.
Expected output
For the research proposal, the larger topic remains carrier-grade trusted AI infrastructure. For my personal practice, the first output should be much smaller and more concrete:
- A working local personal information storage prototype.
- A vectorized search and retrieval workflow.
- Basic privacy classification for different information types.
- A simple audit trail for ingestion, query, model call, and response.
- Notes on how this design could scale from personal use to public broadband customers and later to enterprise scenarios.
If this prototype works, the next step is to turn it into a reference architecture: local-first personal AI memory, then community or family-scale service, then operator-managed public service, and finally enterprise deployment.
This is not the whole answer to AI infrastructure. It is a small way to start thinking with working code again.