frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

DaVinci Resolve – Photo

https://www.blackmagicdesign.com/products/davinciresolve/photo
556•thebiblelover7•7h ago•135 comments

A new spam policy for “back button hijacking”

https://developers.google.com/search/blog/2026/04/back-button-hijacking
342•zdw•6h ago•208 comments

An AI Vibe Coding Horror Story

https://www.tobru.ch/an-ai-vibe-coding-horror-story/
89•teichmann•1h ago•57 comments

Backblaze has stopped backing up your data

https://rareese.com/posts/backblaze/
36•rrreese•1h ago•13 comments

Introspective Diffusion Language Models

https://introspective-diffusion.github.io/
32•zagwdt•1h ago•7 comments

Someone bought 30 WordPress plugins and planted a backdoor in all of them

https://anchor.host/someone-bought-30-wordpress-plugins-and-planted-a-backdoor-in-all-of-them/
940•speckx•15h ago•265 comments

GitHub Stacked PRs

https://github.github.com/gh-stack/
711•ezekg•13h ago•374 comments

Distributed DuckDB Instance

https://github.com/citguru/openduck
53•citguru•3h ago•9 comments

The secrets of the Shinkansen

https://www.worksinprogress.news/p/the-secret-behind-japans-railways
75•WillDaSilva•3h ago•56 comments

Lean proved this program correct; then I found a bug

https://kirancodes.me/posts/log-who-watches-the-watchers.html
247•bumbledraven•9h ago•119 comments

WiiFin – Jellyfin Client for Nintendo Wii

https://github.com/fabienmillet/WiiFin
158•throwawayk7h•10h ago•69 comments

A soft robot has no problem moving with no motor and no gears

https://engineering.princeton.edu/news/2026/04/08/soft-robot-has-no-problem-moving-no-motor-and-n...
30•hhs•4d ago•3 comments

Multi-Agentic Software Development Is a Distributed Systems Problem

https://kirancodes.me/posts/log-distributed-llms.html
35•tie-in•4h ago•8 comments

MOS tech 6502 8-bit microprocessor in pure SQL powered by Postgres

https://github.com/lasect/pg_6502
19•adunk•3h ago•2 comments

Design and implementation of DuckDB internals

https://duckdb.org/library/design-and-implementation-of-duckdb-internals/
121•mpweiher•3d ago•8 comments

Nothing Ever Happens: Polymarket bot that always buys No on non-sports markets

https://github.com/sterlingcrispin/nothing-ever-happens
418•m-hodges•18h ago•234 comments

TanStack Start Now Support React Server Components

https://tanstack.com/blog/react-server-components
56•polywock•4h ago•44 comments

Roblox devs now need a subscription to share their games freely

https://devforum.roblox.com/t/new-publishing-requirements-evaluation-process-for-games/4573166
49•hallole•3h ago•45 comments

Rust Threads on the GPU

https://www.vectorware.com/blog/threads-on-gpu/
70•PaulHoule•4d ago•21 comments

Lumina – a statically typed web-native language for JavaScript and WASM

https://github.com/nyigoro/lumina-lang
10•light_ideas•4d ago•3 comments

US appeals court declares 158-year-old home distilling ban unconstitutional

https://nypost.com/2026/04/11/us-news/us-appeals-court-declares-158-year-old-home-distilling-ban-...
385•t-3•20h ago•257 comments

N-Day-Bench – Can LLMs find real vulnerabilities in real codebases?

https://ndaybench.winfunc.com
69•mufeedvh•11h ago•18 comments

Make tmux pretty and usable (2024)

https://hamvocke.com/blog/a-guide-to-customizing-your-tmux-conf/
380•speckx•18h ago•235 comments

Anastasia (1997) live action reference material

https://lostmediawiki.com/Anastasia_(partially_found_live-action_reference_material_for_Don_Bluth...
26•hyperific•3d ago•3 comments

Repository Pattern with Hygienic Macros in Scheme – Lisp

https://jointhefreeworld.org/blog/articles/lisps/functional-repository-pattern-in-scheme-with-mac...
8•jjba23•3d ago•0 comments

How to make Firefox builds 17% faster

https://blog.farre.se/posts/2026/04/10/caching-webidl-codegen/
180•mbitsnbites•14h ago•34 comments

Write less code, be more responsible

https://blog.orhun.dev/code-responsibly/
90•orhunp_•3d ago•56 comments

Building a CLI for all of Cloudflare

https://blog.cloudflare.com/cf-cli-local-explorer/
308•soheilpro•17h ago•100 comments

Android now stops you sharing your location in photos

https://shkspr.mobi/blog/2026/04/android-now-stops-you-sharing-your-location-in-photos/
369•edent•21h ago•297 comments

I just want simple S3

https://blog.feld.me/posts/2026/04/i-just-want-simple-s3/
178•g0xA52A2A•2d ago•89 comments
Open in hackernews

Can Claude Fly a Plane?

https://so.long.thanks.fish/can-claude-fly-a-plane/
80•casi•3h ago

Comments

thewhitetulip•2h ago
Humans can also fly. Once.
Findecanor•1h ago
Douglas Adams formulated how it would be possible for a human to fly continuously, though.

http://extremelysmart.com/humor/howtofly.php

thewhitetulip•1h ago
I have the hitchhikers guide to the galaxy but I never got around to reading it. I might have to read it next
travisgriggs•2h ago
The bit in the middle where it decides to make its control loop be pure P(roportional), presumably dropping the I and D parts, is interesting to me. Seems like a poor choice.

I try to fly about once a week, I’ve never really tried to self analyze what my inputs are for what I do. My hunch is that there’s quite a bit of I(ntegral) damping I do to avoid over correcting, but also quite a bit of D(erivative) adjustments I do, especially on approach, in order to “skate to the puck”. Density going to have to take it up with some flight buddies. OR maybe those with drone software control loop experience can weigh in?

aetherspawn•2h ago
Dumping the I part instead of just tuning it properly is kind of an insane thing to do … speaking as an actual controls engineer
gbgarbeb•2h ago
"Actual controls engineers" use PD loops (no I) all the time.
rcxdude•1h ago
In some circumstances, yes (usually when the system itself acts as an integrator somehow). Aircraft controls do not strike me as a system where this is sensible (trimming an aircraft is basically an integral control process).

(d'oh, should have read the specific context: in the case mentioned, it is where the system acts as an integrator (pitch -> altitude), and so pure P control is pretty reasonable)

userbinator•2h ago
The real question is, can it keep the plane in one piece?
thewhitetulip•2h ago
And which human will fly in an llm operated plane?!
ccozan•2h ago
Please welcome aboard of Airthropic Lines!
Markoff•2h ago
I am sure some Ryanair customers would risk it for good price.
stnikolauswagne•2h ago
Give the whole scheme some sort of mile multiplier and you will get high-freq fliers salivating over taking a llm flight with a 12 hour layover in Iceland to get to Portland from New York for those sweet miles.
hdgvhicv•2h ago
Keeping a plane on the ground seems easy enough. Keeping in the air in one place would be impossible. Keeping any place in the air is only temporary.
morpheuskafka•2h ago
Surely at least part of the issue here is that even an LLM operates in two digit tokens per second, not to mention extra tokens for "thinking/reasoning" mode, while a real autopilot probably has response times in tens of milliseconds. Plus the network latency vs a local LLM.
webprofusion•2h ago
"Can I Get Claude to Fly A Plane" isn't the same thing. Interesting though, would be a good test for different models but it relies on the test harness being good enough that a human could also use the same info to achieve the required outcome. e.g. if latency of input/output is too slow then nobody could do it.
est•2h ago
> main issue seemed to be delay from what it saw with screenshots and api data and changing course.

This is where I think Taalas-style hardware AI may dominate in the future, especially for vehicle/plane autopilot, even it can't update weights. But determinism is actually a good thing.

sigmoid10•2h ago
This is a limitation of LLM i/o which historically is a bit slow due to these sequential user vs assistant chat prompt formats they still train on. But in principle nothing stops you from feeding/retrieving realtime full duplex input/output from a transformer architecture. It will just get slower as you scale to billions or even trillions of parameters, to the point where running it in the cloud might offer faster end-to-end actions than running it locally. What I could imagine is a small local model running everyday tasks and a big remote model tuning in for messy situations where a remote human might have to take over otherwise.
leptons•2h ago
Does Claude know the plane isn't at the car wash?
mihaaly•2h ago
Friend participating in some sort of simulated glider tournament trained a neural network to fly one some way (don't ask details). I recall rules were changed to ban such, not because of him.

Using Claude sounds overkill and unfit the same time.

bottlepalm•2h ago
AI being able to quickly react to real time video input is the next thing. Computer use right now is painfully slow working off a slow screenshot/command loop.
operatingthetan•2h ago
We already have advanced autopilots that can fly commercial airliners. We just don't trust them enough to not have human pilots. I would trust the autopilot more than freaking Claude. We already do, every day.
dewey•2h ago
I don't think anyone is suggesting we should do that...but it's still a fun project to play around with?
codingconstable•2h ago
Agreed. I think thats a really fun way to test out Claude's ability to perform an abstract task it's probably not trained on, was nice to read
Ekaros•2h ago
I think we can trust them to not have human pilots. It is just that having human in loop is very useful in not that rare scenarios. Say airfield has too much wind or fog or another plane has crashed on all runways... Someone needs to make decision what to do next. Or when there is some system failure not thought about.

And well if they are there they might as well fly for practise.

And no. I would not allow LLM in to the loop of making any decision involving actual flying part.

LiamPowell•2h ago
There's also the issue that when something goes wrong, many people will never trust an autopilot again. Just look at how people have reacted to a Waymo running over a cat in a scenario where most humans would have made the same error. There's now many people calling for self-driving cars to never be allowed on roads and citing that one incident.
girvo•1h ago
Which makes sense: a robot can’t be responsible for anything, a human can be.
ekianjo•2h ago
> We just don't trust them enough to not have human pilots

never mind that most crashes are caused by humans, very rarely by technical issues going amok

stnikolauswagne•2h ago
>never mind that most crashes are caused by humans, very rarely by technical issues going amok

Because humans are the fallback for all the scenarios that the tech cannot reliably cover. And my intuition says that the tech around planes is so heavily audited that only things that work with 99.999...% accuracy work will be left to tech.

reeredfdfdf•51m ago
Still those technological issues do happen, and in those situations it's good to have a human pilot in control. See for example Qantas Flight 72 - the autopilot thought aircraft was stalling, and sent the plane into a dive. It could have ended up very badly without human supervision.
boring-human•2h ago
> We just don't trust them enough to not have human pilots.

Much of the value of a human crew is as an implicit dogfooding warranty for the passengers. If it wasn't safe to fly, the pilots wouldn't risk it day after day.

To think of it, it'd be nice if they posted anonymized third-party psych evaluations of the cockpit crew on the wall by the restrooms. The cabin crew would probably appreciate that too.

sandworm101•2h ago
There are soooo many pilot decisions that AI is nowhere near making. Managing a flight is more than flying. It is about making safety decisions during crisis, from deciding when to abort an approach to deciding when to eject a passenger. Sure, someone on the ground could make many of those decisions, but i prefer such things be decided by someone with literal skin in the game, not a beancounter or lawyer in an office
ButlerianJihad•1h ago
I sincerely doubt that pilots decide "when to eject a passenger". Mostly it would be the cabin crew: the flight attendants are 100% in charge of flight safety, and they would be managing relationships with passengers, and they would be the ones to make the call. It would ultimately be them calling some kind of law enforcement. If an Air Marshal is onboard already, obviously they would be on the front line as well.

Furthermore, the concept of "ejecting a passenger" from a flight would mostly not be something you do while in the air, unless you're nuts. Ejecting a passenger is either done before takeoff, or your crew decides to divert the flight, or continue to the destination and have law enforcement waiting on the tarmac.

Naturally, pilots get involved when it's a question of where to fly the plane and when to divert, but ultimately the cabin crew is also involved in those decisions about problem passengers.

rounce•1h ago
The Pilot in Command has ultimate legal responsibility over the operation of the flight, ICAO conventions explicitly state this. Whilst in practice the cabin crew will be the ones dealing with the passenger(s) and supplying information to the PIC , it won’t be them making the final decision.
sandworm101•1h ago
No. Cabin crew recommend. Pilots actually decide.
ButlerianJihad•46m ago
Do the pilots also decide whether to issue a parachute to the ejected passenger?
stnikolauswagne•15m ago
Pretty sure ejection here is meant as shorthand for "Transfer the passenger to an entity on the ground to proceed from there" whether that entity is emergency medical services or law enforcement is secondary.
DoctorOetker•15m ago
I doesn't sound ethical to eject passengers while aborting an approach, regardless of precise timing.
zenmac•54m ago
It would be interesting to see if Claude can land and take off. Don't think the autopilot can do that yet.
LiamPowell•49m ago
Autopilots can. Both on airliners and small planes, although only landing on the latter as far as I know and it's only meant for emergencies. Airbus ATTOL is probably the most interesting of these in that it's visual rather than ILS (note that no commercial airliners are using this).
basfijneman•2h ago
If planes can fly autopilot I assume claude can make a pretty good flight plan. Not sure if claude can react in time if shit hits the fan.

"spawning 5 subagents"

dnnddidiej•50m ago
"Rate limited try again in 10 seconds"
otabdeveloper4•2h ago
Yes, but for a limited time only.
jmward01•2h ago
The question of 'can it fly' is clearly a 'yes, given a little bit of effort'. Flying isn't hard, autopilots have been around a long time. It is recognizing and dealing with things you didn't anticipate that is hard. I think it is more interesting to have 99% of flying done with automated systems but have an LLM focus on recognizing unanticipated situations and recovering or mitigating them.
stnikolauswagne•2h ago
>I think it is more interesting to have 99% of flying done with automated systems but have an LLM focus on recognizing unanticipated situations and recovering or mitigating them.

Seeing how Claude (or any current LLM) perform in even the most low-stake coding scenario I dont think I would ever set foot on a plane where the 1% of most risky scenarios are decided by one.

amelius•1h ago
Using an LLM doesn't mean it has to take the final decision. You can also use it as a warning system.
stnikolauswagne•1h ago
Is there any indication that current warning systems are insufficient in any way that would be improved by LLM involvement?
vidarh•1h ago
We won't know that until someone has actually investigated how an LLM would do in those scenarios.
stnikolauswagne•13m ago
That sounds like a solution looking for a problem though, i see plenty of arguments against throwing critical safety information that are in charge of peoples lives into an LLM "just in case the result is better than the result that the current battle-hardened systems already provide"
amelius•5m ago
Nobody can be against just collecting the data and letting people experiment with it.
captainbland•7m ago
Well they don't attract nearly as much investment in the current market, I think that might be the problem people really want to solve
red_admiral•1h ago
> Flying isn't hard

Most of the time. Sometimes you get a double bird strike when you've barely cleared the Hudson river, or similar.

progx•2h ago
Prepare for landing "rate limit exceeded" (Error 429)" ;-)
edu•2h ago
Besides the article, I think a big issue for this would be the speed of the input-decision-act loop as it should be pretty fast and Claude would introduce a lot of latency in it.
nairboon•2h ago
Let's hope you don't reach Claude's session limit during approach, while trying to correct a slightly too steep descent angle.
chha•1h ago
...or that the satellite network connection disconnects for some reason.
Markoff•2h ago
I wouldn't really worry about flying, but more about taking off/landing.

Related from December 2025: Garmin Emergency Autoland deployed for the first time

https://www.flightradar24.com/blog/aviation-news/aviation-sa...

stinkbeetle•2h ago
Autoland has been used for 60 years and on much more complicated aircraft than that Beechcraft B200.
nnevod•1h ago
I suppose part of the problem with autolanding a small plane is that they have much less intertia and are much more susceptible to conditions.

Large planes are autolanded in normal conditions with oversight of qualified, capable and backed up operator, in harsh conditions they are not used, as far as I understand.

Autoland systems in small planes are emergency systems to land plane with disabled operator in any conditions generally acceptable for flying in that plane.

johntopia•2h ago
If there's a timeline where claude can actually fly a plane, then operating nuclear reactors can be possible as well.
blitzar•2h ago
Sky King managed it, no reason claude shouldnt be able to.
ramon156•2h ago
> CRASHED #2, different cause. Plane was stable in a slow descent but between fly.py invocations (~20 sec gap while I logged and computed the next maneuver) there was no active controller. Plane kept descending under its last commanded controls until it hit terrain at 26 ft MSL, 1.7 nm short of the runway. Lesson: never leave the controller idle in flight

Gold

monour•2h ago
they say already used in some missiles which hit school at current war by mistake
vachina•1h ago
Give a stochastic text generator to physics. What can go wrong.
amelius•1h ago
I see you are still in the stochastic parrot phase.
dist-epoch•1h ago
try using codex-5.3-spark, it has much faster inference, might be able to keep up. and maybe a specialized different openrouter model for visual parsing.
xuxu298•1h ago
haha, if can, would you dare to follow it? :D
rkagerer•1h ago
You could also use your forehead as a hammer, but it's likewise going to result in more pain than gain.

I wouldn't trust Claude to ride my bike, so I certainly wouldn't board its flight.

razorbeamz•1h ago
I'd imagine Claude is too slow to fly a plane above everything.
hansmayer•1h ago
Mate, we don't trust it to write an email or the code it generates. Why should we trust it to fly a plane?
sneak•1h ago
Somebody, somewhere, is using it to decide who lives and who dies by bombs. Why not hook it up to a flight sim?
hansmayer•1h ago
Sad, but true.
Paracompact•1h ago
As most others have pointed out, the goal from here wouldn't be to craft a custom harness so that Claude could technically fly a plane 100x worse than specialist autopilots. Instead, what would be more interesting is if Claude's executive control, response latency, and visual processing capabilities were improved in a task-agnostic way so that as an emergent property Claude became able to fly a plane.

It would still be better just to let autopilots do the work, because the point of the exercise isn't improved avionics. But it would be an honestly posed challenge for LLMs.

kqr•1h ago
Lots of people commenting seem to have not read the article. The author didn't hook Claude up directly with the controls, asking it to one-shot a successful flight.

The author tried getting Claude to develop an autopilot script while being able to observe the flight for nearly live feedback. It got three attempts, and did not manage autolanding. (There's a reason real autopilots do that assisted with ground-based aids.)

resiros•1h ago
I think you gave someone an idea for a new RL environment :) Probably it will be able to fly it in the next iteration.
nelox•1h ago
So Claude crashed because it was busy figuring out how to fly the plane?
alex_duf•41m ago
Claude uses the wrong modality to be a piloting model. Latency is critical, and outputting tokens in the hope they take the action at the right time is kinda bonkers.

You'd want all the data from the plane to be input neurons, and all the actions to be output neurons.