Large language models entered the mainstream when OpenAI wrapped one in a chat window and called it ChatGPT. The interface was so intuitive that everyone copied it, and it’s still how most people think about AI: you type a question, you get an answer. But a lot has changed since then.

There’s now a whole ecosystem of tools around these models—file access, custom instructions, reusable skills, browser control—that turns them from chatbots into assistants that actually get work done. If you’re still using Claude like a simple chatbot, you’re leaving most of your subscription’s value on the table. Here’s what I changed to get the most out of mine.

Stop using the Claude web app

The chat window was never the whole product

When you subscribe to Claude, you’re getting three core products: the Claude web app, the Claude desktop app with Cowork, and Claude Code, a CLI tool you run from a terminal. There’s also Claude Design, but it’s much more niche than the other products.

Now, the mistake I used to make—and one I still see plenty of people make—is sticking to the web app, or downloading the desktop app but only using the standard chat mode. It works, but it’s a very basic experience: you ask a question, get an answer, and everything you create stays isolated in that conversation. Cowork, which is exclusive to the desktop app, changes that.

In Cowork, you give Claude access to a folder on your computer. Now, when you ask it to build a plan, create a spreadsheet, or handle any other task, it creates the file and saves it in that folder. Your next conversation can pick up right where the last one left off because everything is already there on disk. Likewise, you can drop your own files into the folder, and Claude can read and work with them as well.

You can also have Claude organize everything into a folder structure that it can navigate in future conversations. Over time, you end up with a system that grows alongside your work instead of a pile of disconnected chats where you’re always starting from scratch.

Claude Code works the same way but is optimized for software development. With Cowork, you’re mostly creating documents, spreadsheets, and PDFs—the kind of knowledge work most people do every day. With Claude Code, you’re creating HTML, JSON, and other code files, organizing them into projects, spinning up local instances, and pushing everything to GitHub—the usual developer-centric workloads.

Using Claude Code on your smartphone