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
Korean Stocks
SK Hynix
Real Korean stocks and top assets
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.
How to Master Claude Fable: Basic Usage Guide
Anthropic has restored global access to Claude Fable 5, which was suspended in mid-June due to U.S. government export controls. As of July 1, the model is again available on Claude Platform, Claude.ai, Claude Code, and Claude Cowork. Rather than being a one-shot chat responder, Anthropic positions Fable 5 closer to a long-running AI work system: handling complex knowledge work, coding, visual understanding, and agent tasks—continuously planning, executing, calling sub-agents, and checking its own work in environments like Claude Code or Managed Agents.
This is also why the discussion around Fable 5 has shifted. Users are no longer just concerned with "how to write prompts," but rather how to break a task into objectives, materials, permissions, acceptance criteria, and human review checkpoints, allowing the AI to advance toward a deliverable result over an extended period. For developers, researchers, content teams, and enterprise automation users, the barrier has moved from prompt engineering to workflow design.
From Short Q&A to Long Tasks: Fable 5 Aims to Be the "Master Model"
In the past, most chat models behaved like sprinters. Users ask a question, the model responds with one round—writing a piece of code or providing analysis—and then the user follows up, corrects, and adds context. Fable 5 tries to stretch this process, allowing the model to work continuously toward the same goal.
Anthropic's official page emphasizes that Fable 5 is suitable for "long-duration, complex, asynchronous tasks." In agent environments, it can participate in planning, multi-stage execution, tool or sub-agent invocation, and self-checking of its work. The key here is not that a single output is longer, but whether the model can take on scheduling and review roles within a more complete task chain.
This also explains why Claude Code has become an important entry point. Average users will still ask questions directly in the chat box, but developers and automation workflow users are more likely to integrate Fable 5 into codebases, command lines, tool calls, and agent frameworks, letting it handle tasks closer to real work.
In early user feedback, there were indeed positive cases of building complex systems and reducing iterative loops. But such feedback is better seen as observation rather than a general performance conclusion. A safer judgment is that Anthropic is pushing Fable 5 toward higher-intensity agentic workflows, making Claude not just answer questions but also participate in planning, execution, and checking.
The Community Buzz: "Task Loops" — Key Lies in Goals and Acceptance
After Fable 5 reopened, one of the most discussed uses in the community is what's called "loop engineering," which essentially means designing autonomous task loops for the AI.
Some third-party blogs and user practices often summarize these usage patterns as /goal and /loop. The former points to tasks with clear completion criteria, e.g., "Keep researching until you can answer these 5 questions." The latter resembles tasks executed at fixed intervals, e.g., "Check email every 30 minutes and only flag emails that truly require my attention." However, the official Anthropic documentation has not yet confirmed /goal and /loop as formal Claude Code commands; actual availability depends on the specific product version, agent framework, or user-custom scripts.
The value of this approach lies in freeing the user from every iteration. In traditional usage, the user is often the bottleneck in the iteration loop: the model gives results, the user judges, then gives further instructions. Loop-style tasks require the user to define goals, boundaries, and acceptance criteria upfront, then let the AI handle much of the back-and-forth in between.
The more autonomous the model becomes, the more the user needs to clarify three things upfront: what state marks the task as complete, which actions can be done automatically, and which nodes must return to the human for input. Otherwise, long-running tasks will only amplify misunderstandings and deviations.
The community has also proposed a "barbell" model of division of labor: the most powerful model handles the initial planning and final review, while a cheaper model or sub-agents perform most of the intermediate execution. This approach aligns with the cost logic of agent workflows, but should not be interpreted as an official fixed usage of Fable 5. In real deployment, enterprises typically need to integrate permission controls, logging, code review, and human approval into the process.
Skills: More Like Reusable Work Recipes, Not Official Promises
Another frequently discussed direction is Skills. It can be understood as users turning a set of repeatable workflows into reusable recipes, allowing Claude to call them repeatedly in similar tasks, rather than writing a long prompt from scratch each time.
For long-cycle tasks, this is critical. The more complex the task the model must complete, the less it can rely solely on ad hoc prompts. Writing style, research methodology, financial analysis templates, coding conventions, publishing processes, customer preferences—if these must be explained anew each time, stability and efficiency will suffer. Solidifying them into files, instructions, or callable workflows allows the AI to start from the same set of rules.
However, discussions around Skills need to distinguish between official functionality and community workflows. Refining past chat logs into preferences, learning structures from large samples, and then transferring to other models like GPT or Gemini—these are closer to user-custom methods rather than cross-platform features that Anthropic has fully committed to. A more accurate view is that users can organize common workflows into independent assets, such as templates, SOPs, checklists, and project instructions, and then reuse them in Claude or other AI tools.
The value of such assets is not whether they are called "Skill," but that they transform "how I want the AI to work" from a one-time prompt into a maintainable work specification. For enterprises, this is closer to genuine knowledge management than single prompts.
Vision Capabilities: Fable 5 Connects to PDFs, Interfaces, and Dashboards
Another ability Anthropic emphasizes for Fable 5 is visual understanding. It can comprehend charts and tables in documents and PDFs, and also be used to check whether coding output aligns with design goals.
Such capabilities may not be intuitive for casual chat users, but they matter greatly to enterprises and developers. Real work is often not purely textual: data hides in charts, product issues appear in interface screenshots, business status shows on dashboards, design feedback requires visual details, and automation tasks may need the model to understand the current screen or page state.
If the model can more accurately read these materials, it becomes not just a text assistant, but can intervene in tasks closer to the real workplace. For example, extract values from a PDF chart, review backend page interaction logic, locate anomalies based on dashboard screenshots, or give structured modification suggestions for marketing materials.
But visual capabilities still need to be tied to review workflows. The model can identify charts and screenshots, but not all conclusions are reliable. When dealing with financial data, code security, compliance reviews, and customer deliverables, it is still necessary to preserve original sources, inspection steps, and human acceptance.
The Real Barrier: Preparing Context for the AI
For Fable 5 to handle long-cycle tasks, it must continuously understand the user's business environment. A single prompt can hardly cover company structure, project background, customer preferences, historical decisions, and current priorities. For heavy users, a more practical approach is to build a local context system.
This context can include company maps, team roles, current priorities, common SOPs, one-page summaries of key clients or projects, release plans, content systems, distribution strategies, and a continuously updated decision log. It effectively gives the AI a set of readable business background, rather than letting the model guess the user's situation each time from scratch.
In the Claude Code scenario, officially confirmed methods include using --add-dir to add additional working directories and managing context through project instruction files. Users can also maintain memory files and instruction files to record preferences, constraints, and output formats formed over long-term collaboration. Compared to single-turn prompts, this approach is more suitable for long-term projects because the model can refer to past decisions before making new suggestions.
Security boundaries cannot be ignored either. According to the Anthropic FAQ, for high-risk areas such as cybersecurity, biology, and chemistry, Fable 5 has corresponding protective measures; some queries may be routed to Opus 4.8, and API customers also need to configure Fallback API. This affects the continuity and automation level of certain tasks.
After Fable 5 reopened, Anthropic brought to market not just a model that's "better at chatting," but a heavier way of working with AI: the agent environment handles continuous execution, process assets enable reusable methods, local context preserves business memory, and visual capabilities allow access to more real-world materials. Its ceiling depends on model capabilities, but also on whether humans have laid out objectives, materials, permissions, and acceptance criteria. For average users who only need Q&A and writing, Fable 5 may not always be necessary; for teams that want AI to take on research, coding, operations, and monitoring tasks, it is more like a core component—but how far it can run still depends on whether the track is clear.
Click to learn about job openings at BlockBeats
Welcome to join the official BlockBeats community:
Telegram Subscription Group: https://t.me/theblockbeats
Telegram Discussion Group: https://t.me/BlockBeats_App
Twitter Official Account: https://twitter.com/BlockBeatsAsia