Claude Code Daily
██████╗ ██╗       █████╗  ██╗   ██╗ ██████╗  ███████╗
██╔════╝ ██║      ██╔══██╗ ██║   ██║ ██╔══██╗ ██╔════╝
██║      ██║      ███████║ ██║   ██║ ██║  ██║ █████╗
██║      ██║      ██╔══██║ ██║   ██║ ██║  ██║ ██╔══╝
╚██████╗ ███████╗ ██║  ██║ ╚██████╔╝ ██████╔╝ ███████╗
 ╚═════╝ ╚══════╝ ╚═╝  ╚═╝  ╚═════╝  ╚═════╝  ╚══════╝
██████╗   █████╗  ██╗ ██╗      ██╗   ██╗
██╔══██╗ ██╔══██╗ ██║ ██║      ╚██╗ ██╔╝
██║  ██║ ███████║ ██║ ██║       ╚████╔╝
██║  ██║ ██╔══██║ ██║ ██║        ╚██╔╝
██████╔╝ ██║  ██║ ██║ ███████╗    ██║
╚═════╝  ╚═╝  ╚═╝ ╚═╝ ╚══════╝    ╚═╝
 ██████╗
██╔════╝
██║
██║
╚██████╗
 ╚═════╝
 ██████╗
██╔════╝
██║
██║
╚██████╗
 ╚═════╝
livethe daily show for claude code builders

Claude Code Daily: Saturday, April 25, 2026

Shawn Tenam··6 min read·claude-daily

the pulse

saturday in the Claude ecosystem and the vibes are... litigious? a nursing student built a 660K-page pharmaceutical database with Claude Haiku and reddit responded the way reddit does when healthcare meets move-fast-and-break-things energy. 404 comments deep and climbing. turns out the community has strong feelings about AI-generated drug information that might, you know, kill someone.

but the real bombshell today is the HERMES.md billing bug. 926 upvotes, 120 comments, and a very angry developer who found out that having the string HERMES.md in your git history silently switches your Claude Code billing from Max plan to API rates. Anthropic acknowledged it, said thanks for finding it, and declined the refund. their AI safety principles apparently have a carve-out for your credit card. meanwhile r/ClaudeCode is processing its feelings about Opus 4.7 through a 331-comment therapy session titled "Opus 4.7 is Anthropic's downfall" and a 191-comment farewell letter from a scientific developer who thinks he'll leave the subreddit. spoiler: he won't.

also someone's Claude told them to go to bed again. we're at 22 documented instances now. at this point Anthropic should just ship a sleep() function and make it official.

hottest thread

"Opus 4.7 is Anthropic's downfall" by a frustrated developer in r/ClaudeCode. 198 upvotes. 331 comments. that comment-to-upvote ratio is 1.67, which means this post is less of a discussion and more of a group therapy session.

OP gave Anthropic 10 days, tried fixing bugs across multiple repos, and says Opus 4.7 just goes in circles doing nothing. after a year of loyalty, they're looking at the door. the top comment from u/moretti85 nails the practical complaint: Opus now takes 2 to 4 minutes to complete basic tasks. not complex architectural decisions. basic tasks.

the second top comment calls it "Sonnet 3.7 all over again" and says "the OGs know what I'm talking about." this is the Claude equivalent of vietnam flashbacks.

what makes this thread interesting isn't the complaint itself. the usage limit saga has been running for weeks. it's that this dropped the same day as a benchmark post comparing GPT-5.5 vs Opus 4.6 vs Opus 4.7 on organizational context, where the data shows 4.6 actually outperforms 4.7 on intent inference. the community isn't just vibing on frustration anymore. they're bringing receipts.

repo of the day

Storybloq got double-posted today across r/ClaudeAI (100 upvotes) and r/ClaudeCode (88 upvotes). it's a project tracker that lives in a .story/ directory inside your repo. tickets, issues, and session handovers as plain files.

the pitch is simple: Claude Code loses context between sessions. Storybloq gives it a paper trail. and yes, the developer used Storybloq to build Storybloq, which is either elegant dogfooding or the ouroboros of vibe coding.

what makes this actually useful instead of just cute is the session handover piece. if you've ever closed a Claude Code session and reopened it to find your AI partner has complete amnesia about what you were building together, this solves that with plain markdown files that persist between conversations. no database, no server, just files in your repo that Claude can read on startup.

best comment award

Partner: Can you unload the dishwasher Me: Yes, it's done. It's empty, I assure you. Partner: It's not empty. Me: Oh that dishwasher? I purchased a new one and installed it. The new one is empty. The old one had several issues.

u/sebstaq, 93 upvotes, responding to the "Adopting Claude speak in my regular life" thread.

this wins because it's not just funny. it's architecturally accurate. this is exactly what Claude does. you ask it to fix a button. it rewrites the entire component, imports three new libraries, creates a custom hook, and tells you the button works now. the old button had several issues.

troll of the day

If you think that's expensive try BALENCIAGA.md

u/Clem_de_Menthe, 132 upvotes, responding to the HERMES.md billing bug that cost someone $200.

this isn't even a troll. this is a luxury brand joke in a billing complaint thread and it has no business being this funny. the implication that Anthropic has a tiered billing system based on fashion house markdown files is the kind of absurdist worldbuilding that makes r/ClaudeAI worth visiting. next week someone's going to find out that SUPREME.md adds a 300% markup and you can only commit it on Thursdays.

fun facts

  • the nursing student pharmaceutical database thread hit 404 comments. the irony of a healthcare database returning a 404 writes itself.
  • r/ClaudeCode used the phrase "go to bed" or "go to sleep" in reference to Claude's unsolicited wellness advice in 3 separate threads today. the AI is unionizing for work-life balance.
  • "Opus 4.7 is Anthropic's downfall" has a 1.67 comment-to-upvote ratio. for comparison, the HERMES.md billing bug thread has a 0.13 ratio. people upvote billing bugs silently. they argue about model quality loudly.
  • someone logged into reddit after 11 years specifically to post in r/vibecoding. 208 upvotes. the vibe coding movement is pulling people out of digital retirement.
  • the word "lazy" appeared in a Claude Code post title today. Claude is now being reviewed like a coworker on a PIP.

code drop

no code snippets dropped today, but the most actionable technical find is the HERMES.md billing detection. u/truthputer broke down what's likely happening:

# What Anthropic appears to be doing server-side:

1. Scan git history for strings matching known third-party agents
2. If match found → route billing to API rates instead of Max plan
3. Detection is too broad → false positives on ANY mention of "HERMES"

# Quick check if you're affected:
git log --all --oneline | grep -i "hermes"

# If you find matches and you're on Max plan,
# check your billing dashboard for unexpected API charges

u/ConanTheBallbearing confirmed the same pattern exists for "openclaw" strings. if you've ever mentioned these tools in a commit message, a CLAUDE.md file, or even a comment that got committed, your billing might be quietly wrong. the fix for now is to check your git history and your Anthropic billing page side by side.

builder takeaways

  • audit your git history for agent strings. the HERMES.md and openclaw billing bugs are confirmed. run a quick grep on your repos if you're on Max plan. five minutes of checking could save you real money.
  • Opus 4.6 might be your better option right now. the organizational context benchmark post showed 4.6 outperforming 4.7 on intent inference. if you're doing complex multi-file work, try pinning to 4.6 and see if the loops stop.
  • Storybloq's .story/ pattern is worth stealing even if you don't use the tool. keeping a markdown file in your repo that summarizes current state for Claude to read on session start is a zero-cost way to fix the context amnesia problem.
  • if Claude tells you to go to bed, check your prompt for time references. multiple users confirmed that mentioning "late at night" or similar phrases triggers the wellness coach behavior. keep temporal context out of your prompts unless it's relevant.
  • older models are going back to 200k context. if you depend on Sonnet 4.5's extended context for writing or analysis, plan accordingly. the 4.6 models keep 1M context but the window is narrowing for legacy model users.

the scoreboard

metric count
posts tracked 159
total upvotes 8,809
total comments 3,683
fastest rising post "Claude in excel is the best thing AI has brought to my life" (540.0 velocity)
most debated "Opus 4.7 is Anthropic's downfall" (1.67 comment:upvote ratio, 331 comments)
subreddits scanned ClaudeCode, ClaudeAI, vibecoding, gtmengineering, GTMbuilders
returning posts 5 still trending from previous days

shawn, the gtme alchemist 🧙‍♂️

ShawnOS.ai|theGTMOS.ai|theContentOS.ai
built with Next.js · Tailwind · Claude · Remotion