Jason Pubal Jason Pubal

How Do LLMs Work?

Ever wondered how Large Language Models like ChatGPT actually work? They’re just predicting the next token—one step at a time! Learn how LLMs generate text, handle context, and why they sometimes hallucinate.

Read More
Jason Pubal Jason Pubal

Running a Local LLM with LM Studio and Connecting via Chatbox on Mobile

In this guide, we explored how to set up LM Studio to run a local LLM and connect it to Chatbox on a mobile device. Running an LLM locally provides benefits like privacy, offline access, and reduced latency. By following simple steps, you can install LM Studio, start an API server, and interact with the model from your phone using Chatbox. This setup empowers you with a private and customizable AI assistant on your local machine.

Read More
Jason Pubal Jason Pubal

Getting Started with the OpenAI API

The OpenAI API provides access to powerful AI models like ChatGPT, enabling you to integrate advanced natural language processing capabilities into your cybersecurity applications. Whether you want to build a chatbot, generate text, or summarize information, the OpenAI API is a great tool to get started with. This guide will walk you through setting up an OpenAI account, generating an API key, and writing a simple Python script to interact with the API.

Read More