For most of human history, the tools to solve complex problems were expensive, proprietary, and out of reach. You hired a firm. You bought the software. You paid for the integration. You settled for the feature set someone else decided you needed.
AI changed the math. The gate is gone. So is the ceiling.
Not for everyone equally — but for anyone with taste, judgment, and the willingness to start.
II.
Build Your Own
The tools you used to pay for and resent — the ones built for someone else's use case, with someone else's color scheme, missing the three features you actually needed — you can build yourself now. Exactly how you want them.
A personal finance system that thinks the way you think. A news filter tuned to the beats you actually care about. A search layer across your own messages that works better than anything the phone ships with.
Built by you. For you. No subscription. No compromises. No waiting for the roadmap.
III.
How It Spreads
The most interesting thing happening right now isn't the technology. It's what happens after one person in a room starts actually using it.
A conversation changes direction. Someone asks: wait, could it do that for me? Then they're building something. Then someone else asks them the same question.
AI spreads the way good ideas always have — person to person, through demonstration, through curiosity. The best thing you can do is start. The best thing we can do is share.
IV.
An Open Door
The role that makes sense to me has always been the same: take something complicated and make it approachable enough that someone who doesn't know what they don't know can still take their first steps.
That's what this site is. A log of what I've built, what I've learned, and what's possible when you stop waiting and start doing. The door is open.
// The Four Stages
Where are you in the build?
Every practitioner moves through these. Most stop at the first.
Enter ↗
Stage 01
Chat
You ask, it answers. The beginning. The most powerful thing most people ever do with it — and it's only the entrance.
Stage 02
Project
You give it context, memory, and goals. It becomes a collaborator. This is where the real work starts.
Stage 03
Automate
Workflows run without you. You design the system; it executes. Time returns to you.
Stage 04
Agentic
The system acts, decides, and iterates on your behalf. You set the direction. It finds the path.
// Work
What's been built
— projects
There's a writing section here. It's gated.
If you're supposed to be in it, you know how to find me.
Stage 01 — Chat
The entrance everyone uses. Almost no one masters.
Chat is the first door. You type, it answers. For most people this is the whole relationship with AI — and they judge the entire technology by the quality of the answers they get back.
But the answer is rarely limited by the model. It's limited by the prompt. Most people type one-liners — and a one-liner is why they get a one-liner back.
// The anatomy of a good prompt
Four components
The same question, asked four ways, returns four different answers. Add each component and watch a throwaway prompt sharpen into an expert one.
prompt
How do I fix a VLAN issue?
Poor
[Goal] What do you need?
[Context] What's the situation?
[Source] What should it reference?
[Expectations] Format, tone, audience, length?
This structure isn't innate. It's the residue of more than eleven thousand prompts — the slow shift from asking to instructing, visible over time. Real prompts below, lightly anonymized, typos left in.
PowerShell automation
2022
"write a powershell command to adjust the keysize for DKIM on a domain from 1024 to 2048"
2023
"Hey! I am an IT engineer creating a powershell script that is meant to be deployed via MS Intune. The scripts goal is to generate a script file into a new folder on the destination PC, then create a scheduled task to run that script daily at 12pm."
Drafting a prompt for another AI
2025
"Can you help me first draft a copilot prompt, asking Copilot to locate and list all details related to these items for the past week?"
2026
"Help me draft a copilot researcher prompt… Review my outlook and Teams, scan all messages received during this period… be sure to inlclude allchats and notes whether I am mentioned or not."
Structure the prompt, and Chat stops being a toy. Then you give it memory, context, and standing goals — and you're at the next door.