the breakdown · comment "BOT" drop

Grok Bot, explained. And the free lane.

Everything below is verified against xAI's own announcement (Aug 2026). No fluff, no fake links.

Quick honesty note: Grok Bot itself is NOT free. It's bundled into top-tier paid plans. The free section at the bottom is how you get agent-style AI working today for $0.

What it actually is

  • A team of always-on agents. Each one gets its own computer in the cloud.
  • It keeps working when your laptop is closed. The job runs in the cloud, not on your machine.
  • It signs into your existing tools and websites, even ones with no official bot access.
  • It learns your routines. Do a task twice and it saves the pattern, then starts doing it before you ask.
  • Bots coordinate. You can run several and assign one as a "chief of staff" that manages the others.
  • Built by xAI, running on Cursor's infrastructure. Currently in beta.
read xAI's announcement ↗

How to get access

Included with these plans

  • SuperGrok Heavy (xAI's top tier)
  • Cursor Ultra
  • Cursor Teams Premium
  • Companies and enterprise: waitlist only right now waitlist
x.ai/bot ↗

The free lane: run an agent today, $0

Ollama actually free

Free app that runs AI models on your own computer. No account, no card, nothing leaves your machine. This is the engine for the setup below.

ollama.com ↗

Claude Code + a free local model free setup

Claude Code is a terminal agent: it reads files, edits code, runs commands. Point it at your own computer instead of the paid API and it runs on the free model you installed with Ollama. Three lines:

// 1. install Ollama, then grab a coding model:
ollama pull qwen2.5-coder

// 2. in settings.json, point Claude Code at your machine:
"env": { "ANTHROPIC_BASE_URL": "http://localhost:11434" }

// 3. that's it. nothing to pay, nothing leaves your desk.

Honest limit: the free local model fits in about 4 GB. Great for small jobs (renames, single functions, explaining code). It will struggle when a task needs many files at once.

n8n, self-hosted free self-hosted

Open-source automation you run yourself. Chain triggers, apps, and AI steps into agent-style workflows (watch inbox, summarize, reply, file). The self-hosted version costs nothing.

github.com/n8n-io/n8n ↗

Questions about this? Ask in the Discord.

Free tools, honest feedback on your work, and people who answer. Job hunters, builders and learners.

Join free