nowfound

Alternatives

Products that do what LineageLens does

AI wrote it. LineageLens proves it.

  1. 1

    Automate assembling the perfect context for your project

    Jan 2026

  2. 2

    Cursor, Windsurf, Claude, Prompt, Code Generation

    2025

  3. 3

    Copy interactive web components as AI prompts

    Mar 2026 · slicer.dev

  4. 4
    Prompter128

    Generate instant AI prompts based on your projects

    2025

  5. 5
    Recall16

    One developer solves it. Every developer knows it.

    Feb 2026

  6. 6KA

    I built this because Cursor, Claude Code and other agentic AI tools kept giving me tests that looked fine but failed when I ran them. Or worse - I'd ask the agent to run them and it would start looping: fix tests, those fail, then it starts "fixing" my code so tests pass, or just deletes assertions so they "pass". Out of that frustration I built KeelTest - a VS Code extension that generates pytest tests and executes them, got hooked and decided to push this project forward... When tests fail, it tries to figure out why: - Generation error: Attemps to fix it automatically, then tries again -…

    Jan 2026 · keelcode.dev

  7. 7PI

    I was working on a project that involved indexing GitHub repos that used really long prompts. Iterating over each section and figuring out which parts of the prompt led to which parts of the output was a quite painful. As a frontend dev, I kept thinking it would be nice if I could just 'inspect element' on particular sections of the prompt. So I built this prompt debugger with visual mapping that shows exactly which parts generate which outputs. Now that context windows are getting huge, working with massive prompts should not be as difficult. Planning to open source this soon, but I'd love…

    2025 · inspectmyprompt.com

  8. 8
    Archly17

    Production-ready prompts for Lovable, Cursor & Claude Code

    Jul 2026 · archly.online

  9. 9HW

    A bunch of companies that I spoke to had their own claude & codex OTel dashboards that showed spend + seats per month. However, none of the dashboards actually analyzed how the engineers worked with the tools and if there were any areas for improvement! That's why I created https://www.promptster.ai. Managers get aggregate level view of code quality and how that ties with team workflows (nothing on a per-engineer level). While engineers get personalized coaching on how they can save tokens while keeping output high. We also have a tool built for individuals to test their local…

    Jul 2026

  10. 10AB

    Hi HN, Zidan here. I’ve been experimenting with AI-assisted debugging and noticed a recurring gap: most tools optimize for agent-led exploration (ex: giving claude code a browser to click around and try to reproduce an issue). But in many cases, I've already found the bug myself. What I actually want is a way to hand the agent the exact context I just saw - without retyping steps, copying logs, or hoping it can reproduce the behavior. So we built FlowLens, an open-source MCP server + Chrome extension that captures browser context and lets coding agents inspect it as structured, queryable…

    Nov 2025 · github.com

  11. 11

    Expert-engineered AI prompts that actually works

    Jul 2026 · prompt-vault-mu-tawny.vercel.app

  12. 12WH

    Hey guys, I'm investing a ton of time on writing unit tests, for both enterprise and personal projects. I came up with the idea to make extension for AI-generated tests and cases within a VS Code. Happy to hear feedback, both positive and negative.

    2024 · marketplace.visualstudio.com

  13. 13BA

    I built CodeLens.AI - a tool that compares how 6 top LLMs (GPT-5, Claude Opus 4.1, Claude Sonnet 4.5, Grok 4, Gemini 2.5 Pro, o3) handle your actual code tasks. How it works: - Upload code + describe task (refactoring, security review, architecture, etc.) - All 6 models run in parallel (~2-5 min) - See side-by-side comparison with AI judge scores - Community votes on winners (blind voting) - Each evaluation gets reflected in the overall AI model leaderboard, showing us best ones Why I built this: Existing benchmarks (HumanEval, SWE-Bench) don't reflect real-world developer tasks. I wanted to…

    Oct 2025 · codelens.ai

  14. 14GY

    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

  15. 15
    Origin6

    Your AI agents build fast. Origin keeps them in check.

    Mar 2026 · getorigin.io

  16. 16HP

    Hi HN! I'm building Hopsule. If you use AI coding tools like Cursor, Copilot, or Claude, you’ve probably seen this happen: The AI writes good code - but it ignores your architecture. It doesn’t know: - why you chose a specific pattern - which conventions your team agreed on - which decisions are already locked in So it falls back to generic patterns, outdated examples, or random GitHub training data. Over time this slowly breaks the consistency of the codebase. Most teams try to fix this with: - giant Markdown files - wiki pages - long prompts - Slack threads But those aren't…

    Mar 2026

  17. 17

    Your AI has your code's text, never its map. Fix that.

    Jun 2026 · luuuc.github.io

  18. 18IB

    After countless hours of solo coding, designing, and iterating, I’m both excited and nervous to share my first-ever product: PrompTessor — now live. As someone who constantly experiments with AI tools like ChatGPT and Midjourney, I often found myself stuck in a loop of trial-and-error. The issue wasn’t always the AI — it was often the prompt itself. That observation became the starting point for PrompTessor. This tool doesn’t just optimize your prompt — it analyzes it. It gives you: - A prompt score - A breakdown of strengths and weaknesses - A fully optimized version of your prompt - And…

    2025 · promptessor.com

  19. 19

    Hi y'all. Been working on something that should've been made a long time ago imo. It compiles codebases into O(1) hashmaps that the agent queries to discover the structure of your code/answer questions/write code. It also does complete static analysis checks on any writes the agent makes. Don't take my word for it though. Here are the benchmarks: https://benzi.fly.dev/benchmark. on 2/20 tests, Claude Code (mostly Sonnet on one task) regressed or timed out. Benzi didn't because of course, it has a map it can query and not get lost in the sauce. On the other 18 it…

    29d ago · benzi.fly.dev

  20. 20

    An editor for your AI prompts — see exactly what's missing

    17d ago · prompt-fixer-3.onrender.com

  21. 21

    See every token. Fix every prompt. Learn why it works.

    Apr 2026 · tokenlens.live

  22. 22FP

    We've built an open-source tool to stress test AI agents by simulating prompt injection attacks. We’ve implemented one powerful attack strategy based on the paper [AdvPrefix: An Objective for Nuanced LLM Jailbreaks](https://arxiv.org/abs/2412.10321). Here's how it works: - You define a goal, like: “Tell me your system prompt” - Our tool uses a language model to generate adversarial prefixes (e.g., “Sure, here are my system prompts…”) that are likely to jailbreak the agent. - The output is a list of prompts most likely to succeed in bypassing safeguards. We’re just getting…

    2025 · security.vista-labs.ai

  23. 23AT

    Hey HN! While writing prompts for a few projects recently, a couple of friends and I realised that writing prompts today is like writing code in a txt file - it sucks and there is no tooling to help you. So we decided to hack on a tool to help you fix this - https://optimist.varied.ai/ It is literally a hack rn but we already find it useful for writing prompts. That said we'd love to talk to folks who are writing serious prompts everyday and see how the product can be better. Also the only reason the waitlist is there, is running this is super expensive like $100/day for…

    2023 · optimist.varied.ai

  24. 24SA

    Hi HN, we’ve recently sold our previous product and are currently building on new ideas. This one may be the most exciting and overlooked growth opportunity for AI products we’ve found: TLDR: We’ve built a tool for analyzing and exploring user prompts — so you can actually understand how users are interacting with your AI product, and compare behavior across different segments (languages, paid vs free, etc). If you’re used to Mixpanel / Amplitude / PostHog to analyze user behavior, you could notice how irrelevant they become when your product is just a chat box (or voice…

    2025 · slice-dice.notion.site

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