GPT-6 Astra is here, but using it exactly like GPT-5.6 misses the point. I wrote a practical guide on giving it bigger problems, better context, deeper research, and asking for finished work instead of just answers. https://t.co/2mgkbIUAe7
Astra 6 Medium is awesome.
But I’m realizing I don’t need it for everything.
For most day-to-day coding:
Astra 6 Low is more than enough.
GPT-5.6 Sol High is still extremely capable too.
I’m starting to treat model effort like compute: use the expensive stuff only when the problem actually needs it.
Better results, fewer wasted tokens.
iOS dev tip when coding with AI:
Don’t ask Codex or Claude to “build the screen.”
Give it the states first:
• loading
• empty
• success
• error
Then ask it to build the SwiftUI view around those states.
You’ll get much better code than starting from the UI alone.
Follow for more iOS + AI dev tips.