← Back to context

Comment by lacoolj

13 hours ago

Jesus what are you doing that requires Sol usage so often?

Terra not enough? I know Luna isn't reliable, so that's fair.

Genuinely curious though, because I use Cursor daily and almost everything I do, highly complex or high volume, can be handled with Auto mode or Composer 2.5 (or Grok 4.6 High). So I have to assume you're doing something far more complex than what I am

Terra is not enough for many tasks - even Sol is not enough. That's why I'm eager for Astra.

I'm doing a lot of rearchitecting/refactoring and hardening in a large handwritten codebase; iterative performance and storage optimization (some areas I've been iterating on since January, with tremendous new progress unlocked by each new model release); offline-friendly, multi-device realtime sync with complicated requirements; and various natural language processing and other such problems that are essentially unsolvable but can become more accurate and better tested for accuracy through iterative work. Off the top of my head.

Some of these tasks involve a lot of code reading or other inputs, or reevaluating work. Token efficiency is no help there, if the input can't simply be skipped. Cheaper models are sometimes bad at summarizing or highlighting the right parts, depending on the task.

I also don't use subagents except for Luna. I'm mindful of cached sessions and start new ones often to avoid loading in full contexts (often with some kind of handoff doc or skill).