I about Claude Code and the way you need to use it to automate processes and be extra environment friendly as an engineer. Nevertheless, Anthropic additionally has a instrument referred to as , which you’ll be able to entry both by means of their net interface or their utility.
Cowork sometimes targets much less technical individuals with an easier UI whereas nonetheless conserving loads of the capabilities that you’ve in Claude code. On this article, I’ll talk about how one can get probably the most out of Claude Cowork. In fact, that is very helpful to non-technical individuals who don’t need to work together with a coding agent by means of a terminal, however I additionally imagine Claude Cowork could be helpful for technical customers with options similar to
- A cleaner interface
- Visualizing figures straight within the app
- Extra concentrate on interactive UI components
On this article, I’ll cowl on a excessive degree the right way to get probably the most out of Claude Cowork with some particular methods that I make the most of.
I’m not sponsored by Anthropic in writing this text; I’m merely a consumer of their product.
Why use Claude Cowork
I feel there are two most important sides to why it is best to use Claude Cowork. One aspect is in case you’re a non-technical consumer. In the event you don’t work a lot with coding brokers, Claude Cowork is a good introduction. It simplifies the interplay lots, the place you merely work together with Claude by means of an internet interface or Mac/Home windows utility.
Cowork is, in some ways, only a less complicated method to entry the highly effective options of Claude Code. You get all the identical capabilities and choices as you get while you work together with Claude Code by means of a CLI, nevertheless it’s offered to you in a nicer method, and it makes it straightforward to get an summary of all of the duties you’re engaged on.
Lots of people may suppose Claude Cowork is totally ineffective in case you’re a technical consumer and are already utilizing Claude Code by means of your terminal. Nevertheless, I’d argue the alternative, and I do discover myself utilizing Claude Cowork at occasions the place I would like extra concentrate on the visible expertise, or I’ve separate, much less technical duties that I don’t need to carry out through the terminal.
Methods to successfully use Claude Cowork
Now, let’s transfer on to how try to be utilizing Claude Cowork. In the event you’re already acquainted with coding brokers similar to Claude Code, it is best to attempt to use Cowork in the very same method. Primarily, specializing in isolating duties, offering clear prompts, working in plan mode, and ensuring the agent opinions its personal output.
Nevertheless, in case you’re not acquainted with coding engines from earlier than, I’ll undergo every of those factors in additional element under.
Isolating duties
Claude just lately upgraded its strongest mannequin, Opus 4.6, to have a 1 million context window. A 1 million token context window is big, and you may match loads of context into the mannequin on the identical time. Nevertheless, though the mannequin can’t match 1 million tokens on the identical time, I urge you to nonetheless reduce the token utilization. The explanation for that’s that efficiency degrades the extra tokens the mannequin has in reminiscence. In brief:
The much less tokens you have got within the context, the higher efficiency will likely be.
Now, you naturally need to stability this with the truth that not offering sufficient context to the coding brokers may even degrade efficiency. For instance, in case you’re not offering data to the coding agent on which instruments can be found or particulars on the right way to full duties, clearly, the mannequin is not going to carry out nicely. The purpose I’m making above is that it is best to keep away from pointless data within the context window of the mannequin as a result of that can degrade efficiency, not solely due to the noise the mannequin has to take care of, but additionally just because the extra textual content the mannequin has to take care of, the extra difficult the issue will turn into for the mannequin.
An instance of the right way to successfully cut back the dimensions of the context window is to begin a brand new thread or chat each time you begin a brand new activity. Merely put, a brand new activity ought to by no means be completed in the identical thread as a earlier activity that you’ve accomplished.
It’s additionally good apply to scale back the quantity of MCPs and connectors the mannequin has obtainable, so long as these MCPs and connectors aren’t related to the issue at hand. Anthropic has already handled this downside fairly nicely by loading in such options dynamically solely when related. Nevertheless, merely eradicating pointless MCPs or connectors will eradicate the issue altogether.

In the event you look in the suitable aspect menu of Claude Cowork, you can too see a context tab highlighting every little thing that you’ve in context presently. That is proven within the picture above. We will make sure that you take away any context that isn’t mandatory anymore.
Lastly, one other method to isolate duties is that you simply at all times guarantee you have got completely different folders for the completely different areas you’re making use of Claude Code to. For instance, if in case you have a bunch of shows generated with Claude Cowork, it is best to have a separate shows folder that you simply at all times open everytime you need to make a brand new presentation. And if in case you have a separate gross sales venture occurring, you also needs to make a separate folder for that and work in that folder everytime you need to do gross sales with Claude Cowork.
Clear prompting
Clear prompting is one other crucial factor to bear in mind when working with coding brokers. In the event you gave your immediate to a human and the human wasn’t capable of perceive the immediate and your intent with it, you’re making it exhausting for the mannequin, which is able to once more result in worse outcomes. Not offering specific and clear prompts merely makes it much less doubtless that the agent is ready to implement what you meant.
One other vital level right here is to make use of plan mode everytime you begin engaged on extra difficult duties. In the event you’re merely performing a simple activity, you don’t essentially want to make use of plan mode, however as a common rule of thumb, I urge you to at all times use plan mode everytime you begin a brand new activity. This makes the mannequin suppose extra about the issue you’ve given it, ensures that it asks clarifying questions so as to elaborate on something that’s unclear, and, usually, improves the efficiency of the mannequin.
It is best to think about plan mode as a instrument that aligns your intent with the agent’s implementation.
Reviewing agent output
Reviewing the agent’s output is just not an important factor to do if you wish to get probably the most out of Claude Cowork. One of many nice advantages of Claude Cowork is that it makes it simpler to visualise issues which can be exhausting to visualise in a terminal the place you employ Claude Code. For instance, you’ll be able to ask the mannequin to attract up illustrations or create diagrams. For instance, in case you’re engaged on an advanced structure, you’ll be able to ask the mannequin to attract out the structure, and it’ll create a pleasant flowchart for you.
The picture under highlights how one can work with diagrams in Claude Cowork. On this occasion, I requested Claude Cowork to generate a flowchart of a gross sales pipeline. And as you’ll be able to see, the mannequin creates the flowchart on the right-hand aspect, and I can proceed engaged on the flowchart whereas having Claude Cowork on the left-hand aspect. This makes it extremely straightforward to work with visuals inside Claude Cowork, which is among the main benefits of working in Cowork quite than Claude Code.

Abilities
The final half I need to cowl is to make use of expertise everytime you’re engaged on completely different duties. In the event you’re performing any repeatable duties, similar to producing shows, it is best to make it right into a ability. This ability is actually only a immediate that you’ve saved on the right way to carry out a particular activity. I, for instance, have a presentation ability that is aware of precisely:
- What sort of theme do I would like in a presentation
- Roughly the quantity of textual content and textual content dimension I would like within the presentation
- The place I sometimes need my photographs,
- The alignment I would like in my shows
And each different choice that I’ve.
Conclusion
On this article, I’ve gone into extra element on the right way to get probably the most out of Claude Cowork. Claude Cowork is a instrument similar to Claude Code that may primarily carry out all the identical duties. Nevertheless, it does have some advantages that Claude Code doesn’t have, particularly for much less technical customers. I highlighted how one can get probably the most out of Claude Cowork by isolating duties, utilizing clear prompting methods, and reviewing brokers’ outputs. Despite the fact that I’m a technical consumer myself, I do discover myself utilizing Claude Cowork at occasions if I need to visualize outcomes higher or just need to work on some duties with a clearer interface. I urge you to check out Claude Cowork your self to expertise what it’s like, and you may decide for yourselves whether or not you need to carry out some duties in Claude Cowork or if you wish to use Claude Cowork for every little thing. Nevertheless, usually, I urge you to attempt to use coding engines to finish as many duties as potential, as they’re extremely highly effective fashions which can be capable of full loads of cognitive work.
👉 My free eBook and Webinar:
🚀 10x Your Engineering with LLMs (Free 3-Day Email Course)
📚 Get my free Vision Language Models ebook
💻 My webinar on Vision Language Models
👉 Discover me on socials:
💌 Substack

