Show HN: Badge that shows how well your codebase fits in an LLM’s context window

via github.com

Short excerpt below. Read at the original source.

Small codebases were always a good thing. With coding agents, there’s now a huge advantage to having a codebase small enough that an agent can hold the full thing in context. Repo Tokens is a GitHub Action that counts your codebase’s size in tokens (using tiktoken) and updates a badge in your README. The badge […]

Read at Source