u/Far-Cryptographer200

I used ~$11,000 worth of Codex tokens since October 2025 on the $20 plan
▲ 39 r/codex

I used ~$11,000 worth of Codex tokens since October 2025 on the $20 plan

I’ve been using Codex a lot since October 2025, mostly for actual coding work: refactors, debugging, tests, UI fixes, docs, etc.

Based on official API pricing, my local tracker estimates around $11k worth of token usage, while I’m only paying for the $20/month plan.

Now Copilot is shutting down some subscriptions / moving more toward usage-based billing, and quotas seem easier to hit across AI coding tools.

So is the party over ?

u/Far-Cryptographer200 — 14 hours ago

Found a way to monitor Copilot weekly quota usage

Hey guys,

I’ve seen a lot of people complain about Copilot limits being opaque, especially the weekly ones, so I looked into how they could be monitored. What I found is that Copilot exposes useful quota data in its response headers. By using the existing local Copilot credentials and sending a minimal request, it is possible to read headers related to remaining quota and reset time.

From what I found, weekly limits seem to be token-based, while monthly limits are request-based. Feel free to take a look. I made a local dashboard for this, with support for multiple providers like Copilot, Claude Code, Codex and Gemini CLI: https://github.com/Thomas97460/quota-tracker

Hope it helps.

https://preview.redd.it/9depsaxhib0h1.png?width=3840&format=png&auto=webp&s=83977951d76df9f80215b7375cc68dd3f50b8ecb

reddit.com
u/Far-Cryptographer200 — 4 days ago
▲ 2 r/codex

I’ve been working on AgentsLoop CLI, a small open-source tool for running local AI coding-agent loops without API keys.

It runs a CTO → Developer → Validation loop inside a Git repository.

The idea is to make agents keep working on a task until it is solved, validated, or explicitly blocked, instead of stopping after a partial answer.

https://reddit.com/link/1t1ovia/video/wh371s7p0qyg1/player

Agents communicate through Git, so the workflow stays repo-centered and easy to inspect.

It uses existing tools like Codex, Gemini CLI or Copilot through their CLIs, so there is no API key required and no extra SaaS layer.

You can install it with pip:

pip install agentsloop-cli

Then run it inside a Git repository:

agentsloop

Still early, but I opened the repo in case others have the same need.

https://github.com/Thomas97460/AgentsLoop-CLI

reddit.com
u/Far-Cryptographer200 — 12 days ago