Guides: AI Coding
Broader reference material for tools and workflows.
Categories
Tags
Filters2
Categories
Tags
Showing page 1 of 2 (13 total posts)

7 Free Ways to Stop ChatGPT From Eating Your CPU, RAM, and Disk
Fix ChatGPT performance without spending a cent: diagnose high CPU, reduce RAM-heavy threads, stop disk churn, trim Git load, and disable unused MCP servers.

Finding Domains Is Simple With Gemini and Antigravity
How to find an available domain name with AI: describe it to a terminal agent and let Gemini check every candidate against a live registry. No more guessing.

How to Write Claude Code Skills That Actually Trigger
Write Claude Code skills that actually trigger: fix the description-as-router, structure for progressive disclosure, and test in fresh sessions.

Ways to Make the Most Out of Claude Fable 5 (2026)
Get more from Claude Fable 5: pick the right effort level, plan with Fable while cheaper models implement, and claw back costs with caching and batching.

Cut MCP Round-Trip Overhead by Looping Inside the Tool
MCP round-trip overhead can balloon a task from 2,000 to 150,000 tokens. Move the loop inside one MCP tool to collapse N calls into a single round-trip.

Best MCP Servers Worth Installing (And 5 That Waste Your Context Window)
The best MCP servers for Claude Code ranked by real context cost. 8 worth keeping, 5 that waste your context window, and the exact config I run daily.

AI Agents in Production: What Actually Works After 6 Months
Most AI agent projects die between demo and production. After 6 months running agents at scale, these are the patterns that survived: model routing, trace-based debugging, loop detection, and hard cost ceilings.

Every Claude Code Environment Variable That Actually Matters
All 40+ Claude Code environment variables grouped by what they do. API keys, Bedrock, Vertex, Foundry, CI/CD, and the billing gotcha nobody warns about.

Self-Hosting AI for Code: The $0/Month Developer Stack
Build a complete self-hosted AI coding stack with Ollama, Continue.dev, and Open WebUI for $0/month. Includes hardware requirements, cost math, and the setup commands.