Is Apple still doing the extended return window for items receiving around the holiday? I know sometimes they allow items received near the end of November to be returned in January, so in theory if you time your early order right you can use it, test it, and even have some time to play with it before you return it.
Depends what you mean by "upstream". It would probably be inefficient to force the model to use more human-readable wording in its internal thinking traces, while translating a block of text at the end is a pretty trivial task for an LLM.
Sorry for being lazy, but is there a rough breakdown like "You get sonnet level for M5 and Opus for M5 pro, etc.", or is it still speculative. Or put simpler, do you get Opus level for the 256GB M5 Max?
For local LLMs with a Mac, rule of thumb is you always want an Ultra (due to memory bandwidth). Even an M1 Ultra is superior to an M6 Pro in this regard.
There are no configurations even close to running something comparable to frontier model variants, they're simply far too large, but something like full precision Qwen 35b or DeepSeek 70b at 50+ t/s is well within available configuration, and potential for plenty of room for large context sizes.
256GB is enough for DSv4 Flash, expect maybe ~30tg/s, and a lot better profile.
I'm using Flash heavily, and I would describe it as nearly as intelligent as Sonnet-class in agentic coding, but more usable. Less world knowledge of course, and definitely a bit less intelligent; but not _that_ much.
On usability: Takes less handholding, less likely to make unsolicited refactors or whatever, and the writing style is readable.
It's not great at super-long-horizon goals as the Claude 5 models are; but if you have a good harness, you can get around that.
I ended up getting an M5 Max MBP with 48GB and it runs Qwen3.8 in Q4. I developed 3 apps so far, medium complexity, with no issue using OpenCode. This is probably the minimum setup for comfortable local agentic coding in my book.
To anyone like me that switches between Codex and CC based on limits, but prefers CC to Codex, PI has been really great to migrate over. It can customize itself very easily, I was expecting to have to clone the repo or whatever, but no you can just tell it "add a manual mode where you present all changes as diffs in VSCode, letting me edit them or save to accept" and it will do it.
I wish I could use my Anthropic sub with it but I heard you get banned, but at least you can use it with any other subscription or model.
Last time I tried some of these, none of them had the "manual mode" that CC has, where it shows you change by change as diffs and you can edit them before accepting and moving on to the next change. I like that because if it's going off pattern I can spot it early on and guide it correctly, instead of having to review the whole completed diff at the end when it's too late. I should spend the weekend checking them out again to see if they added that but I assume with everyone going full agent mode they probably didn't.
Both Pi and OpenCode let you customize them. You tell the AI you want "something like claude code manual mode", and they'll modify your configs to do the same thing, or build an extension for you
(however, it's much faster to use Plan Mode to build a plan of what it will do, and then execute the plan in Build Mode. you can also have the AI make a script that will be executed deterministically)
The philosophy with Pi is it is minimal (but functional) out of the box and easily extensible. I'm not familiar with that feature but I would not at all be surprised if someone already coded a Pi extension that does it.
reply