LearnAI
Новинки AI · AI, который видит · Lesson 7/10
← To the catalog
Task

Disassemble the circuit and connections

Make a request to the sighted AI to understand the scheme. Return JSON {"prompt":"...","trace_request":"...","context":"..."}: prompt - what to explain, trace_request - how to force the AI ​​to show that it correctly read the structure of the circuit, and did not immediately retell the meaning, context - what the process is and what exactly you don’t understand.

Unlock access to submit solutions for instant AI review.
Understand any diagram
💡 A piece of theory

A diagram is not only blocks, but also connections between them: arrows, directions, forks. AI recognizes shapes and inscriptions quite well, but it confuses the direction of arrows and branching logic more often - it can “expand” the arrow or confuse the “Yes/No” branches. So don’t immediately ask “what is this diagram about.” Pro trick: ask the AI ​​to write down all the elements and connections in the form of a “from what to what” list, following the direction of the arrows. This list is an X-ray: you can immediately see whether the model read the structure correctly, even before explanations. Second technique: ask to be guided through the flow step by step, in simple words, separately saying what happens at the fork with “Yes” and with “No”. Hidden lever: indicate what kind of process is depicted and what exactly you don’t understand - the context dramatically increases the accuracy of the analysis. A typical rookie mistake: trusting a general retelling of the meaning without checking whether the AI ​​correctly understood the direction of the arrows; Because of one inverted connection, the entire conclusion becomes false.

How is it assessed · passing 70

  • 1Valid JSON without text around it25%
  • 2There are fields prompt, trace_request, context25%
  • 3Checking connections and arrow directions50%
Your promptClaude ⌄
🔒

Unlock access to submit solutions for instant AI review.