Today we have an update on the epic saga of Xe reinventing Git storage on top of object storage: making seek-native packfiles. What does this mean? Well, git is complicated. Huddle into this thread!
Today we have an update on the epic saga of Xe reinventing Git storage on top of object storage: making seek-native packfiles. What does this mean? Well, git is complicated. Huddle into this thread!
AgentENV by KVCache.AI keeps microVM disk images in object storage and pulls down only the blocks each machine actually needs. That is how image size stops being limited by local disk.
AgentENV by KVCache.AI keeps microVM disk images in object storage and pulls down only the blocks each machine actually needs. That is how image size stops being limited by local disk.
For one sandbox on one machine, a host mount is fine. It starts to matter 𝘄𝗵𝗲𝗻 𝘆𝗼𝘂 𝗿𝘂𝗻 𝗮 𝗳𝗹𝗲𝗲𝘁, where sandboxes are created and destroyed constantly and land on whichever node has room.
For one sandbox on one machine, a host mount is fine. It starts to matter 𝘄𝗵𝗲𝗻 𝘆𝗼𝘂 𝗿𝘂𝗻 𝗮 𝗳𝗹𝗲𝗲𝘁, where sandboxes are created and destroyed constantly and land on whichever node has room.
By default, if you use MiniIO, RAGFlow re-reads your corpus every time you tune it.
By default, if you use MiniIO, RAGFlow re-reads your corpus every time you tune it.
This storage layer with one API across 50+ backends, in 17 languages. Tigris config is just three lines.
Get the benefit of multi-region workers, with no cross-region egress charges and no per-region bucket topology to maintain.
This storage layer with one API across 50+ backends, in 17 languages. Tigris config is just three lines.
Get the benefit of multi-region workers, with no cross-region egress charges and no per-region bucket topology to maintain.
Most teams put that bucket on AWS, right next to the pipeline. However, when something reads the data back, AWS charges an egress fee.
Most teams put that bucket on AWS, right next to the pipeline. However, when something reads the data back, AWS charges an egress fee.
The standard production playbook assumes an S3 bucket sitting next to your cluster. So you point at AWS, and every restore, audit query, and backfill turns into a bandwidth bill.
The standard production playbook assumes an S3 bucket sitting next to your cluster. So you point at AWS, and every restore, audit query, and backfill turns into a bandwidth bill.
p90 reads: 7.9ms (Tigris) vs 42ms (S3) vs 681ms
(R2)Sub-10ms means object storage stops being an archive and starts being your app's working memory.
Full report: www.tigrisdata.com/blog/benchma...
p90 reads: 7.9ms (Tigris) vs 42ms (S3) vs 681ms
(R2)Sub-10ms means object storage stops being an archive and starts being your app's working memory.
Full report: www.tigrisdata.com/blog/benchma...
www.tigrisdata.com/blog/clickho...
www.tigrisdata.com/blog/clickho...
We think it's the state. You can burn everything down, but you will always be able to rebuild an agent from its state files.
State files can either be stored in a database, or in a plain s3 bucket.
We think it's the state. You can burn everything down, but you will always be able to rebuild an agent from its state files.
State files can either be stored in a database, or in a plain s3 bucket.
We helped ComputeSDK build storagesdk. With this universal SDK, you can fork a bucket, let an agent or experiment run wild, then keep it or throw it away.
Your production data never moves and the agent knowledge base is secure.
We helped ComputeSDK build storagesdk. With this universal SDK, you can fork a bucket, let an agent or experiment run wild, then keep it or throw it away.
Your production data never moves and the agent knowledge base is secure.
Tigris does it in one CLI command. You can point it at your old provider with a read-only key, run it, walk away. If interrupted, it resumes where it left off.
Tigris does it in one CLI command. You can point it at your old provider with a read-only key, run it, walk away. If interrupted, it resumes where it left off.
For one agent on one machine, SQLite or Postgres are just fine. It starts to matter when you run a fleet of agents or a multi-tenant platform, where traffic gets bursty and parallel.
www.tigrisdata.com/blog/eval-ag...
For one agent on one machine, SQLite or Postgres are just fine. It starts to matter when you run a fleet of agents or a multi-tenant platform, where traffic gets bursty and parallel.
www.tigrisdata.com/blog/eval-ag...
The question nobody asks: if the place an agent runs is built to be destroyed, where does the agent live?
www.tigrisdata.com/blog/where-d...
The question nobody asks: if the place an agent runs is built to be destroyed, where does the agent live?
www.tigrisdata.com/blog/where-d...
We say.... drop the db. Object storage is already a KV store.
t.ly/oxC_T
We say.... drop the db. Object storage is already a KV store.
t.ly/oxC_T
You can turn on soft delete and every delete drops into a holding state for 7–90 days.
You can turn on soft delete and every delete drops into a holding state for 7–90 days.
Isorun gives agents fast, hardware-isolated compute. We give them durable, forkable disks, so sandboxes stay disposable, and the state that matters survives.
Isorun gives agents fast, hardware-isolated compute. We give them durable, forkable disks, so sandboxes stay disposable, and the state that matters survives.
Our product gives agents durable storage they can write to unattended, where a failed run can never corrupt what's already there.
Our product gives agents durable storage they can write to unattended, where a failed run can never corrupt what's already there.
www.tigrisdata.com/blog/eval-ag...
www.tigrisdata.com/blog/eval-ag...
We think of git as living on a disk, but Xe says that the disk was never essential. git is an object store that happens to use a filesystem to persist itself.
If git doesn't need a filesystem, what else could back it?
We think of git as living on a disk, but Xe says that the disk was never essential. git is an object store that happens to use a filesystem to persist itself.
If git doesn't need a filesystem, what else could back it?