Category

Automation Tutorials

Cloudflare API token policy list before and after a PUT that dropped scopes
Automationintermediate

Cloudflare API Token Gotchas: The PUT That Wiped Mine Twice

I broke production twice by updating a Cloudflare token's scopes through the public API, then learned the wrangler auth fix and a secret-scrub habit the hard way. This is exactly what bit me and how I handle tokens now.

Jun 1, 2026·8 min read
nvidia-smi dmon output showing the graphics clock thrashing between 810 and 1530 MHz
Automationintermediate

Fix NVIDIA Cursor and Video Stutter on Linux: GPU Clock Thrash

Cursor jitter and dropped video frames on NVIDIA Linux get blamed on the compositor every time. On my GTX 1660 the real cause was the driver bouncing graphics and VRAM clocks under light load. Here is the fix that held.

Jun 1, 2026·7 min read
Litestream continuously replicating a PocketBase SQLite database to a Cloudflare R2 bucket
Automationintermediate

Litestream to Cloudflare R2: Disaster Recovery for SQLite

SQLite on one free box is one disk failure away from gone. Here is the exact Litestream-to-R2 setup I run across every PocketBase backend in my stack, including the restore drill and the gotcha that bites first.

Jun 1, 2026·7 min read
A terminal showing a memoized LLM call returning a cached hit in zero seconds
Automationintermediate

Memoize Your LLM Calls to Stop Burning Quota on Answers You Have

Re-running the same deterministic prompt in dev and CI burns quota for an answer you already got. Here is the memoization wrapper I use to replay it from disk at zero tokens, and the one place I never point it.

Jun 1, 2026·7 min read
Self-hosted GitHub Actions runner on a free Oracle ARM box, escaping the 2000-minute cap
Automationintermediate

Escape GitHub's Free-Minutes Cap: Self-Hosted Runner on Oracle ARM

A few daily-cron pipelines and one deploy-on-every-push workflow ate 90 percent of my free GitHub Actions minutes before the month was out. I moved CI to a self-hosted runner on a free Oracle ARM box and pushed some deploys to Cloudflare Pages native, which bills no Actions minutes at all.

Jun 1, 2026·7 min read
Coolify Self-Hosting on Oracle ARM - 2026 Walkthrough (Free Forever)
Automationintermediate

Coolify on Oracle ARM in 2026: How I Run 15-20 Apps From One Free Box

I run Coolify on a single free Oracle A1 box in Mumbai as the control plane for 15-20 production apps. This is the real install, the Git-push deploy flow, the Cloudflare Tunnel that keeps every port closed, and the API quirks nobody documents.

May 20, 2026·8 min read
Oracle ARM Always-Free Tier 2026 - Real Limits, Real Gotchas
Automationintermediate

Oracle ARM Always-Free in 2026: What I Learned Running 15 Services on One Free Box

Oracle's ARM free tier gives you 4 OCPUs and 24GB RAM for zero rupees, and it genuinely runs real workloads. I host Coolify, several PocketBase backends, and a Cloudflare Tunnel on one A1 box. Here is what actually breaks, the capacity game nobody warns you about, and the Docker bridge gotcha that breaks tunnels silently.

May 20, 2026·8 min read
PocketBase vs Supabase 2026 - For Bootstrapped Indian Founders
Automationintermediate

PocketBase vs Supabase 2026: Why I Self-Host Every Backend in My Empire

PocketBase and Supabase both promise a backend in a weekend. One of them bills you per project; the other is a single binary you own forever. Here is why every backend in my multi-site setup runs PocketBase on Oracle ARM, the real migration off Supabase, and the breaking changes nobody warns you about.

May 20, 2026·7 min read
Cloudflare Workers AI dashboard with model usage
Automationintermediate

Cloudflare Workers AI, Edge Inference Without Your Own GPU

Workers AI runs Llama, Mistral, and Stable Diffusion at Cloudflare's edge. I tried it for a low-latency demo. This is the setup, with the rate-limit gotcha that bit me.

May 6, 2026·7 min read
Coolify dashboard managing apps on Oracle ARM VM
Automationadvanced

Coolify Deploy LLM App On Oracle ARM, Free Forever

Coolify is the self-hosted PaaS I use across the empire. Paired with Oracle ARM's free tier, it deploys Node, Python, and Go LLM apps at zero monthly cost. This is the install.

May 6, 2026·7 min read
CrewAI logs showing multi-agent collaboration
Automationadvanced

CrewAI Multi-Agent Orchestration, A Real Workflow That Shipped

CrewAI is the most popular multi-agent orchestration framework. I built a real research crew with it. This is the install, the workflow, and the gotcha that ate my afternoon.

May 6, 2026·7 min read
FastAPI server logs streaming Claude tokens
Automationintermediate

FastAPI Claude Streaming Endpoint, Build A Production Wrapper

I built a FastAPI wrapper around Claude Sonnet 4.6 with SSE streaming for a client. This is the structure that worked, including the gotcha that cost me an evening.

May 6, 2026·7 min read
GPT4All desktop app showing chat with local model
Automationbeginner

GPT4All On Windows, Mac, And Linux, A No-CLI Local LLM Path

GPT4All is the simplest local-LLM desktop app I recommend to first-time users. Three platforms, one click, models running offline. This is the install plus a real first-day workflow.

May 6, 2026·6 min read
Jan AI desktop showing chat with local Qwen model
Automationbeginner

Jan AI Desktop, Open Source Private Chat For Local LLMs

Jan is the open-source desktop chat app that runs entirely on your machine. I tried it for a week as a ChatGPT replacement. This is the install plus the workflow that worked.

May 6, 2026·6 min read
Langfuse dashboard showing LLM traces
Automationadvanced

Langfuse Self-Hosted, LLM Observability On Your Own Box

Langfuse is the open-source observability layer for LLM apps. Self-hosted, it gives you traces, costs, and prompt versioning without sending your data to a SaaS. This is the install.

May 6, 2026·7 min read
Llama.cpp compiling on a Linux terminal
Automationadvanced

Llama.cpp Build From Source, Mac And Linux

Llama.cpp is the minimal inference engine that runs on anything. I built it from source on Mac and Linux. This is the build that worked, with the GPU flags that mattered.

May 6, 2026·7 min read
LM Studio desktop showing model picker and chat
Automationbeginner

LM Studio Desktop Quick Start, Local LLMs With A GUI

LM Studio is the friendliest local-LLM front-end I have used. Built-in model browser, one-click downloads, OpenAI-compatible API. This is the install plus the workflow I use on the MacBook.

May 6, 2026·6 min read
n8n workflow editor with Claude node configured
Automationintermediate

n8n With Anthropic Claude, Self-Hosted Workflow Automation

n8n is the open-source alternative to Zapier and Make. Wired to Claude, it becomes a real workflow engine for AI-augmented ops. This is the self-hosted install I run.

May 6, 2026·7 min read
Ollama running Gemma 4 9B in a terminal on Ubuntu
Automationbeginner

Ollama Gemma 4 On Linux, From Install To First Token

I ran Gemma 4 9B locally on a 32GB Linux box for a week of normal use. This is the Ollama install, the model variants worth pulling, and the one config tweak the docs do not flag.

May 6, 2026·6 min read
Ollama pulling Qwen 2.5 with bandwidth meter visible
Automationbeginner

Ollama Qwen 2.5 7B, India Bandwidth Notes And Setup

Qwen 2.5 7B is my preferred local coding model. The pull is 4.4GB, which on Indian fibre means a 12-20 minute commitment. This is the install plus the bandwidth-saving tricks I use.

May 6, 2026·6 min read
Open WebUI in browser showing chat with local Qwen
Automationintermediate

Open WebUI, Self-Hosted Frontend For Your Local Ollama

Open WebUI is the polished web frontend for Ollama. I run it as the family-friendly AI chat at home. This is the install I use, including the no-Docker path I worked out.

May 6, 2026·7 min read
Pinokio app showing installable AI tools list
Automationbeginner

Pinokio, One-Click Install For 200+ AI Tools

Pinokio is the launcher that turns 200+ AI projects into one-click installs. I tried it for image, audio, and LLM tools. This is the install plus the use cases where it actually beats manual setup.

May 6, 2026·6 min read
PocketBase admin UI with collections and Claude integration
Automationintermediate

PocketBase As SaaS Backend, Wired To Claude

PocketBase is the single-binary backend I use across my SaaS empire. Wired to Claude, it gives you auth, DB, files, and AI features in one Linux process. This is the install.

May 6, 2026·7 min read
Prefect dashboard and Airflow UI side by side
Automationadvanced

Prefect Vs Airflow For LLM Pipelines, My Pick After Running Both

I ran the same content pipeline on Prefect 3 and Airflow 2.10 for two weeks each. This is the comparison plus the pick I now run for empire LLM workflows.

May 6, 2026·7 min read
Raspberry Pi 5 running Phi-3 Mini in a terminal
Automationadvanced

Raspberry Pi 5 With Phi-3 Mini, Edge LLM Setup

Phi-3 Mini on a Pi 5 is the cheapest serious LLM setup you can build. I ran one for two weeks. This is the install, the real throughput numbers, and the use cases that work.

May 6, 2026·7 min read
PocketBase admin and Supabase dashboard side by side
Automationintermediate

Supabase Alternative, The PocketBase Empire Stack

Supabase is the default Indian-startup BaaS choice. I run PocketBase instead across the empire. This piece explains why, with the cost math and migration trade-offs.

May 6, 2026·7 min read
vLLM server logs and RunPod dashboard side by side
Automationadvanced

vLLM On RunPod, Pay-Per-Second GPU Inference

vLLM is the production-grade inference engine I reach for when local hardware is not enough. Hosted on RunPod at pay-per-second pricing, this is the setup I use for one-off batch jobs.

May 6, 2026·7 min read
WhatsApp bot replying via Baileys and Claude
Automationadvanced

WhatsApp Bot With Baileys And Claude, India-Ready Setup

Baileys is the open-source WhatsApp library that does not need the official Business API. Wired to Claude, it runs a working AI bot on your own number. This is the install.

May 6, 2026·7 min read
Cut AI API Costs 98% With DeepSeek V3.2, A Production Migration Guide, automation on AutoKaam
Automationadvanced

Where a Cheap DeepSeek API Actually Fits in a Real Routing Stack

DeepSeek at one-fiftieth of GPT pricing is real, but a full migration is the wrong move. I run it as the cheap tier inside an eight-profile llm_router with paid models behind it on failover. Here is what I route to it, what I never route to it, and why.

Apr 5, 2026·9 min read
Running Gemma 4 Locally With Ollama, Setup Guide For Indian Devs, automation on AutoKaam
Automationadvanced

Running Gemma 4 Locally With Ollama, Setup Guide For Indian Devs

Local inference setup for Gemma 4 with Ollama on Mac, Windows, and Linux. Hardware requirements, performance benchmarks, and use cases where local beats cloud.

Apr 4, 2026·8 min read