惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

腾讯CDC
Engineering at Meta
Engineering at Meta
Last Week in AI
Last Week in AI
V
Visual Studio Blog
Stack Overflow Blog
Stack Overflow Blog
A
About on SuperTechFans
博客园 - 司徒正美
D
DataBreaches.Net
有赞技术团队
有赞技术团队
T
The Blog of Author Tim Ferriss
MyScale Blog
MyScale Blog
I
InfoQ
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
月光博客
月光博客
Google DeepMind News
Google DeepMind News
Recent Announcements
Recent Announcements
小众软件
小众软件
G
Google Developers Blog
博客园 - 【当耐特】
U
Unit 42
美团技术团队
B
Blog
D
Docker
Blog — PlanetScale
Blog — PlanetScale

DEV Community

Authentication Security Deep Dive: From Brute Force to Salted Hashing (With Java Examples) Why AI Systems Don’t Fail — They Drift Spilling beans for how i learn for exam😁"Reinforcement Learning Cheat Sheet" I Replaced Chrome with Safari for AI Browser Automation. Here's What Broke (and What Finally Worked) How Python Borrows Other People's Work The $40 Architecture: Processing 1 Billion API Requests with 99.99% Uptime Vibe Coding: A Workflow Guide (From Zero to SaaS) Most webhook security guides protect the wrong side. The scary part is delivery. Headless CMS for TanStack Start: Build a Blog with Cosmic EU Age Verification App "Hacked in 2 Minutes" — What Actually Happened Comfy Cloud’s delete function does not actually remove files Running AI Models on GPU Cloud Servers: A Beginner Guide Event-driven media intelligence with AWS Step Functions and Bedrock I scored 500 AI prompts across 8 quality dimensions — here's what broke How to Call Google Gemini API from Next.js (Free Tier, No Backend Needed) The Portal Protocol: Reclaiming Human Connection in the Age of AI How to Fix Your Team's Scattered Knowledge Problem With a Self-Hosted Forum Intro to tc Cloud Functors: A Graph-First Mental Model for the Modern Cloud Designing Multi-Tenant Backends With Both Ownership and Team Access I Built a Neumorphic CSS Library with 77+ Components — Here's What I Learned PostgreSQL Performance Optimization: Why Connection Pooling Is Critical at Scale Cómo construí un SaaS multi-rubro para gestionar expensas en Argentina con FastAPI + Vue 3 🚀 I Built an Ethical Hacking Scanner Tool – Open Source Project I Replaced /usage and /context in Claude Code With a Single Statusline A Pythonic Way to Handle Emails (IMAP/SMTP) with Auto-Discovery and AI-Ready Design I Collected 8.9 Million Polymarket Price Points — Here's What I Found About How Markets Really Move EcoTrack AI — Carbon Footprint Tracker & Dashboard Everyone's Using AI. No One Agrees How. 5 self-hosted ebook managers worth trying in 2026 Building Your First AI Agent with LangChain: From Chatbot to Autonomous Assistant
Claude Code Billing Alert, Workflow Enhancements & Open-S...
soy · 2026-04-26 · via DEV Community

soy

Claude Code Billing Alert, Workflow Enhancements & Open-Source OCR Benchmarks

Today's Highlights

Today's highlights include a critical billing bug affecting Claude Code users, a comprehensive cheat sheet for optimizing Claude Code workflows, and the release of DharmaOCR, an open-source 3B SLM with strong cost-performance benchmarks.

Claude Code Billing Bug: 'HERMES.md' in Git Commits Triggers API Rates (r/ClaudeAI)

Source: https://reddit.com/r/ClaudeAI/comments/1svdm1w/psa_the_string_hermesmd_in_your_git_commit/

A critical bug has been discovered in Claude Code's billing system that can silently incur unexpected costs for developers. Users are reporting that the presence of the string "HERMES.md" (case-sensitive) in their Git commit history can cause Claude Code to bypass the Max plan's bundled usage and instead bill at standard API rates. One developer reported an unexpected $200 charge due to this issue.

Anthropic's support has acknowledged the bug, indicating it's an internal routing error related to an experimental feature that was inadvertently enabled for some users. This issue highlights the importance for developers to scrutinize cloud service billing and API usage patterns, especially when engaging with developer tools still under active development or integration. Developers are advised to check their Git commit histories and monitor their Claude Code billing closely to avoid similar unexpected charges.

Comment: This is a serious heads-up for anyone using Claude Code and Git. Unexpected billing bugs like this can derail project budgets fast. Always double-check your commits and monitor your spend.

Claude Code Cheat Sheet for Daily Use and Enhanced Workflows (r/ClaudeAI)

Source: https://reddit.com/r/ClaudeAI/comments/1sv852q/claude_code_cheat_sheet_after_6_months_of_daily/

Following positive community feedback on a previous post, a Claude Code power-user has compiled a comprehensive "cheat sheet" based on six months of daily use. This resource aims to help developers optimize their Claude Code workflows by outlining effective commands, configuration tips, and interaction patterns. The sheet covers strategies for better prompt engineering within the Claude Code environment, managing context efficiently, and leveraging the tool for specific coding tasks such as refactoring, debugging, and generating boilerplates.

It emphasizes practical advice for developers looking to deepen their integration of Claude Code into their daily development cycle, moving beyond basic prompts to more structured and repeatable interactions that yield superior results and productivity gains. The community contribution underscores the growing importance of shared knowledge in maximizing the utility of AI-powered developer tools, providing a valuable resource for both new and experienced users.

Comment: This cheat sheet is gold for Claude Code users. It distills months of practical experience into actionable tips, especially on structuring prompts for complex coding tasks.

DharmaOCR: Open-Source 3B SLM with Cost-Performance Benchmarks (r/MachineLearning)

Source: https://reddit.com/r/MachineLearning/comments/1sun6wt/dharmaocr_opensource_specialized_slm_3b/

DharmaOCR, a new open-source Specialized Small Language Model (SLM) with 3 billion parameters, has been released on Hugging Face, complete with public models and datasets. This release is accompanied by a research paper detailing extensive experimentation and a robust cost-performance benchmark comparing DharmaOCR against larger LLMs and other open-source models specifically for Optical Character Recognition (OCR) tasks. The benchmark demonstrates DharmaOCR's efficiency and accuracy, positioning it as a highly competitive solution for specialized text extraction, particularly where cost and latency are critical considerations.

Developers and researchers can freely access and experiment with DharmaOCR, providing a valuable resource for integrating efficient OCR capabilities into applications without the overhead of larger, more general-purpose models. The project emphasizes the potential of specialized SLMs to outperform or match larger models in specific domains, offering a practical alternative for resource-constrained environments or applications requiring fine-tuned performance. This is an excellent example of a practical, open-source tool that can be immediately tested and integrated.

Comment: An excellent example of how specialized SLMs can deliver competitive performance with better cost-efficiency for specific tasks like OCR. This is definitely worth exploring for targeted applications.