Tag
#Prompt Engineering
2 posts
- AI Engineering
Production Large Language Model Engineering: Part 2
An LLM application depends on model providers, databases, vector stores, and external APIs — any of which can slow down or fail. Rate limiting, backpressure, retries, timeouts, and circuit breakers are how you keep the system standing anyway.
Aug 21, 2026 10 min read maxwell.kimaiyo - AI Engineering
Production Large Language Model Engineering: Part 1
Tokenization, context windows, sampling, and prompting are the four ideas everything else in production LLM work builds on. Here's how they actually work and why they matter once real traffic hits.
Aug 21, 2026 9 min read maxwell.kimaiyo