I switched from OpenCode to Pi and there was a big improvement in terms of tool calling performance and I find the experience less buggy. OpenCode has also seemed to have disappeared from https://openrouter.ai/apps/category/coding
yeah I noticed it missing on the openrouter leaderboard -- very interested to know what that's about
Annoying and alarming things about OpenCode
21–30 of 309 posts
Re: Annoying and alarming things about OpenCode
#22This could be a series of issues on the opencode repo
Re: Annoying and alarming things about OpenCode
#23I feel that a better title for this article would be: "Some minor annoyances that, when fixed, would improve OpenCode" # Prompt Cache Misses > It globs your filesystem and re-reads AGENTS.md (injected in turn-0 system prompt) on every SSE turn. If you put a quick note in AGENTS.md to be read in the next session, you immediately force a full re-evaluation. > Personal favourite: it puts the current date in the turn-0 s…
Those are labeled as "annoying things"
Read also the "alarming things"
Re: Annoying and alarming things about OpenCode
#24I may be missing some aspect of where the local llm’s are losing, but I’m content with draining my local tokens and treating the frontier models like a less junior SWE.
Re: Annoying and alarming things about OpenCode
#25I switched from OpenCode to Pi and there was a big improvement in terms of tool calling performance and I find the experience less buggy. OpenCode has also seemed to have disappeared from https://openrouter.ai/apps/category/coding
Re: Annoying and alarming things about OpenCode
#26Re: Annoying and alarming things about OpenCode
#27You should absolutely be running your AI agent inside _some_ kind of sandbox. I put together a list of 19 mostly open-source ones here: https://pleasedonotescape.com/ along with a list of non-project-solutions
Re: Annoying and alarming things about OpenCode
#28Re: Annoying and alarming things about OpenCode
#29This is an anti AI post masquerading as an anti opencode port. Nevertheless I'm curious what people might suggest to use instead with local models.