RWREWIREDGENX.COMSide A ■ ■ ■ ■ ■

Rewired with Jim

Blog

  • Claude Vision for GenX: Turn Stacks of Old Receipts, Contracts, and Handwritten Notes Into Searchable Digital Assets

    📼

    🎧  Jim reads this post

    Look, I’ve got a storage unit that’s basically a graveyard of receipts from 2003. Stacks of old business contracts, handwritten notes from meetings I barely remember, tax documents, invoices, photos of whiteboards from startup ideas that went nowhere. I’m guessing you’ve got something similar tucked away somewhere. Last month I finally asked myself: what if I could just photograph all this stuff and let AI do the heavy lifting? Turns out, Claude’s Vision API is genuinely incredible at this, and I’m not exaggerating when I say it’s saving me hours and actual money.

    Why This Matters for People Like Us

    We’re the generation that lived through the transition from filing cabinets to cloud storage, right? A lot of us never fully committed to either system, so we ended up with both. The problem is that physical documents are invisible to search—you can’t Google your way through a box of receipts. But if you’ve got decades of business records, old contracts, or handwritten notes that contain actual valuable information, that stuff just sits there useless. I realized I had probably fifty grand worth of potential business insights and tax deductions just… gathering dust.

    This isn’t just about organization, though that’s nice. It’s about reclaiming information that you already own but can’t access. When you digitize and index this stuff, you suddenly have a searchable archive of your own history. That’s powerful.

    What I Actually Found

    I started experimenting with Claude’s Vision API around six months ago. The basic idea is simple: you take a photograph of a document, send it to Claude, and ask it to extract the information. What surprised me was how well it handles messy, real-world documents. Faded receipts, handwritten notes, documents photographed at weird angles—Claude just gets it.

    I tested it on about forty random documents from my storage unit. An old business contract from 2008 that I’d completely forgotten about? Claude pulled out the key terms, the date, and the names involved. Receipts from equipment purchases from fifteen years ago? It captured the vendor, amount, date, and what was purchased. Handwritten meeting notes on a napkin (yes, that happened)? It transcribed the important parts and even summarized the context. The accuracy was genuinely surprising.

    The real breakthrough came when I asked Claude to organize everything by category. I gave it sixty documents and said “extract the key data from all of these and tell me what categories emerge.” It automatically flagged tax-relevant expenses, business transactions, personal records, and even stuff I’d forgotten had legal importance. In about ninety seconds, I had a roadmap of what I actually had in that storage unit.

    The cost is absurdly reasonable too. I probably spent less than twenty bucks processing hundreds of documents, which is basically nothing compared to what I was paying for storage space.

    How to Get Started Today

    You need an API key from Anthropic, which takes about five minutes to set up. Then you can use Claude’s Vision API directly through their web interface, or if you’re slightly more comfortable with tech, through a simple Python script. I’m not going to pretend it’s a ten-minute setup if you’ve never done this before, but it’s honestly not hard. There are good tutorials on rewiredgenx.com/links/ that walk you through the basics without the tech jargon.

    Start small. Pick ten documents you actually care about. Photograph them or scan them if you’ve got a scanner. Send them to Claude one at a time and ask for specific information: “What’s the date, vendor, and amount on this receipt?” or “Pull out the key terms and dates from this contract.” You’ll get a feel for what Claude can do, and more importantly, you’ll see the value immediately.

    From there, you can scale up. Some people I know have processed their entire filing cabinet and built searchable spreadsheets. Others use it just for tax season or when they need to reference something they know they have but can’t find.

    The point is that you’ve probably got valuable information trapped in the physical world. Your business history, your financial records, your contracts—they’re all sitting somewhere, invisible to search. Claude Vision makes reclaiming that stuff genuinely easy. I know that sounds like marketing copy, but I’m telling you as someone who’s actually doing this: it works.

    Go dig up a few documents and try it. You might be surprised what you find.

    What I Recommend

    If you want a head start, check out the AI toolkit I actually use — it’s what I point people to first.


    Take a Look

    Get My Field Guide

    I put everything I know into a 30-page guide — the AI tools worth paying for, the prompts that actually work, and the workflows I run while I sleep. $14.

    Get the GenX AI Field Guide

  • AI Invoice Automation for GenX Freelancers: Build Your First MCP Agent in 30 Minutes

    📼

    🎧  Jim reads this post

    Look, I spent most of my career doing invoicing the hard way. Spreadsheets, email reminders, chasing clients who “forgot” to pay me, and that creeping anxiety every time a payment didn’t show up on schedule. When I started freelancing full-time at 48, I realized I was burning actual billable hours just managing the admin side. Then I discovered you could build a custom AI agent using Claude’s MCP (Model Context Protocol) ecosystem in literally under an hour, and suddenly my invoice workflow went from chaotic to something I barely think about anymore. I’m not a developer, and I’m going to show you exactly how I did this.

    Why This Matters for People Like Us

    We grew up managing spreadsheets and filing cabinets. We know how to work. But we also know that time is the one thing we can’t get back, and every hour spent on administrative garbage is an hour we’re not actually working or living. The younger crowd moved straight to automation because that’s all they’ve ever known. For us GenX folks, we had to learn the hard way that this stuff matters even more as we get older. My knees hurt, my eyes are tired at 4 PM, and I’m not about to spend my last working decade managing invoices manually.

    The thing about Claude’s MCP is that it’s designed for people who aren’t software engineers. It’s not some venture-backed startup selling you a solution. It’s a real ecosystem where you can teach your AI exactly how you work and let it handle the routine stuff. In my case, that meant tracking when invoices go out, reminding me to follow up, and flagging payments that are overdue. That’s the kind of thing that saves you fifteen to twenty hours a month once it’s running.

    What I Actually Found

    I started by looking at existing invoicing tools, and they all felt bloated. Freshbooks, Wave, Stripe Invoicing—they all want to be your entire business operating system. I don’t want that. I want to send an invoice and have something smart track whether it got paid without me having to log into seventeen different platforms. So I built a lightweight MCP agent that sits in Claude and handles just that piece.

    The MCP ecosystem has what they call “servers” that handle specific tasks. You can build one that reads your invoices, checks payment status, and generates reminders. I connected mine to my bank’s API and my Stripe account, which took maybe ten minutes to set up. Suddenly Claude could see my actual financial picture and prompt me intelligently. When an invoice hits day forty without payment, it lets me know immediately instead of me discovering it three weeks later when I’m reconciling.

    The other thing that surprised me was how much time I saved on reporting. I used to spend Friday afternoons pulling together monthly numbers. Now my agent does that automatically and gives me a two-minute summary of what came in, what’s outstanding, and what’s due next. That’s not magic—it’s just automation handling the grunt work.

    How to Get Started Today

    First, you’ll need Claude API access, which costs you money based on what you actually use. It’s not expensive. For someone freelancing part-time or full-time, you’re probably looking at a few dollars a month. Go to the Claude website and get an API key. You don’t need to understand coding to do this step—just follow the prompts.

    Next, download the MCP SDK from Anthropic’s GitHub. I know that sounds intimidating if you’ve never done it before, but there are step-by-step instructions. Basically, you’re installing a tool that lets you build these agents. You don’t need to be an engineer. I’m not. I can follow directions and ask Claude questions, and that’s enough.

    Then build your first agent by defining what you want it to do. Tell it: “Watch my invoices, remind me if they’re not paid in thirty days, and give me a weekly summary.” That’s literally how simple the prompt needs to be. Claude will handle translating that into the right instructions. I have a full walkthrough of this process at rewiredgenx.com/links/ if you want step-by-step details.

    The whole thing took me two hours the first time because I was learning. You could probably do it in thirty minutes now that I’ve already figured out the gotchas. That’s two hours to fix something that’s been costing you fifteen hours a month. Do the math.

    You’ve got this. We didn’t survive the 90s corporate collapse and the 2008 recession by being afraid to learn something new. This is just another tool.

    What I Recommend

    If you want a head start, check out the AI toolkit I actually use — it’s what I point people to first.


    Take a Look

    Get My Field Guide

    I put everything I know into a 30-page guide — the AI tools worth paying for, the prompts that actually work, and the workflows I run while I sleep. $14.

    Get the GenX AI Field Guide

  • Presentation Vault Gold: How GenX Can Turn Years of Deck Archives Into AI-Built Consulting Packages That Sell

    📼

    🎧  Jim reads this post

    If you’re like me, you’ve got somewhere between fifty and five hundred PowerPoint presentations buried in old folders, external drives, and that one laptop you keep meaning to wipe. Some of them are actually pretty good. Some represent months of work, client feedback, and ideas that frankly cost money to develop. And now they’re just sitting there, slowly becoming digital dust while you wonder if you should ever look at them again. Last month I realized I could turn that graveyard into actual income streams using AI, and I want to walk you through exactly how.

    Why This Matters for People Like Us

    Here’s the thing about being GenX and in your late forties or fifties: you’ve accumulated actual expertise and proof of work that younger consultants are still trying to fake. Those decks you built? They’re evidence of problems you’ve solved, industries you understand, and frameworks that actually worked. But most of us never thought to package that history into something sellable. We just moved on to the next project and forgot about the last one.

    The shift I’m making is treating those archives like intellectual property that needs an audit, not a cleanup project. AI makes that audit surprisingly fast and cheap. In about two hours last week, I ran through fifteen old presentations with Claude and GPT-4, and it identified three completely separate consulting angles I could build into packages. One of them is already generating inquiries.

    What I Actually Found

    When you dump a presentation into an AI and ask it to analyze what problems you solved and what frameworks you used, it pulls stuff out that you forgot was valuable. I had a 2018 deck about restructuring a distribution network that I thought was just a one-off project. But the AI broke down the methodology, identified the underlying principles, and showed me how that same approach applies to supply chain issues that clients are dealing with right now, in 2026. Suddenly it’s not a dead project, it’s a template for a consulting package.

    The process I used was straightforward. I uploaded three decks at a time to Claude, asked it to identify the core methodologies, the client problems being solved, and the measurable outcomes. Then I asked it to flag which of those methodologies could be extracted and packaged as standalone offerings. It took maybe fifteen minutes per three decks, and I got a breakdown that would have taken me a week to do manually.

    I also had the AI look for patterns across all the presentations. Turns out I’d been solving the same core problems in different industries for years without realizing it. Once I saw that pattern, I could position myself differently to clients. Instead of being “a guy who’s done stuff,” I’m now “someone who specializes in X problem across Y industries,” which is way more sellable.

    How to Get Started Today

    Start by gathering your presentations in one folder. Don’t edit them or judge them. Just grab everything from the last ten years that felt like real work. If you’ve got fifty decks, that’s fine. If you’ve got five hundred, pick the first fifty and batch-process the rest later.

    Then use something like ChatGPT Plus or Claude and literally just ask it to analyze what each presentation was trying to accomplish. Ask it to pull out the core problem, the solution framework, and any results or outcomes mentioned. You’ll want to spend maybe five to ten minutes per deck describing context if the deck doesn’t explain it clearly. But the AI does the heavy lifting of extracting the actual consulting value.

    Once you’ve got that breakdown, ask the AI which of these methodologies could be packaged as consulting offerings. Then ask it to help you price them, position them, and create brief descriptions for your website or LinkedIn. I know it sounds almost too easy, but it works. I’ve got templates and more detailed breakdowns over at rewiredgenx.com/links/ if you want the exact prompts I used.

    The reality is that you’ve already done the hardest part. You’ve already solved real problems for real clients and documented the approach. AI just helps you see what you built and package it for resale. That’s not laziness, that’s finally getting paid twice for the same intellectual work.

    What I Recommend

    If you want a head start, check out the AI toolkit I actually use — it’s what I point people to first.


    Take a Look

    Get My Field Guide

    I put everything I know into a 30-page guide — the AI tools worth paying for, the prompts that actually work, and the workflows I run while I sleep. $14.

    Get the GenX AI Field Guide

  • Why RAM Prices Spiked in 2024: What’s Actually Driving the Cost

    📼

    🎧  Jim reads this post

    I went to price out a new computer last month and nearly had a heart attack. RAM sticks that used to run me $40 are now pushing $80, and I’m not talking about some boutique gaming rig. Regular DDR4 and DDR5 memory—the kind that goes in everyday machines—is hovering around 90% higher than it was two years ago. My first instinct was to blame inflation like we blame everything else these days, but this isn’t that. This is something way more specific, and once you understand it, you’ll see why waiting to buy your next computer upgrade might actually cost you more money.

    Why This Keeps Coming Up

    Here’s the thing about being 50 and working in tech—you learn that when prices spike this hard and this fast in one category, there’s always a reason. It’s not random market chaos. About a year ago I started noticing RAM prices climbing, and people were asking me about it constantly. Everyone’s upgrading their home office setups, everyone’s building streaming machines, and suddenly we’re all priced out of the basic stuff. I figured I’d actually dig into what was happening instead of just shrugging and paying it.

    The conversation changed when I realized this wasn’t about manufacturing shortages or supply chain stuff from 2021. This is new. This is happening right now in 2026, and it’s tied directly to something we’re all watching explode—artificial intelligence.

    What I Actually Found Out

    The world’s memory supply is basically controlled by a handful of companies. We’re talking Samsung, Micron, SK Hynix—maybe three or four players who manufacture most of the RAM and storage that goes into everything from your laptop to your phone to the servers that run the internet. These companies have been quietly shifting their factory capacity away from consumer products and toward data centers. Why? Because AI companies and cloud providers are willing to pay absolutely ridiculous premiums for memory and storage.

    Think about what ChatGPT, Claude, and all these other systems need to run. They’re not running on your laptop. They’re running on massive server farms that need insane amounts of RAM and storage to process billions of data points and handle millions of simultaneous users. These data centers now consume roughly 70% of the world’s memory production. Seventy percent. That leaves 30% for everything else—your computer, my computer, the laptops, the servers for small businesses, all of it.

    The math is brutal. When you can sell a gigabyte of memory to an AI data center operator for premium prices with guaranteed bulk orders, why would you bother selling to consumers at lower volumes? So manufacturers have completely restructured their production lines, and consumer RAM has become the leftover scraps of their capacity. Storage prices have followed the same track—up over 80% according to the analysts I’ve been reading. And the worst part? This doesn’t normalize anytime soon. Most estimates have these prices staying elevated straight through 2027.

    What You Can Do With This Today

    Here’s what matters to you right now if you’ve been thinking about upgrading. Waiting for prices to come down probably isn’t the move anymore. I know that sounds wrong—usually you wait for tech to get cheaper. But this isn’t a normal cycle. If you need a computer or more RAM, buying sooner rather than later is actually the play. Prices might not go down, and they could even tick up more as we move through 2026.

    I’m not saying panic buy everything tomorrow, but if you’ve been putting off that laptop upgrade or that RAM stick for your desktop, don’t keep waiting for a sale that might not happen. Sometimes the smartest money move is just accepting the market as it is and moving forward instead of holding out for normal conditions that might not come back this year.

    Were you thinking about upgrading before you saw this? Drop a comment and let me know if you almost got caught sleeping on this.

    Watch the Full Video

    I covered all of this in a short video too — sometimes it’s easier to watch than read.

    Watch on TikTok →

    What I Recommend

    If you want a head start, check out the AI toolkit I actually use — it’s what I point people to first.


    Take a Look

  • Restore Your Faded Photos in 60 Seconds: The Free AI Tool GenX Actually Needs

    📼

    🎧  Jim reads this post

    Last month I found a shoebox of photographs in my mom’s attic. The kind nobody’s looked at in thirty years. Most of them were destroyed—faded, cracked, bent at the corners, some with water damage that made the faces barely visible. My first instinct was to call a photo restoration service and drop five hundred bucks. Then I remembered I had access to free AI tools sitting in my browser. Forty-five minutes later, every single photo was restored. Not “enhanced” or “smoothed over.” Restored. That’s what I want to tell you about today.

    Why This Keeps Coming Up

    I’ve been writing about AI for about a year now, and the one thing GenX readers keep asking me about is old photos. We’re the generation with the shoeboxes. We’re the ones whose parents didn’t scan anything, didn’t back anything up, didn’t think digitally. We just had prints. And now those prints are aging as fast as we are. Water damage, fading, that weird purple tint from old Kodak stock, creases from being carried in wallets for twenty years. The photos that actually matter to us—the ones with people we can’t get back—those are the ones in the worst shape.

    Everyone assumes you need to send them somewhere expensive. You don’t. Not anymore.

    What I Actually Found Out

    I tested this with Google Gemini because it’s free, works in any browser, and you don’t have to upload anything to some random website. Here’s the process. Take your old photo with your phone camera. Get straight on top of it, good natural light, nothing fancy. Open Google Gemini in your web browser—just go to gemini.google.com. Upload the image. Then use this exact prompt: “Restore this old photograph. Repair the cracks, scratches, and fading. Keep the faces exactly as they are—do not change or beautify anyone.”

    That last line is everything. I learned this the hard way. Without it, these AI tools get aggressive. They smooth skin, reshape features, brighten eyes, basically turn your grandmother into a TikTok filter version of herself. It’s creepy. The prompt I just gave you tells the AI to fix the physical damage but leave the actual people alone. The faces stay real.

    I ran this on about twenty photos. Cracked prints came back looking like they were taken yesterday. Water damage disappeared. That awful purple fading just vanished. The first time I saw it work, I stared at my screen for a solid minute.

    What You Can Do With This Today

    Literally open your phone right now. Walk to wherever you keep old photos—your parents’ house, your attic, that drawer in your bedroom. Pick one. The one that matters most. Take a clear photo of it. Go to Gemini. Paste in that prompt. Wait sixty seconds. You’ll get back something that looks professional. Something you’d actually want to print and frame.

    I printed a few of mine on Costco photo paper. Hung them in my office. My kids asked about them. That’s the whole point, right? These aren’t just old photos. They’re memory, they’re proof that things mattered, they’re the visual record of people we loved. Getting them back to looking like themselves matters.

    You can do this for free. No subscription. No software to download. No learning curve. Just a phone, a browser, and the right prompt. Save that prompt. Seriously. Copy it into your notes. The next time someone says they have old family photos that are ruined, you can help them. You’ll be the person who knows how to fix it.

    That feels good. Do it today.

    Watch the Full Video

    I covered all of this in a short video too — sometimes it’s easier to watch than read.

    Watch on TikTok →

    What I Recommend

    If you want a head start, check out the AI toolkit I actually use — it’s what I point people to first.


    Take a Look

    Get My Field Guide

    I put everything I know into a 30-page guide — the AI tools worth paying for, the prompts that actually work, and the workflows I run while I sleep. $14.

    Get the GenX AI Field Guide

  • 2 ChatGPT Privacy Settings Every User Should Check Right Now

    📼

    🎧  Jim reads this post

    I logged into ChatGPT last week to brainstorm some copy for a client, and mid-conversation it casually reminded me of something I’d mentioned three conversations ago about my daughter’s wedding. It was helpful, sure, but it also made me realize I had no idea what settings I’d actually turned on. So I dug into Data Controls, and honestly, there are two toggles in there that every GenX person using AI for income should know about before you accidentally paste your business financials into a prompt.

    Why This Keeps Coming Up

    I get messages all the time from people worried about privacy with AI. They’re pasting client info, business strategies, personal stuff—all into ChatGPT without really knowing what happens to it. The thing is, OpenAI isn’t being shady about this. They’ve put the controls right there. You just have to actually go look, and most of us don’t because we’re busy. I wasn’t checking either until I realized I’d been having the same conversation with ChatGPT about my solopreneur struggles, and it was remembering everything I said.

    That’s when it hit me: I needed to understand what was happening with my data before I used this tool to build anything serious. So here’s what you need to know.

    What I Actually Found Out

    The first setting is Memory. When it’s turned on—and there’s a good chance it already is—ChatGPT is saving details about you across every single conversation you have. This isn’t sinister or anything. It’s actually useful if you want the AI to remember that you prefer certain formats, or that you’re working on a book, or that you mentioned your timezone once and don’t want to repeat it. The problem is you might not realize it’s on, and then you paste something you shouldn’t have. I didn’t check mine until recently, and it had been recording details about my business model, my revenue targets, and my whole approach to AI automation. Which is fine for me—I’m writing publicly about this anyway—but if you’re handling client work or confidential stuff, you need to know this is happening.

    The good news is you can see exactly what ChatGPT remembers about you. You can go into Data Controls and view it all, and you can delete specific memories if you want to keep most of them but remove something sensitive. It’s not buried or complicated. It’s right there waiting for you to look.

    The second setting is “Improve the model for everyone,” which is basically the training toggle. A lot of people think turning this off will erase their conversations. It won’t. That’s the misconception that stops them from digging deeper. What turning it off actually does is tell OpenAI not to use your conversations to train the next version of ChatGPT. Your chat history stays in your account in your history section until you manually delete it. So if you want privacy and you don’t want your prompts feeding into future models, you turn this off. If you don’t care about contributing to the training and you like having your full history there, you leave it on.

    What You Can Do With This Today

    Tonight, literally right now if you have five minutes, go tap your name or profile picture in ChatGPT. On mobile it’s your name in the corner. On a computer it’s usually top right. Find Data Controls. Check if Memory is on or off. See what it’s remembering about you. Most importantly, if you’re about to start using ChatGPT to work on any client projects, business plans, or anything you don’t want contributing to the training dataset, toggle “Improve the model for everyone” off. It takes five seconds.

    I’m not saying you need to be paranoid about this. I’m using ChatGPT constantly to build my own thing. But I checked my settings, I know what’s being saved, and I delete sensitive stuff when I need to. That’s the difference between using a tool blindly and actually understanding what you’re doing.

    Check yours tonight and let me know what you find. Was Memory already running without you knowing? I’m curious how many of us have been leaving this wide open.

    Watch the Full Video

    I covered all of this in a short video too — sometimes it’s easier to watch than read.

    Watch on TikTok →

    What I Recommend

    If you want a head start, check out the AI toolkit I actually use — it’s what I point people to first.


    Take a Look

  • Canvas Gold: How GenX Can Turn Years of Creative Files Into AI-Packaged Digital Products That Sell

    📼

    🎧  Jim reads this post

    I’ve got three external drives sitting on my desk right now. One of them is literally labeled “Old Photoshop Stuff — 2003?” in Sharpie. Inside are thousands of files: templates I designed for print shops, layouts for magazines that don’t exist anymore, typography experiments from when I actually had time to mess around, brand concepts I pitched to clients who ghosted me. For years I figured that was digital dust — stuff from a career chapter that had closed. Then I realized I was sitting on a goldmine, and all I needed was Claude’s Canvas feature to turn it into actual income.

    Why This Matters for People Like Us

    GenX is the generation that actually lived through the analog-to-digital transition. We remember doing things by hand, learning Adobe in computer labs, experimenting with design when the web was still weird and wonderful. A lot of us have decades of creative files scattered across old computers, thumb drives, and cloud accounts we forget about. We never threw them away because, deep down, we knew they had value. We just didn’t know how to monetize them when we could barely monetize them the first time.

    AI changes that equation entirely. Canvas doesn’t replace your creativity — it packages it, organizes it, contextualizes it, and turns it into something other people will actually pay for. I’m talking about templates, frameworks, educational products, asset packs, and style guides that you already created. You’re not starting from scratch. You’re liquidating thirty years of experimentation.

    What I Actually Found

    I started by dumping a folder of old brand concepts into Canvas and asking Claude to help me organize them into a sellable “GenX Design Philosophy” guide. What came back wasn’t just a cleaned-up version of my thoughts — it was a structured educational product with real value. Canvas turned my scattered ideas into sections with context, explanations of why certain design choices worked, and templates other people could actually use. It took maybe two hours total. I put it on Gumroad and sold three copies in the first week to designers who wanted that aesthetic sensibility.

    That’s when I realized the real opportunity. Canvas is incredible at taking raw creative assets and turning them into polished digital products. I had Photoshop templates from a 2012 print shop project? Canvas helped me reframe them as a “Retro Brand Identity Kit” with usage guidelines and modern applications. I had thirty years of color palettes and typography samples? Canvas organized them into a “GenX Design System” that actually made sense as an educational product.

    The magic isn’t that Canvas creates something new. It’s that Canvas lets you present what you’ve already made in a way that other people recognize as valuable enough to buy. You’re not hustling your old work. You’re recontextualizing it.

    How to Get Started Today

    First, do an honest audit of what you actually have. Go through those old drives and folders. Don’t think about whether it’s “good enough” — just gather the raw materials. Templates, design systems, tutorials you wrote, brand guidelines, style experiments, anything that represents skill and thinking you did.

    Then pick one small collection and drop it into Canvas with a simple prompt. Something like “I have these old design templates and concept sketches from 2010. Help me turn them into an educational product someone would actually pay for.” Be honest about what the files are and where they came from. Claude will ask clarifying questions, help you identify the actual value proposition, and structure it in a way that makes sense to sell.

    Start with pricing low — $9 to $17 — just to prove the concept works. You’re not trying to get rich on the first product. You’re proving to yourself that your old work has market value, which it absolutely does. Once you’ve sold a few and gotten feedback, you can either raise the price or create the next product from the next stack of files on your drive.

    I’ve found the whole process genuinely interesting. It’s not about squeezing every dollar from old work. It’s about recognizing that being GenX means you have something valuable that younger creators literally cannot have: thirty years of creative evolution documented in your files. That’s not legacy thinking. That’s assets.

    If you want more detailed resources on getting started with this specifically, check out my link collection at rewiredgenx.com/links/ where I’ve gathered tutorials and tools that actually work for people our age trying to do this.

    Your design files aren’t digital dust. They’re inventory. Go see what they’re worth.

    What I Recommend

    If you want a head start, check out the AI toolkit I actually use — it’s what I point people to first.


    Take a Look

    Get My Field Guide

    I put everything I know into a 30-page guide — the AI tools worth paying for, the prompts that actually work, and the workflows I run while I sleep. $14.

    Get the GenX AI Field Guide

  • Report Vault Gold: How GenX Consultants Can Turn Decades of Client Reports Into AI-Built Expert Networks That Generate Referral Income

    Report Vault Gold: How GenX Consultants Can Turn Decades of Client Reports Into AI-Built Expert Networks That Generate Referral Income

    📼

    🎧  Jim reads this post

    I’ve got about two decades of consulting reports sitting in a filing cabinet that my wife thinks I should finally throw out. Marketing plans, strategy decks, client assessments—all that work we poured into understanding other people’s businesses. Last month I realized something obvious that apparently only hits you when you’re pushing 51: all that expertise locked in PDF files is basically free money I’ve been ignoring. It turns out Claude, the AI I’ve been tinkering with, is genuinely good at reading those old reports and helping me see patterns I completely missed the first time around.

    Why This Matters for People Like Us

    We GenXers came up in a time when consulting meant actual relationships—you learned your client’s business inside and out, and that knowledge became your reputation. The problem is that knowledge just sits there. You move to the next client, the next project, and that hard-won expertise gathers dust. Meanwhile, younger folks are building “personal brands” and “expert networks” and somehow monetizing things we’ve been doing for free our whole careers.

    The real shift is that AI can now extract the meat from those old reports in minutes and help you see who else might need exactly that kind of expertise. Not for another consulting engagement necessarily—I’m too tired for those margins anyway—but for referral networks where you actually get paid for introductions and positioning.

    What I Actually Found

    I uploaded about fifteen of my old reports into Claude and asked it to identify my core expertise areas, common client problems I solved, and specific industries where my work seemed most valuable. What came back was honestly humbling—I’d apparently developed serious chops in supply chain optimization, retail operations, and organizational change management. But here’s the thing I’d never connected: my work kept showing up in companies dealing with rapid growth challenges. That’s a specific pain point, and it turns out there are referral networks, advisory boards, and fractional COO opportunities built specifically around that.

    Claude also helped me see which reports had the strongest frameworks and methodologies that could get repurposed. Instead of starting from scratch, I now have structured approaches I already developed and proven with actual clients. That’s the kind of thing intermediaries and placement firms actually pay for—they want people who come with proven frameworks, not consultants starting from zero each time.

    The second thing I did was ask Claude to pull out the actual problems my clients were facing beneath the surface. Not the stated problems, but the operational and strategic messes that required me to dig deeper. Once I saw the pattern, it became obvious who in my network might benefit from knowing someone with my specific skill set.

    How to Get Started Today

    Start by gathering your best reports—maybe five to ten that represent your real strength areas. You don’t need the ones where you were figuring it out; grab the ones where you actually solved something meaningful. Take a Saturday morning and upload them into Claude or any similar AI tool that handles document analysis. Ask it directly: “What are the core problems these clients hired me to solve?” and “What industries or company types show up repeatedly?”

    Then ask the crucial question: “What referral opportunities or advisory board openings would be the best fit for someone with this expertise?” Claude won’t know your network, but it will help you see what you’re actually offering beyond billable hours. That clarity alone changes how you position yourself when someone asks what you do now.

    Next step is building a simple list of people in your network who might connect you with those referral opportunities. I’m talking about placement firms, LinkedIn people in fractional executive spaces, or folks running peer advisory groups. You’re not asking for a job—you’re offering specialized expertise that people actually pay to connect with other people.

    I’ve been documenting what’s working so far over at rewiredgenx.com/links/ if you want to see the actual frameworks I’m using for this.

    The honest truth is that we spent decades building expertise that the market hasn’t stopped wanting. We just stopped offering it in the right way. Turn those reports into a map of what you actually know, and suddenly there’s real income in connecting the right people with that knowledge.

    What I Recommend

    If you want a head start, check out the AI toolkit I actually use — it’s what I point people to first.


    Take a Look

    Get My Field Guide

    I put everything I know into a 30-page guide — the AI tools worth paying for, the prompts that actually work, and the workflows I run while I sleep. $14.

    Get the GenX AI Field Guide

  • Email Archive Gold: How GenX Can Turn Decades of Client Correspondence Into AI-Built Service Packages That Sell

    📼

    🎧  Jim reads this post

    I’ve been thinking about all those emails sitting in my inbox—decades of them, honestly. Client questions I answered a hundred times. Problems I solved over and over. Complaints about the same stuff. And it hit me: that’s not clutter, that’s a goldmine. I realized I could feed all of that into Claude and let it find patterns I’ve been too close to see. Turns out, your email archive is basically a direct line to what people actually want to buy from you.

    Why This Matters for People Like Us

    GenX didn’t grow up with anyone telling us we were special or that our knowledge was valuable. We just did the work and moved on. But here’s the thing—we’ve got 20, 30, sometimes 40 years of client emails that prove exactly what we’re good at and what people need. Most of us never thought to look at that archive as an asset. We just kept typing and deleting and moving on to the next thing. Now, with AI, you can actually examine the patterns without spending six months reading through thousands of messages.

    This matters because building a service package the old way meant guessing. You’d sit down and try to remember what clients complained about most, or you’d just copy what someone else was doing. With your actual email history, you’re not guessing anymore. You’re building from real data—your real clients, your real problems, your real solutions.

    What I Actually Found

    I exported about 15 years of client emails and uploaded them to Claude. I basically asked it to tell me what problems came up most, what questions got asked repeatedly, and what complaints showed up again and again. The results were kind of shocking. I thought I was busy fixing technical issues, but Claude showed me that 60 percent of my emails were actually about hand-holding and confidence. Clients needed me to explain things simply and tell them everything was going to be okay. That’s not a technical service—that’s a confidence service, and I could charge way more for it.

    Another pattern that jumped out: clients who asked about one thing almost always asked about three related things over the next few months. So instead of selling individual solutions, I could bundle them into a package that actually matched how people moved through their problems. Claude didn’t just count emails; it found the customer journey that was hiding in my archives.

    I also discovered that certain types of clients always asked about the same stuff. Small retail businesses asked about inventory problems, nonprofits asked about donor management, and consultants asked about time tracking. Before, I would have tried to sell the same thing to everyone. Now I can build specific packages for specific people, because my own emails told me exactly what each group needed.

    How to Get Started Today

    First, go export your emails. Most email systems let you download archives. Gmail, Outlook, Apple Mail—they all have export options. You’re looking for maybe the last 10 to 20 years, depending on how long you’ve been doing this. Don’t overthink it. Bigger is better here because AI gets smarter with more data.

    Next, create a prompt for Claude that’s simple and specific. Tell it you want to find recurring problems, frequently asked questions, and common customer journeys in your email archive. Ask it to identify themes and suggest what people would actually pay for. You can paste archives directly into Claude, or upload them as files if they’re large. The AI will process them and give you a breakdown that takes about 30 seconds instead of 30 hours.

    Then actually look at what Claude tells you. Write down the three to five biggest patterns it finds. Those are your service packages. Not someday, but right now. You’ve already done the work. You’ve already helped people with these problems. You just need to package it and price it.

    If you want more specific steps on how to do this with Claude or other tools, I’ve got some resources over at rewiredgenx.com/links/ that walk through the whole process.

    The truth is, we’ve all been sitting on our own best business advice for years. We just didn’t know how to extract it. Now we can. This isn’t about getting fancy or changing who you are. It’s about finally getting paid fairly for what you’ve been doing all along.

    What I Recommend

    If you want a head start, check out the AI toolkit I actually use — it’s what I point people to first.


    Take a Look

    Get My Field Guide

    I put everything I know into a 30-page guide — the AI tools worth paying for, the prompts that actually work, and the workflows I run while I sleep. $14.

    Get the GenX AI Field Guide

  • Claude Web Browsing for GenX: Research Niche Markets in Minutes and Build Products People Actually Buy

    📼

    🎧  Jim reads this post

    Last month I spent three hours researching a potential product idea the old-fashioned way—bouncing between Google, Reddit, YouTube, and a dozen browser tabs that somehow multiplied while I wasn’t looking. By the end, I had a headache and maybe half the information I actually needed. Then I tried something different with Claude’s web browsing feature, and I had better intel in forty-five minutes. I’m not exaggerating when I say this changed how I validate ideas before spending real time and money building something nobody wants.

    Why This Matters for People Like Us

    Here’s the thing about being GenX and trying to build income streams in 2026—we didn’t grow up with the internet, so a lot of us still approach research like we’re writing a term paper. We gather information slowly and methodically, which is actually fine, except it leaves us vulnerable to spending weeks on products that won’t sell. The younger guys figured out fast iteration by trial and error. We can skip that pain by being smart about research first.

    Claude’s web browsing lets you ask it to go find current information about a niche market, then synthesize what it finds into something actually useful. You’re not reading seventeen articles—Claude reads them and tells you what matters. For someone like me who’d rather drink coffee than spend all day online anyway, that’s a game-changer.

    What I Actually Found

    I wanted to explore whether there was a real market for vintage preamp restoration courses. Honestly, I wasn’t sure if I was looking at a micro-niche with three people interested or something with actual demand. I told Claude to search for current forum discussions about tube amp repair, YouTube channels focused on vintage audio, and what people were actually paying for in that space right now.

    Within minutes, Claude came back with specific information about active communities, typical price points, common pain points people mentioned, and even which platforms had the most engaged audiences. I learned that vintage audio restoration has actually gotten more popular during the post-pandemic years—not less. I also found out that most existing courses were either outdated or priced way too low for the knowledge they contained. That’s the kind of real market intelligence that matters.

    The beautiful part was that Claude didn’t just list facts at me like a search engine. It told me what the gaps were and where the actual opportunity seemed to be. It even flagged that several people in the forums were asking for something specific that nobody was offering yet. That’s gold when you’re trying to build a product people will actually buy instead of just another thing you hope somebody wants.

    How to Get Started Today

    If you’re using Claude through the web, you’ll see a little paperclip icon or web search option depending on which version you’re on. The trick is asking it the right questions. Don’t just ask “is there a market for X?” Instead, tell it to find discussions where real people are talking about their problems, frustrations, or what they’re currently spending money on to solve something.

    I usually start with what I call the “pain point search”—I ask Claude to find forum posts, Reddit threads, or YouTube comments where people are complaining about something or asking questions. Then I ask it to search for what existing products or courses are already out there solving similar problems, and what people say about them. Finally, I ask it to look for pricing information so I understand what people actually spend money on in that space.

    The whole process takes maybe an hour if you’re thorough, and you’ll have better market research than most people do before launching a product. I’ve got some templates and examples on rewiredgenx.com/links/ if you want to see specific prompts I use, but honestly, just start with plain English questions about whatever niche you’re curious about.

    Look, we’ve got limited time and energy at this point in our lives. We’re not twenty-five anymore chasing every shiny idea. Smart research before building means you’re only spending time on things that have real potential. That’s the GenX advantage if we actually use it—we know that work smarter beats working harder, and Claude’s web browsing is one of the smartest shortcuts I’ve found. Give it a shot on your next idea.

    What I Recommend

    If you want a head start, check out the AI toolkit I actually use — it’s what I point people to first.


    Take a Look

    Get My Field Guide

    I put everything I know into a 30-page guide — the AI tools worth paying for, the prompts that actually work, and the workflows I run while I sleep. $14.

    Get the GenX AI Field Guide