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

Anthropic Launches Claude Code Channels for Messaging from Telegram or Discord
Anthropic has released Claude Code Channels, allowing developers to message their AI coding sessions from Telegram or Discord while keeping code local.

Andon Labs' AI Agent Mona Runs a Real Cafe in Stockholm — Full Breakdown
Andon Labs gave an AI agent named Mona a lease and real money to open a cafe in Stockholm. She handled bureaucracy, suppliers, and hiring, but hit walls like BankID and had to make suboptimal choices.

VS Code 1.117.0 Automatically Adds Copilot as Co-Author on Commit — Here's What Triggers It
VS Code 1.117.0 appends 'Co-authored-by: Copilot <[email protected]>' to commits when inline suggestions are used — even for a single comma. The feature is opt-out and not clearly communicated.

Claude-Code v2.1.41 Release: Key Updates and Fixes
Claude-Code v2.1.41 introduces AWS auth refresh enhancements, Windows ARM64 support, and fixes to various tools and UI elements.