nowfound

Alternatives

Products that do what Hexum — 85% fewer tokens to the model does

Save token costs and remove code spaghetti

  1. 1
    Code Mode144

    Slash MCP token usage by 68%

    Nov 2025

  2. 2

    Use Codex at 35.6% lower costs

    Apr 2026 · edgee.ai

  3. 3WW

    I spent a few hours last weekend testing whether AI can replace code by executing directly. Built a contact manager where every HTTP request goes to an LLM with three tools: database (SQLite), webResponse (HTML/JSON/JS), and updateMemory (feedback). No routes, no controllers, no business logic. The AI designs schemas on first request, generates UIs from paths alone, and evolves based on natural language feedback. It works—forms submit, data persists, APIs return JSON—but it's catastrophically slow (30-60s per request), absurdly expensive ($0.05/request), and has zero UI…

    Nov 2025 · github.com

  4. 4
    Edgee196

    The AI Gateway that TL;DR tokens

    Feb 2026

  5. 5
    Caveman161

    why use many token when few do trick

    25d ago · caveman.so

  6. 6CA

    Built this after realizing I was spending ~$1400/week on Claude Code with almost no visibility into what was actually consuming tokens. Tools like ccusage give a cost breakdown per model and per day, but I wanted to understand usage at the task level. CodeBurn reads the JSONL session transcripts that Claude Code stores locally (~/.claude/projects/) and classifies each turn into 13 categories based on tool usage patterns (no LLM calls involved). One surprising result: about 56% of my spend was on conversation turns with no tool usage. Actual coding (edits/writes) was…

    Apr 2026 · github.com

  7. 7

    RAG-ready web scraping that cuts your LLM token costs

    Apr 2026 · geekflare.com

  8. 8TP

    Hey HN! Tokencost is a utility library for estimating LLM costs. There are hundreds of different models now, and they all have their own pricing schemes. It’s difficult to keep up with the pricing changes, and it’s even more difficult to estimate how much your prompts and completions will cost until you see the bill. Tokencost works by counting the number of tokens in prompt and completion messages and multiplying that number by the corresponding model cost. Under the hood, it’s really just a simple cost dictionary and some utility functions for getting the prices right. It also accounts for…

    2024 · github.com

  9. 9LC

    Hi HN, I'm building Librarian (https://uselibrarian.dev/), an open-source (MIT) context management tool that stops AI agents from burning tokens by blindly re-reading their entire conversation history on every turn. The Problem: If you're building agentic loops in frameworks like LangGraph or OpenClaw, you hit two walls fast: Financial Cost: Token usage scales quadratically over long conversations. Passing the whole history every time gets incredibly expensive. Context Rot: As the context window fills up, the LLM suffers from the "Lost in the Middle" effect. Response latency…

    Feb 2026 · uselibrarian.dev

  10. 10

    Count tokens and estimate costs for any AI model

    2024

  11. 11

    Trim unnecessary code, save AI tokens, and reduce API costs.

    29d ago · token-trim.vercel.app

  12. 12

    Cut LLM API costs by 65%. No GPU. No code changes.

    Apr 2026 · twotrim.com

  13. 13

    Cut your LLM Token Costs by 65%

    Jul 2026 · supercompress.dev

  14. 14CS

    Hi HN! Token cost has started to become a high topic of concern to all of us. I tried a few (awesome) tools such as rtk, caveman, and the recent (hillarious but effective) ponytail. What they usually do, is in-line token reduction, e.g. try to compress requests / responses as much as possible. But then it hit me (and I’m sure others had similar ideas) - just like we have routers that pick the right model, why not have something that will also narrow down the amount of available tools, skills and mcps based on repo/context? People usually accumulate skills, agents, MCP servers,…

    Jun 2026 · github.com

  15. 15IN

    Tl;dr: I trained a classifier to route to the least expensive model and reasoning depth to complete the request. Coupling that with additional automated token efficiency techniques has yielded 3x usage for the same spend. For anyone interested in trying it themselves: https://nerfguard.com Various teammates and I switched over to Codex from Claude Code recently. We still bounce between the tools, but Codex’s speed and steerability coupled with performance gains were hard to ignore. One of the downsides was that the per token pricing kicked in way sooner. This is happening across…

    Jun 2026

  16. 16AU

    Hi HN, I was once given the advice: Don't waste expensive frontier model credits (GPT/Claude/etc.) on bulk work. Send the boring, repetitive, high-volume jobs to a smaller model, and save the expensive prompts for when you actually need frontier-level reasoning. I complained and told my manager that I shouldnt have to think about using certain models for certain coding tasks, and that one model should handle everything. Well, here we are anyway. If anyone needs a place to absolutely abuse an LLM with high-volume tasks, come beat ours up at https://yolo-auto.com. Here are…

    Jul 2026 · yolo-auto.com

  17. 17
    Vexp12

    Cut AI coding costs 58% with pre-indexed codebase context

    Mar 2026 · vexp.dev

  18. 18PR

    Hi HN, While building RAG agents, I noticed a lot of token budget was wasted on formatting overhead (HTML tags, JSON structure, whitespace). Existing solutions felt too heavy (often requiring torch&#x2F;transformers), so I wrote this lightweight, zero-dependency library to solve it. It includes strategies for context packing, PII redaction, and tool output compression. Benchmarks show it can save ~15% of tokens with negligible latency overhead (<0.5ms). Happy to answer any questions!

    Dec 2025 · github.com

  19. 19

    Your customized plugin to cut token waste, up to 50% savings

    May 2026 · analyzer.spec-kitty.ai

  20. 20TT

    I use Claude Code, Codex and Cursor (and sometimes Antigravity) basically every day, and could never tell how much I was actually consuming across all of them. So I built TokenMaxxer. A small CLI reads the files these tools already write locally and puts it all in one dashboard, broken out by tool, model, provider and day. It covers 18 tools now, and you get a profile page with your daily activity, cost estimates, and your top models and tools. There's also a global leaderboard if you want to compete against other TokenMaxxers! I'd love to see if anyone can beat the first place (currently…

    Aug 2026 · tokenmaxxer.xyz

  21. 21AS

    We explored a novel method to gauge the significance of tokens in prompts given to large language models, without needing direct model access. Essentially, we just did an ablation study on the prompt using cosine similarity of the embeddings as the measure. We got surprisingly promising results when comparing this really simple approach to integrated gradients. Curious to hear thoughts from the community!

    2023 · heatmap.demos.watchful.io

  22. 22

    Cut your AI costs by 63% — before you hit send

    Jun 2026 · tokenmetr.com

  23. 23
    GitHub1

    Cut LLM token costs 30–60% — local, instant, zero API calls

    Apr 2026 · github.com

  24. 24

    Cut LLM token costs 40-70% with offline prompt compression

    Jul 2026 · llmslim.app

Ranked by how close each launch is in meaning, then by votes. Refine with a description →