proomt

Search

Search posts, papers, and topics

All posts

InfoQLeela Kumili2 min readintermediate

Dropbox Evolves Riviera Content Processing Platform to Support AI Workloads

Summary

Dropbox’s Riviera platform has been expanded from a preview service into a universal, composable content‑processing system that now handles hundreds of thousands of transformations per second across 300+ file types. The architecture separates orchestration from execution, adds a plugin model, and offers async public APIs so internal and external AI workloads can reuse cached transformations.

  • Orchestration is centralized while workers implement pluggable transformation capabilities, allowing new formats without core changes.
  • Supports >300 file formats, >100 transformation types, processing ~2.5 B requests/day (~1 EB of data) at hundreds of thousands of ops/sec.
  • Caching intermediate results lets multiple AI tasks (e.g., summarization, embeddings) share work and reduce latency.
  • Async public APIs expose Markdown conversion, transcription, and metadata extraction for external RAG and workflow integrations.

Teams building large‑scale AI ingestion or document‑processing pipelines should care because Riviera demonstrates a scalable, reusable architecture for handling diverse content formats.

6/10

Related reading

  1. Introducing Our New Dropbox API Documentation

    Dropbox launched a revamped API documentation site with interactive request testing, an embedded AI assistant, and a new Model Context Protocol for connecting external AI tools. The UI is unified, searchable, and includes full request/response schemas.

    Dropboxdropbox.tech2 min
  2. Cloudflare Introduces the Agent Development Lifecycle to Replace Traditional SDLC

    Cloudflare’s Agent Development Lifecycle (ADLC) replaces the classic SDLC with an autonomous, event‑driven workflow system that lets AI agents handle code generation, testing, deployment, and maintenance. The platform builds on Cloudflare Workflows and the new @cloudflare/ci library to spin up containers, run headless browsers, and chain steps with caching and credential support. Observability is…

    InfoQinfoq.com2 min
  3. GLM 5.3 FlashX now available on AI Gateway

    Vercel AI Gateway now offers the GLM‑5.3‑FlashX model, a fast (~200 tps) multimodal coding LLM. The post includes a TypeScript streaming example, notes the model’s fit for coding agents and interactive tools, and lists AI Gateway features (unified API, usage tracking, retries/failover, custom reporting, key budgets, routing rules) with no platform fee.

    Vercelvercel.com1 minrelease
  4. Introducing Filestore agent volumes: fully managed storage for agent workspaces

    Google Cloud adds Filestore agent volumes, a fully‑managed, elastic file‑system that automatically provisions isolated POSIX workspaces for GKE‑based AI agent sandboxes. Volumes attach in milliseconds, support RWX with file‑level locking, and charge only for used capacity with automatic tiering, aiming to cut cold‑start latency and storage waste for large‑scale agent fleets.

    Google Cloud Bloggoogle.com4 min