ANOLISA (Alibaba Cloud Linux 4 Agentic Edition) is an agent-first operating system designed for AI Agents. Tokenless is its context-efficiency layer — stripping redundant tool outputs at the OS level before they hit the model. No framework changes. Tested with Claude Code — same workflow, fewer tokens.
How it works: OS-level proxy: Removes null fields, debug noise, oversized outputs. Compact rewriting: Verbose JSON → tabular notation, same data. Reversible: Dropped content retrievable via markers when needed.
Deploy on Alibaba Cloud ECS — full setup guide in the docs: click.alibabacloud.com/m/20000002445/
Or run it yourself: open source at github.com/alibaba/anolisa — give it a Star⭐️ if you like it.
Alibaba Cloud on X: "ANOLISA (Alibaba Cloud Linux 4 Agentic Edition) is an agent-first operating system designed for AI Agents. Tokenless is its context-efficiency layer — stripping redundant tool outputs at the OS level before they hit the model. No framework changes. Tested with Claude Code — same"
- the real unlock isn't just tokenless layers, it's collapsing the entire pipeline for ai agents. no more framework changes, no more rewriting code for every new use case anolisa is a huge step towards that goal
- 把冗余输出先在系统层过滤,思路挺实用,实际能省多少 token?



