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
LangChain releases fully automated bug detection tool: automatically locates issues, fixes code, and directly pushes updates to users
According to Beating Monitoring, LangChain announced two core upgrades at its Interrupt conference aimed at solving the debugging challenges of Agents: a brand-new underlying database, SmithDB, and an automated troubleshooting tool, LangSmith Engine.
The old underlying architecture can no longer handle the increasing trace (execution path) data. The newly released SmithDB abandons the traditional local disk solution and is built on object storage. This change has increased query performance for core workloads by up to 15 times.
On a faster foundation, LangSmith Engine directly automates the “bug fixing” process. It continuously monitors the production environment in the background, automatically categorizes failed calls, and locates which part of the code is problematic. Moreover, it will draft PRs for developers to fix the vulnerabilities and generate corresponding test sets (evals).
For complex Agents, manually sifting through massive traces to find patterns has become the biggest efficiency bottleneck. This update by LangChain essentially creates a fully automated troubleshooting pipeline that integrates “error detection - code localization - automatic repair - test supplementation” into a seamless workflow.