LOG_001CLASSIFIED // PUBLIC_ACCESS

The Architecture of Autonomous Flight

January 4, 2026
#rust#aviation#neural-networks#real-time-systems

How we built a neural-symbolic hybrid system to control manned aircraft in real-time.

Traditional autopilots rely on rigid state machines. They work well when conditions are predictable, but fail catastrophically in edge cases.

At Kingly Studio, we took a different approach for an aviation client. We built a hybrid neural-symbolic architecture that combines the robustness of formal logic with the adaptability of deep learning.

Stay Updated

Get updates on new labs and experiments.

Related Reading

From YAML to Deterministic + Agentic Runners

Why disk-based orchestration beats fancy state management for multi-agent systems.

The Core Loop#

Our control loop runs at 100Hz. At every step, a vision model (YOLOv8-based) processes the visual field, while a symbolic planner validates the proposed action against safety constraints (ACAS-Xu rules).

The result is an agent that can "see" and "react" like a human pilot, but follows safety procedures with machine precision. We successfully demonstrated this in live flight tests, performing autonomous takeoffs with zero human intervention.

Related Work#

Explore our services

AI consulting, development, and strategic advisory.

2026 Field Notes: Closing the Action Gap#

Traditional APIs are no longer enough. The industry is rapidly shifting towards Vision-LLM scaffolding to close the "Action Gap." In our work with NAAC building the COPI (Co-Pilot Intelligence) module for the experimental Tarragon aircraft, we've replaced rigid state machines with a hybrid neural-symbolic architecture.

Furthermore, we're leveraging SOFIA (Self-Organizing Flight Intelligence Agent)—our open-source RL framework with 42 training levels, 15 RL algorithms, 29 aircraft configs, and 128 parallel environments—to train autonomous agents through domain randomization rather than hard-coded heuristics.

Related Posts