Tag Archives: LLM

Levels of AI Interaction

Levels of AI Interaction

Interacting with AI requires you to consider what role it should play, because the end goal is HUMAN betterment. This can also be viewed as, “does the human or the AI decide when it’s a good answer?” Anyway, here are the four layers of AI interaction that we use with every interaction (and may be on different levels for different interactions).

Level 1: Answer

“I want AI to… give me the answer.”

  • Passive use, transactional.
  • Low effort, low ownership.

Continue reading

Together.ai

Connecting Local Open WebUI to Together.ai Models

I wanted to learn more about running Open WebUI locally through Docker while also testing out the new Llama 3.2 Vision models (11B and 90B), but my system with a 6GB VRAM video card wasn’t going to be able to run the inference model locally, so I needed a free or inexpensive option; enter together.ai. Their free account offers the 11B model at no charge while also having easy access to the 90B model. So, I downloaded Docker Desktop as the getting started docs suggested and then my inexperience hit a roadblock: How to run a docker terminal command and what command to run?

Continue reading