Run fast vision checks at the edge with Moondream 3.1 on Workers AI
Cloudflare added Moondream 3.1 to Workers AI, giving developers a low-latency vision model for image queries, captions,...
Cloudflare added dynamic retry delays to Workflows on July 9, 2026. Instead of picking only a fixed delay plus constant, linear, or exponential backoff, a Workflow step can now pass a function to retries.delay and calculate the next wait from the current attempt and the thrown error.
Use this when a workflow calls APIs with different failure modes: wait longer on rate-limit errors, retry faster after a short network failure, or map provider guidance such as Retry-After into your next delay. This is a practical fit for customer sync jobs, AI-provider orchestration, payment/CRM integrations, and any durable workflow that should avoid both blind hammering and unnecessary waiting.
retries.delay function shape.Cloudflare Workflows now has per-step pricing in its billing model, with step and storage billing scheduled to start no …
Cloudflare Browser Run now exposes a direct accessibility tree endpoint, giving AI agents and automation tools structure…
Cloudflare now warns in the dashboard and Wrangler before manual deletes on R2 Data Catalog buckets, reducing the risk o…
Sign in to join the discussion and vote on comments.
Sign in