nowfound

Alternatives

Products that do what cache-assembler does

Cuts Claude Code and API costs 8.2x by fixing prompt-caching

  1. 1

    Make Claude Code faster and cheaper without losing context

    Mar 2026

  2. 2
    WOZCODE194

    Cut Claude Code costs by up to 50%

    May 2026

  3. 3

    Browse, search & track costs across Claude Code sessions

    Apr 2026

  4. 4
    Conduit137

    Fix the tool-list bloat slowing your AI agent

    Jun 2026

  5. 5
    Sipcode148

    Keep Claude Code's context clean for sharper answers

    Jun 2026

  6. 6

    Track AI CLI spending across Claude, Codex & Gemini in 40ms

    Feb 2026

  7. 7
    MOTHER 73

    A terminal built for Claude Code w/ one-click session resume

    Aug 2026

  8. 8IT

    I hit my Claude Code usage limit yesterday in the middle of regular work. Not doing anything unusual - just a couple of coding sessions. It felt like it came out of nowhere. Then today Anthropic announced they're tightening 5-hour limits during peak hours. It feels like a rug pull is coming and we're all just supposed to accept "you've used too much" with no explanation of what "too much" means. Usage limits have always been opaque. A vague percentage bar. No dollar figure. No formula. No way to plan your work around it. So I built a proxy that captures the rate-limit headers Anthropic sends…

    Mar 2026 · github.com

  9. 9CP

    Anthropic announced today that starting June 15, paid Claude plans get a separate monthly credit pool for programmatic usage (claude -p, Agent SDK). Seems OK at first glance but it turns out the monthly credit pool is charged at API rates, which effectively kills any serious programmatic usage for hobbyists. This is a small Claude Code wrapper which runs claude in a PTY, injecting input, finding the session transcript jsonl file, and using a stop hook to determine when claude is done. It's a drop-in replacement for claude code. All arguments except the "-p" argument are forwarded as-is.…

    May 2026 · github.com

  10. 10LC

    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

  11. 11IC

    Hey HN, I built ShadowGit a while back to automatically commit code every minute to a hidden git repo (.shadowgit.git). Original goal was to easily rollback when AI tools break things. But I discovered something interesting: this minute-by-minute history is perfect context for AI assistants. So I built an MCP server that lets Claude/Cursor query this history using native git commands. The results surprised me: Before: Claude would read my entire codebase repeatedly, burning 15,000+ tokens to debug issues. After: Claude runs `git log --grep="drag"` finds when drag-and-drop worked,…

    2025 · shadowgit.com

  12. 12PR

    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

  13. 13KC
  14. 14

    Convert Claude Code into LLM API

    28d ago · github.com

  15. 15ES

    Are you spending hundreds of dollars a month on AI coding costs? I built European Swallow AI, an API that uses reasoning models (Claude, Deepseek) for thinking and cheaper specialized coding models (Qwen, Grok) to write code, so you can save token costs while still getting high quality code. With an OpenAI formatted endpoint you can try European Swallow in Cursor, Typing Mind, Xibe AI and your own custom apps. During testing, European Swallow scored 80.5% on Big Code Bench and over 90% on the HumanEval+. It averaged $2.60 per million tokens compared with the $15 per million output tokens of…

    Oct 2025 · europeanswallowai.com

  16. 16LP

    I was not getting good cache utilization when including dynamic context in agent threads. After a lot of experimentation, I found a good pattern that minimizes how often long lived conversation history gets modified while still supporting dynamic context. It has flexible hooks for doing things like truncating or summarizing tool outputs when transitioning messages to the long term history. And I'm seeing >>90% of tokens hitting the cache for my agents despite including a lot of dynamic user context. There are a wide range of agent prompting strategies so I'd love to hear where this library…

    Jun 2026 · github.com

  17. 17IB

    I wanted to share a project I have been working on over the past week. It is a simple local memory system that saves your sessions into Markdown files, which can be viewed later. I developed this after using Claude Mem. I really enjoyed working with it, but it was consuming a lot of RAM, and each Claude session was becoming a major resource hog. I also tried other plugins and MCP solutions, but ran into similar issues, either slow performance or concerns about data being sent elsewhere. Because privacy was a big thing for me, I decided to build my own solution that keeps all data local.

    Feb 2026 · github.com

  18. 18CH

    Hi, I'm fiiv, and I'm the creator of Cache Horse. I built it because I wanted an easy plug-n-play solution to caching and simplifying HTTP requests - in particular, on frontend. First, I was fetching data like daily weather, historic currency exchange numbers, air quality readings - and many of those APIs have quota limits. And second, since I was already caching them, I thought it would be useful to batch them together - so I built that feature in. I would love to hear your feedback and thoughts on the project. Thanks!

    2025 · cache.horse

  19. 19AH

    hey guys, i wanted to show one of my side projects. The idea is a coding harness (independent of models) natively designed for C&#x2F;C++ developer workflows. I'm a C++ dev and do not find claude code work well with C++ toolchain like gdb and perf. The current version has integrations for gdb, clang-tidy, cppcheck, sanitizers, perf, benchmarking, compile DB navigation, Godbolt, symbolization, binary inspection, and decompilation. It supports Anthropic, OpenAI, Gemini, and self-hosted models. There are editor workflows for VS Code, CLion, emacs, neovim, and cursor.

    Jul 2026 · byteask.ai

  20. 20

    Your project remembers when your coding agent changes

    28d ago · qarinah.io

  21. 21
    Burn2

    Cost-tracking for AI Agents

    19d ago · burn.maferland.com

  22. 22
    Argus2

    See what Claude Code actually did, and what it cost

    3d ago · krishbhimani.github.io

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