Anthropic

Explore Anthropic through related topics and the articles other pages reference most.

Explore articles

Reset filters
Browse subtopics: Developer Tools

Articles that also belong to these categories. Counts cover all of Anthropic.

Showing 1-10 of 10 articles

Anthropic Message Batches API

The Message Batches API (commonly referred to as the Anthropic Batches API) is an asynchronous bulk processing endpoint offered by Anthropic for its Claude family of large language models.

Developer Tools

Claude --continue

claude --continue is a command-line option for Claude Code, Anthropic's coding agent. It reopens the most recent eligible conversation associated with the current directory.

Developer Tools

Claude --resume

claude --resume is a Claude Code command-line option that reopens a saved Claude Code conversation. Its short form is claude -r. With no value, the option opens an interactive session picker.

Developer Tools

Claude Agent SDK

The Claude Agent SDK is Anthropic's official software development kit for building custom AI agents powered by Claude, released on September 29, 2025 as the renamed and expanded successor to the Claude Code…

AI AgentsDeveloper Tools

Claude Code

Claude Code is an agentic software development product made by Anthropic. It uses models from the Claude family to inspect software projects, propose and apply changes, run development tools, and report…

AI AgentsAI Code Generation

Claude Code CLI Flags

Claude Code CLI Flags are command-line options passed to the top-level claude command to choose a session, model, permission policy, output format, integration, or startup behavior.

Developer Tools

Claude Code Review

Claude Code Review is a multi-agent code review system developed by Anthropic that automatically analyzes GitHub pull requests for bugs, security vulnerabilities, and logic errors.

AI Code GenerationAI Safety

Task budgets

Task budgets are an Anthropic API feature, in beta, that lets a developer tell the model how many tokens it has for a full agentic loop, including thinking, tool calls, tool results, and output.

Developer Tools