nowfound

Alternatives

Products that do what Hedgemony does

Find the exact line where your AI started making things up

  1. 1

    Local semantic search for AI agents

    30d ago · tryreference.com

  2. 2

    Give your AI coding agent access to open-source code

    Jun 2026

  3. 3

    A browser that remembers everything and can act on anything

    Jul 2026

  4. 4
    Chinilla110

    Design systems, simulate them and watch where they break

    Apr 2026

  5. 5
    Qwarm73

    Write tests in plain English AI agents run them in browsers

    Feb 2026

  6. 6

    Spotify Wrapped for Claude, Codex & a Public leaderboard.

    Jun 2026

  7. 7

    Quality control for your software factory

    Mar 2026

  8. 8
    LoupeKit102

    See what any page is built with and how much of it is AI

    11d ago · loupekit.com

  9. 9

    Measure how much of your code is AI-generated. Open source.

    Apr 2026

  10. 10
    Finyuus81

    A code-first language for durable, governed AI workflows

    Aug 2026 · github.com

  11. 11

    Ask any line of code why it exists, and get receipts

    14d ago · pruve.dev

  12. 12CT

    I come from a machine learning background - PyTorch code, leaving a training job running overnight, and Jupyter Notebooks. I hadn't touched much frontend before diving deep into start-ups. It was similar for my co-founder Nick, who spent time working on semiconductors. I started building, and noticing patterns in AI outputs. Enough to be able to understand how a hook works, how to manage state and why Typescript is great. But whenever it came to optimising a piece of code, debugging state issues or designing a codebase from scratch, my mind went blank. I went to ChatGPT Study Mode to seek…

    Apr 2026 · chestnut.so

  13. 13

    The AI visibility platform that fixes, not just scores

    29d ago · citerankscore.com

  14. 14

    Proves vulnerabilities before reporting them.

    8d ago · dashboard-seven-self-13.vercel.app

  15. 15FB

    Hi HackerNews, It’s Etienne CTO of dev-tools.ai. We are launching our product today and wanted to share because we think it might help folks here. Do you ever have broken selectors in your UI tests? Are you tired of maintaining them? We have thought about this issue and come up with a solution. We have created a Python SDK for Selenium that allows you to visually identify elements (using machine learning under the hood). Since our technology uses the visual appearance of elements and ML, it is more resilient than XPaths or pixel perfect match and should help you get rid of broken selectors.…

    2022 · dev-tools.ai

  16. 16TT

    Hey HN, this is deepan from trulytyped (https://trulytyped.com). I am building a document writing app which makes it extremely easy to figure out how a document was created. Now that any text can be AI generated, how do you tell if something was actually generated or composed. It is impossible to detect AI after a piece of text has been generated. No amount of watermarking, linguistic checks or vibe checks work consistently. The AI detectors that schools and journals use are easy to bypass. Why do we need to solve this problem - First of all, this is not an anti-AI stance. I have…

    May 2026 · trulytyped.com

  17. 17AA

    Hey HN! I really like local apps for their simplicity and privacy and hate paying Saas bills and I wanted a way to start automating my life with AI so I started building Anything. Anything is built on Tauri so the front end is React and the "backend" is Rust. It's 100% local & 100% doesn't ask you to spin up docker to use. Another core goal of the app is to get away from "package bloat" you see in other general purpose AI oss projects where they have a package.json that is 300 lines long ( more on that later. ) Oh btw I suck at Rust! I learned Rust while building this so the code is _not…

    2024 · github.com

  18. 18

    The CI gate that says no to unapproved AI code

    18d ago · linebreakapp.com

  19. 19CA

    I built this because I was tired of creating pull requests in 20 repositories just to change a single line of workflow job version. With Infra as AI, just mention the change. Agents work on all repos in parallel, read the docs, make a bunch of PRs and fill in the description. You can see the demo of the actual dashboard in the landing. Let me know your thoughts :) It means a lot to me!

    Sep 2025 · infrastructureas.ai

  20. 20AD

    While reading Agentic Design Patterns by Antonio Gulli, I wanted to see how these patterns look in real code. I cloned the OpenAI Codex repo (the open-source AI coding assistant that recently trended on HN) — but it was in Rust. So, I used an Cursor to help me extract and translate 18+ agentic patterns from Codex’s codebase into Python. That small experiment turned into a full open-source guide: GitHub: Codex Agentic Patterns https://github.com/artvandelay/codex-agentic-patterns Each pattern comes with: A short explanation and code sample A runnable exercise and agent…

    Oct 2025 · artvandelay.github.io

  21. 21IC

    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

  22. 22

    Security Scanner for AI-generated Code

    7d ago · scanity.dev

  23. 23BL

    I once managed a small team and hired an intern to develop the backend services for a software system. He used AI tools to write the entire project; while it ran correctly and produced the right results, the directory structure was atrocious upon review. Typically, a FastAPI service is organized into components like routers and services, but he had created an unnecessarily deep, multi-layered structure within the service layer—logic that should have simply been split across two or three files. The code lacked elegance. Recalling concepts from books on software project management, code…

    Jun 2026 · github.com

  24. 24RC

    The magic in AI coding assistants isn't the code -- it's the prompts. I studied the externally observable behavior of Claude Code and recreated it from scratch in Python with the exact same behaviors. It works with any model -- OpenAI, Gemini, Claude. What's surprising: 1. You can keep the core agent really simple, just 280 lines of Python. As long as it supports hooks, custom sub-agents and Model Context Protocol (MCP), then all the rest of the coding-assistant-specific behavior and tools can be factored out into a separate MCP server. 2. The magic is in the prompts (1200 lines of…

    2025 · github.com

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