$0.00
per message — before you even type
Your AI agent is
bleeding money.
And you don't even see it.
↓ The Token FinOps Manifesto
We Believe
admin for everything locally.The Hidden Cost of Context
Every message carries invisible weight. This loads before your actual question:
59,500 tokens of context for a 15 token question.
A 4,000:1 ratio. Like reading a novel to answer "what time is it?"
Monthly cost: $400–500
For a single developer. Using credits. Without noticing.
The Principles
Token FinOps isn't a tool. It's a discipline.
Context Is a Resource
Every file loaded into context pays rent on every API call. If it's relevant in <30% of sessions, don't always-load it.
Memory Has Tiers
Hot (last 10 items, 500 tokens) → Warm (summary, 12K) → Cold (searchable archive). Never bulk-load everything.
Budget Guards First
Your agent needs a circuit breaker. Not "alert after $500" — STOP before exceeding $X/day. Non-negotiable.
Route by Complexity
Not every task needs Sonnet. Simple → free model. Complex → expensive. Match cost to value delivered.
Audit Monthly
15 minutes: what's in context? What's dead? What's my memory size? What's my actual spend? Repeat.
Steering Over Skills
Skills everywhere is not free. Every skill manifest pays rent on every call. Use steering for daily, skills for weekly.
Determinism Over Guessing
Validate output against a strict ontology graph, not another LLM. LLM-as-a-judge costs GPU tokens; graph validation costs fractions of a cent.
Value Over Volume
Tokens are the meter, not the goal. Measure cost per call, not per token — and tie spend to outcomes. The discipline that turns a bill into ROI.
Copy the Manifesto
Two audiences: Agent (behavioral rules for your coding agent — executable) or Build (implementation patterns with TinkuyLabs references).
Full Tokenfesto
All 7 rules — install in any coding agent
Context Is a Resource
Behavioral rule
Memory Has Tiers
Behavioral rule
Budget Guards First
Behavioral rule
Route by Complexity
Behavioral rule
Audit Monthly
Behavioral rule
Steering Over Skills
Behavioral rule
Determinism Over Guessing
Behavioral rule
Value Over Volume
Behavioral rule
Install in Your Coding Agent
Three install tiers per platform: Steering (compact rules, always-loaded, ~250 tok), Skill (full manifesto, on-demand via keyword, ~950 tok), or MCP (TokenOps server + tool steering, ~500 tok).
Kiro CLI
Claude Code
Cursor
Any Agent
Open Source Tools
We don't just talk about it. We build it.
Sayay
Agent cost guardrails. Daily/monthly/session USD limits. Actions: allow, warn, degrade, block.
npm i @carloscortezcloud/sayay-guardStyrr
Multi-model LLM router. Automatic fallback chain. Route by cost, speed, or quality.
npm i @carloscortezcloud/styrr-llmTinkuy
Minimal agent framework. Tool loops + budget control + observability. 200 lines core.
npm i @carloscortezcloud/tinkuy-agentSOFE
FinOps governance engine. 36 policies, 18 collectors. Cloud + AI cost evaluation.
pip install sofeJoin the Movement
Token FinOps is year 1. Cloud FinOps took 7 years to become mainstream.
We're starting now.
Built by engineers who got tired of burning tokens.
⌁ Aligned with the Tokenomics Foundation
Tokens are the meter, not the goal.
The Linux Foundation launched the Tokenomics Foundation (Aug 2026) to standardize the economics and ROI of AI. Tokenfesto is its practitioner side — the discipline you apply before the standards arrive.
"Tokenomics isn't about counting tokens. It connects the total cost of AI to its outputs." — Tokenomics Foundation