Why would you want an LLM to fly a drone? Seems like the wrong tool for the job -- it's like saying "Only one power drill can pound roofing nails". Maybe that's true, but just get a hammer
There are almost endless reasons why. It's like asking why would you want a self-driving car. Having a drone to transport things would be amazing, or to patrol an area. LLMs can be helpful with object identification, reacting to different events, and taking commands from users. The first thought I had was those security guard robots that are popping up all over the place. if they were drones instead, and LLM talked t…
Show HN: Only 1 LLM can fly a drone
11–20 of 100 posts
Re: Show HN: Only 1 LLM can fly a drone
#12Why would you want an LLM to fly a drone? Seems like the wrong tool for the job -- it's like saying "Only one power drill can pound roofing nails". Maybe that's true, but just get a hammer
Re: Show HN: Only 1 LLM can fly a drone
#13Earlier quoted context omitted.
There are almost endless reasons why. It's like asking why would you want a self-driving car. Having a drone to transport things would be amazing, or to patrol an area. LLMs can be helpful with object identification, reacting to different events, and taking commands from users. The first thought I had was those security guard robots that are popping up all over the place. if they were drones instead, and LLM talked t…
The point is that you don't need an LLM to pilot the thing, even if you want to integrate an LLM interface to take a request in natural language.
Re: Show HN: Only 1 LLM can fly a drone
#14Re: Show HN: Only 1 LLM can fly a drone
#15Why would you want an LLM to fly a drone? Seems like the wrong tool for the job -- it's like saying "Only one power drill can pound roofing nails". Maybe that's true, but just get a hammer
This looks like a pretty fun project and in my rough estimation a fun hacker project.
Re: Show HN: Only 1 LLM can fly a drone
#16Earlier quoted context omitted.
There are almost endless reasons why. It's like asking why would you want a self-driving car. Having a drone to transport things would be amazing, or to patrol an area. LLMs can be helpful with object identification, reacting to different events, and taking commands from users. The first thought I had was those security guard robots that are popping up all over the place. if they were drones instead, and LLM talked t…
The point is that you don't need an LLM to pilot the thing, even if you want to integrate an LLM interface to take a request in natural language.
Re: Show HN: Only 1 LLM can fly a drone
#17Why would you want an LLM to fly a drone? Seems like the wrong tool for the job -- it's like saying "Only one power drill can pound roofing nails". Maybe that's true, but just get a hammer
There are almost endless reasons why. It's like asking why would you want a self-driving car. Having a drone to transport things would be amazing, or to patrol an area. LLMs can be helpful with object identification, reacting to different events, and taking commands from users. The first thought I had was those security guard robots that are popping up all over the place. if they were drones instead, and LLM talked t…
You describe why it would be useful to have an LLM in a drone to interact with it but do not explain why it is the very same LLM that should be doing the flying.
Re: Show HN: Only 1 LLM can fly a drone
#18Why would you want an LLM to fly a drone? Seems like the wrong tool for the job -- it's like saying "Only one power drill can pound roofing nails". Maybe that's true, but just get a hammer
There are almost endless reasons why. It's like asking why would you want a self-driving car. Having a drone to transport things would be amazing, or to patrol an area. LLMs can be helpful with object identification, reacting to different events, and taking commands from users. The first thought I had was those security guard robots that are popping up all over the place. if they were drones instead, and LLM talked t…
You don't want an LLM to drive a car
There is more to "AI" than LLMs
Re: Show HN: Only 1 LLM can fly a drone
#19Re: Show HN: Only 1 LLM can fly a drone
#20Why would you want an LLM to fly a drone? Seems like the wrong tool for the job -- it's like saying "Only one power drill can pound roofing nails". Maybe that's true, but just get a hammer
https://github.com/kxzk/snapbench/blob/main/llm_drone/src/ma...
I've been working with integrating GPT-5.2 in Unity. It's fantastic at scripting but completely worthless at managing transforms for scene objects. Even with elaborate planning phases it's going to make a complete jackass of itself in world space every time.
LLMs are also wildly unsuitable for real-time control problems. They never will be. A PID controller or dedicated pathfinding tool being driven by the LLM will provide a radically superior result.