AI Tools,
    Mastered

    Practical tips for AI coding assistants, prompts, and productivity workflows you can use today.

    Cursor AI Code Editor: The Complete Setup & Workflow Guide
    Tools10 min

    Cursor AI Code Editor: The Complete Setup & Workflow Guide

    A practical map of Cursor's AI-native workflow: context control, MCP servers, rules, indexing, and Composer, with links to the deep-dive guides for each.

    Editor: Paul Radford
    Aug 3, 2026
    cursorai code editordeveloper toolsai coding assistantide
    How to set up Continue.dev with Ollama for completely offline codebase chat
    Productivity8 min

    How to set up Continue.dev with Ollama for completely offline codebase chat

    Local models still trail Claude on multi-step reasoning, but for regulated environments where code genuinely can't leave the machine, that tradeoff is well worth making.

    Editor: Paul Radford
    Jul 26, 2026
    codingworkflowrag
    How to configure .cursorignore to prevent context pollution and protect secrets
    Quick Tip9 min

    How to configure .cursorignore to prevent context pollution and protect secrets

    Cursor indexes your working directory, not just what Git tracks, so an untracked .env file can still leak straight into a prompt. Here's how to lock that down properly.

    Editor: Paul Radford
    Jul 26, 2026
    cursorcodingproductivity
    How to configure Model Context Protocol servers in Cursor
    Productivity8 min

    How to configure Model Context Protocol servers in Cursor

    An agent that can run SELECT * FROM orders can usually also run DELETE FROM orders unless you stop it. Here's the exact MCP config, and where to draw the read-only line.

    Editor: Paul Radford
    Jul 19, 2026
    cursorcodingautomation
    How does Cline compare to Claude Code for terminal and IDE automation?
    Tools9 min

    How does Cline compare to Claude Code for terminal and IDE automation?

    Cline is an open-source client where you bring your own API key; Claude Code is Anthropic's own terminal agent tied to a subscription. The real split is cost and control versus polish.

    Editor: Paul Radford
    Jul 10, 2026
    claudeagentscoding
    How to manage API costs when using Claude Sonnet for automated coding
    Quick Tip9 min

    How to manage API costs when using Claude Sonnet for automated coding

    Explains how to utilize Anthropic's Prompt Caching to reduce API bills when using tools like Cline or Continue.dev. Details the mechanics of context window reloading and how to structure files to maximize cache hits.

    Editor: Paul Radford
    Jul 10, 2026
    claudepromptsautomationcoding
    How to fix Cursor codebase indexing issues on large repositories
    Quick Tip9 min

    How to fix Cursor codebase indexing issues on large repositories

    Reinstalling Cursor rarely fixes a broken index. On monorepos above roughly 50,000 files, an aggressive .cursorignore plus a manual reindex almost always does instead.

    Editor: Paul Radford
    Jul 10, 2026
    cursorcodingrag
    How to build a multi-file feature using Cursor Composer
    Tools10 min

    How to build a multi-file feature using Cursor Composer

    Get the scoping wrong in Composer and it will happily rewrite files you never meant to touch at all. Here's the exact workflow for scaffolding and modifying multi-file features safely.

    Editor: Paul Radford
    Jul 2, 2026
    cursorcodingworkflow