Vercelはdual write、shadow read、feature flag、rollback可能な段階でbuild warm-pool stateをRedisからDynamoDBへ移しました。データは一致しましたがP95 countは1.29 msから5.13 ms、P90は約1 msから15 msへ遅くなり、containerごとにcountするN+1 control loopが露呈しました。Concurrent supply callが直列dependencyを除き、Redis時代からのstallも発見しました。
Evil Martiansはbackground-job fairnessをproduct特性として扱います。Per-tenant queueとplannerが既存processorのretry・recoveryを保ちつつ、限定したfair batchを昇格させます。Shopifyはactionごとにassertionを要求するAppium wrapper、PaddleOCR、OpenCVで同じ原則をAPIへ適用し、mobile E2E安定性を50%から98%へ上げました。
再現可能なlocal-model benchmarkは6 category・22問題と1,056 runで6 local modelと2 frontier modelを比較しました。Cloud modelが総じて速く正確でしたが、local modelもSQL、bug fix、document lookupの一部で強さを示しました。Cacheとoutput効率によりtoken定価だけではcost比較できないcaveatもあります。
長時間coding agentにも明示的なstate boundaryが必要です。OpenAIの3 engineerは巨大manualではなく短いmap、current plan、decision log、architecture documentを使い、100万line超・約1,500 pull requestの社内製品を作ったとされます。Progressive context shapingはstable instruction、current state、resource map、historyを分け、新しい証拠で後続作業を方向転換します。
Piccalilliのmusic linkは二つのstatic linkを常にrenderし、custom elementとsame-origin Astro routeでサービスを任意に追加します。共通するengineering動作は、暗黙の仮定を測定・拒否・retry・再指示または無視できる狭い契約へ変え、baseline体験を守ることです。