The document describes a proposed system for an autonomous robot that can solve mazes without using sensors by using image processing and the A* search algorithm. The robot would take a photo of the maze, use image processing to analyze the maze, apply the A* algorithm to find the shortest path, convert the path to an 8-chain code, and transmit the code to the robot via Bluetooth to allow it to traverse the maze autonomously. The system aims to provide a more efficient approach than existing robots that rely on sensors and training by allowing the robot to observe the full maze layout at once to intelligently determine the best route.