Futures
Access hundreds of perpetual contracts
TradFi
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
Launchpad
Be early to the next big token project
Alpha Points
Trade on-chain assets and earn airdrops
Futures Points
Earn futures points and claim airdrop rewards
Apple Xcode 26.3 Officially Launches: AI Programming Moves from "Offering Suggestions" to "Writing Code"
Tech Home, February 27 — Apple officially released Xcode 26.3 today, featuring the introduction of “Autonomous AI Coding Agents.” The update not only includes Swift 6.2.3 but also natively integrates OpenAI Codex and Anthropic Claude.
In terms of positioning, AI-assisted development fully integrates into the official toolchain. Besides incorporating Swift 6.2.3 and the latest SDKs, it introduces AI programming agents that allow AI to participate directly in the development process, providing comprehensive assistance and boosting developer productivity.
According to a blog post cited by Tech Home, traditional AI tools often only offer single code snippet suggestions. Now, AI agents can interact directly with developers’ projects. They can autonomously break down development goals, analyze project structure in depth, modify underlying files, and even execute complex workflows across the entire project.
Regarding ecosystem openness, Xcode 26.3 directly integrates OpenAI Codex and Anthropic Claude as officially supported coding agents.
More importantly, Apple has introduced the Model Context Protocol (MCP). This open standard allows third-party AI providers to connect directly to the Xcode official development platform, enabling developers to access multiple AI models without relying on complicated third-party plugins.
To balance the convenience of AI with code security, Apple has established a fine-grained permission control system. AI agents must request explicit access permissions from developers before accessing project resources.
Developers can strictly restrict AI tools’ access, modification, or execution scope. This mechanism ensures that while enjoying AI assistance, developers prevent agents from unrestricted access to core code, effectively safeguarding against accidental changes or potential security risks.