economy-mode

Steer Layer 3 model selection to cost-optimized alternatives via an economyMode flag.

Updated Nov 27, 2024
One-click install
npx skills add https://github.com/Izak90/Izak90.github.io --skill economy-mode-izak90
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: economy-mode
Source: https://github.com/Izak90/Izak90.github.io/tree/main/isaac_treinos_ar_livre/.copilot/skills/economy-mode
Command: npx skills add https://github.com/Izak90/Izak90.github.io --skill economy-mode-izak90

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Economy mode reduces AI service costs by steering Layer 3 model selection to cheaper alternatives without altering user intent captured in Layers 0-2.

Core Features & Use Cases

  • Preserves Layer 0/1/2 directives while changing only Layer 3 auto-selection.
  • Supports session-scoped activation and persistent config via .squad/config.json.
  • Provides a clear deactivation path and an economy-model table to guide choices.

Quick Start

Activate economy mode for the current session by saying 'use economy mode'.

Frequently Asked Questions about economy-mode

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I reduce AI model costs without overriding my session configuration preferences?

Cost-optimized model selection steers Layer 3 auto-selection to cheaper alternatives while preserving Layer 0/1/2 user directives. This ensures your session configuration preferences remain intact, reducing expenses without altering core intent.

How do I activate economy mode for a single session?

You can activate economy mode for a single session by saying 'use economy mode'. This sets an economyMode flag that shifts Layer 3 model selection to cost-optimized alternatives temporarily, without persistent configuration changes.

Does cost-optimized model selection persist across sessions in config.json?

Yes, cost-optimized model selection persists across sessions by implementing an economyMode flag in .squad/config.json. This approach uses an override table to continuously steer model choices while preserving explicit user directives.

What is the difference between Layer 3 model selection and Layer 0/1/2 preferences?

Layer 3 model selection involves automatic model choices that can be shifted to cost-optimized alternatives, whereas Layer 0/1/2 preferences capture explicit user intent. Economy mode only modifies Layer 3, leaving your core directives untouched.

Can I deactivate economy mode after enabling it?

Yes, economy mode provides a clear deactivation path to restore standard model selection. Deactivating it removes the cost-optimized override table influences, returning Layer 3 auto-selection to its default behavior.

When should I avoid using economy mode for AI model selection?

You should avoid using economy mode when your task requires maximum model capability regardless of cost. Economy mode shifts selection to cheaper alternatives, which may reduce output quality for highly complex or sensitive workloads.