Workspace
Use the infotheory library from your browser. This does not fully encapsulate all functionality of the library
Overview
InfoTheory provides fast estimators for entropy, mutual information, compression distances, and predictive rate modeling (ROSAPlus, CTW). This workspace allows you to experiment without downloading anything, as it runs on my server, so we can gain understanding!
Welcome! Get to experimenting, or read more if you prefer via the sidebar.
Workspace
Batch mode runs one JSON object per line and returns JSON per line.
Code references
Unigram likelihood-gain proxy removes the weakest candidates quickly.
Entropy-rate filter, optionally conditioned on a universal prior corpus.
KMI/NCD rerank on the top-k shortlist with optional prior summaries.
infotheory search "encryption" ./src --level snippet --top-k 50 --max-order 8 --stage2-prior-mode use
Add a prior: --prior "./notes/prior.txt"
Code references
AIXI runs are precomputed offline and summarized here to avoid heavy compute in the UI. The snapshot shows the end of a run: actions, observations, and rewards.
Running arbitrary environments is supported by the CLI, but not hosted here due to compute constraints. Use the Library page for more environments and configs.
Inputs are taken from text, uploads, or URLs only. max_order sets the
Markov order (0 = marginal, >0 = sequential, -1 = infinite/auto); CTW backends
use method as depth; ZPAQ rate uses method as a streaming
level (1-3); mixture is configured below (builder); RWKV7 NCD uses
method as coder (ac or rans).
Code references
Use __FILE1__ and __FILE2__ to reference Input A/B from the CLI runner.
Local file paths are not available in the hosted UI.