Agent - Anything

Documentation Index

Fetch the complete documentation index at: /docs/llms.txt

Use this file to discover all available pages before exploring further.

The core of Anything is its agent. You describe what you want, the agent writes the code. It reasons about your request, explores your project, decides what to change, and writes or updates code.

See the Prompting Guide for tips on writing better prompts.

Plans

Your plan determines which models and capabilities the agent uses.

See pricing.

Code generation

It generates React for web apps and React Native for mobile apps. You don’t need to know either. Describe what you want in plain language. Tell it what your app should do, not how to implement it. “Add a settings page where users can update their profile” beats “create a React component with useState hooks for form fields.”

Modes

Switch modes in the mode selector at the bottom of the chat. New projects start in Thinking so you’re on the most efficient credit mode by default, with control over which mode runs each request.

Thinking handles most requests well, so you can leave it set there. Pick Fast for simple changes to save credits, and Plan when you want to see the approach before the agent starts building.

Some accounts also have an Auto mode that picks the approach for each task. We’re rolling out Thinking as the default instead, so you control which mode runs rather than letting Auto decide. If you don’t see Auto in your selector, that’s expected.

Model switcher

The model selector (next to the mode selector) lets you override the agent’s model choice. By default, the agent uses multiple models and picks the best one for each step. Models are available from Anthropic (Claude series), OpenAI (GPT + Codex series), Google (Gemini series), and Moonshot (Kimi series). Some are more capable, others are faster or use fewer credits.

Model Provider Notes
Claude Opus 4.6 Anthropic Most capable, uses more credits
Claude Opus 4.7 Anthropic
Claude Opus 4.8 Anthropic Latest Opus
GPT-5.3 Codex OpenAI Optimized for code
GPT-5.4 OpenAI
Gemini 3.1 Pro Google Thinking model
Gemini 3.0 Flash Google Fast, uses fewer credits
Kimi K2.6 Moonshot Thinking model

New models are added regularly. Some may be marked as beta.

Not sure which model to pick? Leave it on the default. The agent picks the best model for each step automatically.

Thinking

Work gets broken into steps. Expand each step to see the reasoning: why it made certain decisions, what it considered, how it approached the problem. Useful when something doesn’t work as expected.

Capabilities

It does more than write code:

In Max mode, the agent also gets:

Threads

Press New chat in the left sidebar to start a new thread. Each thread has its own context.

  1. Start your app in one thread
  2. Start a new thread for each feature
  3. Work across threads in parallel

This keeps the agent focused and avoids context overload.

Fixing errors

Most errors happen because the agent doesn’t have enough context.

See the Prompting Guide for more.

Credits

Credits are used per task. Cost depends on complexity, which models run, and how much context is involved. Higher-tier plans include more credits and stronger models. Save credits: keep prompts focused, use new threads to reduce context, use Fast mode for simple changes.