# Blog

Canonical: https://felipebasurto.com/blog/
Author: Felipe Basurto (https://felipebasurto.com/)
RSS: https://felipebasurto.com/blog/feed.xml

Notes on building with AI, shipping software, and things I find worth writing down.

- 2026-09-23: Model context is not static. In 78% of 67,074 public coding-agent runs, the agent kept re-sending code that its own edit had made stale. I built a context engine, based on the CORVUS paper, that keeps that code current. It works byte for byte, but the model did not reliably do better, and requests did not get cheaper. https://felipebasurto.com/blog/model-context-is-not-static/ · Markdown: https://felipebasurto.com/blog/model-context-is-not-static.md
