About a decade back Bret Victor [1] talked about how his principle in life is to reduce the delay in feedback, and having faster iteration cycles not just helps in doing things (coding) better but also contributes to new creative insights. He had a bunch of examples built to showcase alternative ways of coding, which is very close to being HUDs - one example shown in the OP is very similar to the one he presents to "…
Enough AI copilots, we need AI HUDs
211–220 of 290 posts
Re: Enough AI copilots, we need AI HUDs
#212Re: Enough AI copilots, we need AI HUDs
#213I'm very curious if a toggle would be useful that would display a heatmap of a source file showing how surprising each token is to the model. Red tokens are more likely to be errors, bad names, or wrong comments.
previously undefined variable and function names would be red as well
Re: Enough AI copilots, we need AI HUDs
#214Earlier quoted context omitted.
There already are debates about "drive by wire" in racing today, I can't imagine how bad it'll be when it's "drive by copilot."
"copilot, win this race for me."
Re: Enough AI copilots, we need AI HUDs
#215Re: Enough AI copilots, we need AI HUDs
#216Earlier quoted context omitted.
I kinda do this today, with Alpaca[0]'s sandboxed terminal runner and GSConnect[1] syncing the response notifications to my phone over LAN. [0] https://jeffser.com/alpaca/ [1] https://github.com/GSConnect/gnome-shell-extension-gsconnect
And, out of curiosity, what are the outputs of this agentic work?
Re: Enough AI copilots, we need AI HUDs
#217Re: Enough AI copilots, we need AI HUDs
#218And interestingly, that is indeed the feature I find most compelling from Cursor. I particularly love when I’m doing a small refactor, like changing a naming convention for a few variables, and after I make the first edit manually Cursor will jump in with tab suggestions for the rest.
To me, that fully encapsulates the definition of a HUD. It’s a delightful experience, and it’s also why I think anyone who pushes the exclusively-copilot oriented Claude Code as a superior replacement is just wrong.
Re: Enough AI copilots, we need AI HUDs
#219This whole Copilot vs HUD debate instantly brought to mind a classic Japanese anime from 1991 called Future GPX Cyber Formula ( https://en.wikipedia.org/wiki/Future_GPX_Cyber_Formula ). Yeah, it’s a racing anime set in the then-distant future of 2015, where cars come with full-on intelligent AIs. The main character’s car, Asurada, is basically a "Copilot" in every sense. It was designed by his dad to be more than jus…
There already are debates about "drive by wire" in racing today, I can't imagine how bad it'll be when it's "drive by copilot."
One part "90 degree right in 200m" and one part "OMG, sheep, dodge left".
Re: Enough AI copilots, we need AI HUDs
#220This whole Copilot vs HUD debate instantly brought to mind a classic Japanese anime from 1991 called Future GPX Cyber Formula ( https://en.wikipedia.org/wiki/Future_GPX_Cyber_Formula ). Yeah, it’s a racing anime set in the then-distant future of 2015, where cars come with full-on intelligent AIs. The main character’s car, Asurada, is basically a "Copilot" in every sense. It was designed by his dad to be more than jus…
The Anime Yukikaze (2002 - 2005) has some similar themes. It's about a fighter jet pilot using a new AI-supported jet to fight against aliens. It asserts that the combination of human intuition and artificial intelligence trumps either of the two on its own. If I remember correctly, the jet can pilot on its own, but when it becomes dangerous, the human pilot only uses the AI hints instead of letting it autopilot.