Skip to content

Tag: llm

All the articles with the tag "llm".

The Free Tier Rug Pull

The Free Tier Rug Pull

Free AI tiers are loans against a future price, paid in your data, your architecture, or your time. Here's the collateral to check before you build on one.

How to Stretch a Free LLM Tier

How to Stretch a Free LLM Tier

Free LLM tiers usually die from bloated prompts, not stingy quotas. Context discipline, caching, tiering, batching, and backoff that triple your runway.

The Free AI Stack: What $0 Gets You

The Free AI Stack: What $0 Gets You

A capability map of what's genuinely free from AI providers in 2026: chat, APIs, image generation, speech tools, and coding help, with the real quotas.

DeepSeek V4 Flash: 28 Cents a Million

DeepSeek V4 Flash: 28 Cents a Million

DeepSeek V4 Flash 0731 hits 50 on the independent intelligence index at $0.14/$0.28 per million tokens. Same weights as the preview, redone post-training.

Local Coding Agents Need Less Context

Local Coding Agents Need Less Context

Local coding agents don't fail because your 27B model is too small. They fail because you let 200K tokens of garbage pile up in the context window. Cap it low.

RAGAS: Evaluating RAG Without Vibes

RAGAS: Evaluating RAG Without Vibes

Stop guessing if your RAG pipeline works. RAGAS gives you reproducible metrics: faithfulness, answer relevance, context precision and recall.