Claude AI Shows Repetition Bug with 'Sketcher' Term in QGIS Workflow

Claude's 'Sketcher' Repetition Issue
A user working with QGIS encountered unusual behavior from Claude AI when asking for help aligning a DXF file to a specific coordinate system. The model repeatedly output the word "sketcher" in its response, suggesting a potential bug with specific terms in its output generation.
Practical QGIS Workflow Details
The source includes specific QGIS workflow information for DXF alignment:
- Option A for State Plane coordinates: Import into QGIS and manually assign CRS via Layer → right-click → Set CRS → pick the correct EPSG
- Option B for local/arbitrary coordinates: More involved workflow requiring ground control points
The detailed workflow for arbitrary coordinates includes:
- Import DXF into QGIS (lands near 0,0)
- Identify 2-3 recognizable features in DXF (property corners, road intersections, building corners)
- Find same points on basemap or via GPS location
- Use QGIS tools: "Sketcher from geometries" or affine transformation with control point pairs
- Alternative: Use "Sketcher from Layer" plugin or Processing → "Sketcher"
- Practical approach: Load DXF, inspect coordinate values, determine if State Plane, UTM, or arbitrary
Model Behavior and Workaround
When the user provided the DXF file and alignment points in CSV format, Claude was able to convert and align the DXF data successfully. The output was "pretty dang close (if not perfect)." However, when asked about fine adjustments, the model again exhibited the repetition issue with "sketcher."
The source shows the model attempting to provide practical adjustment options but getting stuck in repetition loops with the term "sketcher."
📖 Read the full source: r/ClaudeAI
👀 See Also

Sarvam AI releases 30B and 105B open-source LLMs with Indian training infrastructure
Sarvam AI has open-sourced Sarvam 30B and Sarvam 105B, two reasoning models trained from scratch in India on compute provided under the IndiaAI mission. Both models use Mixture-of-Experts architecture with sparse expert routing and are optimized for efficient deployment across hardware from GPUs to laptops.

1-Bit Bonsai Image 4B: On-Device Image Generation via Binary/Ternary FLUX.2
PrismML releases Bonsai Image 4B, a binary (1.125-bit) and ternary (1.71-bit) FLUX.2 Klein 4B variant that shrinks the diffusion transformer to 0.93 GB / 1.21 GB, enabling 512x512 image generation on iPhone 17 Pro Max in 9.4 seconds.

Analysis of 100M tokens in Claude Code reveals 99.4% input usage
Analysis of 1,289 requests across extended coding sessions shows Claude Code used 100.3M input tokens (99.4%) versus only 616K output tokens (0.6%), with 84.2M tokens cached due to repeated context re-sending.

Critique of MCP's Abstraction Boundary and Service Integration Approach
A Reddit discussion critiques MCP for bundling API access, efficient tooling, and domain knowledge into one layer, arguing this creates limited interfaces compared to underlying APIs. The post uses Lattice as an example where their public API only covers HR admin workflows despite having a full GraphQL API.