Skip to content
#

llm-cost-tracking

Here are 23 public repositories matching this topic...

VibeBill

Git-native granular cost accounting for AI-developed repos, what did this commit cost? Reads Claude Code / Codex / Gemini CLI / aider logs, joins them to git history, and prices every commit, PR and release. Measured from real tokens, never estimated.

  • Updated Aug 10, 2026
  • TypeScript

Claude Code plugins for the full feature lifecycle: idea → Value Increment → ARD → spec → design → Epics → implementation → docs → release notes, each gated by an Opus review. Tracks what every feature costs in $ by phase, role and model, and captures friction in-flight so the workflow keeps improving.

  • Updated Sep 9, 2026
  • Shell

Seven patterns for adding AI features to existing products: sidecar vs in-process, streaming, caching tiers, eval-gated deploys, fallback UX, cost guardrails, vendor-lock hedging. Each says when to skip it. CI parses the doc and lints out fabricated numbers.

  • Updated Jul 26, 2026
  • Python

GitHub Copilot plugins for the full feature lifecycle: idea → Value Increment → ARD → spec → design → Epics → implementation → docs → release notes, each gated by an AI review. Tracks what every feature costs in $ by phase, role and model, and captures friction in-flight so the workflow keeps improving.

  • Updated Sep 2, 2026
  • Python

AI copilot retrofitted into an existing multi-tenant Django SaaS without touching its schema or auth: semantic search, ask-your-data behind a SQL guardrail, summarization, each with a per-tenant cost cap, PII redaction and an eval gate in CI. Tests run offline, no API key.

  • Updated Jul 26, 2026
  • Python

Add this topic to your repo

To associate your repository with the llm-cost-tracking topic, visit your repo's landing page and select "manage topics."

Learn more