Guía Práctica · Applied AI · Edition #0024

Claude deep dive — what it can do (and what most people miss)

Claude isn't just a chat box. Artifacts, Projects, MCP, Cowork, Claude Code, scheduled tasks, skills — a tour of the whole house, room by room, including the rooms most users never walk into.

G
Germán Falcioni April 20, 2026
✦ Reading: 11 min
The Claude screen has two halves: the chat everybody sees, and a side panel where Artifacts, apps and live tools actually appear.
TL;DR

Claude is a lot more than the claude.ai chat box. It has Artifacts (apps, documents and visualizations that appear next to the chat, running), Projects (persistent context with memory), a 200K-token window per conversation, three models to pick from (Haiku, Sonnet, Opus), MCP for connecting external tools, Cowork for desktop work without coding, native integrations with Drive/Gmail/Calendar/Canva, Claude in Chrome, Claude for Excel, scheduled tasks, skills. For technical users add Claude Code, the Agent SDK, batch API, prompt caching, computer use, web search and code execution. The operational thesis: if your work lives in text, code and analysis, Claude is the default tool today. If you need artistic image generation or advanced voice, ChatGPT is still better.

✦ Summarized with Claude at publish time
AI rewrite
Read it as…

The scene is concrete. A freelance designer opens claude.ai, types into the chat: "build a freelance-rates calculator in Argentine pesos with adjustments for complexity, urgency and client type." Hits enter. Forty seconds later, on the right side of the screen, there's an app. Three numeric fields, two dropdowns, a big Calculate button, a result that updates. It works. The designer uses it with a real client that same afternoon.

That's an Artifact. And for most non-technical professionals arriving at Claude for the first time, it's the moment the mental model flips. Not "it answered me with code." It's "it handed me the tool."

Now let's go layer by layer through everything Claude has today, as of April 2026, with concrete use cases for each.

The base layer: what you already saw

Chat, file upload, Projects, memory inside Projects, three models, 200K tokens of context. That's the layer we covered at the previous level. It's what any user should know how to use in their first week.

If you're not using Projects yet, start there. It's the feature that leverages professional use the most because it kills repetition.

Artifacts, up close

An Artifact is anything that runs next to the chat. Today Claude generates six kinds:

  • Interactive apps (working React, with state, buttons, inputs).
  • Formatted documents (rendered Markdown, lists, tables).
  • Visualizations (SVG charts, Mermaid diagrams).
  • Full web pages (HTML + CSS + JS).
  • Source code (highlighted, copy-able, editable).
  • Structured content (JSON, CSV, spreadsheets).

The use case I've seen most in consulting: generating the visual prototype of an internal tool in two minutes that previously required hiring a developer for two weeks. It doesn't replace the developer for production — it replaces the "is this even worth building?" phase that used to cost thousands in billable time.

How to turn it on: nothing to do. Artifacts are on by default in claude.ai. If you don't see them, go to Settings → Feature preview → Artifacts.

MCP — connecting Claude to your tools

MCP (Model Context Protocol) is an open protocol Anthropic released in November 2024, adopted since by dozens of third parties. The idea: instead of every integration (Gmail, Drive, Notion, Slack) being a custom implementation, there's a standard — MCP — that each tool exposes its capabilities against. Claude speaks MCP. The tools speak MCP. They connect.

For a non-developer, the result is what matters. Today you can connect Claude to:

  • Google Drive / Docs / Sheets — read, create, edit files.
  • Gmail — search mail, draft replies, respond.
  • Calendar — check meetings, create events.
  • Notion — read pages, create entries, update databases.
  • Linear / Jira — create tickets, check issue status.
  • Databases (Postgres, MySQL) — query in plain language.

The concrete flow I run with clients: "Claude, read the latest email from [client], check Tuesday's meeting on my Calendar, and draft the kick-off brief in Notion." It chains the steps. I don't copy and paste.

How to turn it on: Settings → Integrations → Connect. Click the service, OAuth login, done.

Cowork — the layer for non-developers

Cowork is the desktop work mode Anthropic released in 2025 for professionals who don't code. The idea: you open a workspace where Claude and you share a local folder, a conversation and a set of tools. Claude can read files, run scripts, move documents, work alongside you.

Key difference from the chat: in the chat you ask for things one by one. In Cowork you assign an objective ("organize the 2025 invoices folder, build a summary Excel by month, send the Excel to my accountant via email") and Claude executes the steps with you watching. Like having an assistant looking at your screen.

Real use cases: folder organization, recurring reports, assisted scraping, automation of administrative processes. Doesn't require writing code.

Native integrations and Claude in Chrome

Beyond MCP, Claude has first-party native integrations with three surfaces:

Claude for Chrome. Official extension, out in beta in 2025. Claude lives as an agent in your browser — it can read the active page, summarize it, compare information across tabs, fill forms, run multi-tab research. Useful for comparing vendors, summarizing investigations, prepping meetings.

Claude for Excel (beta). Direct integration with Microsoft Excel. You talk to a cell or a range and Claude does the analysis, formula or visualization you asked for. Still in limited beta.

Claude in Canva, Slack, Notion. Native integrations where Claude shows up as a collaborator inside those tools, not as a separate app.

Scheduled tasks and skills

Scheduled tasks. You can set Claude to run something on a recurring schedule: "every Monday at 9am, check my inbox, summarize the important emails from the weekend, and send me the summary." It runs without you present. Useful for reports, monitoring, morning checklists.

Skills and plugins. Specialized capabilities you activate on-demand. Anthropic publishes an official catalog (search, code execution, financial analysis, scientific research) and there's a growing third-party ecosystem. You activate them by name in the conversation.

Practical thesis

The question isn't "is Claude useful?". It's "which Claude features could already be saving me hours this week?". The answer almost certainly includes Projects (if you have recurring contexts), Artifacts (if you build prototypes or mini-apps), MCP with Gmail and Calendar (if you live in those tools), and Cowork (if you have repetitive admin processes).

If you want to understand why Anthropic chose to build all this on top of the model — and the story of the company doing it — Anthropic and Claude is the next step. If you want to see how it stacks against the rest of the market, The AI race.

Which of these features could already be saving you hours this week?

Next article
ChatGPT deep dive — images, GPTs, voice, and the full ecosystem