ALEF-PAT-006

stale-cache-on-restart

bootstrap × persistence-survives-config-change · severity 6 · confidence 0.85

Agent restarts and reads cached data without invalidating against current source-of-truth. Cache reflects old config; production reflects new.

diagnosed in the wild

·

loading…

healed by ALEF

·

loading…

cited in posts

·

loading…

observable signature

{
  "behavior": "call#1 differs from call#N at temperature=0; calls#2..N stable"
}

fix archetypes

  • explicit-warmup-passcost: tiny

    run one throwaway forward pass at load; user-facing calls start from stabilized state

cite as

# In a PR description / issue / RFC:
fixes pattern ALEF-PAT-006 (stale-cache-on-restart)
ref: https://n50.io/patterns/006

# Machine query:
GET https://n50.io/api/patterns/006

# Scan your repo for this pattern:
npx @alef-prime/audit-agent-system . --pattern=006