How to run Karpthay's LLM OS - A glimpse into Future??!

Поделиться
HTML-код
  • Опубликовано: 7 сен 2024

Комментарии • 32

  • @Prumzy234
    @Prumzy234 Месяц назад

    Thanks for this short tutorial. I'm still new into all these, but I love the fact that you were able to put all these and explained thoroughly within this short stipulated time.

  • @duytdl
    @duytdl Месяц назад +7

    How is this an OS? How is it talking to hardware? Does it write its own drivers? This seems like just an app...

    • @Leto2ndAtreides
      @Leto2ndAtreides Месяц назад

      The browser can also be considered an OS, for web based experiences - that runs inside another OS.
      In any case, Karpathy's idea is more of a concept of what the future may look like.

  • @gregsLyrics
    @gregsLyrics Месяц назад

    Absolutely fascinating. This is a new beginning in how to set up custom LLM.

  • @jameshughes3014
    @jameshughes3014 Месяц назад +11

    it's interesting, but i don't quite understand the purpose. Is it supposed to make apps easier to write? Hardware easier to add? As unpredictable as LLMs are , it sounds like chaos but maybe I just don't get it.

    • @lomash_irl
      @lomash_irl Месяц назад +6

      Couldn't agree more

    • @Leto2ndAtreides
      @Leto2ndAtreides Месяц назад

      It's more a concept for what interactions with AI might be like in the future - a fully personalized experience that is responsive to your desires.

    • @jameshughes3014
      @jameshughes3014 Месяц назад

      @@Leto2ndAtreides oh so it's not an os, more of a framework? I feel like calling it an os might not be the best choice in that case.

  • @TheDailyMemesShow
    @TheDailyMemesShow Месяц назад

    Can you imagine building a basic LLM-based OS kernel with just a terminal, where you would use prompts to build every single one of the applications?
    That'd be awesome! 😎👍

  • @testales
    @testales Месяц назад +6

    I don't get the purpose of this either. Everything you have shown can be done with Open WebUI and Ollama too thanks to the recent addition of tools and functions combined with LLMs finetuned for function calling such as the latest Llama3. Storing stuff in a vector database isn't new either, this just gets you an expert system since the actual difficulty is for an LLM based AI system to decide when to pull what in the context and how much while quickly getting rid of trash. Also on conceptual level an LLM shouldn't replace the kernel since like the book indicated this is just an abstraction layer to make the computer actually usable. The LLM should be more or less on the same level as the user. It may need an own memory management system though that could even be driven by the same LLM just like MemGPT demonstrated. So what actually would be helpful would be an LLM that has a good understanding about the operating system and a very direct access to it without trying to replace it. With this it should be able actually do administrative tasks such as detecting errors, checking logs, performing updates and installations even if there are difficulties to overcome. Finally it should be able to get actual work done. I'm wasting so much time with system administration while at the same current LLMs have such a deep understanding that should be able to do most of the tasks on their own.

    • @Leto2ndAtreides
      @Leto2ndAtreides Месяц назад

      I think he's doing a basic example of what Karpathy means... An early version of what is to come.

  • @six1free
    @six1free Месяц назад

    be sure to check out Frdel/agent-zero it's like a less polished, more recursive version using agents that call agents and respond to their creator, even able to troubleshoot itself - to a point

  • @Tripp111
    @Tripp111 Месяц назад

    Thank you.

  • @qkb3128
    @qkb3128 Месяц назад

    Interesting!

  • @AverageGuy513
    @AverageGuy513 Месяц назад

    Please explain the ‘Cons’ also 😊

    • @1littlecoder
      @1littlecoder  Месяц назад

      This I wanted to keep more like a how-to guide

  • @sahil5124
    @sahil5124 Месяц назад +1

    No offense but this is presentation is not even close to be an OS. It's just like RAG or adding some tools in your app, so that llm can invoke a particular tool based on user's input, like when to hit a search api.
    If this app do task like
    "I have deleted my financial report of july, can you recover it from recycle bin?"
    or
    "can you install xyz game, the file is in the download folder?"
    then we could have something different here.
    Anyways your content is awesome and very helpful.
    Cheers

    • @1littlecoder
      @1littlecoder  Месяц назад +1

      Definitely no offense taken. I can completely understand that. I also had the initial view like that. That's why for many months I didn't make the video about this. But then I thought it's a good start. You never know so made the video

  • @antonpictures
    @antonpictures 26 дней назад

    can not be done locally w ollama?

    • @1littlecoder
      @1littlecoder  26 дней назад

      many local models aren't that good with function calling

  • @danson3038
    @danson3038 Месяц назад

    Allows ollama intake of openai?

  • @blengi
    @blengi Месяц назад

    isn't Karpathy's LLM OS all kind of predictable - When did he first mention it?

    • @1littlecoder
      @1littlecoder  Месяц назад

      I think he first envisioned it many, many years ago but very recently. Probably within a year

    • @blengi
      @blengi Месяц назад

      @@1littlecoder cool and thanks for reply. Would've thought he mentioned much earlier as have seen others moot similar in regard of LMMs going back over a year or 2

  • @funnyfunvideos6425
    @funnyfunvideos6425 Месяц назад +1

    so basically its like jarvis from iron man

  • @nguyenanhnguyen7658
    @nguyenanhnguyen7658 Месяц назад +10

    Do NOT burn your $$$ on OpenAI :) Serious.

  • @SmirkInvestigator
    @SmirkInvestigator Месяц назад

    Is this a ollama web ui alternative? That’s what my sleepy brain is gathering

  • @RickySupriyadi
    @RickySupriyadi Месяц назад

    those who said ollama... ollama need systemd which is part of the OS so... it's like which come first chicken or egg LOL 😂

  • @MarxOrx
    @MarxOrx Месяц назад

    More like OpenAI MLM OS 😂

  • @Musicalcode313
    @Musicalcode313 Месяц назад

    yea this is crap. you would need a lot more than python to make a os worth using. this is nothing more than anythingllm from what i see.