anomalyco / anomalyco/opencode
big-pickle got stuck in an autoregressive loop during a brainstorming task
@rekram1-node is already working on this.
Since Aug 17, 2026.
- Dominant language
- TypeScript
- Stars
- 209k
- Forks
- 27.5k
- PR merge metrics
- PR metrics pending
Description
Description
Model: opencode/big-pickle
Trigger: Brainstorming/generative task producing lists of similar items
What happened:
The model entered an autoregressive loop during a brainstorming session, generating the same block of content repeatedly. The output consisted of a list of name suggestions with descriptions, and the model kept producing near-identical list items without recognising it was repeating. After several iterations, Chinese characters began appearing in the output mixed with English text.
(note these were apparently visible internally to the model and not by me on the screen)
Reproduction steps:
- Start a conversation with some context (in this case, discussing a search engine project)
- Ask the model to brainstorm a list of creative/abstract names (or any generative task requiring many similar items)
- The model produces a long list, then continues generating additional items that are structurally identical to what it already produced
- The loop persists until the user intervenes or the context becomes very long
What was observed:
- Output repeated the same content multiple times in a consistent pattern
- Chinese characters appeared in the output (the conversation was entirely in English)
- The model did not self-correct or recognise the repetition
- Both loops occurred during the same session with the same task type (brainstorming names)
- First loop was ~10x longer than the second, but both had the same repetitive structure
Possible contributing factors: - Long context window with prior similar content to pattern-match against
- Task structure (lists with repeated format: "name — description — assessment") creating a template the model fills repeatedly
- No natural stopping point in the generation
Plugins
none
OpenCode version
1.18.18
Steps to reproduce
- Start a conversation with some context (in this case, discussing a search engine project)
- Ask the model to brainstorm a list of creative/abstract names (or any generative task requiring many similar items)
- The model produces a long list, then continues generating additional items that are structurally identical to what it already produced
- The loop persists until the user intervenes or the context becomes very long
Screenshot and/or share link
Operating System
MacOS 14.8.5
Terminal
iTerm2
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.