DiegoBarrionuevo
BlogWhat I keep publishing

Workshop notes

Software, AI and the tools I use every day. First-hand analysis of what's happening — what changes in practice, and when it isn't worth it.

Topic
Order

10 notes

3 min

Gemini 3.8 Flash on AI Gateway: what changes and when to wait

Google replaced its Flash model in under three weeks, and Vercel already exposes it on AI Gateway at 50% off through December 31. The point isn't the model: it's that the model identifier stopped being a constant in your code.

AILLMsArchitectureDevTools
4 min

Fable 5.1 on AI Gateway: model fallback is now infrastructure

Anthropic shipped Fable 5.1 with safety classifiers enabled, and some routine coding requests can get refused. That turns the AI Gateway's fallback array into an architecture decision, not a cost optimization.

AILLMsClaudeArchitecture
5 min

Android 17 caps RAM per app: what changes if you build mobile

Memory stops being elastic and becomes a quota: the background process is no longer a safe place to keep state. What to measure, what to persist, and why rearchitecting anything is still premature.

ArchitecturePerformanceDevToolsProduct