Mmihaiinleanzero.hashnode.dev·1h ago · 8 min readOpenAI's Codex spent six days on goose and never completed a single runOpenAI's Codex spent six days on goose and never completed a single run Key takeaways Six days of Codex on goose produced ZERO completed runs. Not a bad run — no run that reached the end. The same mo00
Mmihaiinleanzero.hashnode.dev·4h ago · 8 min readgoose: the config error we logged 432 timesgoose swarm: the config error we logged 432 times and never saw Key takeaways A duplicate key failed the WHOLE file. The loader caught the error, logged it, skipped the layer and returned Ok — turnin00
Mmihaiinleanzero.hashnode.dev·6h ago · 8 min readlsof missing from a packaged Mac app's PATHKey takeaways macOS ships lsof at /usr/sbin/lsof ONLY. A packaged app's PATH ends at /usr/bin:/bin, so a bare-name spawn ENOENTs in the shipped build and works fine on your machine. The tell is not t00