nowfound

Alternatives

Products that do what ACG Tools does

Free LLM cost tools for people running coding agents

  1. 1

    LLMs price comparison tool developed and updated by LLM

    2024

  2. 2

    Calculate and compare the cost of the latest LLM APIs

    2024

  3. 3

    Generate & share your own AI tools

    2025

  4. 4

    Flat rate to the best LLMs for OpenClaw, Hermes Agent, etc.

    Apr 2026

  5. 5
    CodeBurn103

    See where your AI coding spend actually goes

    25d ago · codeburn.app

  6. 6

    Aggregate uptime monitoring across OpenAI, Claude, and more

    Apr 2026

  7. 7
    Amp Free144

    Agentic coding tool built by Sourcegraph, free for everyone

    Oct 2025

  8. 8

    See your LLM token bill before you hit send.

    2025

  9. 9

    A better way to find free tools and resources

    2022

  10. 10

    Free browser tools for everyday tasks, no login

    Jul 2026 · free-aitools.com

  11. 11

    RAG-ready web scraping that cuts your LLM token costs

    Apr 2026

  12. 12RM

    Hello HN! Being a software engineer and an SEO guy I wrote a heap of tools and scripts to make my life easier. Now I've decided to share some of them with the community, and made a small site where I will be publishing them. They are all completely free (yes, free forever) and you don't even need to sign up for the site. Just use the thing as you like, no limits. Currently you can access 4 instruments: - Backlink retriever - Thin/weak content analyzer - Traffic trend analysis - Visitor list retriever I am planning on releasing more free tools with time, and trying to stay original by…

    2018

  13. 13IM

    So hard to keep up with tooling and MLOps - I put it all in one place and got some tips from an experienced friend on what to use.

    2025 · readyforagents.com

  14. 14IB

    I was overspending on GPT-4o. It was really hard to compare different models I could switch to, so I built this LLM comparison tool. It shows leaderboards, pricing, and performance data across 100+ LLMs (including all major providers and open-source models). Key features: - Live pricing comparisons - Benchmark Scores (MMLU, HumanEval, GPQA, etc.) - Context length vs cost analysis - Speed/throughput tests across providers - Quality vs price visualizations - Open source (all data verifiable) Try it out: https://llmstats.com I'd like to know your opinion :) Tech stack: Next.js,…

    2025 · llm-stats.com

  15. 15IB

    I built a tool to roast landing pages with AI agents. I was gathering feedback from watching landing page roast videos, and figured out I could prompt LLMs to analyse a screenshot and roast based on the same criteria. It's not 100% accurate yet, but it has been really insightful when I've tested it on my own websites. Let me know what you think!

    2024 · roastmylandingpage.io

  16. 16AC

    I put together a directory of agentic coding tools & things like autonomous app builders, CLI agents, VSCode copilots, and multi-agent dev platforms. Most of these tools can plan, scaffold, and write code with minimal input. Some are polished, some experimental. I wanted a way to compare them all in one place. You can filter by autonomy level, LLMs used, pricing, open source, etc. It’s a compact UI—works on mobile, has dark mode, and no signups or fluff. Would love feedback: Are there tools I’ve missed? Anything that should be organized differently? Info you wish was included? Cheers.

    2025 · aisnoop.org

  17. 17AR

    Hi HN. I'm the founder of Phoenix Labs (ex TikTok, Applied AI) and we're open sourcing our internal tooling today which is like a toolchain / meta-harness for CLI agents useful for really scaling eng and creative work. We are a very small team who's building a very ambitious product so we had to find ways to squeeze every ounce of efficiency that we could get our hands on. Harness strengths of different models (Claude, GPTs) and CLI-harnesses (Claude Code, Codex), safe/robust browser integration to speed up UX/QA testing, teams cli to speed up security reviews and parallelize…

    May 2026 · agents-cli.sh

  18. 18IB

    Hey HN, I've been working on something cool that I wanted to share with you all. It's called Viewpoint, an analytics tool for LLMs like OpenAI, Anthropic models, and Gemini. The idea came from the constant flood of new LLM models and the need to figure out which ones work best for my projects without breaking the bank. With viewpoint, I can track token usage, costs, latency(WIP), and traffic over time, making it easier to compare different models and see which ones perform best and save money. The tool works asynchronously, so it doesn't add any latency to your LLM requests, and you have…

    2024 · viewpointhq.com

  19. 19CF

    Hey HN, I'm Namanyay from https://gigamind.dev/. One of the most empowering applications of LLMs is enabling non-technical people to build apps and products. This value is reflected in the revenues of companies like Lovable and Bolt. Many of Giga's paying customers are business executives building valuable automations and internal tools that increase efficiency. But, the incumbents currently operate on pay-as-you-go pricing, which is a predatory business model that I ethically disagree with. I believe the future of vibe coding tool pricing needs to be outcome based vs PAYG.…

    Nov 2025

  20. 20PR

    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

  21. 21V1

    I've been building AI products for a while. For this one I made a deliberate choice: none of the 16 tools use AI. Meeting cost calculators, freelance rate calculators, PRD generators, runway calculators, sprint retro boards — these problems don't need a language model. They need a well-designed form and correct arithmetic. Built on Nuxt 4 + Vue 3, fully static, runs in your browser. No account required to use anything. Optional Firebase auth only kicks in if you want to save output. Irony worth naming: Claude Code was my pair programmer throughout. The choice wasn't anti-AI — it was about…

    Mar 2026 · viztools.app

  22. 22LF

    Hey HN, I built SWE-Kit, LLM toolkit (Function callable tools) which makes building agents specialised in coding like Devin very easy. I noticed a typical pattern while building local agents: creating & perfecting LLM tools to interact with system or codebase was the repeated and time-consuming. We created a layer that simplifies building agents that can interact with code, file system, git, shell and allows you to quickly solve for a wide variety of coding agent use cases. Aren’t there open coding agents already? Well, yes, but most folks would want to solve their specific use case like a…

    2024 · swekit.dev

  23. 23TT

    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

  24. 24

    Free LLM API. Ads in your terminal pay for it.

    15d ago · infr.ad

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