
TokenBack
Cashback on tokens. Finally!
What it does
Tokenback changes how AI usage is priced. By batching requests, it unlocks enterprise-level discounts and returns savings as flat cashback on every token used. It works as a drop-in replacement for OpenAI and Anthropic APIs, requiring no changes to your workflow. As usage grows, your effective cost decreases—making AI scaling more efficient, transparent, and cost-effective.
Does the same job
all alternatives →

Don't Build Products, Resell AI TokensAug 2026 · majia1fan.github.io · ▲3How middlemen quietly cash in on AI API chaos.
- TTTokencap – Token budget enforcement across your AI agentsApr 2026 · github.com · ▲7
I built this after hitting the same wall repeatedly — no good way to enforce token budgets in application code. Provider caps are account-level and tell you what happened, not what is happening. Two ways to add it: # Direct client wrapper client = tokencap.wrap(anthropic.Anthropic(), limit=50_000) # LangChain, CrewAI, AutoGen, etc. tokencap.patch(limit=50_000) Four actions at configurable thresholds: WARN, DEGRADE (transparent model swap), BLOCK, and WEBHOOK. SQLite out of the box, Redis for multi-agent setups. One design decision worth mentioning: tokencap tracks tokens, not dollars. Token…

- C5Cut 50%+ on the Cloud (AWS / GCP / Azure)2024 · ▲12
Hi HN community! My name is Kane and I'm on the product team at www.usage.ai , a cloud cost optimization company. After honing our product on AWS, I'm excited to announce our availability for customers on GCP and Azure! At a high level, Usage insures committed use-discounts (CUDs) to reduce commitment risk and enable higher savings for companies on the cloud. With traditional CUDs, you commit to a certain level of usage over a specified period in exchange for discounted rates from the cloud provider. However, if your actual usage falls short of the committed amount, you may not fully realize…
More ai this month
the category →
I trained a 125M-parameter transformer to autocomplete piano performances in real time (~108 notes/sec on an iPhone 15). The idea is basically GitHub Copilot or Tabnine, except instead of prompting it with code, you prompt it by playing a few notes on a MIDI piano. The model then continues what you played, entirely on-device. The app is free if anyone wants to try it. Happy to answer questions about the model, training, Core ML, or the many things that didn't work.
AI · 17d ago · simedw.com
Astute▲585Automate your B2B brand going viral, with new media creators
AI · 18d ago · company-app.joinastute.com


Hey HN, Henry from Cactus here! We previously released Cactus Needle, a 14MB agentic LLM for tool call, device use, and structured extraction for phones, wearables, smart homes, small robots and microcontrollers. We got really great feedback here, and have now incorporated the suggestions to release Needle 2. The whole model is a single 14MB binary that runs a full session in 28MB of RAM; 45m parameters at 2bit compression. Needle hits 500 tokens/sec decode speed on a Raspberry Pi 5, sits between 400-1,500 tokens/sec on VR devices like Meta Quest 3S and Apple Vision Pro, and ranges…
AI · 27d ago · cactuscompute.com


Launched alongside, April 2026
the whole month →
- AG
Thought the resources for GPU arch were lacking, so here we are
Life & fun · Apr 2026 · jaso1024.com
- IB
Built a ~9M param LLM from scratch to understand how they actually work. Vanilla transformer, 60K synthetic conversations, ~130 lines of PyTorch. Trains in 5 min on a free Colab T4. The fish thinks the meaning of life is food. Fork it and swap the personality for your own character.
AI · Apr 2026 · github.com

- BC
Life & fun · Apr 2026 · sam-burns.com
- IB
With social media and now AI, its important to keep the indie web alive. There are many people who write frequently. Blogosphere tries to highlight them by fetching the recent posts from personal blogs across many categories. There are two versions: Minimal (HN-inspired, fast, static): https://text.blogosphere.app/ Non-minimal: https://blogosphere.app/ If you don't find your blog (or your favorite ones), please add them. I will review and approve it.
AI · Apr 2026 · text.blogosphere.app