ICENI turns the prompts you type over and over into single-word commands that produce structured, consistent, machine-parseable output — on any model.
review. Get an expert-grade code review. Every time.Measured on real tasks. ICENI's instruction overhead is ~70 tokens — so it wins on real inputs and loses on toy snippets.
| Input Size | Example | ICENI Result | Why |
|---|---|---|---|
| 20 tokens (toy) | divide() function | Baseline wins by 6 pts | 70-token overhead dominates |
| 72 tokens (small) | buggy_example.py | Baseline wins by 2 pts | Overhead still significant |
| 320 tokens (real) | user_api.py | ICENI wins by 7 pts | Structure pays off |
| 577 tokens (large) | Order-processing module | ICENI wins by 7 pts | XML structure organizes complex analysis |
The rule: On real code (300+ tokens), ICENI's calibrated structure produces better-organized output. On tiny snippets, a plain prompt is fine.
ICENI is honest about its limits. It doesn't claim to make every prompt better.
iceni pack install code-quality gives you review, security-audit, api-review, refactor and docstring in one command. Or build your own: iceni create review --goal "Review code for bugs" --constraint "cite line numbers". Every alias gets a cryptographically signed identity.
Run iceni connect-desktop once, restart Claude Desktop, then type /review in any conversation. ICENI renders your intent as a structured prompt calibrated for that specific model — XML for Claude, markdown for GPT, concise for Kimi.
ICENI's discovery engine watches your conversation logs and suggests new aliases for patterns it detects. The calibration engine refines each model's render based on which outputs you accept. No manual tuning required.
Every alias version is Ed25519-signed and content-addressed. Output is structured XML that downstream agents can parse deterministically — 100% parse rate vs. 0% for prose. No re-parsing with an LLM required.
ICENI is open-source, runs locally, and connects to Claude Desktop via MCP. Your aliases are stored in SQLite on your machine — nothing leaves your system.
Get Started