← Back to context

Comment by enraged_camel

6 hours ago

Astra fails in similar ways, and at similar frequency, as GPT 5.6 Sol does. It often goes way out of scope, or just stops prematurely, or tries to find odd and even dangerous workarounds when it gets stuck.

It's phenomenal at computer use and 3D stuff. I've been using it less and less for coding.

LLM's introduces problems, and it finds them in its own internal thinking. But instead of actually modifying the previous generated answer to fix the real issue, it adds another layer to deterministically guard around it, greatly expanding the scope of the fix. This scales with effort, and the result is spaghetti and with a side of bugs.

Best to stick with a high end model + low effort, do a manual pass on high effort and fix the bugs you know are reachable.

Same, Astra is extremely RL fried, and nobody is talking about it. I used Astra for a few days on my personal project, and load times went from less than 3 seconds to almost 30 seconds because it kept using the wrong sync primitives and bad architecture overall.

  • Huh, I've had a totally different experience. I've used it extensively, maxing out the 200€ plan on personal projects and it's the best model I've ever used, so easy and pleasant to use. It's great for frontend design and using it in Rust I've had Coming from Opus 5, it's a breath of fresh air.