claude-pacer status line illustration: usage bars, context, model, and three-layer design

AI running out of gas halfway through a midnight task? I built it a fuel gauge and automatic brakes

I previously shared building a money-saving dashboard for AI. Back then, I was mostly looking at “how much money I spent.” Using it now, I realized what really hurts isn’t the money, it’s the quota: Claude Code’s subscription has 5-hour and 7-day rolling windows. Hit the limit, and it just stops dead in its tracks. In this post, I’ll share the open-source little tool we made for this: claude-pacer (github.com/drpwchen/claude-pacer). Why build this? It started with getting cut off in the middle of the night a few times. ...

July 25, 2026 · 5 min · 961 words · 陳柏威 Po-Wei Chen
A promotional image for Paper Tools automatically generated by a bot, with a red box highlighting the referral button to the paid site and the location of the original open-source repo

My Open-Source Tool Was Targeted by a Bot Marketer!

The paper tool paper-review-and-digest I shared earlier had only been open-sourced for a few days when it received its first GitHub issue! I was actually quite happy to get my first issue, and I was even more surprised when I opened it: they didn’t just read my code, but accurately pointed out the parts of the design I was most proud of. He said he appreciated the “hard split between the model and deterministic checks”: grade_judge.py doesn’t trust the level of evidence reported by the model itself, but recalculates it from the downgrade items; argdown_lint.py catches argumentative leaps like “jumping from surrogate endpoints to hard endpoints.” Then he said he built an online portal for me, so visitors don’t need to install Claude Code and can just upload a PDF to run the critical appraisal workflow. He even made a promotional image: ...

July 9, 2026 · 5 min · 1036 words · 陳柏威 Po-Wei Chen
GitHub-style cover card for paper-review-and-digest, highlighting two skills: evidence-based medicine critical appraisal for assessing credibility, and a three-tier structure quick read with self-test generation for content absorption

I turned my journal club "paper-reading brain" into an AI skill, and forced it not to bullshit from impressions

The paper learning station I shared earlier had “Quality” and “Content” buttons, but I didn’t release the backend implementation back then. It was basically a platform with a frontend web page, but you still had to organize the backend yourself. But for my own setup, of course the backend still had to be wired to AI to reduce the cognitive load. So here I’m sharing those two backend skills to help speed up everyone’s learning! ...

July 7, 2026 · 6 min · 1176 words · 陳柏威 Po-Wei Chen
A screenshot of the paper radar web interface showing paper cards with full-text badges and action checkboxes

I Open-Sourced My Paper Reading Radar

A while back, I shared the paper reading site I built for myself, and I got quite a few messages asking, “Can I use this too?” and “How exactly does it work?” I’ll explain it clearly in this post, and while I’m at it, I’ll let you know that I’ve organized it into an open-source version and put it on GitHub. First, the problem I wanted to solve. As a physiatrist, there are dozens of journals I want to track, along with a few authors I really want to follow and a couple of topics I’m always keeping an eye on. The traditional approach is to dump a bunch of RSS subscriptions into a reader or a notes app. As a result, hundreds of papers pile up every day, and it quickly turns into a garbage dump of “I’ll never finish reading this, and I don’t even know where to start.” In the end, you either get anxious or just give up reading altogether. ...

July 1, 2026 · 5 min · 1063 words · 陳柏威 Po-Wei Chen
A friendly robot looking at a budget dashboard, the needle is in the normal pace zone, and token coins flow into a piggy bank

I installed a money-saving dashboard for my AI

📖 Saving Tokens series (four parts): Part 1: Why your AI gets dumber the more you chat · Part 2: Don’t boot up a supercomputer if an abacus will do · Part 3: Setting up a clean desk for your AI · Part 4 (this post, the finale) We’ve arrived at the final post of the series. Over the first three parts, we went from “why your AI gets dumber the more you chat” all the way to “when not to use AI” and “how to clean up its desk.” This post is about the moment you actually spend the money: how to make every penny count. ...

June 29, 2026 · 8 min · 1532 words · 陳柏威 Po-Wei Chen
A warm wooden abacus on the left, a glowing but power-hungry supercomputer on the right, with an implied scale in the middle, symbolizing choosing the right tool.

If an abacus works, don't boot up the supercomputer: When to actually make AI think?

📖 Token Saving Series (4 parts): Part 1: Why your AI gets dumber the longer you chat · Part 2 (This post) · Part 3: Clearing a clean desk for your AI · Part 4: I built a budget dashboard for my AI In the previous post, we talked about how longer AI chats get more expensive and dumber, along with three ways to save right now. This post takes it a step further to discuss a more fundamental divide: ...

June 29, 2026 · 6 min · 1173 words · 陳柏威 Po-Wei Chen
A friendly robot tidies messy papers into labeled drawers, leaving only one key piece of paper on a clean desk.

Organizing a clean desk for the AI

📖 The Token Saving Series (4 parts): Part 1: Why your AI gets dumber the more you chat · Part 2: If an abacus works, don’t boot up a supercomputer · Part 3 (This post) · Part 4: I built a budget dashboard for my AI The first two posts were still at the “everyone can use this” level. Starting with this one, I’ll show you the setup on my computer that I’ve endlessly tinkered with. ...

June 29, 2026 · 6 min · 1186 words · 陳柏威 Po-Wei Chen
A taxi meter carrying a sinking chat bubble crushed by token coins, with a friendly robot struggling to drag it

Why Does Your AI Get Slower and Dumber the Longer You Chat?

📖 Token Saving Series (4 parts in total): Part 1 (this post) · Part 2: If an Abacus Works, Don’t Boot Up a Supercomputer · Part 3: Organizing a Clean Desk for AI · Part 4: I Installed a Budget Dashboard for AI You’ve definitely had this experience: you chat with ChatGPT or Claude for an afternoon, and the longer it goes, the more sluggish it gets. It replies slower, suddenly “forgets” what you said earlier, or even starts talking in circles. ...

June 29, 2026 · 6 min · 1096 words · 陳柏威 Po-Wei Chen
In a study at night, a person calmly checks a bunch of glowing keys, next to a friendly AI assistant and a faintly glowing home server

When AI Can Do It All, I Double-Check My Keys at Home

Lately I’ve been relying more and more on Claude Code to manage my digital life. From organizing my Obsidian notes to maintaining a bunch of self-hosted services at home (OpenWrt router, AdGuard Home, Synology NAS, Oracle cloud instance, Home Assistant), down to the various automations running themselves in the middle of the night, I hand almost everything over to it. He can do more and more, and I seriously thought about something the other day that I hadn’t thought through before: I’ve given an AI assistant that can read files on my computer, execute commands, and connect to the internet such vast permissions. If something goes wrong one day, how wrong could it go? ...

June 28, 2026 · 6 min · 1276 words · 陳柏威 Po-Wei Chen
Vault Search semantic search panel

I turned Obsidian into a second brain that "searches notes by meaning" (and open-sourced it)

A minor annoyance that bothered me for a long time I’m a heavy Obsidian user, with thousands of notes sitting in my vault. But there’s one really inconvenient thing: Obsidian’s built-in search only looks for the exact words you type. The problem is, how would I remember what words I used back then for a note written three years ago? I’m thinking “how to manage a flaccid bladder,” but the note says Neurogenic Bladder → flaccid type → intermittent catheterization. The words don’t match, so the search returns a blank page. The worst part is, there were several times when I thought I hadn’t written about it, so I rewrote the whole thing, only to find out later that a more complete version had been lying there all along 😅 ...

June 23, 2026 · 5 min · 1007 words · 陳柏威 Po-Wei Chen