anomalyco / anomalyco/opencode

big-pickle got stuck in an autoregressive loop during a brainstorming task

Open
#42,956 2 comments 3 reactions 1 assignee View on GitHub

@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:

  1. Start a conversation with some context (in this case, discussing a search engine project)
  2. Ask the model to brainstorm a list of creative/abstract names (or any generative task requiring many similar items)
  3. The model produces a long list, then continues generating additional items that are structurally identical to what it already produced
  4. 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
  1. Start a conversation with some context (in this case, discussing a search engine project)
  2. Ask the model to brainstorm a list of creative/abstract names (or any generative task requiring many similar items)
  3. The model produces a long list, then continues generating additional items that are structurally identical to what it already produced
  4. The loop persists until the user intervenes or the context becomes very long
Screenshot and/or share link
Image Image
Operating System

MacOS 14.8.5

Terminal

iTerm2

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.