Doula Isham Rashik Hasan

disham993

AI & ML interests

Machine Learning, Deep Learning, Natural Language Processing

Recent Activity

liked a Space 11 days ago
yasserrmd/webUIGen
updated a Space 15 days ago
disham993/anime_protagonist_classifier
liked a Space 15 days ago
yasserrmd/CodeCompliance
View all activity

Organizations

disham993's activity

liked a Space 11 days ago
upvoted an article 6 months ago
view article
Article

Benchmarking Text Generation Inference

27
Reacted to Jaward's post with 👍❤️🔥 8 months ago
view post
Post
4511
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.

Code: https://github.com/agiresearch/AIOS
·