Cached my agent's browser paths to save tokens, spent three days debugging wrong data instead
Seemed obvious. Agent kept re exploring the same sites so I cached what it found. Token spend dropped immediately. Then a site changed a form and the cached path kept running. Didn't error, didn't return empty, just returned the wrong field confidently for three days before I noticed. Moved to webcmd after that, which does the same explore-once-then-reuse thing but properly: co
