# Claude Claude is a [[Large Language Models (LLMs)]] created by Anthropic. Anthropic is a company that was created by founding members of OpenAI. There are multiple variants of Claude: - Haiku - Sonnet - Opus Those evolve over time. Currently (end 2024), Claude 3.5 Sonnet is the most powerful model. I personally consider it as superior to GPT 4o. There's a free and a paid version. Right now (end 2024), the free version doesn't allow using 3.5 Sonnet anymore. ## Projects Claude Projects enable creating a stable "context" for conversations with Claude. Within the context of a project, Claude will already know what you have discussed before. It's useful when working on a project, to avoid having to repeat the same information over and over (e.g., project goals, scope, current status, previously discussed ideas, etc). On a Claude Project page, it's possible to configure the "Project" knowledge, that is, the starting context for all discussions. The Project knowledge can be defined using: - Custom instructions (i.e., a prompt) - Content (e.g., documents, text, images, etc) ## Styles Claude supports selecting different output styles. Some are built in, but it's also possible to create custom styles. Here's an introduction to this feature: ![](https://www.youtube.com/watch?v=ZWM1NJGGjhA) ## Computer Use See [[Claude Computer use]]. ## Desktop ### Introduction Anthropic provides an official desktop client for Claude. Since November 2024, Claude Desktop has become MUCH more powerful, because it can be integrated with arbitrary data sources through Anthropic's new open standard called [[Model Context Protocol (MCP)]]. ### Feature previews Click on your name in the bottom left corner, then select "Feature Preview" to view and enable feature previews. ### Integrate with Google Drive Claude can access data stored in Google Drive. To connect your account, click on your name in the bottom left corner, then choose "Settings", then click on "Connect" in the "Connected accounts" section. After connecting your account, a Google Drive icon will appear below the chat box, allowing you to load recent Google Drive files, or files by URL. ### Configuration - On Windows, the configuration is located in `%appdata%/Claude` - On MacOS, it is under `~/Library/Application Support/Claude` For configuring MCP, please look at [[Model Context Protocol (MCP)]]. ## References - Official Website: https://claude.ai/ - Claude Downloads: https://claude.ai/download - Anthropic's Website: https://www.anthropic.com/ - Claude Projects: https://www.anthropic.com/news/projects - Claude Styles: https://www.anthropic.com/news/styles