Maintenance
Prompt Debt: When Your System Prompt Becomes Unmaintainable Spaghetti
Your system prompt started at 200 words. Six months later it's 3,000 words of contradictory instructions and panic patches. Here's how prompt debt accumulates, what it costs, and how to pay it down.
How to Update Models in Ollama — Keep Your Local LLMs Current
Ollama doesn't auto-update models. Run ollama pull model:tag to grab the latest version — only changed layers download. Use ollama show to check what you have, and a simple loop to update everything at once.