Skip to content

Tag: llm

All the articles with the tag "llm".

AI Swarm Audited My 840-Post Blog

AI Swarm Audited My 840-Post Blog

I pointed a parallel swarm of AI agents at 840 technical posts to fact-check and refresh them — the architecture, the token bill, and the guardrails.

Used GPU Buying Guide for Home Lab LLMs

Used GPU Buying Guide for Home Lab LLMs

Your no-BS guide to buying a used GPU for local LLM inference in 2026. Budget tiers from $200 to $1500 plus, real VRAM math, and tips to dodge the scams.

Claude Code in a Homelab Workflow

Claude Code in a Homelab Workflow

Claude Code puts an agentic AI assistant in your terminal for real homelab work — compose files, bash, Ansible, systemd. The honest take on cost and data.

Self-Host a Local AI Coding Workhorse

Self-Host a Local AI Coding Workhorse

Self-host Gemma 4 or Qwen3-Coder via Ollama or llama.cpp in Docker, then let Claude delegate the grunt work to it. Free tokens, zero code leakage.

Give Your AI Agent a Cheap Intern

Give Your AI Agent a Cheap Intern

Stop burning expensive AI tokens on boring grunt work. The overseer/workhorse pattern routes mechanical tasks to a cheap model and saves more than you'd think.

Dify: Visual Agent Workflows

Dify: Visual Agent Workflows

Dify is an open-source LLM-app builder you can self-host. Visual workflow editor, RAG, agents, tool use — without writing 500 lines of LangChain glue.

Exploring the Diverse World of LLM Models

Exploring the Diverse World of LLM Models

· Updated:

LLaMA, Mistral, Falcon, GPT — the LLM landscape is crowded. Compare model families, sizes, licensing, and what each is actually good for.

Key Parameters of Large Language Models

Key Parameters of Large Language Models

· Updated:

Temperature, top-p, top-k, context length — LLM inference parameters explained so you stop guessing why the model gives weird output.