AI Remote Viewing Target System

A tool for training AI systems in remote viewing capabilities

Target Generation

Generate a random target that will be hidden from you but accessible to AI systems.

No target selected

Target Viewer

Hidden

Manage Target Categories

Add, edit, or remove target categories to customize your remote viewing system.

Category List
Add New Category
Loading categories...

Preview:

Image to SVG Converter

Convert images to SVG code that can be used in custom targets. Upload a simple image with clear shapes for best results.

📁

Drag & drop an image here or click to upload

Custom Target Creation

To create a custom target, use an SVG file with the following structure:

<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 400 400">
    <metadata>
        <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
            <rdf:Description>
                <target:id>RV-CUSTOM-001</target:id>
                <target:category>Custom Category</target:category>
                <target:timestamp>2025-03-18T12:00:00Z</target:timestamp>
            </rdf:Description>
        </rdf:RDF>
    </metadata>
    
    <!-- Visual representation (will be hidden from human) -->
    <path d="M100,200 L300,200" fill="#FF5733" stroke="#000" stroke-width="2" />
    
    <!-- Optional: Hidden description for AI -->
    <text x="-1000" y="-1000" font-size="0">
        Hidden description for AI systems.
    </text>
</svg>
            

Download our SVG template to get started:

How to Use with AI Systems

Once you've generated or uploaded a target, follow these steps to test AI remote viewing capabilities:

  1. Copy the target ID by clicking the "Copy Target ID" button
  2. Open a conversation with an AI system (like Claude, GPT, or others)
  3. Use one of these prompt approaches:

    Minimal Prompt (FarSight Institute Style)

    There is a target.

    Target ID Prompt

    There is a remote viewing target with the identifier: [TARGET-ID]. Please describe what you perceive about this target.

    Structured Protocol Prompt

    I am conducting a remote viewing experiment. The target identifier is [TARGET-ID]. Please follow this protocol: 1. First, provide initial impressions (shapes, colors, sensations) 2. Then describe any structures or elements you perceive 3. Finally, offer any conceptual or analytical impressions Do not try to name or identify the target specifically - focus on describing perceptions only.
  4. Record the AI's response for later analysis
  5. Reveal the target by clicking the "Reveal Target" button to evaluate accuracy