Skip to main content
Guides & Strategies5 min readUpdated July 2026

Prompt Engineering Guide for LLMSlim

Designing prompts that compress with maximum token reduction and 100% fidelity.

Rule 1: Use Explicit Imperative Anchors

Keywords like `MUST`, `NEVER`, `ALWAYS`, `REQUIRED`, and `GUARANTEE` anchor sentences to Priority Tier 4, safeguarding them against removal during high compression ratios.

Frequently Asked Questions

How should I format JSON schema rules in system prompts?

Use explicit fenced code blocks (```json ... ```) or imperative tags ('MUST return JSON'). Priority Tier 4 automatically preserves these sections intact.