Futures
Access hundreds of perpetual contracts
CFD
Gold
One platform for global traditional assets
Options
Hot
Trade European-style vanilla options
Unified Account
Maximize your capital efficiency
Demo Trading
Introduction to Futures Trading
Learn the basics of futures trading
Futures Events
Join events to earn rewards
Demo Trading
Use virtual funds to practice risk-free trading
Launch
CandyDrop
Collect candies to earn airdrops
Launchpool
Quick staking, earn potential new tokens
HODLer Airdrop
Hold GT and get massive airdrops for free
Pre-IPOs
Unlock full access to global stock IPOs
Alpha Points
Trade on-chain assets and earn airdrops
Futures Points
Earn futures points and claim airdrop rewards
Promotions
AI
Gate AI
Your all-in-one conversational AI partner
Gate AI Bot
Use Gate AI directly in your social App
GateClaw
Gate Blue Lobster, ready to go
Gate for AI Agent
AI infrastructure, Gate MCP, Skills, and CLI
Gate Skills Hub
10K+ Skills
From office tasks to trading, the all-in-one skill hub makes AI even more useful.
GateRouter
Smartly choose from 40+ AI models, with 0% extra fees
Vercel Workflows officially launched, replacing the entire backend orchestration infrastructure with just two lines of code commands
ME News Report, April 17 (UTC+8), according to Beating Monitoring, the front-end cloud platform Vercel officially released Workflows, integrating durable execution capabilities directly into application code. Developers write "use workflow" at the top of TypeScript functions to mark the workflow entry point, and "use step" within sub-functions to mark each execution step. The framework automatically handles queue scheduling, failure retries, state persistence, and observability, eliminating the need for separate deployment of orchestration services, message queues, or state databases.
The core problem this model addresses is: when moving AI agents or backend tasks from prototype to production, developers often spend a lot of time building orchestration infrastructure instead of improving the product itself. Traditional solutions require breaking logic into queues, workers, state tables, and retry mechanisms. Workflows consolidates all these into application code, integrating orchestration logic with business logic. Vercel states that users only pay for the actual runtime computation of functions, without the overhead of a persistent orchestration service.
Since public testing began in October 2025, Workflows has handled over 100 million runs and 500 million steps, serving more than 1,500 clients, with npm weekly downloads exceeding 200k.
For AI agent scenarios, Workflows offers several key capabilities:
AI SDK v7 simultaneously launches \WorkflowAgent, deeply integrating durable execution with tool invocation and state management. The Python SDK enters public testing, extending this programming model into the Python ecosystem. The Workflow SDK is open source, supporting self-hosted deployment via the "Worlds" adapter system. The community is developing adapters for MongoDB, Redis, Cloudflare, and others.
Next version, Workflows 5, will introduce native concurrency control (including cross-run locking mechanisms), global deployment infrastructure, and snapshot-based runtime to reduce event replay overhead.
(Source: BlockBeats)