LLM Agent Navigation with Look-Ahead Planning and Action Reasoning

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Existing AI systems face inefficiencies and inaccuracies in navigating complex environments due to high computational costs, resource wastage, and lack of coherent reasoning processes, leading to suboptimal task completion in tasks like e-commerce navigation and robot control.

Innovation Solution

A multi-stage framework involving Look-Ahead Planning (LEAP) and Agile Navigation (LEAN) phases, where a first LLM identifies a shortlisted set of promising actions, and a second LLM generates a textual reason for selecting the optimal next action, iteratively refining the process until task completion.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Measurement precision

If a sophisticated LLM is employed to evaluate every potential option at every step, then navigational accuracy may be improved, but computational costs and latency increase prohibitively

Engineering Contradiction:
Improvenavigational accuracyVSAvoidcomputational cost
Core Design Contradiction:
Measurement precisionVSUse of energy by moving object

Solution Approach 1:

The patent segments the decision-making process into two distinct phases: (1) a planning phase that generates a condensed set of candidate actions by evaluating the environment, and (2) a selection phase that uses LLM-based reasoning to choose the optimal action from the condensed candidates. This segmentation allows comprehensive evaluation without requiring the LLM to process every possible option at every step, thereby reducing computational costs while maintaining navigational accuracy.

Inventive Principle:
Principle #1Segmentation

2Adaptability or versatility

If existing AI systems directly process user queries against broad sets of possibilities, then task completion coverage is improved, but resource utilization becomes inefficient

Engineering Contradiction:
Improvetask completion coverageVSAvoidresource utilization efficiency
Core Design Contradiction:
Adaptability or versatilityVSProductivity

Solution Approach 1:

The patent implements preliminary action by first generating a condensed set of candidate actions through environmental evaluation before applying LLM-based reasoning. This preliminary filtering step reduces the search space from broad possibilities to a manageable subset of relevant candidates, improving resource utilization efficiency while maintaining comprehensive task completion coverage through the subsequent reasoning phase.

Inventive Principle:
Principle #10Preliminary action

3Speed

If agents lack a coherent step-by-step reasoning process, then processing speed is improved, but task completion accuracy deteriorates

Engineering Contradiction:
Improveprocessing speedVSAvoidtask completion accuracy
Core Design Contradiction:
SpeedVSMeasurement precision

Solution Approach 1:

The patent introduces an intermediary reasoning process that acts as a mediator between the condensed candidate actions and the final action selection. The LLM generates natural language reasoning traces that explain why certain actions are chosen, providing coherent step-by-step justification that improves task completion accuracy without significantly impacting processing speed due to the already-condensed candidate set.

Inventive Principle:
Principle #24Intermediary (Mediator)

Data Source

PatentUS20260073259A1Artificial intelligence device for language-based efficient agent utilization for navigation (LEAN) and method thereof
Publication Date: 2026.03.12 LG ELECTRONICS INC
  • US20260073259A1 patent drawing
  • US20260073259A1 patent drawing
  • US20260073259A1 patent drawing

AI summary

A method for controlling an artificial intelligence (AI) deice can include receiving a user query corresponding to a task, determining, by a first large language model (LLM) based component corresponding to a look-ahead planning phase, a shortlisted set of potential actions from a plurality of available actions available based on a current state of an interactive environment, generating, by a second LLM based component corresponding to an agile navigation phase, a textual reason for selecting an action from the shortlisted set of potential actions, determining, by the second LLM based component, a single optimal next action from the shortlisted set of potential actions based on the textual reason, and executing the single optimal next action to transition the interactive environment to a new state.