Conference Notes with an AI Assistant
I very much love the massive mind melt of new information that I get when I attend great tech conferences. But I’ve never been super good at keeping notes thorough enough to remember everything I want to, or follow up on all the new tech and links I had aspirations to while sitting in the rooms. The talks I really liked? I remember them well enough to tell someone about them over coffee, but the specific details, the links the speaker mentioned, the names of tools that came up in Q&A, those are usually gone by the time I get home. I end up with a few half-sentences scratched into my phone’s Notes app and a vague impression of “yeah, good stuff.” ...
Build Notes
I’ve been trying to figure out a good way to share how I’ve built some of my projects. People ask about them, and I usually end up walking through the same explanation a few different times in different conversations. Sometimes I’ll share a repo, but that’s often either too much or not enough. The code is there, but the context around it isn’t. Why I chose one approach over another, what I tried first, the tradeoffs I made along the way. ...
A Knowledge Base for Your AI Assistant
I used Obsidian for years and loved it. Still do. It’s a great app, and if you’re using it, I’m not here to talk you out of it. But something shifted for me over the past few months as I started doing more and more of my work through my AI assistant. I found myself spending less time in Obsidian’s UI and more time just working with documents directly through Claude Code. The notes were still there, but I was reaching for them less because I was already in the terminal. ...
Upgrading PAI from v3 to v4
Just want the upgrade command? Skip to Run the Upgrade. A quick note before we get into it: this is not the official PAI upgrade path. Daniel Miessler’s recommended approach is to clone the latest release fresh, back up your ~/.claude/ directory, overwrite it with the new version, and then bring your customizations back in. That works. I’ve done it. ...
Build or Buy May Have Changed, For Now
Earlier this year, MacUpdater shut down after eight years. If you’re not familiar, it was a Mac utility that helped you track, manage, and install updates across all of your applications. It maintained a database of over 150,000 apps, scanned your Mac against it, and kept you aware of what needed attention. The team behind it had been selling one-year licenses, and after struggling to find a sustainable business model, they decided not to continue. ...
Your AI Assistant Can Talk
One of the neat features built into PAI is voice feedback. Your assistant can talk to you. It announces what phase it’s in, tells you when something finishes, and lets you know when it needs your attention. The way PAI ships this out of the box is through a built-in voice server that uses ElevenLabs for text-to-speech. It sounds great. But it’s designed for a setup where PAI is running locally on your Mac, and that’s not how I run mine. ...
AI-Assisted 3D Printing: What Works and What Doesn't
I took the plunge into the 3D printing hobby a few years back. I’ve still got my first printer, a Bambu Lab A1, and I love it. Great machine. But I’m not a CAD person. I know enough Blender to get by, and I’ve built things I’ve printed there, but it’s not my favorite tool for making 3D printable objects. I’ve done some work in Fusion 360 and FreeCAD too. I enjoy Fusion more, but regardless, none of these are tools I’m deeply proficient in. ...
PAI Companion: A Visual Jumpstart for Your AI Assistant
If you’ve been following along with this series, you’ve got an AI assistant running in a VM. Maybe you’ve built the file drop tool and started exploring what it can do. At some point you’ve probably asked your assistant to build you a web page or a dashboard, and it worked, but then you had to figure out how to keep it running. Where does it serve the page? What port? And when you close the session, the server disappears and you’re setting it up again next time. ...
File Drops for Your AI Assistant VM
Prefer video? Watch this on YouTube You followed the setup guide , you’ve got your AI assistant running in a VM, and now you’re wondering: how do I actually get files in there? ...
Setting Up Your Personal AI Assistant
Prefer video? Watch this on YouTube You’ve probably used Claude or ChatGPT in a browser or app. You type a message, it responds, you ask it for something, it generates documents and content for you. But then you have to download it, copy and paste it, put it where it needs to go. That’s useful, but it’s limited by how quickly you can move data back and forth between what it’s building, the notes you’re feeding it, and the places you’re testing and checking its work. ...