I tried to build a roundabout with multiple AIs. Claude and DeepSeek drew something correct right away, but arguing with ChatGPT and Gemini for 30 minutes still didn’t produce anything correct. Here’s the prompt:
South: 8, 1
East: 2, 3
North: 4, 5
West: 6, 7
There are back paths between the following stations:
2 to 3
4 to 5
6 to 7
8 to 1
When you drive, if you start at station 1, you pass through all stations in incremental order, and then from 8 you go back to 1.
Draw a schema in ASCII. I want to check that you understand. ```
Claude made the most beautiful drawing, correctly identifying the backpaths:
``` N ┌──────────[5]◀────────────[4]──────────┐ │ ╰┈┈┈┈ 4→5 ┈┈┈┈╯ │ │ │ [6]──┤ ├──[3] ┊ │ │ ▲ 6┊7 ▼ ↺ ANTICLOCKWISE ▲ 2┊3 ┊ │ │ ┊ [7]──┤ ├──[2] │ │ │ ╭┈┈┈┈ 8→1 ┈┈┈┈╮ │ └──────────[8]────────────▶[1]──────────┘ S
═══ roundabout ring (one-way, anticlockwise) ┈┈┈ back path (one-way, as listed) ```
How would you phrase the prompt without doing all the work?
submitted by
/u/ArmelleAllDay
Originally posted by u/ArmelleAllDay on r/ArtificialInteligence
You must log in or # to comment.
