Opening another 100 alpha access spots. Last ones for a while. First come, first serve! (Oh, and you can use your Claude Max subscription so most tokens are free!)
LLMS
-
Anthropic Reverts Pricing Page Change Amid Policy Uncertainty
By
–
Anthropic have now reverted the change to their pricing page, but I've not yet seen any official announcement about what their policies are going to be going forward. More on my blog:
-
Model Switching Limitations in Efficient AI Architectures
By
–
You can! (unless you're using the efficient model, which uses a different agent architecture that can't swap between models)
-
AI Writing Style Analysis: Em-dash Usage and AI Model Identification
By
–
(The funny thing is that anyone who actually is familiar with AI writing would know that the way I used em-dashes was very non-Claude-y)
-

Latent Reasoning Tuning: LLMs Reasoning Without Full Step Output
By
–
What if LLMs could reason without writing out every single step? Researchers from Harbin Institute of Technology propose a new method called Latent Reasoning Tuning (LRT). Instead of generating long, costly text chains, LRT teaches the model to use compact internal
-
Speculative Decoding Optimization for Mixture of Experts Models
By
–
Get more from speculative decoding in MoE models
-
Local AI Models Cannot Match Leading Labs Models
By
–
Nah, never found a single local model that can replace the best labs’ models.
-
MoE-Based LLMs Enhance Speculative Decoding Effectiveness
By
–
New Technical Report from @EkagraRanjan
: Contrary to what you might expect, MoE-based LLMs make speculative decoding even more effective. Read more on our blog: -
Understanding AI Models: Working With Their Natural Strengths
By
–
The model has a grain. Most "bad output" is me trying to force it across that grain instead of along it.
-
How to Enable Summarized Thinking Mode in AI API Settings
By
–
OK, here's a resolution – I managed to get it to think using these settings: "thinking": { "type": "adaptive", "display": "summarized"
},
"output_config": { "effort": "max"
} Without "display": "summarized" I couldn't tell if it thought or not