nowfound

Alternatives

Products that do what Decipher x Claude Code – Infra to auto-generate and maintain E2E tests does

Hey HN — I'm Michael from Decipher (https://getdecipher.com). We build infrastructure for autonomously generating and maintaining end-to-end tests. Today we’re launching our Claude Code integration. We built this because as teams ship more code, especially with coding agents, they need more regression coverage. Claude can already generate a decent Playwright file from a repo and prompt. That solves first-draft generation. It does not solve repeatability. A generated test is still a static guess. The real problems start when it meets the live app: the browser is logged out, a modal…

  1. 1

    Claude generates software on the fly as you interact

    Sep 2025

  2. 2

    Preview and share your coding work live as it happens

    Jun 2026 · claude.com

  3. 3

    IDE for Claude Code

    2025

  4. 4
    Replicas239

    Run Claude Code and Codex in the cloud

    Jun 2026 · replicas.dev

  5. 5
    Glance 87

    Real browser for Claude Code Test, Screenshot, Automate

    Mar 2026

  6. 6

    Claude Code as a Tech Lead with parallel Worker Agents

    Apr 2026

  7. 7

    See everything Claude Code hides from your terminal

    Feb 2026

  8. 8

    AI-powered debugging for Claude Code. Point, click, fix

    Jan 2026

  9. 9

    Production-tested architecture for autonomous Claude agents

    Apr 2026

  10. 10SD

    Spec Driven Development approach allows to squeeze more from coding agents thanks to few strong concepts: - decomposition across two dimensions. first you generate specs in multiple steps (requirements, code analysis, design), than you split task into multiple subtasks and implement them one by one - you clear context between every step - after spec generation and after subtask implementation. this helps keep cost low and context clear and focused which boost performance - specs written to disk help with information persistency - delivering specs layer by layer help to catch early when agent…

    May 2026

  11. 11

    AI wrote it. LineageLens proves it.

    May 2026

  12. 12

    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…

    28d ago · benzi.fly.dev

  13. 13HW

    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

  14. 14EC

    I participated in the Nvidia + Vercel 2 hour hackathon in SF tonight, and built something I've wanted, but hadn't tried building. I implemented an MCP Server and VS Code extension to allow Claude Desktop to place breakpoints, step through code, and execute expressions (assuming language support). So you can ask it a question that requires actually stepping through the code and now it can actually do that - check values for you, etc. It's _definitely_ not perfect. Have improvements? Please make a PR!

    2025 · github.com

  15. 15

    Cuts token waste and fixes loops in agents with no change.

    Jul 2026 · github.com

  16. 16IB

    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

  17. 17CC

    VS Code and JetBrains have official Claude Code IDE integration, but Visual Studio doesn't. There's an open GitHub issue with a lot of +1s so I built it myself (check out the gif in the GitHub repo for a visual example). It implements the same protocol the official plugins use, so the Claude CLI connects to it automatically. You don't configure anything, just install the extension and click Launch. The main thing it adds over running Claude in a terminal is that edits open in Visual Studio's native diff viewer instead of auto-applying or prompting you in the terminal. You click Accept or…

    Jun 2026 · github.com

  18. 18CC

    I’ve been exploring LLM-driven developer workflows and built a demo where Claude Code acts like a Replit-style frontend for infrastructure. - You write a prompt in Claude - Claude generates a workload spec - Humanitec receives the spec and deterministically deploys infra to GCP (via Terraform) - App is up in under 1 minute — no pipelines, no DevOps tickets The backend is policy-enforcing and built for enterprise use cases (used by large orgs like Apple, ABB, etc.), but the flow feels like magic for devs or agents. demo: https://www.youtube.com/watch?v=jvx9CgBSgG0 Repo:…

    Oct 2025

  19. 19GE

    Hi Hackernews, I’m Marvin from playrun.dev (https://playrun.dev), a platform for generating end-to-end tests for your application using just the URL. I recently worked on a project rewrite with a small team on a tight deadline. We needed to keep shipping while also writing tests for the application. We believed unit tests were a waste of time and decided e2e tests were the way to go, but doing so manually was still time-consuming and made shipping slower. Testing is one of those things we do as engineers that don’t have immediate ROI, and it was almost impossible to make the…

    2024

  20. 20

    Turn any idea into a full presentation from a single prompt

    Apr 2026

  21. 21PL

    Hi, I’ve been exploring Claude 3.5 code generation abilities for a while and it looks like it can generate more consistent code than other models. However it would still be unmaintainable if you ask it to write a lot of code and it still sucks at system design. So, I’ve been playing around the idea of using the code repository with a template for directory layout and infrastructure, then adding the repository information to Claude and asking it to generate code. It seems that it works, if I pass the structure of some OpenAPI based backend it can update the API definition and implementation…

    2024 · github.com

  22. 22AB

    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

  23. 23LT

    Firstly, I’m not a developer — but I am a very technical, over-50, product person and entrepreneur. This project started shortly after Claude Code launched. I had already worked on a few other AI coding projects, and decided to see how far I could realistically take something end-to-end. While I had some help from a developer, I increasingly felt capable of taking on more work myself. So about 9 months in the making, working full time on it past 2 months. Stack: Postgres, Next.js on Render. Monorepo with both frontend and backend services. Some takeaways from using Claude Code on this…

    Dec 2025 · jetogo.com

  24. 24CR

    Hey HN, Over the past 10 months I've been using Claude Code heavily, and one limitation kept coming up: you can really only run one coding agent at a time. While one agent is refactoring something, the rest of the repo is basically blocked unless you start manually juggling branches and working directories. The core issue is that AI coding agents operate directly in your filesystem. If two agents run in the same working directory they quickly start stepping on each other’s changes. Git worktrees turned out to be a surprisingly good primitive for solving this. So I built ChatML, a Desktop app…

    Mar 2026 · github.com

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