Open-source AI billing delegation standard — thought this might be relevant to anyone building agent products with Archon #2024
Replies: 2 comments 6 replies
|
The AI billing-delegation standard plus BYOK versus custom credit/quota infrastructure should be grouped by user, workflow, and model tier early, because those are the levers teams actually use to reduce spend. A useful shape would be one usage event per model call, with provider/model, feature name, token fields, retry count, latency, and billing bucket all attached. Then cost can be traced back to product behavior instead of guessed from invoices. I am working through similar issues while testing an OpenAI-compatible layer for official Chinese models, mainly around routing, cost visibility, and response-shape compatibility. In this case, is the main pain attribution by user/workspace, or just understanding which agent steps are consuming the most tokens? |
|
Good news everyone. Preliminary feedback from OpenAI Support in their developer forum. I received an email from OpenAI Support who have provided encouraging preliminary feedback on the AI Billing Delegation Standard. They also highlighted several areas that require deeper consideration, including misleading consent flows, token replay, high-volume traffic being attributed to individual users, and applications generating substantial costs without sufficiently clear user intent. This feedback represents an informal response from OpenAI Support. It should not be interpreted as an endorsement, partnership, formal technical review, or official position of OpenAI. The ABDS project welcomes community discussion and contributions addressing these risks. |
Uh oh!
There was an error while loading. Please reload this page.
Hi Cole,
I've been following Archon's approach to giving AI coding agents structured context and task management — really solid infrastructure thinking.
I wanted to share something adjacent that your audience might find relevant. Most developers building consumer-facing AI agents eventually hit the same wall: who pays for the inference? Right now it's absorb the cost yourself, force users into BYOK, or build a custom credit/quota system from scratch.
I've developed an open-source proposal called the Artificial Intelligence Billing Delegation Standard (ABDS) — an OAuth 2.0 profile that lets a user authorize bounded AI usage directly against their own provider subscription, enforced server-side by the provider rather than the developer building that infrastructure themselves.
Spec: github.com/MJohnstonAI/ai-billing-delegation
Given how much of your content is about making AI agent development practical and repeatable, I thought this might resonate — either as something worth a video, or just genuinely useful context as you think about how Archon-built agents handle cost at scale.
Either way, happy to hear your take if you have time to look at the architecture.
Marc Johnston
![Uploading ABDS.jpg…]()
Founder, NeuroSync AI Dynamics
All reactions