entroly

Entroly Limitations

Entroly is a local context control plane. It can reduce what you send, preserve more useful context under a budget, and surface verification signals. It does not make provider calls free, guarantee perfect answers, or override provider terms.

What Entroly Does Not Guarantee

Best-Fit Workloads

Poor-Fit Workloads

How To Measure Honestly

Use local commands first:

entroly simulate --budget 4096
entroly perf --budget 4096 --json
entroly verify-claims

These commands do not call an LLM. They estimate local context reduction and optimizer latency. They are not a bill guarantee because they exclude output tokens, provider cache hit rates, retries, tool-use overhead, and model-specific pricing changes.

For live traffic, inspect response headers such as:

Provider invoices and provider usage metadata remain the billing source of truth.

Image Inputs

Image optimization is opt-in. The default behavior is to preserve image bytes and only report estimates/recommendations. When enabled, Entroly gates any image rewrite on estimated token savings and a quality floor.

References for current formulas and token-count behavior:

Context Receipts

Context Receipts are an audit trail for local context selection. They improve inspectability, but they do not prove that the selected context is complete or that an answer is legally, financially, medically, or operationally correct. Each receipt includes a deterministic risk_summary so these boundaries are visible in the artifact instead of hidden in marketing copy.

Compliance Checklist

Before production use:

  1. Confirm your provider and tool terms permit the chosen proxy, wrapper, or SDK path.
  2. Run entroly doctor --privacy.
  3. Run provider-shape tests for the APIs you use.
  4. Start in audit/observe mode, inspect headers, then enable stronger mutation paths deliberately.
  5. Keep benchmark claims tied to committed artifacts and dated reproduction commands.