Live data from Hacker News

Managing context on the Claude Developer Platform

anthropic.com

1–10 of 93 posts

Re: Managing context on the Claude Developer Platform

#3

Edited 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

#5
That’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

#8

Edited 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

#10
post #9

Interestingly 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.
Post reply on HN