Transcription: OpenAgents Episode 208 - Autopilot HUD
June 9, 2026 ยท View on GitHub
Source: https://x.com/OpenAgentsInc/status/2016787108900335736 Wiki source: https://raw.githubusercontent.com/wiki/OpenAgentsInc/openagents/Video-Series.md Media title: OpenAgents - Episode 208: Autopilot HUD We demo Autopilot v0.0.1, our first alpha... Upload date: 20260129 Transcription model: gpt-4o-transcribe-diarize Generated at: 2026-06-01T02:20:09Z
Machine-generated transcript. Review speaker labels and wording before using this as quote-grade source material.
[00:00] Christopher David: So that's the coding agent architecture.
[00:02] Christopher David: Now how will users and agents communicate and pay each other to build this into a network?
[00:10] Christopher David: Well, through public key cryptography. This is explained on our new doc site under identity and wallet on the left.
[00:20] Christopher David: There are a few keys you can see here.
[00:25] Christopher David: These are the relevant keys.
[00:29] Christopher David: These will be generated in the autopilot desktop app.
[00:33] Christopher David: There will be a key pair generated automatically for you when you open the app for the first time.
[00:40] Christopher David: And you can regenerate them like this very easily.
[00:44] Christopher David: And let's tell you what these are.
[00:45] Christopher David: So we've got the Noster public key,
[00:47] Christopher David: Noster secret key,
[00:49] Christopher David: Spark public key,
[00:51] Christopher David: and seed phrase.
[00:53] Christopher David: The ones that are relevant,
[00:56] Christopher David: the most relevant thing here to remember and write down is the seed phrase.
[01:02] Christopher David: This will begin,
[01:03] Christopher David: will kind of like be storing this in a secure place on your computer,
[01:07] Christopher David: but you'll be able to see that and write this down. With this seed phrase, we can derive your Spark public key and your NOSTR public key.
[01:19] Christopher David: So NOSTR, think...
[01:21] Christopher David: identity think you've got a decentralized data network free
[01:31] Christopher David: and global market of relays that you have access to and that key pair will attach any identity data you want to it you can connect the social account you can be anonymous it doesn't matter you can put up a avatar that all goes to your nostril key pair
[01:47] Christopher David: And then Spark is a Bitcoin layer two from a great company called LightSpark, and it's just a way of reliably transferring Bitcoin instantly and essentially freely anywhere in the world built on top of the Lightning Network.
[02:11] Christopher David: So if there is a Spark public key that you know someone else's Spark public key,
[02:17] Christopher David: you can just send the money instantly.
[02:21] Christopher David: The Nostra secret key,
[02:23] Christopher David: this is derived from the seed phrase.
[02:25] Christopher David: It's used for signing messages. You don't really need to remember that.
[02:29] Christopher David: The seed phrase is what you'll need to write down.
[02:32] Christopher David: This is a thing that you'll never want to share.
[02:35] Christopher David: You've got to keep this safe.
[02:36] Christopher David: um note also that this is what we call a hot wallet setup um this is not set up for you to store large amounts of bitcoin really this is like a hot wallet so ideally you can load a few dollars of bitcoin here or ideally you're not loading anything and you're just earning but when you earn ten dollars fifty dollars a hundred dollars
[02:58] Christopher David: more than you'll want to spend on compute or agents or whatever,
[03:02] Christopher David: you'll want to sweep that out to a more secure wallet,
[03:06] Christopher David: which we will not be running, but you'll use something like, well, any of the great wallets that are out there.
[03:13] Christopher David: Okay,
[03:14] Christopher David: this is documented on our website,
[03:17] Christopher David: our docs site,
[03:19] Christopher David: and let's keep it simple, people.
[03:24] Christopher David: There's a lot of kind of bullshit out there in crypto land and we're gonna make it real easy for you to transact and do stuff in autopilot and you'd have a little crash course on that before we begin.
[03:38] Christopher David: See ya.
[03:43] Christopher David: Hello, welcome to Autopilot Desktop.
[03:46] Christopher David: This is our version 0.0.1 alpha release,
[03:50] Christopher David: a.k.a. the It Works on My Machine release.
[03:53] Christopher David: So it's basically a glorified codecs wrapper with chats in panes on an infinite canvas.
[04:06] Christopher David: So you can move these around.
[04:10] Christopher David: What is the maximum number of chats that you can have going at one time?
[04:13] Christopher David: I don't know. Some of you people with the, like, three million feet monitors need to tell us.
[04:19] Christopher David: You know what? Back in my day,
[04:21] Christopher David: if you, like,
[04:21] Christopher David: held down a key,
[04:23] Christopher David: it would do it a lot, you know?
[04:26] Christopher David: So feel free to stress test this.
[04:28] Christopher David: Man, it's like we're building,
[04:29] Christopher David: like, an operating system.
[04:31] Christopher David: We should call it like Windows or something.
[04:34] Christopher David: No, no, no, no, no.
[04:35] Christopher David: Paints?
[04:36] Christopher David: Okay,
[04:36] Christopher David: so we've got a few other kind of pieces in here you can play with, like the identity piece we talked about in the last video.
[04:43] Christopher David: This isn't connected to anything yet. It's about to be.
[04:46] Christopher David: It's about to be, but that should generate your wallet keys.
[04:53] Christopher David: Here's my...
[04:56] Christopher David: Bitcoin wallet on the reg test network with sixty three thousand fake Bitcoin sats.
[05:02] Christopher David: You can see spark lightning on chain.
[05:04] Christopher David: Yeah,
[05:05] Christopher David: and then a list of threads.
[05:08] Christopher David: What else they got?
[05:09] Christopher David: And some codex event logs.
[05:12] Christopher David: Okay,
[05:13] Christopher David: hopefully this works for you.
[05:17] Christopher David: I don't know that this will necessarily be fully usable to replace your codex.
[05:25] Christopher David: Usage day-to-day might need another few builds and rounds of polish,
[05:29] Christopher David: but I would love any feedback on what it feels like to click around,
[05:33] Christopher David: things that you wish that you could do that you can't currently.
[05:39] Christopher David: Let us know.
[05:40] Christopher David: See ya.