Your agents pay for tokens they never needed.
Every turn, a coding agent re-sends the whole conversation - files it already read, tool output it already used, its own reasoning. You pay for all of it. SOMA compresses the context and the chain-of-thought on the way to the model, and keeps what the task needs.
Context grows every turn. So does the bill.
- AAgents re-send history on every request - the same files, the same tool output.
- BCost per task grows faster than the task itself: turn 20 carries turns 1-19.
- CMost of that context is no longer needed to get the next step right.
At turn 14
This session has sent 658k tokens so far. 39k of the last request was context the model no longer needed - 45% of it.
Tokens sent per agent turn
Illustration - a typical 14-turn coding session. Real figures land with the benchmark release.
SOMA
We build the layer that makes AI cost what it should.
SOMA is a research company working on one problem: how little context a model needs to do the job well. The app is where that work ships first - it isn't the only place.
SOMA App
Point your coding agent at SOMA instead of the model. We compress the conversation and the reasoning on the way through, and charge the model's real cost - no markup.
app.thesoma.aiSomarizer
Paste text or drop a PDF, pick how hard to compress, get a shorter version back. The same compression, without writing any code.
somarizer.thesoma.aiCompressor for OpenClaw
A context compressor that plugs into the OpenClaw agent loop. Public repository, run it yourself.
github.com/DendriteHQSOMA for Enterprise
Private deployment inside your cloud, per-team budgets and a savings report your finance team can read. In design - talk to us if you need it.
Talk to usQuality first
Compression only pays off if the agent still finishes the task, so both are measured.
No markup
You pay what the model costs us. We make money when compression does its job.
Open research
Compressors are developed in the open, on our Bittensor subnet.
Benchmarks
Same agent. Same model. Fewer tokens.
We run the same agent on the same task twice - with compression off and on - and compare cost and whether the task still passed. The router reports both figures: what it measured on your traffic, and our current estimate where measurement is thin.
Estimated savings · today
GitHub Copilot CLI + DeepSeek V4 Pro, our current estimate for this pair. The router labels every figure it shows you as measured or estimated - and never presents one as the other.
What we test on
- 1Real issues from real GitHub repositories
- 2Navigating large codebases and changing many files
- 3Debugging, running and fixing tests
- 4Long tasks with many tool calls and reasoning rounds
Savings depend on the task, the context size and how much of it the provider already caches. Long sessions with heavy tool output save the most; short ones can save nothing. Measured per-key figures are in your dashboard.
Agents & models
Keep your agent. Keep your model.
SOMA speaks the OpenAI API, so the agent doesn't have to change. Point it at our endpoint and it starts sending less.
Your agent
The model
Setup
One line, then keep working.
Your key starts with sk-soma. Sign up, copy it, run one command - the agent you already use keeps working, just with less going out.
# install Copilot CLI and point it at SOMAcurl -s https://app.thesoma.ai/copilot | bash -s sk-soma-YOUR-KEY# that's it - start codingcopilot
Compression runs before the request leaves us. If the compressor is unavailable, your request goes through uncompressed rather than failing.
Research & development · Bittensor subnet 114
Our compressors come from an open competition.
SOMA runs subnet 114 on Bittensor. Miners compete to build the best compressor, validators score every submission on real work, and after each competition our compression team takes the winning code and adapts it to the app.
- 01
Miners submit
Independent teams train and submit compressors to the subnet.
- 02
Validators score
Every submission runs on real tasks. Cost and task success, both.
- 03
Our team adapts it
After each competition, our compression team takes the winning code and makes it production-ready.
- 04
It ships to the app
The adapted compressor runs in front of your agent, and usage funds the next round.
- Subnet
- SN 114
- Compresses
- Context + CoT
- Active miners
- -
- Leaderboard
- public
Get started