← Back to home

An AI Checkup for Your PC — 30+ Windows Bottlenecks Scanned in 5 Minutes

Long-Form Video · EP0007 May 13, 2026 08:59
What this episode covers

Treating Claude Code as a coding tool sells it short. What it's genuinely strong at is using programming to accomplish all kinds of things — like being my computer doctor.

  • One full diagnostic sweep + multi-agent concurrent research on the last 3 months of optimization findings
  • A contrarian finding: allocating more system RAM to VRAM actually hurts — modern Windows apps borrow it automatically
  • Newer drivers aren't necessarily more stable; it tested my specific machine and found the most stable setup
  • Execution split across 3 conversations: T0 auto-run / BIOS update / software settings
  • Output is an HTML to-do list — reason, benefit, risk, and firmware download links all included

"Harsher than 360, more transparent than a PC manager. Claude Code does it through programming, but what it accomplishes isn't programming."

A few friends asked me recently whether sharing a new Claude Code use case every day means I’ll run dry fast.

I won’t. By my estimate the tricks I already have are good for six months.

Today’s topic is a widespread misconception — most people treat Claude Code as a coding tool. Yes, it can code, but what it’s genuinely strong at is using programming to accomplish all kinds of things. The gap between those two framings is a hundredfold.

This episode, I put it to work as my computer doctor.

1. Why not use a PC manager utility

I have a Windows 11 LTSC workstation at home, and I’ve been through every flavor of “XX Guard” and “XX Manager.” Two problems:

  • They eat system resources — they’re sitting in the background running themselves
  • They’re black boxes — you have no idea what they’re actually doing

Claude Code is different. Every step is visible, and it can tune deeply for your specific machine — not a generic script written for ten thousand people.

2. Step one: get the starting point aligned

I didn’t have it start working immediately. First I laid out a brief:

“Optimize this computer’s performance for my work habits and work scenarios. Start with a full audit of the configuration and installed software, do a complete review combined with what you know about me, and then decide how to optimize.”

One of the most important things about using AI is giving it the goal up front. That way it keeps recapping that goal throughout, and it drives what knowledge it pulls and what it searches for.

An AI that never asks anything back is dangerous. One that asks is actually trying to understand you.

3. A contrarian finding: more RAM allocated to VRAM isn’t better

It ran a full diagnostic first — CPU, RAM, VRAM, startup items, redundant software, all swept.

One thing I spotted: I’d allocated too much system RAM to VRAM — could that actually be hurting performance? I edit video in CapCut, so I’d assumed giving VRAM a bigger allocation was the better configuration.

Its explanation surprised me: modern Windows applications borrow system memory for the GPU automatically. Manual allocation like mine only helps pre-2018 games, older CUDA programs, and some Adobe plugins. Apps like CapCut peak at only 4-8 GB of VRAM anyway.

“You’re better off leaving most of that memory as memory.”

Newer drivers aren’t necessarily more stable either. It tested my machine and found the older driver was actually more stable.

4. Multi-agent concurrent research on the last 3 months of optimization findings

Once I understood that, I had it spin up a multi-agent team to search the web for verifiable optimization best practices from the previous three months.

The research came back as a checklist:

  • Revised VRAM allocation
  • One driver rollback recommendation
  • BIOS update (with steps specific to my machine model)
  • Startup item trimming
  • Uninstall IE
  • Anti-ransomware ASR configuration
  • Laptop power management plan

Deeply researched, highly specific. No ordinary PC manager utility gets to this level.

5. Execution split across 3 conversations + an HTML to-do list

It understands my working rhythm well, and suggested splitting into three conversations:

  1. T0 — everything PowerShell can do directly, no restart required
  2. BIOS update — needs several restarts, so run it separately
  3. In-app software settings — can be slotted in whenever, not urgent

Then I had it write everything beyond T0 into an HTML document — each recommendation carrying its reason / performance benefit / risk / firmware download link.

Open the page and the whole optimization checklist is right there. That same file also works as context for the next conversation.

Wrapping up

Once you do this once, it knows your machine. After that you can save it as a scheduled task that runs in the background periodically, with nobody watching over it.

That’s what Claude Code can do — beyond coding. It does it through programming, but what it accomplishes isn’t programming.

Harsher than 360, more transparent than a PC manager.

Claude Code uses programming to get things done. It isn't about doing programming.