Skip to content

Claude alternatives

12 tools that do a similar job, and what makes each one different.

What Claude is

Claude is an AI assistant made by Anthropic. It is used through a conversation, and it handles writing, editing, analysis and code in the same place, with a desktop app alongside the browser version. Claude does more than answer. It can search the web, create files and execute code, so a request can end with a finished artefact rather than instructions for making one. It generates code and visualises data, which means a set of numbers can go in and a chart or a working script can come out of the same exchange. Content creation sits alongside the analysis: drafting, editing and rewriting are handled in the same thread as the research that informs them. Memory carries across conversations, so context set up in one session does not have to be rebuilt in the next. Claude also provides access to Research, and it integrates with Slack and Google Workspace services so that it can be reached from tools people already have open. Claude is free for everyone at its base tier. Pro costs $17 per month with the annual subscription discount and opens up more Claude models, so the choice of model is not fixed to a single default. Max starts at $100 per month, raises output limits across all tasks and includes early access to advanced features before they reach other plans. Anthropic notes that pricing and plans are subject to change at its discretion, so these figures describe the plans as published rather than a fixed commitment. The difference between the tiers is mostly capacity and choice. The free tier gives access to the assistant itself, Pro widens the range of models available, and Max is aimed at people who reach output limits regularly and want newer capabilities as they arrive. Because file creation, code execution and web search are part of the assistant rather than separate add-ons, the same subscription covers drafting a document, checking a source and running the code that produces a figure for it.

Managed vector search, so retrieval stops being an operational problem. You upsert embeddings with metadata and query by similarity with filters, and the indexing, sharding and scaling are handled. Serverless indexes bill on usage rather than provisioned pods. The decision is nearly always this against pgvector: a managed service that scales, or one less system to run.

Freemium

The assistant that made the category mainstream. It answers in a chat window, searches the web when a question needs current facts, generates and edits images, and runs Python in a sandbox for anything involving data. Custom GPTs let a team package a prompt and a set of files as a reusable tool. The free tier is generous enough for casual use; the paid one is about access to the newer models and higher limits.

Freemium

Speech synthesis good enough for published audio rather than prototypes: audiobooks, dubbing, narration and voice-overs that hold up to close listening. It clones a voice from a short sample, speaks across dozens of languages, and exposes the whole thing as an API. Voice cloning is exactly as sensitive as it sounds, which is why consent verification sits in front of it.

Freemium

The hub open-source machine learning is organised around. Hundreds of thousands of models and datasets with versioning, model cards and licences, plus Spaces for hosting a live demo of any of them. The `transformers` library is the default way to load a model in Python. If a paper released weights, this is almost always where they are.

Freemium

Open source, unlike Claude

Open source

Runs open-source models behind an HTTP API so you never provision a GPU. Push a model with Cog and it becomes an endpoint; pull someone else's and it is one call. Billing is per second of compute, which suits bursty work and gets expensive under sustained load, at which point self-hosting is the comparison to make.

Paid

Generates complete songs from a text prompt (vocals, instrumentation, structure and a title), rather than loops or stems. Useful for demos, background music and figuring out whether an idea works before booking anyone. You can supply your own lyrics or let it write them. Commercial rights depend on the plan, and that detail matters more than the output quality for most professional use.

Freemium

A search engine that answers the question instead of listing pages that might. Every claim carries a numbered citation you can follow, which makes it useful for research you intend to defend later. Focus modes narrow a search to academic papers, forums or video. The trade-off is the usual one for answer engines: you read a synthesis rather than the sources, and the synthesis is only as good as what it retrieved.

Freemium

Video generation and editing aimed at people who already edit video. Text and image prompts produce clips, and the surrounding tools (background removal, motion tracking, inpainting, camera control) are the parts that get used daily once the novelty of generation wears off. Widely used in advertising and pre-visualisation, where an approximation of a shot is worth more than a description of it.

Freemium

Open source, unlike Claude

Open source

Image generation with a distinctive aesthetic, lighting, composition and texture that other models approximate but rarely match. Prompts are refined through variations and upscales rather than tuned parameters, which suits art direction more than precise control. It runs in Discord and on the web, and the learning curve is mostly about learning what its house style does well.

Paid

Deploys a frontend by pushing to a branch, with a preview URL for every pull request, the workflow most React teams now expect by default. Built by the maintainers of Next.js, which it supports first and best. Edge functions, analytics and image optimisation are included. Costs are predictable until traffic is not, and bandwidth is the line to watch.

Freemium