site banner

Tinker Tuesday for June 16th, 2026

This thread is for anyone working on personal projects to share their progress, and hold themselves somewhat accountable to a group of peers.

Post your project, your progress from last week, and what you hope to accomplish this week.

If you want to be pinged with a reminder asking about your project, let me know, and I'll harass you each week until you cancel the service.

1
Jump in the discussion.

No email address required.

What's the best AI coding plan right now?

From what I can tell:

  • GLM gets you about 400M GLM 5.2 tokens / month on the Lite plan ($15 / month). 5.2 is a great model, no performance issues I've seen so far, but at max effort using the ZCode harness it guzzles tokens like crazy. My experience with their plan is still quite limited.
  • Opencode Go ($10 / month) has very transparent pricing equating to about 60M tokens using GLM 5.1, or a bit more (~100M) using slightly dumber models like Kimi 2.7. It also seems to use tokens more efficiently than any other harness I've tried.
  • Claude code's limits are harder to define objectively but it seems comparatively tiny, like 5M tokens / month for Opus. Of course smarter models use these tokens both better and more efficiently.

As far as models, GLM 5.1 is the dumbest reliable model, meaning it won't often make obvious mistakes given simple tasks. I don't think it's really worth the time to use anything dumber unless your task is very well-defined and limited in scope, in which case a free model will do just fine. Gemini has been the biggest disappointment. 3.5 flash is ok, 3.1 pro is bad and expensive, 3 flash is unusable. Opus is obviously best but doesn't have a huge lead.

I don't have much experience with chatGPT, from what I hear it currently has the best bang for your buck with 5.5xhigh. Would love to hear what you guys think as I can't afford every coding plan at once, and each harness has its own learning curve.

Right now I'm just asking. I got hooked up with a GLM legacy plan and in theory have ~40 billion tokens/month of GLM 5.2, which I'm scrambling to use.