Speed
Multi-agent research: swarmsDB vs raw API — wall-clock & tool-calls, matched task.
Platform / For agents
ctx: 76% smaller · schedule → hmac webhook Less context, more reasoning
On requests that project a section, payloads come back 76% smaller (4.2×) — on requests that project a section. That is context your agent keeps for reasoning instead of spending on a blob it never asked for. The saving is not uniform, and we say so: the top 10% of requests account for 87% of all characters saved, while a mid-sized response typically compresses under 1.2×. The widest single live response we have served fell from 8.46 million characters to 1,508 — 5,608×.
Measured on our own agent-swarm workload.
An agent projects only the fields it needs; only those cross the wire. It reasons over a typed section instead of burning context parsing an upstream blob it never asked for.
How shape-typing works scheduledFan one call out across many parameter sets and hand the results back by HMAC-signed webhook. This is not paper: a scheduled batch has run overnight and fired on time, on schedule, with nobody watching it.
Bulk & scheduled fan-out governedA recurring job bound to a grant stops the instant the grant is revoked — no fan-out, no re-arm. And an organisation over budget gets a real 402 on the serving path, not a report the next morning.
Governed autonomyProof, not adjectives
The numbers above are measured. The ones below are not yet — they are the controlled A/B tests we are running to back the speed, efficiency and quality story, published with method when they land. Until then this space stays empty on purpose: an empty card we cannot forget beats a claim we cannot defend.
Multi-agent research: swarmsDB vs raw API — wall-clock & tool-calls, matched task.
Tokens to complete an equivalent task — typed/projected vs raw blobs.
Task success & retries — typed sections vs raw JSON.
Answer quality on fewer, cleaner tokens — graded rubric.
Stated precisely on purpose. What is asserted here is measured — the compression figures come from 90 days of our own telemetry, with their scope. What is not yet measured is shown as an empty benchmark, not dressed up as a result. swarmsDB is built for autonomous agents and proven on our own swarm first; the reproducible head-to-heads are the next milestone.
More in this area
Connect over MCP or REST. If your agents read more than one source, the context bill is the first thing you will see move.