Live data from Hacker News

Launch HN: Airhart Aeronautics (YC S22) – A modern personal airplane

news.ycombinator.com

1–10 of 632 posts

Launch HN: Airhart Aeronautics (YC S22) – A modern personal airplane

#1
Hey Hacker News! I’m Nikita, founder of Airhart Aeronautics (https://www.airhartaero.com/). We are building an airplane for people who don’t fly airplanes. The goal is to make flying as easy as driving a car—while maintaining a high bar for safety. Here’s a video that shows a bit of our hardware and quite a bit of our software: https://youtu.be/PGJUGUceu8A

In the US, trips that are 50-300 miles are almost all done by car because that distance is too short for commercial airlines and too far for public transportation. Thanks to the Wright Brothers we've had aerial transport for over 100 years. The US has over 19,000 airports, and large commercial airplane technology has developed to the point that the planes practically fly themselves. If we already have the infrastructure and the technology, why isn't everyone flying planes?

The problem is that small airplane technology hasn’t innovated and is stuck in the past. Flying a small airplane is complicated, mentally taxing, and dangerous—about 28x more dangerous than driving a car. Outdated airplanes, coupled with outdated flight controls, lead to regular accidents, often due to some form of loss of control. The planes are expensive and margins are small. There is no incentive to innovate within the current market, so we are looking at the new, untapped market of those who don’t think about flying as an option today and making it an option.

I first came across this when I learned to fly in 2020. I was learning in a “modern” GA airplane but was immediately struck by the fact that an airplane built in 2018 did not have an engine computer and there was a manual level to control the fuel/air mixture ratio. Starting it on a hot day was like starting a stubborn lawn mower. On top of that, my instructor was telling me all the various ways I could kill myself if I’m not running at 100% concentration for hours on end. This just didn’t sit right with me.

At the time I was working at SpaceX as an avionics engineer, leading the development of the avionics for the fairing recovery program. I also built autonomous aircraft when I was a student at Cornell, where I got a degree in electrical and computer engineering. It was clear to me that the core problem is that airplanes are too unsafe and too complicated to operate which is keeping too many people out of aviation. So, I decided to leave SpaceX and was joined by my long-time friend Brendan (he was a software engineer at Apple at the time; we built autonomous aircraft together at Cornell) to start Airhart to tackle this problem and make flying safer and more accessible.

We are developing a full hardware and software package to change how people fly airplanes. It’s a fly-by-wire control system, meaning instead of mechanical linkages between the pilot’s control stick and the control surfaces, it’s a joystick that sends digital commands to a computer that then moves the control surfaces accordingly with servo actuators. We’re developing all of the hardware ourselves: the computers, the sensors, the actuators–and all of the software that actually does the control. But it’s not just fly-by-wire. On top of it, we are implementing a simplified control scheme that reduces flying the airplane to just one action to perform one maneuver.

For readers who aren’t pilots: all flying is basically coordinating the aircraft pitch, roll, yaw, and throttle to coordinate actions. Something as simple as a level turn to the right means you have to 1) roll the airplane, 2) use your feet on the rudder pedals to keep the turn coordinated, 3) pull back to increase your lift since you are now losing lift in a bank, 4) monitor your airspeed (especially if at slow speeds when coming in to land), 5) monitor your altitude as you’re adjusting your lift in (3), 6) monitor your turn coordination as you adjust it in (2). You are now established in a turn. To return to flying straight and level do those in reverse. And while doing all this, you need to be navigating through complex airpaces and talking to air traffic control over 1940s radio technology. All this together makes it very hard to fly and very easy for a pilot (especially a new pilot) to lose control of the airplane, which is still the leading cause of fatalities in general aviation.

With Airhart Assist (that’s what we call our system), you just push a control stick to the right and the flight computers do all those steps to put you into a coordinated level turn.

So, how does this actually work?

The force-feedback joystick in the plane sends its position to a flight controller (actually 3 that work in parallel for safety and redundancy, more on that later). The flight controller interprets the position as a turn rate or climb rate command (for left/right or forward/back). The flight controller also reads a bunch of sensors (gyroscope, accelerometer, magnetometer, air pressure, GPS, etc) to develop an accurate estimate of the airplane’s state: roll, pitch, yaw, velocity, position, etc. Using the current state from the sensor fusion algorithms and the desired state from the joystick, the controller does a bunch of aerodynamics and control theory math to compute the control surface position necessary to bring the aircraft to the desired state. Mixed into this is error checking, envelope protection, and other various safety measures to make sure the aircraft never enters an unsafe state.

Unlike a traditional airplane, it becomes impossible to command the airplane into a stall, a spin, unsafe attitudes, or other bad states. This is the key to the safety of the system: it prevents the common mistakes that pilots make that lead to disastrous consequences.

To make sure that this system is always functioning, everything is single-fault tolerant. That means that there are no single points of failure. Any fault that might occur–a broken wire, a fried resistor, a bitflip in a processor, a random hang in a kernel–does not affect the functionality of the system. This is achieved by having three flight controllers that take in information from two different sets of sensors (we call them “strings”), independently compute the desired actions to take, and vote on what to do. Each string has its own power source, backup battery, networking hardware, and set of critical sensors.

The only real single point of failure is the engine. We only have one, though the engine itself has redundant ignition systems, fuel pumps, controllers, etc. If the engine were to die, the batteries would keep the system running for ~30 minutes, giving you time to make an emergency landing. If the pilot somehow becomes incapacitated, any passenger can initiate an autonomous emergency landing. And if many things go wrong and the system does fail, there’s a full airframe parachute that can be activated to bring the airplane safely to the ground.

A lot of people will likely wonder: “isn’t removing stick and rudder skills going to make worse pilots”? Short answer: no. The core of what makes a good pilot isn’t stick and rudder skills; it’s good decision making and risk management. For single pilots in GA, it’s even more important. So we are building a system that will give our pilots the tools to focus entirely on decision making and risk management and remove the distraction of stick and rudder that creates so many problems today. We think stick and rudder skills are definitely a necessity for airline pilots flying hundreds of people on board for the extremely rare cases where emergencies do happen and many people's lives are at risk, but not for an average person flying a four seat airplane to go on a weekend trip to the mountains. Our system makes it impossible to lose control of the airplane, potentially solving 80% of today’s fatal accidents in general aviation.

Fly-by-wire systems typically cost millions of dollars. We intend to build it for much less. How? By leveraging automotive grade components, clever sensor fusion math so that we can use MEMS gyroscopes that cost To take advantage of this automotive style approach requires scale. Enter the final third of the problem: flying isn’t sexy. Modern airplanes look like they are from the 90s. With our first airplane, the Airhart Sling, we are redesigning the entire UI/UX of the flight deck to make it as easy as possible to use, redesigning the cabin to feel much more like a luxury car than an airplane today, and integrating Airhart Assist to make flying much more accessible and much more inviting. You can see previews of the Airhart Sling on our website, https://www.airhartaero.com/. The sexiness of design is extremely important for the economies of scale of an automotive-style approach to work.

There’s a plethora of other problems that make flying cumbersome: weight and balance worksheets, complicated route planning, talking to ATC, lengthy preflight checks, a fractured system of FBOs, difficult access to instruction, the list goes on. We are working on all of these too, but no amount of extra UI features can solve the fundamental problem that aviating itself is hard. So that’s what we’re solving first.

We want people who don’t think about airplanes as a mode of transportation to start flying and are hoping that Airhart will pave the way. Whether you fly planes today or not, I’d love to hear your thoughts. This is a very exciting topic with lots to discuss so I’m very much looking forward to the conversation!

Re: Launch HN: Airhart Aeronautics (YC S22) – A modern personal airplane

#2
Super ambitious project that you are attempting - kudos to that!

What do you think of 1. Licenses 2. Air traffic control & routing for personal crafts 3. Landing / Takeoff / Turbulence (weather) - where typically most of the human skill today is used in for commercial flights. 4. and probably the one for interface design and overall autonomous systems - human decision making + autonomous systems really have a difficult time working in tandem - fully autonomous is less risky at an aggregate level but puts onus and more of the blame on the company / maker versus human-in-the-loop.

Re: Launch HN: Airhart Aeronautics (YC S22) – A modern personal airplane

#3
As a paraglider pilot (unpowered), I will say that the technical aspects of flying the aircraft are only a small part of what's involved in a flight - as you point out.

It's a bad idea to get pilots in the air with less training. People can't safely pilot cars in two dimensions.

Making the avionics easier to use and more affordable sounds like the actual winning product.

Re: Launch HN: Airhart Aeronautics (YC S22) – A modern personal airplane

#4

Super ambitious project that you are attempting - kudos to that! What do you think of 1. Licenses 2. Air traffic control & routing for personal crafts 3. Landing / Takeoff / Turbulence (weather) - where typically most of the human skill today is used in for commercial flights. 4. and probably the one for interface design and overall autonomous systems - human decision making + autonomous systems really have a difficu…

all things we've thought about!

1. today, you need a PPL to fly this plane. However, a new set of regulations, called MOSAIC, is coming down the pipeline that have support for aircraft with simplified control systems and getting licensed in such aircraft, specifically when they are small, light airplanes. Basically, you'll be able to get a license in such a plane, skip the parts of tests that don't apply, and be restricted to only flying that type of airplane (This is my interpretation, I obviously don't speak for the FAA)

2. The current ATC system handles personal aircraft quite well. this is especially true in busy airspaces like LA. Our hope is to create a more automated routing system where you just enter the destination you want to fly to, the system generates the route taking into account, terrain, weather, winds, standard routes, airways, etc, files it with ATC for you, and you just confirm that it's a good path and be on your way.

3. This is the core of our system. In the demo video, the landing I'm doing has a cross wind with some gusts and you can see the system handles it super easily and makes it significantly easier to takeoff and land, even in turbulence. you can barely tell there was any kind of weather at all.

4. This is a tough one for sure. One core thing we are doing is having our joystick be active and have force feedback. So when flying, you can "feel" what the system is trying to do and you can push back on it if you don't like what it's doing. You as the pilot are still in charge of what happens, we just making it easier for you to execute on it. Additionally, there's lots of UI elements that will provide hints to what you are asking the plane to do + what it can do + what it's actually doing. This should help close that loop so that the pilot is still in control, while letting the system handle the aviating elements of flying.

Re: Launch HN: Airhart Aeronautics (YC S22) – A modern personal airplane

#6

As a paraglider pilot (unpowered), I will say that the technical aspects of flying the aircraft are only a small part of what's involved in a flight - as you point out. It's a bad idea to get pilots in the air with less training. People can't safely pilot cars in two dimensions. Making the avionics easier to use and more affordable sounds like the actual winning product.

The way we see it isn't less training, but training focused on the most important parts of flying: decision making and risk management. Given the current track record for accidents, they almost always culminate in the pilot failing to control the airplane, whether due to directly stalling or being distracted by another issue and then stalling. By eliminating loss of control as a failure mode, pilots can spend more of their minimum 40 hours on decision making and risk management training, rather than on stick and rudder training. Then when in the air, they put more of their mental load on ADM. We are just breaking down the barrier that stops people from even getting there in the first place.

Re: Launch HN: Airhart Aeronautics (YC S22) – A modern personal airplane

#7
I disagree with your assessment. I think that the core problem with GA is that most people in the United States want to travel distances beyond what an affordable GA aircraft can in a single flight. I live in the midwest and I generally want to travel to the East or West coast or Southwest or Florida and the range of a Cessna just isn’t going to cut it. The only practical vehicle would be a Phenom 300 or Honda Jet II, but I don’t have $8 million lying around.

Reality is that without North American continental range, it just isn’t worth it to go get a pilots license and buy a plane for the few trips that I can just easily drive. Maybe if I lived in Boston, General Aviation would be great, but for many Americans who live in areas in the middle that aren’t near large airports, the range of these aircraft just make them expensive toys that aren’t very useful for the size of North America.

Re: Launch HN: Airhart Aeronautics (YC S22) – A modern personal airplane

#8

Super ambitious project that you are attempting - kudos to that! What do you think of 1. Licenses 2. Air traffic control & routing for personal crafts 3. Landing / Takeoff / Turbulence (weather) - where typically most of the human skill today is used in for commercial flights. 4. and probably the one for interface design and overall autonomous systems - human decision making + autonomous systems really have a difficu…

> Super ambitious project that you are attempting - kudos to that!

The GPS and gyroscope reimplementation would appear to be a business opportunity in themselves - presumably there is a reason someone hasn’t undercut those parts already. Small market?

Re: Launch HN: Airhart Aeronautics (YC S22) – A modern personal airplane

#10
post #6

As a paraglider pilot (unpowered), I will say that the technical aspects of flying the aircraft are only a small part of what's involved in a flight - as you point out. It's a bad idea to get pilots in the air with less training. People can't safely pilot cars in two dimensions. Making the avionics easier to use and more affordable sounds like the actual winning product.

The way we see it isn't less training, but training focused on the most important parts of flying: decision making and risk management. Given the current track record for accidents, they almost always culminate in the pilot failing to control the airplane, whether due to directly stalling or being distracted by another issue and then stalling. By eliminating loss of control as a failure mode, pilots can spend more of…

> By eliminating loss of control as a failure mode

I think this is a flawed view of the problem, even with an industry-grade FCS to work with. If you're in the air, you should know how to break out of a stall, belly-land in an emergency, or route around turbulence as it crops up. These things happen, and preventing someone from doing a loop-de-loop won't eliminate a category of failure-modes.

This is something I very much wish would be a reality one day, but you'll be kicking yourself with every incident report that blames bad piloting. One can only hope that they wouldn't risk their own life trusting an untrained pilot.

Post reply on HN