Category Archives: AI

Claude Code or VS Code Still Showing Opus 4.8? How to Switch to Opus 5

Anthropic shipped Claude Opus 5 on July 24, 2026. It is the new default model on Claude Max and the strongest model you can pick on Claude Pro. So why does the model picker in your VS Code panel still say Opus 4.8?! Before you go digging through your account or your plan, check the version. Opus 5 requires Claude Code v2.1.219 or later, and the list of models in that picker is compiled into the build you have installed.

My RTX 5090 Renders 5x Faster. Here’s Why I Still Use a Cheap 4060 in the render fleet.

Bar chart comparing WanGP image to video render time per clip on RTX 5090 versus RTX 4060. Light clip 42 seconds versus 205 seconds, heavy clip 101 seconds versus 703 seconds.

Summary: I generate image-to-video (i2v) clips for a software project on a small consumer level GPU fleet: a flagship RTX 5090 and a cheap, always on RTX 4060. On a controlled raw render test the 5090 is about 5x faster per clip. But in a real overnight run where the two cards carried very different loads, their completion rates were only about 1.6x apart, and the 4060 finished a 74-clip batch in a reasonable 4.6 hours. Also, at the end

How to Set Up a SSH Connection in Claude Code Desktop

Summary: Claude Code’s desktop app can SSH into a remote machine and run sessions there against your repo, MCP servers, and ~/.claude config. Setup is a four-field dialog, assuming ssh user@host (where user is your username and host is the hostname or IP) already works from your terminal. The non-obvious caveat: session history is siloed. The desktop app, the CLI on the remote, and the VS Code extension (if you use it) on the remote each keep separate session lists.

Codex CLI feature protip /statusline

TL;DR: There are a few ways to check your ChatGPT Codex usage, including: the web analytics page (covered in yesterday’s post) and the Codex CLI’s own status line, which can put live 5-hour and weekly percentages right at the bottom of your terminal session. The CLI method is easy to miss if you don’t have it enabled, thankfully it is super easy and configurable with the slash command /statusline. Codex CLI’s /statusline menu. Toggle the items you want, then press

How to Check Codex Usage in ChatGPT (Plus, Pro and Credits)

TL;DR: ChatGPT’s Codex has its own usage analytics page at https://chatgpt.com/codex/cloud/settings/analytics, separate from the main ChatGPT settings. You need to be logged into your ChatGPT account first. The page splits your Codex usage into three meters: a 5-hour rolling limit, a weekly limit, and pay-as-you-go credits. Here is an example screenshot: Where EXACTLY Do I Find My Codex Usage on ChatGPT? You have to be logged into your ChatGPT account first. Then paste this URL into your browser: https://chatgpt.com/codex/cloud/settings/analytics Two

Codex /goal feature (TESTED)

Summary: Codex’s new /goal mode lets you hand it a long-running task and walk away. From there it loops plan → act → test → review until your stop condition is met, or your weekly quota taps out. Currently it takes a two-line config edit to enable, then prefix your prompt with /goal. This is very much in line with what the reddit crowd does with a lot of their homebrew scripts and it opens some fun possibilities! Worth turning

“Unable to Load Usage Limits” on claude.ai? Use /usage in Claude Code

TL;DR: I went to claude.ai/settings/usage this morning to check my Claude Max (5x) plan limits and got a red error box: “Unable to load usage limits. Please try again later.” Anthropic’s status page banner read All Systems Operational, but Settings > Usage was still erroring for me at 7:44 AM Central. The workaround that did work: run /usage inside Claude Code. The session and weekly meters loaded immediately. claude.ai/settings/usage on the morning of April 30, 2026. The Plan usage limits

The Mother-In-Law Method for Claude or ChatGPT

Screenshot of the original Mother-In-Law Method post on r/ClaudeAI by u/Ancient_Perception_6

A Reddit post called “The Mother-In-Law Method” is making the rounds in r/ClaudeAI right now. The pitch from u/Ancient_Perception_6: prompt Claude to review your code as if it were written by your mother-in-law, the one who insulted your cooking and your “weird-looking feet.” Find revenge in the diff. Claude obliged, spawned four parallel “hostile reviewers” with distinct beats (money math, tenancy, API contracts, tests), and 31 minutes later returned 27 issues plus nits. Funny post. Funnier thread. It’s tagged as

« Older Entries