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
CFD
U.S. stock CFD derivatives
US Stocks
Access real US stocks and ETFs
HK Stocks
Trade quality Hong Kong-listed stocks
Stock Futures
High leverage, 24/7 trading
Tokenized Stocks
Backed by real stock assets
IPO Access
Unlock full access to global stock IPOs
GUSD
Mint GUSD for Treasury RWA yields
Stocks Activities
Trade Popular Stocks and Unlock Generous Airdrops
Launch
CandyDrop
Collect candies to earn airdrops
Launchpool
Quick staking, earn potential new tokens
HODLer Airdrop
Hold GT and get massive airdrops for free
IPO Access
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.
Google releases ReasoningBank, enabling intelligent agents to extract reasoning strategies from success and failure experiences
ME News Report, April 22 (UTC+8), according to Beating Monitoring, Google Research Institute released the reasoning memory framework ReasoningBank, enabling large models-driven agents to continue learning after deployment. The core approach is to distill past task successes and failures into general reasoning strategies stored in a memory bank, so that when encountering similar tasks next time, the agent first retrieves and then executes. The related paper was published at ICLR, and the code has been open-sourced on GitHub.
Previously, two mainstream solutions each had drawbacks: Synapse records complete action trajectories, which are too granular to transfer; Agent Workflow Memory only extracts workflows from successful cases. ReasoningBank made two modifications: changing the storage object from "action sequences" to "reasoning patterns," with each memory containing a structured three-part field: title, description, and content; failure trajectories are also incorporated into learning.
The model calls another large model to self-evaluate the execution trajectory, and failure experiences are broken down into rules to avoid pitfalls, such as upgrading from "clicks Load More button when seen" to "first verify the current page indicator to avoid infinite scrolling, then click load more." The paper also proposes Memory-aware Test-time Scaling (MaTTS), which invests more computing power during inference to repeatedly attempt, and stores the exploration process in memory.
Parallel expansion allows the agent to run multiple different trajectories for the same task, extracting more robust strategies through self-comparison; sequential expansion repeatedly refines within a single trajectory, recording intermediate reasoning into memory.
On the WebArena browser task and SWE-Bench-Verified code task benchmarks, using Gemini 2.5 Flash as the ReAct agent, ReasoningBank outperforms the memoryless baseline with an 8.3% higher success rate on WebArena and 4.6% on SWE-Bench-Verified, with about 3 fewer steps per task on average; adding MaTTS parallel expansion (k=5) further increases WebArena success rate by 3 percentage points and reduces steps by another 0.4.
(Source: BlockBeats)