This is the closest I’ve seen of a scalable AI/LLM Operating System - it has all the major ingredients of a feasible AI OS 1 architecture:
- Extends classical OS functionalities with an LLM Kernel. - Multi agent-centric approach. - Optimized resource allocation system that allows for LLM-based tasks and Classical OS tasks to coexist. - An Agent Scheduler that can perform classical os operations (FIFO, RR). - A Context Manager to improve alignment. - Lazy Memory Manager for agents (ensures data is stored and accessible only while the agent is active) - An Enhanced security module for the AI-driven environment.
It does hit all checkpoints, doesn’t it? An upscale version of @karpathy’s.