Guides

Practical, code-first walkthroughs on browser automation, test reliability, and local AI, written by the team behind LumaBrowser. No fluff; every guide ends with something working on your machine.

How to Run AI Locally With an Easy Setup (No Command Line)

The beginner path: which of three kinds of machine you have, what to honestly expect from a local model, the one-click setup that picks the model for you, and the five problems everyone hits with their fixes.

Read the guide →

LumaBrowser vs LM Studio, Jan, and Ollama

A fair side-by-side of the four names that come up when someone asks how to run AI on their own computer: who each is for, what the first fifteen minutes look like, and what is included beyond chat.

Read the guide →

How to Fix Flaky Selenium Selectors

Why selectors rot on modern frontends, the locator hierarchy that survives redesigns, proper waits, and how an LLM fallback keeps suites green when class names change anyway.

Read the guide →

Browser Automation in n8n Without Per-Minute Fees

Drive a real browser from n8n's built-in HTTP Request node: open pages, extract data, fill forms, and trigger workflows from page changes, all without a metered cloud browser.

Read the guide →

How to Run an LLM Locally Without the Command Line

What actually fits in your RAM and VRAM, what GGUF quantizations mean, the trade-offs between the popular local runtimes, and the one-click path if you'd rather skip all of it.

Read the guide →

Web Scraping Sites That Keep Changing Their HTML

Three strategies for scrapers that survive redesigns: intercepting the site's own API, writing selectors that age well, and letting an LLM resolve the element when they break anyway.

Read the guide →