Open Router: A Universal Gateway to LLM APIs

How to easily switch between different LLMs using Open Router as a unified interface

January 11, 2025 · 3 min · Greg Hilston

Model Context Protocol (MCP): The Future of LLM Function Calling

How Anthropic’s new open protocol is standardizes the way LLMs interact with external systems and data

January 10, 2025 · 7 min · Greg Hilston

Installing Claude Desktop on Linux: An Unofficial Guide

A guide to installing and running Claude Desktop on Linux systems using Nix Flakes

January 9, 2025 · 2 min · Greg Hilston

How to Pass an Entire Project to a LLM

Create a prompt out of an entire directory

November 28, 2024 · 1 min · Greg Hilston

Canpunk: A New Literary Genre

Converting a book/movie script to a new genre using self hosted LLMs

October 21, 2024 · 5 min · Greg Hilston

How To Query Your PDFs (and other documents)

How to ask questions about your local files

September 15, 2024 · 3 min · Greg Hilston

Supercharging Your Local LLM With Real-Time Information

Intro Large language models (LLMs) are impressive, capable of generating human-quality text, translating languages, and answering questions. However, there’s a catch: they are limited to the data they were trained on. This means their knowledge can be outdated and they may struggle with topics that emerged after their training. But what if we could give our LLMs access to the vast ocean of information available on the web? This powerful combination would allow your local LLMs to:...

July 15, 2024 · 3 min · Greg Hilston

How to teach a LLM, without fine tuning!

Privately chat with your own data using RAG.

May 27, 2024 · 6 min · Greg Hilston

Local LLMs, AI Agents, and Crew AI, Oh My!

A walk through of how I run LLMs locally, in a Crew-like fashion.

April 19, 2024 · 8 min · Greg Hilston

How To Self Host A LLMs Web UI

How to self host a web UI to interact with LLMs, local or remote

April 18, 2024 · 2 min · Greg Hilston