• 4 Posts
  • 75 Comments
Joined 1 year ago
cake
Cake day: June 21st, 2023

help-circle

  • Kitboga has used AI (STT, LLMs, and TTS) to waste the time of Scammers.

    There are AI tools being used to develop new cures which will benefit everyone.

    There are AI tools being used to help discover new planets.

    I use DLSS for gaming.

    I run a lot of my own local AI models for various reasons. Whisper - for Audio Transcriptions/Translations.

    Different Diffusion Models (SD or Flux) - for some quick visuals to recap a D&D session.

    Tesseract OCR - to scan an image and extract any text that it can find (makes it easy to pull out text from any image and make it searchable).

    Local LLMs (Llama, Mixtral) for brainstorming ideas, reformatting text, etc. It’s great for getting started with certain subjects/topics, as long as I verify everything that it says.

    For fun I’ll probably setup GLaDOS like what was done here: https://www.reddit.com/r/LocalLLaMA/comments/1csnexs/local_glados_now_running_on_windows_11_rtx_2060/



  • Ok, this is a bit more than what the title implies. This isn’t just outputting the code in text, but rather the ability to verify its own answers before responding to the user asking questions using code.

    Claude could attempt these tasks before. But, because it lacked a mechanism to mathematically verify the results, the answers weren’t always incredibly accurate.

    So now if you ask it a math question or for it to create some visual bar chart, it will actually do the work to verify that what it’s saying is valid.

    I’m sure there will still be ways to trip it up, but this is a good step forward.