Managing context on the Claude Developer Platform
anthropic.com
Managing context on the Claude Developer Platform
1–10 of 93 posts
Re: Managing context on the Claude Developer Platform
#2Edited version:
We try to solve a similar problem to put long documents in context. We built an MCP for Claude to allow you to put long PDFs in your context window that go beyond the context limits: https://pageindex.ai/mcp.
Re: Managing context on the Claude Developer Platform
#3Edited version: We try to solve a similar problem to put long documents in context. We built an MCP for Claude to allow you to put long PDFs in your context window that go beyond the context limits: https://pageindex.ai/mcp .
this is about difficulty thing, it is about maintaining knowledge during long execution
what is IMO exiting is long term memory in things like Claude code, where model could learn your preferences as you collaborate. (there is already some hard disabled implementation in CC)
Re: Managing context on the Claude Developer Platform
#4so this is what claude code 2 uses under the hood? at least i got the impression it stays much better on track than the old version
Re: Managing context on the Claude Developer Platform
#5That’s powerful. Most of the differences I can see between AI generated output and human output comes from the « broad but specific » context of the task. I mean company culture, organization rules and politics, larger team focus and way of working.
It may take time to build the required knowledge bases but it must be worth it
Re: Managing context on the Claude Developer Platform
#6Hopefully one day Anthropic will allow zipfile uploads like ChatGPT and Gemini have allowed for ages.
Re: Managing context on the Claude Developer Platform
#7Nice. When using OpenAI Codex CLI, I find the /compact command very useful for large tasks. In a way it's similar to the context editing tool. Maybe I can ask it to use a dedicated directory to simulate the memory tool.
Re: Managing context on the Claude Developer Platform
#8Edited version: We try to solve a similar problem to put long documents in context. We built an MCP for Claude to allow you to put long PDFs in your context window that go beyond the context limits: https://pageindex.ai/mcp .
Just a heads-up: HN folks value transparency, so mentioning if it's yours usually builds more trust.
Re: Managing context on the Claude Developer Platform
#9Interestingly we rolled out a similar feature recently.
Re: Managing context on the Claude Developer Platform
#10Interestingly we rolled out a similar feature recently.
I am working on a World Atlas based approach to computer use agents. If the task and app environment are reused, building an atlas of states and policies might be better than observe-plan-execute. We don't rediscover from scratch how an app works every time we use it.