AI HAS A HYPE PROBLEM. WE DON'T.

AI Tips Today · Monday, Wednesday, Friday · Nothing disappears

Frontier models, used properly.

Practical, tested tips for getting more out of the frontier models you actually use — Claude, GPT, Gemini and whatever ships next. Written by the same newsroom, held to the same no hype standard, and archived permanently.

Latest tips

Monday, Wednesday, Friday · two minute read

Friday, September 11, 2026 · North-Small-Translate-1.0 (Cohere Labs)

Friday Tip: Put Cohere's New North-Small-Translate-1.0 Through Its Own Multi Pass Mode Before You Judge It

Cohere Labs just released an open weight, 218 billion parameter translation model with a built in multi pass workflow that can meaningfully change output quality depending on how you call it. Here is what to test before you decide whether it replaces your current translation vendor.

Coheretranslationopen weight
Read the tip →

Wednesday, September 9, 2026 · Mercury 2.5 (Inception)

Mercury 2.5 Takes reasoning_effort, and Its Stream Arrives in Refining Blocks Rather Than Tokens

Inception's Mercury 2.5 shipped Monday and drops into any OpenAI compatible client, which is exactly why two of its behaviors get missed. It accepts a reasoning_effort parameter, so its speed is a dial rather than a fixed property, and its optional diffusing stream returns blocks of noisy tokens that refine in place instead of appending left to right. Set the first deliberately. Keep the second away from anything that parses.

InceptionMercury 2.5Diffusion Models
Read the tip →

Saturday, September 5, 2026 · MAI-Transcribe-2 (Microsoft)

MAI-Transcribe-2 Ships With Timestamps and Diarization Off, and You Have to Ask for the Model Itself

Microsoft's new transcription model is ten cents an hour, but the Azure AI Speech defaults do not give you it. enhancedMode.enabled is false, diarization is false, and word timestamps are none, so an unmodified request returns a cheap transcript from a different model with none of the structure you wanted.

MicrosoftSpeech to TextAPI Defaults
Read the tip →

Wednesday, August 19, 2026 · GLM-5.3

GLM-5.3 Has No Off Switch for Thinking, and reasoning_effort Silently Defaults to max

Z.ai's GLM-5.3, released August 14, drops the ability to turn reasoning off entirely. Its documentation states that the model supports reasoning only and that disabling reasoning is not supported. The one lever left is reasoning_effort, which accepts low, high and max, and defaults to max. If you port a GLM-5.2 integration without touching it, every call you make, including trivial ones, now runs at the most expensive setting available.

GLM-5.3Z.aiCost Control
Read the tip →

Monday, August 17, 2026 · NVIDIA Nemotron 3.5 Lightning 30B (BF16)

Nemotron 3.5 Lightning's Million Token Window Is an Eight GPU Feature in BF16, Not a Single Card One

NVIDIA's new Nemotron 3.5 Lightning 30B advertises a one million token context, but the BF16 checkpoint only delivers the full window across eight H100 GPUs with tensor and expert parallelism. On a single 80GB H100 you are validated to 256K, so plan your hardware around the context you actually need before you promise a million.

NVIDIANemotronSelf Hosting
Read the tip →

Monday, August 10, 2026 · Qwen3.8-Max

Qwen3.8-Max Has a Million Token Context Window That Only Accepts 991,808 Tokens of Input

Alibaba's new 2.4 trillion parameter flagship advertises a 1,000,000 token context window, but its documented maximum input length is 991,808 tokens, and 983,616 in thinking mode. Teams sizing long context jobs against the round number will hit a wall. The bigger lever is the cache: implicit cached input is priced at a quarter of standard input.

Qwen3.8-MaxLong ContextCost Control
Read the tip →

Friday, August 7, 2026 · LFM2.5-2.6B

LFM2.5-2.6B Turns Your Laptop Into a Free Agent Runtime, but Only If You Route the Right Work to It

Liquid AI's LFM2.5-2.6B, released 4 August, runs a full tool calling agent at 220 tokens per second on an M5 Max in under 2.5 GB of memory. The move that pays is not replacing your frontier model. It is splitting your agent loop so the high volume mechanical turns run locally at zero marginal cost and only the hard turns hit the paid API.

LFM2.5-2.6BLocal AgentsCost Control
Read the tip →

Wednesday, August 5, 2026 · DeepSeek V4-Flash

DeepSeek V4-Flash Ships With Thinking On at High Effort, and Your Temperature Setting Does Nothing

Teams adopting DeepSeek V4-Flash 0731 for its fourteen cent input price are quietly paying for high effort reasoning on every call, because thinking mode is on by default. Four sampling parameters they carried over from another provider are being accepted and silently ignored at the same time.

DeepSeek V4-FlashCost ControlAPI Configuration
Read the tip →

The archive

Every tip keeps a permanent address