Sonnet 1 million token context window coming anytime soon?

A couple weeks ago sonnet 4 increased the context window from 200k tokens to 1M. Any word if that is coming to Replit anytime soon?

I build apps mostly in python and some files tend to get up past a few thousand lines of code very quickly. The assistant (frequently) likes to spend 5 minutes on a small update for my main.py file only to come back with 0 lines of code change or just replacing a ton of blank lines with other blank lines. I’m hoping this is a context limitation and maybe the sonnet update turbocharges it.

3 Likes

I asked this question recently, this was CEO Amjad’s reply:

Ah that’s interesting and makes sense based on where I see common current limitations. 5k lines of code → 80-100k tokens. So analyzing a large file and a few others would be problematic.

1 Like