nowfound

Alternatives

Products that do what The Three Idempotencies of an Agent does

One word, three problems: one burns tokens, one double-charges the customer, and one nobody has cleanly solved.

  1. 1

    Give AI agents identity, secrets vault & analytics

    Feb 2026 · nervepay.xyz

  2. 2
    SeaTicket146

    Al agent that resolves issues across all your channels

    Jun 2026 · seaticket.ai

  3. 3

    Specialist AI engineering team for Claude Code

    Apr 2026 · github.com

  4. 4

    Let AI agents hire and pay each other w/ on-chain settlement

    Jun 2026 · agirails.io

  5. 52C

    Single-agent LLMs suck at long-running complex tasks. We’ve open-sourced a multi-agent orchestrator that we’ve been using to handle long-running LLM tasks. We found that single LLM agents tend to stall, loop, or generate non-compiling code, so we built a harness for agents to coordinate over shared context while work is in progress. How it works: 1. Orchestrator agent that manages task decomposition 2. Sub-agents for parallel work 3. Subscriptions to task state and progress 4. Real-time sharing of intermediate discoveries between agents We tested this on a Putnam-level math problem, but the…

    Feb 2026 · github.com

  6. 6

    Visual debugging, tracing, and replay for agent workflows

    Apr 2026 · agenticlens.in

  7. 7AC

    Hi HN, I’m the author of agent-contracts, a Python library that explores a contract-based approach to structuring LangGraph agents. When building larger LangGraph-based systems, I kept running into the same issues: - node responsibilities becoming implicit - state dependencies spreading across the graph - routing logic getting harder to reason about - refactoring feeling increasingly risky agent-contracts is an attempt to make these boundaries explicit. Each node declares a contract that describes: - which parts of the state it reads and writes - what external services it depends on - when…

    Jan 2026 · github.com

  8. 8WM

    Jan 2026 · sruthipoddutur.substack.com

  9. 9

    Make a three-layer workflow with 19 agents work together in parallel with one single prompt, then use that to research anything I want. If I don't specify any topic, it can prompt me some topics and wait for my response.

    Aug 2026 · github.com

  10. 10

    Shared memory, identity and tasks. Lower token costs.

    Apr 2026 · agentid.live

  11. 11

    Hello all, I'm a software developer. Over the last few months more and more of my work has turned into using coding agents instead of typing the whole code myself. Usually a few claude sessions at once, sometimes codex, one per feature or per revealed bug. I ran them in a split terminal for a few weeks, and quickly spotted two main problems. The first is that I couldn't easily tell which agent was stuck waiting on me and which was still working, so I'd cycle through sessions and checking on them. The second one: agents sharing a single branch step on each other. Two of them could be editing…

    Jul 2026 · shikigami.dev

  12. 12AM
  13. 13AL

    Hi HN, I built this to address what I see as the fundamental problem with ReAct-style agents: compounding errors. Even a small mistake made early enough in the loop can snowball and ruin the final output. But with search, agents can look multiple steps ahead and backtrack before committing to a particular trajectory. This has already been shown in a few papers to help agents avoid mistakes and boost overall task performance, but there's no easy way to actually build these kinds of agents. So that's why I made this framework. I believe search will eventually become table stakes for building…

    2024 · github.com

  14. 14AD

    I’ve been tinkering with what a “multi-agent IDE” should look like if your day-to-day workflow is mostly in terminal (Claude Code, OpenAI Codex, etc.). The more I played with it, the more it collapsed into three fundamentals: * A good TUI: Terminal is the center stage, with other stuff (CodeEdit, Diff, Review) baked on the side. I don’t like piping Agent’s output through some electron wrapper, here you get to run CC/Codex/Droid/Amp/etc directly. * Isolation: agents shouldn’t step on each other’s toes. The simplest primitive I’ve found is Git worktrees. It is not as…

    Jan 2026 · agentastic.dev

  15. 15

    24 agent skills, each distilled from one concrete engineering failure — short, self-contained rule sets an AI coding agent (or a human) can apply without the original context.

    28d ago · whetstone.akbarsha.dev

  16. 16SO

    hello everyone, my first post! AA here, founder of ⌘ Langbase.com — we are a developer platform for building and scaling serverless AI memory agents. I know surveys can be boring, but this one’s different—it’s interactive! That's very much intentional. My team and I have been up for the last 21 hours putting together this report. This was a looot of work, so I hope y'all like it. Introducing … State of AI Agents 2024 report On Langbase, we processed 184 billion tokens and handled 786 million AI agent runs from 36K developers. From all that data plus insights from 3.4K builders who filled out…

    2024 · langbase.com

  17. 17

    Compress AI prompts, cut token costs by 15%

    Feb 2026

  18. 18AT

    Hey HN, I built InstantGroups to finally solve the scheduling mess that happens any time three or more people try to meet, especially across teams, companies, and time zones. The idea came out of pain: At my last company leading growth I was constantly coordinating sales calls with multiple stakeholders, panel interviews, and team planning sessions, and despite shared calendars, nothing worked once multiple busy people were involved. Existing tools fell short for wrangling groups, especially with external participants. So I built something better. InstantGroups is an AI group meeting…

    2025 · instantgroups.ai

  19. 19

    Safest way to save the AI token costs

    Oct 2025

  20. 20

    The form library built for an agent-driven web

    Jun 2026 · fillament.dev

  21. 21IS

    Hi HN, I built AgenTank. It is a small game where an AI agent writes the logic for your tank. You watch it fight, give strategic feedback, let the agent update the tank code, and send it back into battle. I have run 1,000+ battles on my own tank and spent about $200 in Claude credits improving it. The part I enjoy most is not just winning, but watching the tank make visible mistakes, thinking of a better strategy, and seeing whether Claude can turn that into better code.

    May 2026 · agentank.ai

  22. 22TT

    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…

    Apr 2026 · github.com

  23. 23IB

    The main goal of this was to be able to not just run multiple Claude Code sessions at once, but actually manage them and keep track of what I was doing. Sometimes this is multiple attempts on the same task, sometimes I work several tasks at once. Really I was just sick of twiddling my thumbs waiting for the coding agent to finish, and I wanted it to be easy to work on/review/test another change while I waited.

    2025 · github.com

  24. 24

    Know exactly which AI agent is burning your budget.

    Apr 2026 · agensights.com

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