AI Cost Optimization Guide

Short pointer to cost-awareness instructions and model routing — keep AI Credit usage down with scoped context and the right model.

CopilotCursorKilo
AuthorNeexoCore
Updated
costai-creditsbilling

Canonical guidance

Follow the always-on Cost-Aware AI Instructions. For task-class routing (low / medium / high), see Model and Agent Routing.

Core Principle

Avoid: expensive model + large repository context + vague task.

Quick rules

  1. Autocomplete for routine coding
  2. Lightweight models for small edits
  3. Stronger models only for architecture, hard debugging, or high-risk review
  4. Give file or folder scope in every prompt
  5. Split large work into smaller sessions
  6. Use cost-conscious review prompts instead of broad repository review

Monthly Review

Download the IDE usage export (for example GitHub Copilot usage CSV) and run the monthly AI usage review prompt from the Guardrails plugin.

Raw content

Copy into your project — e.g. .instructions.md, .agent.md, or SKILL.md

## Canonical guidance

Follow the always-on [Cost-Aware AI Instructions](/instructions/cost-awareness). For task-class routing (low / medium / high), see [Model and Agent Routing](/cookbook/model-routing).

## Core Principle

Avoid: expensive model + large repository context + vague task.

## Quick rules

1. Autocomplete for routine coding
2. Lightweight models for small edits
3. Stronger models only for architecture, hard debugging, or high-risk review
4. Give file or folder scope in every prompt
5. Split large work into smaller sessions
6. Use [cost-conscious review prompts](/prompts/cost-conscious-code-review) instead of broad repository review

## Monthly Review

Download the IDE usage export (for example GitHub Copilot usage CSV) and run the [monthly AI usage review](/prompts/monthly-ai-usage-review) prompt from the Guardrails plugin.

Next steps

Matched by shared tags and category. Browse all instructions