• BetterDev@programming.dev
    link
    fedilink
    arrow-up
    8
    ·
    edit-2
    1 day ago

    I mean, that’s essentially how it works at every scale. When it says thinking, the first part of that wait is your query waiting in a queue

    • boonhet@sopuli.xyz
      link
      fedilink
      arrow-up
      1
      ·
      13 hours ago

      Use one of those CLI tools that show you the actual thinking process then. There’s a LOT of LLM output between tool calls and code edits. Claude Code doesn’t show it because a lot of it is dumb as a bag of rocks lmao

    • Quetzalcutlass@lemmy.world
      link
      fedilink
      English
      arrow-up
      55
      ·
      2 days ago

      Rule 3: SD CARD CORRUPTION

      Rookie mistake. Next time store your swapfile on Google Drive so it’s their problem!

      • azimir@lemmy.ml
        link
        fedilink
        arrow-up
        11
        ·
        1 day ago

        You joke, but I did something like that. I NFS mounted a disk off my desktop to a RPi. I then made a swap file on the NFS file system.

        I could then build a C++ project directly on the RPi because the build normally hit RAM limits. This was a 1st gen RPi, so it had 256MB RAM.

        The build took forever (many days), but the program ran fine once built.

        • Quetzalcutlass@lemmy.world
          link
          fedilink
          English
          arrow-up
          3
          ·
          edit-2
          16 hours ago

          Tangential, but stuff like this makes me wish Intel’s Optane had taken off. It was supposed to have the persistence of an SSD with performance near that of RAM, but it was expensive and the OEMs who included it relegated it to little more than a glorified drive cache.

          Imagine being able to allocate some of your spare storage as extra RAM the same way the Pi lets you decide the RAM/VRAM split. Or more realistically, sticking your swapfile on it and your build not taking several days even though you’re only working with a quarter gig of RAM.

    • RamRabbit@lemmy.world
      link
      fedilink
      arrow-up
      24
      ·
      edit-2
      2 days ago

      Rule 3: SD CARD CORRUPTION

      The Pi 4 and later can use a USB drive instead of a SD card for the OS drive. It’s way faster and less prone to corruption.

      I say this, despite noticing which sub we are in. ;p

    • T156@lemmy.world
      link
      fedilink
      English
      arrow-up
      2
      ·
      1 day ago

      Rule 2: What is a context window???

      Its the window through which you enviously stare at people running megatoken context windows.

  • HAL_9_TRILLION@lemmy.dbzer0.com
    link
    fedilink
    arrow-up
    5
    ·
    1 day ago

    I actually have a 3B running on my Home Assistant, an 8th gen NUC with 16G of RAM I got for $175. It’s quite snappy… if not terribly correct about everything. It’s capable of running an 8B but then the response time on the Voice PE is too slow to suit me (goes from 3 seconds to about 8 seconds).

          • HAL_9_TRILLION@lemmy.dbzer0.com
            link
            fedilink
            arrow-up
            1
            ·
            7 hours ago

            Yeah that’s why I’m running it. Couldn’t get reminders to work with all the possible permutations of time notation without an LLM. It still doesn’t fully work properly but it’s good enough and it has the side effect that it can answer any question you ask, for better or for worse. It gets simple things right more than half the time I’d say.

            I’m keeping my fingers crossed that the work being done by groups like GLM will allow something smarter to run on this hardware within the next year or so.