Home / Companies / Moss / Blog / September 2026

September 2026 Summaries

1 posts from Moss

Filter
Month: Year:
Post Summaries Back to Blog
AI infrastructure is increasingly shifting from separately hosted services toward embedded, in-process runtimes, following earlier transitions in databases, analytics, caching, and edge computing exemplified by SQLite, DuckDB, and local caches. The argument is that local vector retrieval and smaller-model inference can improve interactive AI applications by reducing network latency, lowering costs by using existing hardware, simplifying setup and deployment, and avoiding dependencies on external service availability. Vector search is presented as the leading example, moving from dedicated hosted databases into existing databases and libraries such as FAISS, sqlite-vec, and LanceDB, while operating systems and browsers are beginning to expose on-device AI capabilities through platforms including Apple Foundation Models, Gemini Nano, Chrome APIs, and WebGPU. Real-time uses such as voice agents, copilots, and code completion particularly favor this approach because repeated network calls can consume tight latency budgets. However, the cloud remains important for frontier-scale model inference, large and rapidly changing indexes, durability, synchronization, backups, observability, and fleet management; under this model, cloud services increasingly act as a control plane that distributes and updates artifacts while applications handle queries locally on the data plane.
Sep 09, 2026 1,718 words in the original blog post.