Claude's 200k context window makes standard LLM chats look like
That’s why the shift toward massive context windows—specifically what Anthropic did with the Claude 3.5 Sonnet 200k token limit—is such a massive technical leap. For those not thinking in tokens, that’s roughly a 500-page book. It’s the difference between an AI that forgets your setup every five minutes and one that can actually hold an entire microservice repository in its "working memory."
I’ve been testing the "Projects" feature (available for Pro and Team users) to see if it actually solves the workflow problem or if it's just more UI fluff. It’s essentially a way to build a persistent sandbox. Instead of starting a fresh chat and repeating your entire tech stack requirements every single time, you use the "Project Knowledge" section. You drop your technical specs, your .go or .py files, and your error logs into the project once. They stay there. Every new chat within that specific project workspace inherently "knows" your environment.
The real kicker for me is the custom instructions per project. I don't have to waste time typing "Act as a Senior Go Engineer using Clean Architecture" every morning. I just bake those architectural constraints into the project settings once. If I'm working on a specific migration, the project settings dictate the tone and the strictness of the code rules (like enforcing specific dependency injection patterns).
Then there’s the Artifacts UI. When you're dealing with complex code evolution or trying to visualize an architecture diagram, having it rendered in a side window instead of a scrolling wall of text in the main chat is a lifesaver for my sanity. It keeps the conversation flow clean while the code lives in its own dedicated space.
I tried setting up a "Catalog API Migration" project recently. I fed it the old JSON payloads and the new documentation as the "base knowledge." Instead of constant back-and-forth explaining the legacy schema, I could just ask, "How do we map this old field to the new endpoint?" and Claude actually had the context to answer without me being a human copy-paste machine. It’s not perfect, but for a dev who values efficiency and hates repetitive prompting, it's a significant upgrade over the standard chat interface.