nowfound

Alternatives

Products that do what NUA an agent that tests for product correctness does

We’ve been using background Claude loops a lot recently, and we would wake up to PRs that didn’t solve the problem we wanted, made on assumptions that were wrong. Furthermore, the tests that the agents wrote were usually tautological, and didn’t test for intent. We wanted an agent that took all the context a company has, and writes tests that check for product correctness as well. For example, we work in reg tech, so bugs aren’t always technical. What we often see is things like insider trading alerts that should’ve fired that didn’t. We wanted an agent that turns laws and regulations into…

  1. 1
    Nugget AI141

    Turn customer interviews into your product roadmap

    May 2026

  2. 2

    Models matter. Context matters more. Give your agent a plan.

    Jun 2026

  3. 3

    Validate every PR with AI that runs tests for you

    Apr 2026

  4. 4

    Validate agent-generated code before it ever reaches CI

    May 2026

  5. 5
    Tracea80

    Datadog for AI agents with traces, RCA, and team memory

    May 2026

  6. 6

    See what breaks your AI agent and fix it automatically

    Jan 2026

  7. 7
    Rubric20

    UX expertise your agent can call

    17d ago · rubric.design

  8. 81P

    A few weeks ago I posted about GoodToGo https://news.ycombinator.com/item?id=46656759 - a tool that gives AI agents a deterministic answer to "is this PR ready to merge?" Several people asked about the larger orchestration system I mentioned. This is that system. I got tired of being a project manager for Claude Code. It writes code fine, but shipping production code is seven or eight jobs — research, planning, design review, implementation, code review, security audit, PR creation, CI babysitting. I was doing all the coordination myself. The agent typed fast. I was still the…

    Feb 2026 · github.com

  9. 9AD

    Hey HN, as a former data analyst, I’ve been tooling around trying to get agents to do my old job. The result is this system that gets you maybe 80% of the way there. I think this is a good data point for what the current frontier models are capable of and where they are still lacking (in this case — hypothesis generation and general data intuition). Some initial learnings: - Generating web app-based reports goes much better if there are explicit templates/pre-defined components for the model to use. - Claude can “heal” broken charts if you give it access to chart images and run a…

    Mar 2026 · rubenflamshepherd.com

  10. 10CS

    In the following case study, the AI coding agent rebuilds a core system invariant in just three days, with minimal human input, running 31 verification passes and correcting 201 errors, before shipping code with zero bugs, zero regressions, and zero technical debt. https://aisovereignlabs.ai/docs/case-study/liveSession/case-... Disclaimers: This case study is NOT: - a project written from scratch - yet another Rust transpilation - a clone of an open-source project found in the LLM's training data - a Super Mario clone in HTML It IS: - a complex application…

    Jul 2026

  11. 11
    nuhuh2

    Your AI agent said "Done." nuhuh runs the experiment

    17d ago · github.com

  12. 12TS

    Code review is the new bottleneck. "Tests passing" is no longer sufficient to trust the changes, and the (human) cost of evaluating the quality and robustness of new agent-written contributions is skyrocketing. We built Topos to evaluate code quality based on the structural properties of the programs themselves. We map your files to graphs (AST, CFG, CPG, MDG) and calculate metrics that can characterize how simple, composable, or secure your programs are. Agents can use this tool as they write and optimize based on your preferences. And yes, the inspiration for the repository is from…

    Jun 2026 · krv.ai

  13. 13AT

    Hi Hacker News! We're launching Zalor, an agent testing platform. Agents often break when you tweak system prompts, swap models, or add tools. Zalor automatically generates test scenarios and evaluates your agent so you know it's reliable before deploying to production. We currently support the OpenAI Agents SDK and are onboarding other frameworks. A GitHub integration is coming so you can get feedback on every update. Looking forward to hearing feedback from people building agents.

    Mar 2026 · agents.zalor.ai

  14. 14AN

    Hi HN! I'm building Ano because I was tired of Slack's bloat and sluggishness, and never got any value out of their agent implementation. Ano is built local-first for speed (using Rocicorp Zero), focused on communication, and lets you use your own code agent as an assistant (Claude in my case, but it works with Codex too). I use the code agent to summarize anything unread (linking back to what matters), respond with context, and share data to and from connected tools (GitHub, Posthog, Attio, etc). Using your code agent for this might sound counter-intuitive, but to me it's the most powerful…

    Jun 2026 · ano.chat

  15. 15KA

    On March 4, 2026, my Claude Code agent wrote a staging URL into a production config file — three times, 41 minutes apart. Syntax was valid, no error thrown. My logs showed every action. All green. The problem was invisible because nothing had recorded what the agent intended to do before it acted — only what it actually did. K9 Audit fixes this with a causal five-tuple per agent step: - X_t: context (who acted, under what conditions) - U_t: action (what was executed) - Y*_t: intent contract (what it was supposed to do) - Y_t+1: actual outcome - R_t+1: deviation score (deterministic — no LLM,…

    Mar 2026 · github.com

  16. 16AR

    Hi Hacker News! I’m Ritam, working with the small but mighty team at Nori. We’ve been obsessed in recent months with how to take tools like Claude Code from “I’ll experiment around with this” to “This is the most useful and necessary thing I use every day”. When I first sat down with our team to check out what they’d built, I found my skepticism about agentic coding melting away—they’d built useful, high quality, handwritten skills, instructions that functioned as “skillsets” to tie skills together for consistent and replicable results, and tooling to manage loading the right context for the…

    Jan 2026 · noriskillsets.dev

  17. 17SS

    Hola HN! Long time lurker, sometimes commentor, first time poster here. I’ve been working alongside my two co-founders and a few colleagues on a project I’m excited (and a little nervous) to share with you all! Like many of us, I’ve lived a tortured existence with AI coding (is it vibes?) over the past few months - I think November was a big moment with this. But, one thing I’ve noticed after building orchestration layer after orchestration layer is that the thing I always came back to was “what the hell is Claude Code actually doing?” Perhaps it’s because of the time Claude Code got…

    Jun 2026 · backplanes.com

  18. 18QT

    Hi, I'm Daniel, CEO of QA.tech. We've spent the past 18 months developing a cool tool that allows you to run end-to-end tests on any web application using natural language. Check it out and let us know what you think! I used to be a CTO at a B2C marketplace and was taken aback that all qa agencies we talked to wanted to create a custom suite of tests from scratch. Even though we were essentially a e-com with the same functionality as everyone else. Why weren't there any best practices? Some time later my co-founders and I had moved on and were looking for the next thing to do. AI agents…

    2024 · qa.tech

  19. 19FA

    I built Foolery because agentic coding was making me feel worse, not better. 12 tmux panes, 7 orphaned worktrees, Claude blowing context on micro-ideas I couldn't stop throwing at it. Foolery is a local web UI that sits on top of Beads (issue tracker). It gives you: - Dependency-aware wave planning (decompose work into parallelizable batches) - Built-in terminal to monitor agent runs live without leaving the app - Verification queue — every "done" beat flows here for you to approve or reject - Keyboard-first, no TUI Install: curl -fsSL…

    Feb 2026 · github.com

  20. 20IB

    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

  21. 21PA

    Claude Code is amazing at writing code, but it will happily build from under-specified requirements, implement the same thing different ways, and fail to write great tests unless you specifically ask it to. Prawduct is a set of prompts, skills, hooks, and artifact templates that help focus Claude Code on product development rather than code development. You can start from something a simple as "make a website with a scientific calculator" or as complex as "create a MMO with clients for iOS, Android, and web". You can specify as much or as little arch standards or implementation details as…

    Mar 2026 · github.com

  22. 22GY

    Hi all, I've been working on this devtool for 1 month now for myself at first and I'll be curious to see if it's something that could work for you as well. So basically, it detects bugs in your website in production from real user sessions, an llm clusters them by severity and it provides the complete context of the issue that you can copy-paste into your coding agent to fix it in one go. Why did I create it? I've been shipping fast with tools like Cursor and Claude Code. The problem? When bugs happen in production, these tools have zero context about what actually went wrong. Sentry is…

    Nov 2025 · sonarly.dev

  23. 23OA

    Claude Code's source map leaked last month. Instead of just reading it, I fed the entire source into Claude Code itself and asked it to extract the core agent loop logic. The result: open-agent-sdk — a drop-in replacement for claude-agent-sdk that's fully open source and doesn't spawn a CLI subprocess. Why this matters if you've built with claude-agent-sdk: claude-agent-sdk is just a thin wrapper around the Claude Code binary. It works, but it's a black box — when something breaks, you're stuck. Every query creates a new Claude Code process. That's fine on a laptop, not fine when you're…

    Apr 2026 · github.com

  24. 24RA

    Hi HN! Sean from MindStudio here. I wanted to share something we've been working on that I think introduces some new ideas into the "AI coding agent" space. Remy is an AI agent that builds full-stack TypeScript apps from a spec written in a new flavor of annotated markdown. The spec has two layers: prose describing what the app does, and annotations that carry the technical precision (data types, edge cases, validation rules, code snippets). The agent then "compiles" this into code: backend methods, typed schemas, frontends, test scenarios, and everything else are derived artifacts of the…

    Apr 2026 · remy.msagent.ai

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