Claude AI models could control drones, but capabilities, risks and UK regulations in 2025 shape the debate.
A Reddit post claims someone “built a drone that tracks targets with a laser using Claude.” There’s no technical detail in the post itself, but it taps a real question I’m hearing a lot: can large language models (LLMs) like Claude actually control drones?
“This guy build a drone that tracks targets with a laser using claude”
In this piece I’ll unpack what’s feasible today, where the risks sit, and what UK operators need to know in 2025 if you’re even thinking about autonomy and payloads like lasers. Spoiler: LLMs can be part of a control stack, but they’re not flight controllers, and UK law around drones and lasers is strict.
Reddit thread: original post by /u/Alphaxfusion (technical details not disclosed).
Short answer: only at a high level, and only with careful guardrails. LLMs (large language models – AI systems based on the transformer architecture that predict text) are brilliant at reasoning, planning and tool use, but they’re not designed for real-time flight dynamics. Inner control loops need millisecond precision – that’s the realm of flight controllers like PX4 or ArduPilot.
Latency matters. Cloud LLM APIs usually respond in hundreds of milliseconds to seconds, which is far too slow for low-level control. They’re better used as an orchestration layer. If you’ve ever connected an AI assistant to external tools, the pattern is similar – see my guide on connecting ChatGPT to Google Sheets for the general approach of letting a model trigger well-bounded tools.
Without the builder’s details, we can only describe a typical safe architecture:
Even then, “tracking with a laser” raises immediate safety and legal red flags in the UK, addressed below.
The UK Civil Aviation Authority (CAA) regulates unmanned aircraft under CAP722 and the UK Drone Code. Where an AI model is making decisions, you’re firmly into “increased automation”, which attracts higher scrutiny.
Start with the official guidance:
If you’re adding autonomy or operating near people/urban areas with heavier aircraft, you’ll likely need a Specific category authorisation, a risk assessment (SORA-based), and proof of competence (e.g. GVC). Pre-Defined Risk Assessments (PDRAs) exist for common scenarios but may not cover autonomous tracking or unusual payloads.
Also consider insurance and liability. Many commercial operators carry public liability cover; some clients require EC785/2004-compliant aviation insurance. Check your policy if experimenting with autonomy or non-standard payloads – exclusions are common.
AI is quickly moving from chat windows to physical systems. The upside is powerful – natural-language control, explainable autonomy, and faster experimentation. The downside is equally real – latency, hallucinations and safety-critical failure modes that consumer AI was never designed to handle.
If a Reddit build inspires you, treat it as a prompt to learn the regulations, design conservatively, and keep humans firmly in the loop. In the UK, that’s not just good engineering – it’s the law.
Related
Software engineers and AI: more output, not more value? A recent Reddit thread from a distinguished engineer in an AWS vertical struck a nerve. The claim is simple: AI has clearly increased visible activity – more documents, more code commits, more test harnesses – but not the value that users actually feel. “I see a [...]
JoshuaJuly 5, 2026
Last updated
Category
aiViews
18 viewsLikes
No ratings yet
The AI adoption gap is real: what a blunt Reddit post gets right A recent Reddit thread tells a familiar story. A marketing-tech founder demos “AI agents” to a senior stakeholder at a big brand. The exec is sceptical, calls them “wrappers”, then asks for help setting up a WhatsApp broadcast channel. The punchline isn’t [...]
JoshuaJuly 5, 2026
Making a 3D RPG with AI only: what was built and why it matters A Redditor has shared an ambitious “AI-only” game dev experiment: a third-person 3D RPG prototype created without writing code, driven entirely by prompts to the muranyi-3 model from Tesana AI. You can read the full thread here: Making a RPG game [...]
JoshuaJuly 5, 2026
No comments yet - start the conversation.