AI + Robotics

Redesigned and improved the LLM-A* hybrid path planning system from the ground up, integrating refined LLM waypoint guidance with classical A* search.
Traditional path planning algorithms can be computationally expensive. The goal was to leverage LLM reasoning capabilities to guide classical planners.
Developed a novel integration of LLM-generated waypoint suggestions with A* search. Compared chain-of-thought, minimalistic, and RePE prompting methods.