28 Tips to Take Your ChatGPT Prompts to the Next Level

ChatGPT, Google Gemini, and other tools like them are making artificial intelligence available to the masses. We can now get all sorts of responses back on almost any topic imaginable. These chatbots can compose sonnets, write code, get philosophical, and automate tasks. However, while you can just type anything you like into ChatGPT and get […]

Here’s what experts want you to know about using AI to help with your finances

Have you considered using artificial intelligence (AI) to help make a budget or get advice about your finances?  In a recent Instagram reel, motivational speaker, podcaster and author Mel Robbins encouraged women to embrace generative AI tools (Microsoft’s Copilot in particular, which the caption stated she had partnered with) to help manage their money. And […]

How to Talk to ChatGPT for Free Inside WhatsApp (While You Still Can)

Be sure to include the US country code at the start of the number to ensure it’s added correctly. You’ll also be prompted to give the new contact a name: “ChatGPT” is the obvious choice here, but you can pick something else if you prefer. You’ll then have a new option in your contacts list, […]

How to run gpt-oss locally with LM Studio

LM Studio is a performant and friendly desktop application for running large language models (LLMs) on local hardware. This guide will walk you through how to set up and run gpt-oss-20b or gpt-oss-120b models using LM Studio, including how to chat with them, use MCP servers, or interact with the models through LM Studio’s local […]

How to run gpt-oss-20b on Google Colab

/usr/local/lib/python3.11/dist-packages/huggingface_hub/utils/_auth.py:94: UserWarning: The secret `HF_TOKEN` does not exist in your Colab secrets. To authenticate with the Hugging Face Hub, create a token in your settings tab (https://huggingface.co/settings/tokens), set it as secret in your Google Colab and restart your session. You will be able to reuse this secret in all of your notebooks. Please note that […]

How to run gpt-oss with vLLM

vLLM is an open-source, high-throughput inference engine designed to efficiently serve large language models (LLMs) by optimizing memory usage and processing speed. This guide will walk you through how to use vLLM to set up gpt-oss-20b or gpt-oss-120b on a server to serve gpt-oss as an API for your applications, and even connect it to […]

How to run gpt-oss locally with Ollama

Want to get OpenAI gpt-oss running on your own hardware? This guide will walk you through how to use Ollama to set up gpt-oss-20b or gpt-oss-120b locally, to chat with it offline, use it through an API, and even connect it to the Agents SDK. Note that this guide is meant for consumer hardware, like […]