#484: All our tools
About the show
Sponsored by us! Support our work through:
- Our courses at Talk Python Training
- Six Feet Up is hosting a LinkedIn Live Connect with the hosts
- Michael: @mkennedy@fosstodon.org / @mkennedy.codes (bsky)
- Calvin: @calvinhp@sixfeetup.social / @calvinhp.com (bsky)
- Show: @pythonbytes@fosstodon.org / @pythonbytes.fm (bsky) Join us on YouTube at pythonbytes.fm/live to be part of the audience. Usually Tuesday at 7am PT. Older video versions available there too. Finally, if you want an artisanal, hand-crafted digest of every week of the show notes in email form? Add your name and email to our friends of the show list, we'll never share it.
Calvin #1: pi + superpowers
- terminal-first, open-source coding agent
- Session management is a first-class citizen
- Extension model is what makes pi special — it's aggressively composable
- Superpowers brings a structured software development methodology as loadable skills
- Steps back and asks you what you're really trying to do
- “hand you the keys to the car” mode vs guardrails might not be for everyone
Michael #2: Terminal: Warp.dev + OhMyZSH
- If you’re using the base terminal with default settings, you have so much head-room for improvement.
- I’ve been using Warp.dev since Elvis talked me into it. ;)
- Remarkable terminal but the AI side of things is a bit junky, can be turned off
- OhMyZSH gives better autocomplete
- e.g. git branch [HTML_REMOVED] lists all branches in the local repo!
- Commandbookapp.com is excellent to keep the terminal focused on terminal things and more server commands and other automation in Command Book.
Calvin #3: {Blink,kitty} + mosh + tmux
- Kitty Terminal — GPU-accelerated terminal emulator for macOS, Linux, and Windows with support for graphics, ligatures, and a powerful tiling layout system built right in.
- Blink Shell — The go-to terminal for iPad/iPhone power users; full SSH and Mosh client with a gorgeous interface built specifically for mobile professional workflows.
- Mosh — Mobile Shell replaces SSH for remote connections, surviving network switches, sleep cycles, and flaky Wi-Fi with zero dropped sessions — essential for staying connected to long-running agentic jobs.
- tmux — Terminal multiplexer that keeps sessions alive on your Linux server indefinitely; detach from a Mosh session on your Mac, reconnect from your iPad, and your agent is right where you left it.
- The combo — Kitty or Blink + Mosh + tmux creates a "persistent remote brain" pattern: your beefy Linux homelab runs the compute-heavy agent sessions 24/7, and any device becomes a thin client to drop in and out at will.
Michael #4: Claude code
- I prefer the IDE experience, the new PyCharm + Claude integration is really good. VS Code too. Why IDE? Because we should still be present with our code and managing context is much easier.
- Use the best/latest models on high thinking. “Speed” is not your friend, it’s just shortcuts.
- Create skills and agents and use them.
- Curate your own rules (e.g. Talk Python’s Claude.md)
- Works well on non-coding things. Just create a folder, put a ton of files in there and it’s like NotebookLM + Chat + more.
Calvin #5: MacWhisper or Handy
- Transcribes your speech using your choice of Whisper or Parakeet models.
- All transcription is done on your device, no data leaves your machine.
- Automatic Speaker Recognition with local models.
- Handy is more basic, but open source and runs on all platforms.
Michael #6: Tailscale
- No need to open ports at all, Tailscale makes machines inside the same network accessible to each other
- Works great for laptops, desktops, etc. But also available for servers.
- Though I still use cloud firewalls for servers.
- How I use it:
- My dev database server, preloaded with QA data, is always running on my home mac mini m4 pro. All my apps look for that server before looking locally and tailscale makes them always accessible to each other
- My local LLMs expose OpenAI API compatible APIs. Tailscale makes these accessible even while traveling or at a coffee shop.
- Use my mini as an exit node. All traffic is routed outbound from my local fiber network. Great to restricted IPs like accessing my servers without caring about the local IP.
- Screen share back to my home machines even while traveling.
- Listen to the Talk Python episode with Alex for a deeper conversation.
Extras
Calvin:
- Telescopo great Mac Markdown viewer/editor. Michael:
- One more: Typora markdown editor.
- Created formal documentation for many of my open source packages using Great Docs.
- Via Mark Little: Statement on the US government directive to suspend access to Fable 5 and Mythos 5
Joke: No second date
Episode Transcript
Collapse transcript
00:00 Hello and welcome to Python Bytes, where we deliver Python news and headlines directly to your earbuds.
00:05 This is episode 484, recorded Tuesday, June 16, 2026.
00:12 I'm Michael Kennedy.
00:13 And I'm Calvin Hendrix-Parker.
00:14 And this episode is brought to you by us.
00:16 Check out the courses over at Talk Python Training.
00:18 We have a couple new ones in the works that should be here soon.
00:22 I'm very excited.
00:23 Some timely topics indeed.
00:25 And check out Six Feet Up.
00:27 Calvin, you want to just say something really quick about Six Feet Up?
00:29 Yeah, we rescheduled the LinkedIn Live we were going to do.
00:32 So please check us out over there on LinkedIn.
00:34 Go to Six Feet Up's LinkedIn company page and you can find our LinkedIn Live.
00:38 And see Whit and I talk about, oh, you're right, is not a code review.
00:44 You're absolutely right.
00:45 That is not how it's supposed to be.
00:47 It's not a code review.
00:47 Yeah, it's not a code review.
00:48 It's definitely not.
00:49 Brilliant.
00:50 Okay, I'm definitely looking forward to seeing that as well.
00:52 Cool.
00:52 So if you want to stay in touch with things like this, these special events that we might announce, as well as updates from the show and show notes, follow up with extra info that we may have talked about.
01:03 Then subscribe to the newsletter, pythonbytes.fm.
01:05 Click the newsletter button.
01:07 Do the thing that it asks you to do there.
01:09 And with that, I want to just set the stage before I throw it to you, Calvin.
01:14 This episode is something that we came up with.
01:17 It's like, you know, Calvin's joined the show.
01:19 It's kind of a slightly different take, you know, and let's just kick it off rather than going around and find a bunch of other tools people are talking about.
01:28 Like, let's just do a check-in on the tools that we're using because we love them so much.
01:34 Like, that's why we're part of the show.
01:35 I know.
01:36 I know.
01:36 And it's just never ending.
01:37 I had trouble sleeping last night because I was trying to pick my favorite tools to put into the list.
01:42 Like, it was running through my brain as I was falling asleep.
01:45 I honestly, I had a hard time, too.
01:48 And it's like, well, which one of your kids do you really like?
01:51 It's so true, though.
01:52 Yes.
01:54 Well, we're going to find out.
01:55 This one also comes a little bit, like, you threw this out there, but this also comes a little bit by special request from me because I'm like, I've been hearing about this.
02:03 And I know that you do this, Calvin, so tell me about Pi and the other things.
02:07 Yeah.
02:07 Okay.
02:07 So the first one I picked was a combination of two tools.
02:11 The first one being Pi, which is the orchestrating agentic harness.
02:16 And the other thing I compare with it is superpowers, which I'll talk about here in a minute.
02:21 But I'm definitely a terminal-first person.
02:24 I always have been, even since college.
02:27 Like, when I first got introduced to the terminal and typed vi-tutor for the very first time, I was hooked.
02:33 So obviously that gives you a slant for my bias towards these things.
02:37 And I've tried IDEs now and then.
02:39 And, I mean, they've gotten better.
02:40 They've gotten really good for doing agentic AI stuff.
02:43 I still will go fiddle with them and play.
02:46 And I've been using antigravity and codex and, like, Claude's co-work, which gives you kind of that UI wrapper around them.
02:53 But there's still just something about the terminal that really gets me excited.
02:57 And I don't know if it's just the rawness of it or the control or how I feel about it.
03:02 Maybe it's the minimalism of it, which, if you know me, I'm not necessarily a super minimalist person, but I'm opinionated.
03:09 And I think that the terminal gives me that power to be very opinionated.
03:12 And so Pi is a terminal-first open-source coding agent.
03:16 So you can customize it and build it and make it yours.
03:19 I think that's what really drew me to Pi was I've been playing with codex and I've been playing with Claude code and not to, you know, poo-poo some other people's favorite tools.
03:29 This one is just stripped back.
03:31 I think this is actually one of the reasons why I liked Ader chat when I first started using some of these agentic tooling was Ader, again, was kind of less opinionated and bring your own pieces to it to make it the thing you exactly want to be.
03:43 Some nice things about Pi is that it's very session management as a first-class citizen here.
03:50 You can rewind and start from any place in that tree of your session as you're going through and building the code.
03:56 So how many times have you gone down a rabbit hole only to be like, ooh, that was not where I wanted the agent to land or the model to land on certain things?
04:04 You can rewind up, just branch off of that point and keep going.
04:07 The extensions model is incredibly composable.
04:11 It's almost aggressively composable, although I use it in a very minimal way.
04:16 It doesn't come with things like sub-agents out of the box.
04:18 It doesn't come with issue trackers out of the box.
04:20 It doesn't come with much out of the box, which is why from a context window standpoint, you build it and make it what you want it to be.
04:27 So I use it with superpowers.
04:28 So combining superpowers, which is a spec-driven development tool.
04:33 So you've probably heard, I've talked about spec kit before on some of my LinkedIn videos.
04:38 I've actually moved over to superpowers because I feel like it's a little more lightweight combined with Pi.
04:42 It basically detects your, hey, you're building some software.
04:46 I see you're building some, like, clippy.
04:47 Like, I see you're building some software there.
04:50 Let's take a step back and try and figure out exactly what you're trying to do.
04:54 So it's basically a workflow that runs you through brainstorming, planning, execution, verification, review, and then committing and merging through that whole process.
05:05 And just, it'll ask you questions.
05:07 It'll propose options.
05:08 And it seems, I mean, these things aren't magic.
05:10 They are just stacks of markdown skills on your file system.
05:14 But I like the way it interoperates at that kind of bare bones level with Pi.
05:18 So I feel like Pi, in the agentic coding tool space, Pi is the one that hands you the keys to the car versus, like, guardrails that are put in place by a lot of the other tools.
05:30 So it may not be for everyone.
05:31 It's definitely a little more power user thing.
05:33 Michael, you've not tried it out yet at all?
05:35 I have not tried either of these.
05:37 Oh, superpowers.
05:38 Again, lightweight, fun.
05:40 I tend to be, I try to be token efficient, which, again, the branching piece allows me to back up and not.
05:46 I think people get stuck in a trap sometimes.
05:49 They fall down a hole and just burn more tokens trying to get out.
05:54 Right, right.
05:54 No, you're doing it the wrong way.
05:55 No, no, I wanted you to do this.
05:57 Right.
05:58 Instead of just rewinding time.
06:00 Like, that didn't happen.
06:01 Time travel is amazing.
06:02 Yeah.
06:03 So I'm a believer of skills and certainly things like superpowers, which my understanding is kind of like harness plus a bunch of skills that you can use and so on.
06:13 And I think the reason I haven't tried it, I'm trying to think, like, why haven't I tried this yet?
06:17 Well, let me give you two reasons and I'll, I'm interested to hear what you think.
06:21 One, there's just so many of these things that are like, I have the magic that makes AI work.
06:28 If you just use my seven markdown files, it's going to be amazing.
06:32 You know what I mean?
06:32 And there's like a million of them.
06:34 And I'm sure 95% of them are junk.
06:37 But this one, I think, is really, like, go to the top of your page here.
06:41 How many stars does this have?
06:42 Oh, it's just a couple, right?
06:44 Yeah.
06:44 Yeah.
06:44 Just a few.
06:45 229,000 stars on it.
06:48 So I feel like maybe.
06:49 Maybe this one actually might have a little momentum.
06:51 In polish, right?
06:53 Like, yeah.
06:53 Not just one person's opinion.
06:55 And they did something and it works.
06:57 But they could have done almost anything and it would have worked better, you know.
07:00 I highlighted right here, like, this part's really nice.
07:02 Just out of the box, test-driven development, red, green.
07:05 And it shows you in the UI, like, it's like, tests are red, you know, verifying, testing went green.
07:11 And then the fact is, it thinks more like, I think, as a developer.
07:14 The whole Yagni and dry.
07:16 A lot of the other coding agents, I believe, are just make it go no matter what.
07:21 Like, put it in a loop and see how much stuff you can crank out.
07:24 And I feel like this is a little more just efficient in the way I would think about it myself.
07:28 And obviously, I'm reviewing the code as it's going through.
07:30 I'm actually building something with Pi right now in the background.
07:33 Nice.
07:34 Okay.
07:34 I love it.
07:35 But I use it to pull off, like, quick little tools.
07:39 Like, if I've thought about a tool, I just immediately go over to brainstorm and at least bookmark it into a small little project so that I can start building a quick little tool.
07:47 Right now, I'm building a tool that synchronizes my messages from my Mac or my phone to our CRM.
07:54 Because I was like, I don't feel like copy-pasting anymore.
07:56 That's awesome.
07:56 Yeah.
07:57 That is such a cool, that's a whole other topic, this hyper-personal software stuff.
08:01 Yeah.
08:01 It's super interesting.
08:02 Like, I'm not going to publish it, but it's going to make my life better.
08:05 Yeah.
08:05 Yeah.
08:05 So you can get Pi.
08:06 There's a one-liner here.
08:08 They've obviously got many different ways you can install it.
08:11 But I would check it out.
08:13 You need to be careful.
08:15 It is definitely the keys to the car.
08:17 You have full control.
08:18 You can build exactly what you want.
08:19 Nice.
08:20 So Pi is an agent harness.
08:21 A little bit like Claude Code is to Claude itself, right?
08:25 Yeah.
08:25 And so I can run Claude in Pi?
08:28 You can run Claude Code.
08:31 No.
08:31 I can use Claude Opus as one of my agents while I'm doing Pi, for example.
08:36 Yeah, yeah, yeah.
08:37 So Pi, you bring your own models.
08:38 You want to bring Gemini.
08:40 You want to bring OpenAI models, Anthropic models.
08:44 You want to use Olama with your local models.
08:46 Feel free to pull out Gemma 4 and go to town.
08:50 I recommend LFM 2.5, the new Liquid AI models.
08:55 There's some really, if it's tool using, Pi will use them.
08:59 Awesome.
09:00 If Apple would just ship a new Mac Studio Max, I'll tell you what, I would be running some larger models.
09:06 Well, the announcements from Apple last week, pretty exciting, right?
09:10 That's a whole other news item.
09:12 But I think there's some exciting things coming at the Edge, the Edge being your workstation.
09:17 Yeah, 100%.
09:18 I totally agree.
09:19 It's just beginning.
09:21 It's just beginning.
09:21 Mm-hmm.
09:22 For so long, it's like, well, your computer is basically just a view to a browser, which is a view to a server.
09:27 And it's kind of rolling back a little bit.
09:29 I'll talk more about that later in my follow-on tools.
09:32 Okay.
09:33 Awesome.
09:33 Awesome.
09:34 Well, let's warp ahead a little because I want to talk about warp.
09:38 And I think there's a couple people out there who are just curious, like trying to detect a theme or like, what do we find important as people have been doing this for a long time?
09:46 We both have AI topics and we both have terminal topics.
09:49 So I think that's noteworthy.
09:54 So my right now, for the last couple of years, I've been using warp from warp.dev.
09:59 And it's a really nice, fresh take on the terminal.
10:04 It's not just, oh, this one has GPU acceleration or whatever.
10:08 And I know this is a little bit different than your take, which I'm also very excited for, Calvin.
10:12 But if you go look at it, it's like every piece of software these days.
10:16 Oh, you can ship software with an agent.
10:17 I thought this was a terminal.
10:19 What in the world is going on here?
10:20 You know what I mean?
10:22 But it has some kind of agentic stuff.
10:25 I barely have used it before.
10:27 I mean, it's like, oh, this Linux command didn't work.
10:29 Like, why didn't this Linux command work?
10:30 Like, you forgot the dash F.
10:31 Oh, yeah.
10:32 Okay.
10:32 You know, but I think there's better agentic tools than this warp for the terminal.
10:38 But you can just turn those off.
10:39 It's a really nice terminal with a lot of different angles on how you work.
10:43 It's got like some team collaboration features.
10:46 It has really nice sort of predictive capabilities.
10:50 So if you go to type something, like if you type two letters, it might suggest if you just, you know, right arrow, not tab complete because it's what you've recently done or something like that.
11:00 But just, hey, we think you might be doing this whole command here that we've seen you do sort of AI like, sort of like an AI line completion, you know, like GitHub Copilot initially was, but for the terminal.
11:12 And that's super helpful.
11:13 Anyway, I just, I think it's a really nice.
11:15 I'm not sure if I'm ready for that yet.
11:16 Like, I guess my level of control might not be ready to give up to write erroring over or even using the arrow keys at all.
11:24 I know.
11:25 Well, you know what's nice?
11:27 It has.
11:28 So this is part one.
11:29 We both have a couple of multi-part things like your Pi and superpowers.
11:34 So my part two is OhMyZShell, which I've, you know, it's an old standard, but I love it so much.
11:39 So what I'm doing is I'm running warp, but then I turn off like their terminal magic and just run OhMyZShell and do mostly OhMyZShell things.
11:48 So if you, if people open up a terminal and it looks like the default thing that came out of their computer, that's probably really not a good thing.
11:56 You know, I've been a ZSH user for ages.
12:00 I can't tell you how excited I've been that this kind of has become more popular.
12:04 Yeah.
12:05 Yeah.
12:05 It's definitely, I'm a hundred percent.
12:07 I'm very, very excited about it as well.
12:08 And it's been just, just solid for years.
12:10 And if you open up your terminal and just maybe it was white and you turned it black because that was bad, but it's just the basic thing, you know, for Linux or for Mac and especially if using command prompt, there's so much room for growth.
12:23 There's so much room for something better.
12:25 So you don't have to necessarily pick what we're picking here.
12:28 Just, just look around because the defaults are usually not good.
12:31 And so for example, like why is OhMyZShell even inside a warp with little like other stuff that it could do?
12:36 Why is it cool?
12:36 So I could go to like a Git repository, CD in there, and it'll show me what branch I'm on.
12:42 Are there changes in that repo, right?
12:45 And it'll put that in, in your, in your prompt.
12:48 It'll also show you if there's a virtual environment, is it activated?
12:51 What version of Python is it?
12:52 All those things are cool from OhMyZShell, but then you could do things like Git branch tab and it will list all of the branches locally and all the branches on your server that you could check out or, you know, get checkout, whatever, right?
13:05 It'll, it'll like understand way deeper into your projects and not just say autocomplete files.
13:11 So it's an opinionated layer on top of ZSH.
13:14 Like I've got my own set of .files that I've carried with me for the last 20 years.
13:18 And so I've never gone full OhMyZSH because I don't know how they, they would work together.
13:25 Yeah.
13:25 That's definitely a challenge.
13:26 Most of my stuff has grown up around OhMyZShell or OhMyZSH.
13:30 And so it's, I've, I've managed to incorporate, but you have the, see, you're having the same problem that I have with superpowers.
13:36 I have like so much structure around my AI stuff that I'm like, I don't know how to make these coexist as well as they should, you know?
13:44 Yeah.
13:44 Yeah.
13:45 And I have an extra I'll talk about that makes my ZSH do most of that stuff just with one, one little trick.
13:52 Just kind of fun.
13:52 Awesome.
13:53 Let me just throw what, what was sort of a rant out this part.
13:54 It's not even on my list, but I just, I feel like it's, I should have it.
13:58 So PLS.
14:00 Love PLS.
14:01 I'm a big fan.
14:02 There we go.
14:03 A prettier one.
14:03 And so a prettier LS and it's just so the website for it is not, at least the repo is not amazing, but yeah, like just LS, show me what files have changed in Git and show
14:15 me, you know, what type of file they are with an icon as you would find in like Finder or Explorer or whatever.
14:20 Yeah.
14:20 I think that one belongs in this, this, I'm going to now call it a trifecta of those three things.
14:26 But I thought about why these are important to us.
14:29 Like as, as developers, like these workstations, like our MacBook Pro or your Linux machine or Windows machine, whatever it is, it's like, that is your, that is your life to making your, you know, providing for your family or whatever you do.
14:43 I feel like tricking it out and making it your own.
14:46 If it just provides a next, like all these things just basically layer on top of one another into building this kind of perfect experience for you as a developer.
14:54 And then these little creature comforts like PLS or like I was going to mention Starship later for my power line piece, but it just makes the environment feel friendly and easy to use and, and just more seamless.
15:07 I love bringing these things together.
15:09 And I, and I don't want to shame anyone who doesn't do this, but why aren't you?
15:15 Like it's here.
15:16 These, these people have built these beautiful things.
15:18 Yeah.
15:19 Definitely not about shame, but I think it's just like, Hey, if you're not doing this, there's a great opportunity to make a whole lot of cool tools.
15:25 Start going for you.
15:26 Yeah.
15:26 Yeah.
15:26 A hundred percent.
15:27 Yep.
15:27 Definitely.
15:28 Like, like a cat.
15:29 What is the deal with this?
15:30 Like a kitty?
15:32 Oh, kitty's a, so I'm a long time kitty terminal user.
15:35 I've seen ghosty and C mux and all the other new fancy warp kind of came in there as, as one people had said, well, why don't you use warp instead?
15:44 I have really enjoyed kitty as a terminal, mostly because I do move back and forth between machines.
15:50 Like I'm, I'm on a Mac right now, but I have a Linux framework, desktop sitting over here beside me, which is really powerful.
15:58 And so I, I, I'm regularly moving back and forth between multiple environments, multiple OSs and some of the things I like to keep the same between and consistent between them is like my terminal.
16:08 The kitty is a GPU accelerated, terminal.
16:11 You may ask why the heck would you want a GPU accelerated terminal?
16:15 It scrolls like nobody's business.
16:17 And when you get T mux running in there and actually one of the nice things about kitty, you don't even need T mux.
16:22 It actually comes with his own window muxing system built into it, which I've actually started using on my Mac.
16:27 I may switch back over to T mux, because of some of my other opinions about how I want to use that Linux machine for more things than just, being available when I'm on the Linux machine.
16:38 But you get that, that ability to do the powerful layouts and tiling and, and scroll back buffers.
16:45 It's just a nice thing is it runs the same on Mac and windows and Linux.
16:50 so I install the same one everywhere I land and I'm basically at home because I've, I'm very terminal first about a lot of this.
16:57 So it's, it gives me that, that performance and feel that performance is a big feature.
17:04 I think that tools like, rough and uv have, have proven to us that the fast speed as a developer is staying out of our way as we're thinking through problems.
17:14 And I don't want the terminal to be a, one of those laggy bits.
17:17 So for my Mac and for my Linux machine, I'm using kitty terminal.
17:21 When I'm traveling on the road, I use the blink browser.
17:24 I think I've got a blink, tab open here someplace.
17:27 Did I open that up?
17:28 Nope.
17:29 That's my Tmux tab.
17:30 Where did I put all this stuff?
17:32 I've got too many tabs open.
17:34 why are you looking?
17:35 Tell, tell people what this Muxing is.
17:37 Yeah.
17:37 So when you are in a, I like single windows too.
17:41 So browsers that give me multiple profiles across a single window, that's basically what I get with my terminal.
17:47 I can actually have one terminal window open, not a bazillion terminal windows cluttering up my desktop.
17:53 And inside that one terminal window, I've basically got tabs like you would have in browser.
17:57 And then those tabs can now be further split down into tiles that I want to be working on.
18:01 So if I'm in one terminal window and I've got, you know, mypy open on the bottom, I've got a shell open on the top.
18:08 Maybe I've got B root open on the left side, you know, browsing the file structure.
18:14 I got lazy get, you know, auto refreshing and another one.
18:18 So I can see the file changes as the agent is editing the files.
18:21 I can monitor actively what the diffs are all in a single terminal experience.
18:26 That's what Muxing gives you.
18:28 And so Kitty gives it to you out of the box.
18:30 Tmux gives it to you as an add-on to any system you would be running on.
18:35 The benefit of Tmux is you're going to be able to leave, like detached from that session and reattach to it later.
18:41 And that's where this comes in, for my iPad and my iOS experience.
18:46 I use Blink Shell.
18:47 So Blink Shell is a fully power tool, power user version of a terminal on iOS.
18:54 And for the iPad, it does give you a shell on the iPad, but more usefully, it's actually a SSH and Mosh client.
19:02 So Mosh is another piece that I use for this.
19:05 Mosh is the mobile shell that gives me the ability to connect over unreliable connections, terrible Wi-Fi, putting your computer to sleep, traveling to another network, or coffee shop, opening the computer up.
19:18 And it's like nothing happened.
19:19 Like you're still connected over your SSH session.
19:22 It just has adapted and figured out how to keep you connected and keep the bits flowing back and forth between your terminal and where you're at.
19:30 So I can start on my Mac right here, have a session running on my desk framework desktop over on my other desk over here, and then go to a coffee shop and jump on my iPad and reattach into that same Tmux session.
19:42 And now I'm, I'm using the same agents, all the pieces that were working over there, we're all working, just together for one another.
19:49 So that's the combination of like Blink Shell, Kitty Shell, Mosh.
19:53 And if I go into, Mosh, let's see here, the Mosh mobile shell, that one's over in the other window.
20:00 It's hiding.
20:01 Of course.
20:02 There we go.
20:02 The mobile shell, again, that allows that whole roaming and connectivity.
20:06 If you're using SSH, you should probably be using Mosh.
20:10 You'll have a much better experience.
20:12 It's much less fragile when it comes to keeping those connections going.
20:16 And then Tmux for attaching and reattaching and having multiple sessions.
20:19 So you could have, if you've got five clients, you could have five Tmux sessions running and you can just choose to attach to one of them and jump back in exactly where you're at.
20:26 Yeah.
20:27 It's, it's like you're constructing a little, little IDE source, but a custom IDE setup, but out of terminal bits, which it sounds like exactly where we want to live.
20:35 That's cool.
20:35 And I want to be able to travel with just my iPad.
20:38 I don't like carrying a large laptop around if I can avoid it.
20:41 Yeah.
20:42 This is a perennial desire.
20:43 That's always a bit tricky to accomplish.
20:45 And one thing about Blink that I didn't mention, it does come with a VS Code embedded in it.
20:50 So if you actually just type code from the Blink shell, it will fire up a VS Code session there and allow you to connect.
20:57 On iPad.
20:58 On the iPad and allow you to connect to code spaces.
21:00 So you can actually use remote compute from GitHub over Blink if you go through all the hoops.
21:06 There's some hoops, but it does work.
21:08 I've done it.
21:09 That's awesome.
21:10 Wow.
21:10 Okay.
21:10 All right.
21:10 I have a quick, I have one more thing to talk about here on my terminal side is my app actually that I built command book, which I use this thing every single day, which is why I built it.
21:21 Cause I'm like, why does this not exist?
21:23 Which lets you take things that are just long running.
21:25 If you just want to kick them off and get it out of your terminal.
21:27 So your terminal is like just for terminal things.
21:29 So like I want to have, I don't know, some Hugo watch my markdown files for any changes and then auto reload that or like work on talk Python.
21:38 And if anything crashes about it, just restart it and keep it going.
21:41 Right.
21:42 Cause like you can have reload on flask or all the other web frameworks.
21:47 But if you like type a parenthesis and you haven't closed it and it reloads, it was like camp parses, it crashes and it never runs again until you figure that out and go back.
21:54 And so I'm going to throw that out there as like kind of take the stuff that you're not really doing terminal stuff.
21:59 It's just, that's how you run it and put it somewhere else and just let it be like baked in, which I love.
22:03 Okay.
22:03 So my main next thing to talk about may be boring, but just Claude Code.
22:08 What's that?
22:08 What's that?
22:09 Michael, I never heard of it.
22:12 Have you, there was, there was like a movie that was like foreshadowing it.
22:16 It was made with like Arnold Schwarzenegger and this, these, these like machines made of something with Skynet.
22:23 No, I will tell you what, I was very skeptical of the AI stuff for a long time when it was, oh, look, we can do, you can start writing a function.
22:32 And then if you hit tab, it'll write the next five lines.
22:35 And I'm always like, you know what?
22:37 No.
22:37 I'll just get this away from me because what would happen is like the first two lines, like, oh my God, that's exactly what I want.
22:42 But the third and fourth line are like, that's not what I want.
22:44 How do I get the first two lines and not the third and fourth one?
22:47 Like, well, I guess I tab it and then delete them.
22:49 And it's just like, I feel like a, I don't know, just a low level reviewer of like mistypings and misunderstandings all day.
22:55 I'm like, this is not how I want to think through my day.
22:57 Like, this is not fun.
22:58 But once it got to the point where it was sort of agentic stuff, iterating with tools, working with like superpower type things or specifications and you're like, oh my gosh, this is such an amplifier of your skills.
23:11 I know there's a bunch of other stuff.
23:12 I've run local models as well.
23:13 But when it comes down to stuff that really matters, it's like, well, I was using Fable for a while.
23:18 We'll come back to that.
23:18 Well, and you can use local models with Claude Code.
23:22 You can point it at Ollama and you can use it with superpowers.
23:25 You can have that experience.
23:27 Nice.
23:27 Okay.
23:27 Interesting.
23:28 Yeah.
23:28 Interesting.
23:29 But yeah, usually for me, it's just fire up Opus and really carefully work with Claude Code.
23:35 And I mean, there's not a whole lot more to say, but if you're out there and you're a skeptic because you tried it a year ago, not Claude Code initially, but you tried this AI coding stuff a year ago and it wasn't that great and you feel like it didn't work, give the tools a look again.
23:47 Yeah.
23:47 The top tier tools are really incredible.
23:50 And so it's super predictable that I would pick this, I feel.
23:53 But at the same time, like, how could this not be one of my tools?
23:56 Like, I use this so much.
23:57 There's a lot to dive in here too, though.
23:58 I think model choice.
24:00 You mentioned just fire it up and point Opus at it.
24:02 I feel like there's great ways to use the skills and subagents to specify for this skill, you really only need haiku.
24:08 Like, go fast, find a lot of things.
24:11 There's certain things that are definitely more adept to those other skills.
24:13 You don't need to burn a ton of tokens.
24:15 I have an awesome use of haiku.
24:16 You will not see coming.
24:18 Oh, yeah?
24:19 All right.
24:19 I can't wait.
24:20 I can't wait.
24:21 One of the things that's really interesting that I've noticed Claude Code started doing, and you can encourage it to do so if it doesn't, is adversarial pushback.
24:30 So, like, you talked about how you're absolutely right.
24:33 It's not a code review.
24:35 That's been one of the problems with these things is, right?
24:38 Like, you give it a goal and it doesn't care if it generates a ton of code.
24:41 It's just going to jam through until it makes that goal work.
24:44 Or, like, I need this UI.
24:45 Like, okay, well, why is it a thousand lines when it could be a hundred?
24:48 And so on and so on.
24:49 But what I've noticed a lot of times lately is, like, now Cloud is starting to say, okay, I launched 11 subagents to do this work.
24:56 And then when it was done, I've launched four adversarial subagents in these different categories to push back.
25:01 And, oh, I found a bug or a misunderstanding.
25:03 We're going to fix that.
25:04 And it kind of starts to address some of this just over-eagerness to just blindly chase the goal.
25:11 And I think that's really good.
25:13 Yeah, the superpowers verification and review steps bring some of that to the table.
25:17 And you can install customer view agents that you can run in Claude Code to do exactly that.
25:22 Have it use another model from another provider so it doesn't share some of the same opinions that were baked into, like, the Anthropic models, for example.
25:30 Oh, yeah.
25:31 Awesome.
25:31 That could be a whole show.
25:33 Maybe we do need to do the full agentic coding show.
25:37 Maybe.
25:38 But take us to your next topic.
25:40 Okay.
25:41 I am not a...
25:42 I mean, I like typing.
25:43 I feel like I've spent a lot of my world, my life trying to type.
25:47 But I've really recently discovered I should just dictate instead.
25:51 And there's some really great tools out there for doing dictation to your computer.
25:54 Not only dictation, but transcription.
25:56 This one right here is MacWhisper.
25:58 I'm a fan.
25:59 It uses local models to actually do all the transcription.
26:03 So it'll download and use Whisper by default.
26:05 And I think if you opt for the Pro version, so there's a free version in the Pro version.
26:10 This is a Mac-only app.
26:12 I do have another option here for those who are not on Mac.
26:14 But you can use Whisper models like the Large V3.
26:18 Or you can use Parakeet models, the latest NVIDIA voice models, which are incredibly fast and incredibly capable.
26:24 So this one gives you transcription.
26:28 For example, you can just feed it a YouTube URL.
26:30 And it will go transcribe and give you the transcription from that video.
26:36 Have it transcribed by meetings.
26:37 So one of the things MacWhisper also does is it can intercept your local audio on your computer.
26:41 So I can record audio coming out of this browser or out of my Zoom meeting or out of a Teams meeting or out of you name five other things that you're probably meeting with.
26:49 And you want to grab those transcriptions all in the central spot.
26:52 You can do that with MacWhisper.
26:53 And it can do on-device speaker recognition.
26:57 So in addition to the local models for the voice transcription, it can actually never send your data to the cloud unless you tell it to for doing things like figuring out who's speaking.
27:07 And then it gives you a UI for finding all the conversations I've ever had with Michael, for example.
27:12 It can do that, which is really handy because, like, I talked to Michael two weeks ago.
27:16 Click on Michael's tag inside the software.
27:19 The GUI is pretty nice.
27:20 And it allows you for exploring these transcriptions and dictations.
27:24 And then you can dictate into any field or any prompt.
27:26 So I can just be hovering over a prompt on my text box on my computer and hit the push.
27:33 I use it in kind of push-to-talk mode.
27:34 So I've got my right option key on my keyboard mapped so that when I hold that key down, it is listening.
27:41 And so when I let up, it just pastes the text right into that field.
27:44 So any app, anywhere, terminal, browser, it doesn't matter.
27:48 That all works really, really well.
27:50 The other bit on this one that I wanted to mention is you can actually, with MacWhisper, feed it prompts to post-process your text.
27:59 So if I'm dictating into my browser and maybe on Gmail, I can give it an email skill or prompt that I want it to pass my text through before it pastes it into Gmail.
28:10 So I can just go on about how I need to write Michael on email and tell him about this, this, and that.
28:15 And it will format it into, hey, Michael, wanted to let you know about this cool tool I found.
28:19 Cheers, Calvin.
28:20 Like, it puts all the wrappings around it and just pastes it in there.
28:23 So that's MacWhisperer.
28:24 For those of you who are not on a Mac and do appreciate full open source, which I do, there is Handy.
28:30 This is basically the dictation version of MacWhisperer that is open source.
28:36 It does do the Whisperer models and the Parakeet models as well.
28:39 And so if you are on Mac, Windows, or Linux, you can do the same thing with Handy.
28:43 So check out Handy.
28:45 I'm not a user of Handy because I am mostly on the Mac when I'm doing my dictation.
28:49 And MacWhisperer works on MacOS and actually has an iOS version for iPad and phone.
28:55 But I don't find them as good as the built-in one on Apple's iOS devices.
28:59 But I do find MacWhisperer to be better for dictation than the built-in one on the desktop.
29:06 So it's a little bit of a different experience when you're on a desktop.
29:08 Yeah, amazing.
29:10 Do you speak to your computer, Michael?
29:11 Can you switch back to MacWhisperer?
29:13 Let me tell you the way.
29:14 Let me recount the ways here.
29:15 So absolutely.
29:16 I've been a MacWhisperer user since day one.
29:19 I was a Dragon NaturallySpeaking user from way back then.
29:23 And that thing was janky, but it kind of worked.
29:26 I've had two, one short-term-ish and one long-term reason to use dictation.
29:32 I broke my hand so badly, like just in three places all along the left side of it.
29:38 So bad that the cast didn't go to where your fingers are sticking out like this.
29:42 Yeah.
29:43 But where completely there was no fingers.
29:45 And it took six weeks to heal.
29:48 So I couldn't type at all.
29:50 My left hand or my right hand wouldn't touch the keyboard because it was just like covered in a cast.
29:56 That was the same reason for this guy to write handy.
29:58 He was in a cast and couldn't type.
30:00 That's awesome.
30:01 Yeah.
30:01 Yeah.
30:02 So I ended up, that's, I remember what I was using then.
30:05 But basically it was, it was predates MacWhisperer and some of the Whisperer stuff.
30:11 And it was really frustrating, but it was necessary because I, at least it let me keep going, you know, like answering emails and keeping the business going.
30:17 The other one is for a long time, for like 20 years, I've had RSI issues.
30:22 So, so much so that I've had to have surgery on my, my wrist to deal with carpal tunnel issues.
30:27 And that was super scary to kind of recover from that.
30:30 I had to just do a bunch of things like type a little bit less, get a ergonomic keyboard of some variety.
30:36 We need a keyboard episode next.
30:38 Oh yeah, we do.
30:39 Yeah, we do.
30:40 I, I'm right-handed, but I force myself to be left-handed mousing because it, your right hand does all the arrow keys, page up, page down and the mouse.
30:48 I'm like, I got to just like turn that down and like do all those things.
30:51 But to keep that at bay and it's totally fine.
30:54 I can type like 10 hours a day, long as I'm careful, but to just lessen that I've, I do a lot of dictation still.
31:01 And I use MacWhisperer and it is so good.
31:04 You can grab like a hundred MP3 files or MP4 files, throw them on there.
31:08 It'll batch transcode them.
31:10 Or translate, generate transcripts or subtitles or whatever you want.
31:14 There's all these different formats, multiple formats for single output.
31:17 It is so good.
31:19 But the dictation is great.
31:20 You can dictate like you said to any text field, but you can also just dictate to the clipboard.
31:24 If you're working in something that it won't let MacWhisperer interact with, but you can just like, all right, fine.
31:29 I'll just paste it if it won't go into that control or something, which is really sweet as well.
31:33 And the last thing is I have set it up so that for transcription stuff, it uses local models.
31:40 It uses the V3 turbo that you pointed out.
31:43 But for dictation, I like a little bit of correction, a little bit of more smarts.
31:49 So like if I say, you know, PyPI and this, it'll like do it just right and not PIE dash or whatever.
31:56 I have set it up to use Claude Haiku.
31:59 Oh, that is a great usage of Haiku.
32:00 Yeah.
32:01 Because it's really fast.
32:02 So you're not waiting as you dictate.
32:04 It comes out like super, super fast.
32:06 But it's just, and it's not sharing other people's information.
32:09 It's just like when I'm talking to it, just flow that through Haiku and then into the text field.
32:13 And that is really something awesome.
32:16 So anyway, yes, 100% yes.
32:17 And another endorsement of this thing, it's not a subscription.
32:21 It's a one-time $30 fee.
32:23 Yeah.
32:23 So I was hesitant to include some commercial software in here, but I feel like this one's worthwhile because it has a free version.
32:30 It's good to support them.
32:30 I mean, I'm a huge fan of the local model privacy first basis on this.
32:36 You can pass it to local models as well.
32:38 So if you've got Olama running on your Mac or wherever you got it on your network, you can pass that off with prompts for that too.
32:44 I'm so much so a fan of the local audio processing.
32:48 My home assistant now runs with local audio processing on a Proxmox server down in the basement.
32:53 So I've got a RTX 3070 card running Whisper V3 large that processes the voice that I utter in my house.
33:02 That's awesome.
33:03 That is so awesome.
33:04 So how about that for a segue to the next thing?
33:06 Yeah, privacy.
33:07 So if you've got this machine running in your basement or downstairs or wherever, and it works great on your local network, whether you're sitting on your couch on your laptop or sitting up here in your framework, you go somewhere, work trip, you go to the coffee shop, client meeting.
33:22 Normally, what do you do?
33:23 You're like, well, normally I would run this on AI, but I can't.
33:26 I'm sorry.
33:26 Or you expose it to the internet like an insane person, and then it gets hacked, and then something bad goes down.
33:33 Or you could use my new religion, Tailscale.
33:36 Are you a Tailscale person?
33:38 I'm not.
33:40 I have all Ubiquiti equipment in the house.
33:42 So I've got the Dream Machine SE downstairs, and they have their Teleport VPN, which gets me exactly what I need from all my devices.
33:50 So that works for me.
33:51 But if I didn't have that, I would absolutely be using this.
33:54 Yeah.
33:55 So I'm not a Ubiquiti person.
33:56 I have a super cool Wi-Fi setup.
33:59 Like, there's so many shows we could do.
34:01 But I don't open any of the ports, nothing like that.
34:05 It's like, let's not do any of those things.
34:06 And I was doing weird SSH tunnels and other stuff to kind of get, like, safe access to this stuff, or maybe using ngrok for a certain use case, rarely.
34:17 But Tailscale, I believe it's called an overlay network, where it's like you have your regular network.
34:21 You're just doing whatever.
34:22 But then it's kind of like a VPN, but you don't, you're just kind of ambiently there.
34:27 It doesn't intercept your normal traffic, but it just makes visibility to other subnets possible, right?
34:33 So I have my Mac Mini M4 Pro over there that's kind of maxed out.
34:37 And it runs LM Studio with my models.
34:41 It runs my database server that I use for different apps that if I'm developing on one of them, it needs to have access to its database.
34:48 Instead of running that locally or even installing that at all on my laptop, I just have it running over there.
34:53 Local network, it would connect to it.
34:55 But anywhere outside of there, now it will just see that server no matter where you are in the world.
35:01 You need to jump in and do some screen sharing?
35:03 No problem.
35:03 Just jump back and either, you know, screen share on Mac or Windows app or remote desktop, whatever the heck they call it these days, back.
35:11 And you have access to it, but you don't never have to expose that to the internet.
35:14 And that's the thing that's super, super cool.
35:17 Yeah, yeah, I love that.
35:18 That's why I use the teleport on the Ubiquiti stuff.
35:21 But if you aren't, most routers have full support for WireGuard at a bare minimum.
35:25 Like you should be VPNing back to your own house if you trust your own house, your home network.
35:30 Yeah, and if you don't trust your home network, well, you're already on.
35:32 Yeah, you have other problems.
35:34 It's pretty bad.
35:36 I mean, there's the whole internet of things, but, you know, maybe put that on a guest network or something.
35:39 Yeah, I mean, those are the right things to do.
35:42 They're just harder to do for most normal mortals.
35:45 But you can do like really interesting production stuff too.
35:47 Like you could put Tailscale on your server.
35:50 Once you get it set up, I've not been this brave.
35:52 I'll tell you what I actually do.
35:53 But you could set up Tailscale on your server, log into your server, and then block port 22 SSH.
36:00 Yeah, yeah.
36:00 Period.
36:01 For the internet.
36:01 Tailscale has clients.
36:03 Are they the ones that have clients for like Apple TV?
36:05 You can make Apple TV exit nodes into nodes.
36:07 I don't know about Apple TV, but they certainly have it for like iPhone and stuff.
36:11 Yeah, yeah, yeah.
36:11 I'm pretty sure.
36:12 Because, for example, if you're supporting aging parents in place and you want to try and help them support their network, you can put this on an Apple TV so they get the benefit of home entertainment and secure remote access to help them out.
36:23 Yeah, exactly.
36:24 You don't have to have them do some crazy, crazy thing.
36:27 But, yeah, so you can even like use this to connect your servers back to you securely without opening an SSH port on the internet.
36:33 And I have almost the same.
36:35 Like I'd almost, I'm not willing to, I'd almost be willing to tell you my SSH key to the server because you also have to find a way into my home network in order to access it.
36:48 Because it's not accessible anywhere.
36:50 Like port 22 on the server that runs all of our stuff, it's only accessible from my home IP address.
36:57 Yep.
36:57 And no matter where I am with tail scale, I just say, use my Mac mini as the exit node.
37:02 And it looks like traffic is coming out of there.
37:04 That one is permitted to go into the server and nothing else.
37:07 So it's just another layer of security.
37:09 And it's such a sweet.
37:10 And that's a real pain in the butt if you're always moving around and your IP is stressed.
37:13 But because your tail scale just lets you like always go back to a stable machine, then you're good to go.
37:18 There's a lot of use cases for this.
37:20 I interviewed Alex Kritschmar, who's done a ton of work, done a bunch of self-hosting stuff.
37:29 He ran the self-hosting podcast for a while, which is really awesome.
37:32 But he's also now working for tail scale doing some of that.
37:34 So we did a whole section on tail scale with him.
37:37 And then it was really fun.
37:38 So people would check out that Talk Python episode.
37:40 All right.
37:41 Anyway.
37:42 Essentially, someone, you mentioned the Zeoxide in the comments there.
37:46 I use Zeoxide all the time.
37:48 If we're kind of jumping into extras here, that would be one worth mentioning.
37:51 Let's jump into extras.
37:52 Yeah.
37:53 And just take it away.
37:54 Okay.
37:54 Well, I mentioned Zeoxide, but I also put a couple pieces in here that just didn't fit or they were, again, Mac only.
38:02 For viewing markdown files, sometimes I want the most beautiful Mac experience I can get.
38:08 When things flow in that Mac world and it's the old school Mac versus PC and I just want things to feel like my Mac.
38:15 Telescopo is the markdown viewer.
38:19 And now they've just added in editing.
38:21 So they've got the whole new studio piece, which is fine.
38:23 I don't actually use it for editing.
38:25 But the viewer alone, when I first downloaded it, it was only a viewer.
38:29 And I was like, that's super cool.
38:30 Why would you want just only a viewer?
38:32 Because sometimes you're presenting these markdown files to other people who don't just view markdown in its beautiful marked up look and feel.
38:39 Telescopo gives you tons of themes and great fonts and just that Mac-like feel.
38:45 It just feels normal to a Mac user.
38:48 And so you could probably turn regular old business users on their Mac into markdown power users very easily by handing them this app.
38:55 I think that's definitely worth doing.
38:57 The other one I wanted to mention over here was Starship.
39:01 This is the cross-shell prompt that I use to make it feel a little more fancy when I'm actually in my various prompts.
39:08 If you've never checked it out, it gives you all the fancy coloring and tells you when you're on master.
39:14 I will use it with the Groovebox theme.
39:17 I don't think they've got any examples of the themes here.
39:19 But you can trick this thing out to no end, get the fancy power line looking thing.
39:23 The reason I landed on Starship was because power line 10K became unmaintained.
39:30 And so I wanted a better alternative.
39:32 And so I went and found Starship, which is fast and rust-powered and all the cool stuff.
39:38 And it has the whole nerd font.
39:39 It has to be installed so you get all the fun icons and things like that in your terminal.
39:44 You have to have nerd fonts, by the way.
39:46 This is necessary.
39:46 It just won't work.
39:47 Otherwise, it'll look rough if you don't.
39:50 But when you're switching between machines, you'll see it'll be like, oh, you're on your Ubuntu machine.
39:54 So it gives you an Ubuntu logo.
39:56 You're on your Mac.
39:56 So you get an Apple logo.
39:58 And I get in the prompt.
39:59 Again, those little niceties are real, real nice for having that going for you.
40:03 Yeah, the Starship is cool.
40:04 A lot of the stuff I said about Oh My Seashell also applies here.
40:08 Yeah, yep, yep, totally.
40:09 I don't know if I can show the presets.
40:12 It does say presets on the left there.
40:14 I'm not sure.
40:14 Oh, yeah, yeah.
40:15 That's where you can come in here and you're like, oh, I want it to look like this.
40:18 You just the one command away.
40:19 The one I chose was the Groovebox.
40:22 Like there's the Tokyo Tonight, which is pretty.
40:24 This is the one I've got running, which I really like.
40:27 And it's literally a one-liner.
40:29 You just type, you just copy paste that.
40:30 And now your prompt will look like this.
40:32 That's awesome.
40:33 Yeah.
40:33 What's the platform story for Starship?
40:37 Like it works on all of them?
40:38 Oh, it should work everywhere.
40:39 Any place you can put.
40:40 I've got it on my Mac.
40:41 I've got it on my Linux machine.
40:43 So I want my experience to be seamless as I move back and forth.
40:46 And so I definitely dress up my Linux box to look a little more Mac-like.
40:51 You know, there's people who prefer Ubuntu because it feels like a Mac.
40:54 And people who like Ubuntu because it feels like Windows.
40:56 I'm on the Mac side of the UI spectrum.
40:59 Lovely.
41:00 All right.
41:00 Very cool.
41:01 Very cool.
41:01 What do you got, Michael?
41:02 Just a quick shout out.
41:04 Typeora is my Markdown thing, but I will be checking out how this is going.
41:08 I evaluate Typeora.
41:10 I can't remember why I didn't pick it now.
41:12 Love it.
41:12 Yeah.
41:12 Very good.
41:13 It has a really nice just single hotkey to just swap between Markdown view and WYSIWYG view.
41:20 But even in Markdown view, it's still kind of like, you know, the H2s are bigger than the H3s and so on.
41:25 I just, I don't know.
41:26 It's just, it's pretty seamless.
41:27 I like it a lot.
41:29 But that's not the main thing.
41:30 That was more of a follow-up.
41:31 Two extras to wrap up this long but awesome episode is I recently interviewed Michael Ione and, you know, Michael Chow and Richard Ione from Posit About Great Docs.
41:45 Do you know Great Docs?
41:46 Are you familiar with this?
41:47 Yes.
41:48 Yeah, we talked about an extra last week.
41:50 Yeah, that's right.
41:50 Because I was talking about like the skills and the LLMs and all that kind of stuff.
41:53 And I'm like, I really have, I have a bunch of open source libraries, like seven or eight that are worth like actually talking about.
42:00 You know, like the one, if you use Umami, I wrote that.
42:04 If you use FastAPI but you want to use the Chameleon template language, like I wrote the FastAPI Chameleon one.
42:10 And if you want to use partials with Jinja for like Flask or Cord or whatever, or even FastAPI, like I wrote that to be better, to support HTTPX better and so on.
42:18 Right.
42:19 But they, they only had their readme on GitHub.
42:21 They didn't have a proper like docs site.
42:22 And after going through talking to them like this, I should really do this.
42:26 So part of this with Claude just helped me jam out like a bunch of stuff into my, into my Hugo blog and connect all those things.
42:33 It says, I actually went through and I created documentation pages, a site, full sites for every single one of those libraries last week.
42:41 And they're super cool.
42:42 So like you over to Umami, it's got what you would see on the readme, you know, all the cool stuff.
42:46 But it also has like a built-in changelog that can be driven from GitHub.
42:51 It's got the API reference, like, hey, what is this website ID?
42:54 Oh, show me the source.
42:55 And it'll take you over.
42:56 And it actually pulls up and highlights that function that was the documentation on GitHub off of the documentation, which is sweet.
43:04 If you go back, it also has like LLM skills.
43:08 Like, hey, here's the things you can do.
43:09 And here's how you authenticate.
43:10 And you actually pass this.
43:11 And here's the function.
43:12 And here's actually an example code that is a part of that.
43:17 And here's how, you know, the typing for that.
43:19 So it will teach your agent like about this library, which is one of the things I was really excited about, right?
43:24 So none of these libraries are new, but I created the doc sites for each one of them.
43:29 And they all are off of my personal mkid.codes.
43:32 Click on tools, click on open source libraries, and that shows you all the links to all the doc sites.
43:37 So anyway, I did that.
43:38 It's beautiful.
43:39 It's beautiful.
43:39 The frictionless way to view docs.
43:42 Yeah, I'm really excited.
43:44 Great Docs is pretty new.
43:45 It doesn't have a ton of GitHub stars.
43:46 I feel like it should have more.
43:47 But it's built on Quarto, which has been around for a long time.
43:50 It's super popular.
43:51 Okay, last AI statement here.
43:53 And I would love to hear your thoughts.
43:55 This is, I alluded to this earlier, and I said, I was using Fable.
44:00 Ha, ha, ha, ha.
44:00 That was fun.
44:01 Well, remember, on the show, we talked about Mythos before and about how Mythos found a bunch of CVEs or what became CVEs in Firefox.
44:11 And it couldn't be released because it was so dangerous.
44:13 It was so powerful.
44:15 We had to, like, give it to Apple, give it to Microsoft, and give it to these different companies so they could protect their code at least a little bit before it comes out, right?
44:23 Well, to my surprise, it came out last week.
44:25 Oh, my gosh.
44:27 Now we're turning this thing loose on stuff.
44:29 And it was in a pretty restricted mode.
44:31 Like, it was available to Claude Code subscribers.
44:34 But there was a little sub, little dagger subtext that said, this will be part of your subscription for two weeks, and then it will become a purely paid thing.
44:43 So it was going to go kind of unobtainium for most of us anyway, because I'm sure it was brutally expensive.
44:49 But it was still going to be there, right?
44:50 Well, the U.S. government said, you have to restrict access to Mythos and Fable to only U.S. citizens because this is too powerful.
45:01 And Anthropic said, we can't do that.
45:03 So we're just cutting it off.
45:04 Like, we're closing it down.
45:05 It's gone.
45:05 Good luck.
45:06 Good luck, everyone.
45:07 Thanks for being a very reasonable United States government.
45:09 I am so conflicted here.
45:11 In isolation, I think that the current administration of the U.S. has been pretty self-serving when it comes to a lot of things.
45:19 Like, we're going to, instead of just talking about the bad jobs report, maybe we're just going to, like, stop posting jobs data for the economy.
45:26 That helps us a lot.
45:27 And they got to fight with Anthropic, right?
45:30 Because they wouldn't let him use Claude for the weapons.
45:34 And the guy, Renzo Zagadario, is like, actually, you can, just not yet.
45:37 He's not ready for weapons.
45:39 Like, you're going to go, this is crazy, my understanding.
45:42 And they said, fine.
45:42 Well, then you're barred from all, like, government use.
45:44 And so there's been this feud.
45:46 So this could be the U.S. government being spiteful.
45:48 I totally grant that.
45:50 Yeah.
45:50 It could also be, though, Anthropic has spent months telling us this is nearly, like, weapon of mass destruction type of LLM stuff.
45:58 If it gets out, it's going to destroy the world.
46:00 We can't even, we've got to do Project Glasswing, do all these things to make sure that at least when it comes out, it's somewhat protected.
46:06 Like, we've got to set up the Iron Dome equivalent.
46:08 And then they release it.
46:09 And they're like, well, this is too dangerous.
46:10 You know what I mean?
46:11 Like, they both are kind of, if you go around screaming, this thing is so dangerous, it's going to destroy the world because it's so powerful.
46:17 And then, like, you're like, well, people are upset it's dangerous.
46:19 It's like, yeah, but you kind of marketed that.
46:21 Yeah.
46:21 Michael, who's raising money, Michael?
46:23 Who's raising money?
46:24 I know.
46:24 Yeah, exactly.
46:25 The IPO is.
46:26 I think this is a who's raising money moment.
46:29 They needed this kind of moment to be seen as this is the most important model of your life kind of thing.
46:35 Well, then next month, the next most important model of my life will be out, too.
46:39 So I don't know.
46:40 I'm skeptical of these models.
46:43 They are powerful.
46:44 They can do a lot.
46:45 They probably should be in the hands of people who can actually make the best use of them to go protect their software, to patch all the vulnerabilities that exist.
46:53 Because the open waste models are only a few months behind on these things.
46:57 Yeah, that's true.
46:58 Like, the genie's out of the bottle.
47:00 We need to give access to the right people so they can get their work done and continue building safely with these kinds of tools.
47:08 And so the people just have Fable still active.
47:10 I got to use Fable exactly once.
47:13 Oh, really?
47:14 Well, I was on the road last week when it all happened.
47:17 And someone's like, did you try Fable?
47:18 Yeah.
47:18 I'm like, oh, I better go try Fable.
47:20 So I had it right and owed to Taco Bell.
47:22 That's my thing.
47:24 I make these.
47:25 I had Fable do one thing.
47:26 Oh, the gordita is powerful.
47:28 Oh, it was good.
47:29 Oh, my gosh.
47:30 I used to do quite a bit for three or four days.
47:33 I actually blew through my weekly limit.
47:35 I'm like, oh, man.
47:36 Oh, yeah.
47:36 These things are token monsters for sure.
47:38 Yeah, and then it wasn't available when my tokens reset.
47:41 Yeah.
47:42 I think we're going to see a new era of right model for the right job.
47:45 A lot of small language models and a lot of machine learning models that turn into tools will probably be faster and cheaper to use than things like Fable and Mytho.
47:53 Yeah, 100%.
47:54 100%.
47:54 And shout out to Mark Little, who's been on the show before, who sent this over when this first came out.
48:00 I said, hey, did you notice that Fable's gone?
48:02 I'm like, what?
48:02 Where did it go?
48:03 I know.
48:04 We don't know where it went, but it's not there.
48:05 All right.
48:06 So ready for the joke?
48:07 I am ready for the joke.
48:09 Let me set the stage before we go into this really quick.
48:11 Okay.
48:11 I think you should be kind to people and understanding and kind of chill.
48:15 But every now and then, something just catches.
48:17 It hits a nerve.
48:20 And you're like, nope, nope.
48:21 This has to be right.
48:22 And this is sort of this person here.
48:25 It's like, I titled this No Second Date.
48:28 There's this sort of smug looking person.
48:30 There won't be a second date, but at least she knows that an array index starts at zero, not one.
48:36 It's so bad.
48:38 You could just imagine the type of person that's like, you know what?
48:41 How'd the date go?
48:42 You know what?
48:42 No, we couldn't do it.
48:44 It would just, not somebody necessarily want a date, but it's pretty funny, I thought.
48:48 Yeah.
48:48 This is what I try to teach my children.
48:50 There's a difference between being right and being correct.
48:54 Yep.
48:54 You don't always want to be correct.
48:56 And even, you don't have to publicly be right to their face.
49:00 Right.
49:01 Like just, you know, get along with people, right?
49:03 But anyway, I thought this was pretty funny.
49:05 You do the right thing, not always the correct thing.
49:07 Yes, exactly.
49:08 Well, this person's getting no second date.
49:11 Nope, not in this one.
49:12 I can hear that conversation go down.
49:14 Yes.
49:14 I've had that conversation, I'm sure.
49:18 And it doesn't have to even be a date.
49:19 It just can be like, oh, I met some people at the conference and oh, now I got to get out of this conversation as quick as I can.
49:25 Yep, yep, yep, yep.
49:26 All right.
49:26 Well, I don't feel that way about this show, Calvin, but I do believe it's time for us to go.
49:31 Yeah, I agree.
49:33 This has gone on.
49:34 We get passionate about our tools.
49:35 I'm excited that I'm here for it.
49:37 I'm here for it too.
49:38 Thanks for listening to the end, everyone.
49:40 And hopefully you'll enjoy this unique episode.
49:42 Yeah.
49:43 See ya.
49:43 Talk to y'all later.



