nowfound

Alternatives

Products that do what Marcus Intelligence does

Your QA team just became a 30 second task.

  1. 1

    Stop breaking prod, build & test with a fleet of QA agents

    Oct 2025

  2. 2

    Automate your business from end to end in natural language

    2023

  3. 3

    Automate QA testing with AI

    Nov 2025

  4. 4
    Bugster166

    AI QA engineer for Next.js apps

    2025

  5. 5WP

    We’ve been building infrastructure to spin up browsers for AI agents. Originally, we built[0] it as a pool of warm Docker containers running Chromium, exposing: - Chrome DevTools Protocol (for Playwright/Puppeteer) - noVNC (for live view) We’ve been following the unikernel space for a while, so we decided to see if we could get our image on one. We went with Unikraft Cloud[1]. Here’s how it did: - Boot-up time: 10–20ms (vs. ~5s for Docker containers) - Near 0 CPU/memory consumption when idle - Still ~8GB RAM when active (headful Chromium) Potential use cases: - Standby mode during…

    2025 · github.com

  6. 6

    Privacy-first and Fastest No-Code web A/B testing solution

    2021

  7. 7
    Appium68

    Test automation framework for mobile apps

    2014

  8. 8SW

    Chrome now includes a native on-device LLM (Gemini Nano) starting in version 138. I've been building with it since it was in origin trials, it's powerful but the official Prompt API is still a bit awkward: - Enforces sessions even for basic usage - Requires user-triggered downloads - Lacks type safety or structured error handling So I open-sourced a small TypeScript wrapper I originally built for other projects to smooth over the rough edges: github: https://github.com/kstonekuan/simple-chromium-ai npm: https://www.npmjs.com/package/simple-chromium-ai…

    2025 · github.com

  9. 9FS

    I wanted to test mobile apps in plain English instead of relying on brittle selectors like XPath or accessibility IDs. With a vision-based agent, that part actually works well. It can look at the screen, understand intent, and perform actions across Android and iOS. The bigger problem showed up around how tests are defined and maintained. When test flows are kept outside the codebase (written manually or generated from PRDs), they quickly go out of sync with the app. Keeping them updated becomes a lot of effort, and they lose reliability over time. I then tried generating tests directly from…

    Apr 2026 · github.com

  10. 10EA

    2012 · keepsafe-engineering.tumblr.com

  11. 11ET

    Hey Hacker News, For the last 2 months, I've been working on a testing agent to free developers from the endless maintenance of end-to-end tests. You just push up a PR, and our agent analyzes the code changes and automatically visits the preview to test things out like a real human! We also support describing tests in English (or even in the PR description), and we'll go through your site whenever you want via a GitHub action to test and make sure various core flows continue to work as expected. We are looking for early testers and are giving out a generous free tier! Just sign up on the…

    2025 · playmatic.ai

  12. 12
    Qlane24

    Merge PRs with confidence - AI QA that runs your whole app

    Jul 2026 · qlane.ai

  13. 13OS

    Hey HN! I'm Alex, a tech lead of the Selenium project and a QA engineer. For the last 10 months, I've been working on Alumnium - a test automation library that should make my life easier and let me write less code when automating the tests. The goal is to use LLM for _automating_ so I could focus more on _testing_. Unlike other similar projects, Alumnium can be used in existing tests without changes to test runners, reporting tools, or any other test infrastructure. This allows me to gradually migrate my test suites (mostly Selenium) and revert whenever something goes wrong (this happens a…

    2025 · github.com

  14. 14LB

    Howdy friends! Tell me if this is an atrociously terrible idea - I've been working on building a leetcode for clientside devs so we can practice React and Javascript interview questions in a more concise way, I call it clientside.dev I just finished a beta version of it yesterday and plan on releasing it with many more problems on Jan 1st but it's there if you wanna play with it open to any ideas / feedback however mean or nice it may be :)

    2022 · vacation-call-335691.framer.app

  15. 15

    AI-powered test case generation in your browser

    Feb 2026

  16. 16AR

    Hi HN. I'm the founder of Phoenix Labs (ex TikTok, Applied AI) and we're open sourcing our internal tooling today which is like a toolchain / meta-harness for CLI agents useful for really scaling eng and creative work. We are a very small team who's building a very ambitious product so we had to find ways to squeeze every ounce of efficiency that we could get our hands on. Harness strengths of different models (Claude, GPTs) and CLI-harnesses (Claude Code, Codex), safe/robust browser integration to speed up UX/QA testing, teams cli to speed up security reviews and parallelize…

    May 2026 · agents-cli.sh

  17. 17KY

    Hey HN! I wanted to practice "vibe coding" and see how far and fast I can go by only prompting, without actual coding. I decided to make a simple CLI app that scrapes web docs into a single md file (I was annoyed that LLM keeps writing Tailwind 3 code for a Tailwind 4 project). In just a couple of hours, the CLI app was ready! Then iterated on arguments for another couple of hours. Result: https://github.com/vladstudio/web2llm Then I decided to go further and "productize" the CLI by making a web app for it. Another half-day, and the web app is ready!…

    2025 · web2llm.dev

  18. 18SA
  19. 19

    Generate a working test automation framework in 30 seconds

    Apr 2026 · starit.lv

  20. 20IB

    After fine-tuning GPT for a personal project, I realized how tedious it is to write plain text in a massive JSON file. That's why I built this app for my own use, and I want to see if others could benefit from a tool like this as well ;)

    2024 · finetuna-ui.com

  21. 21

    Zero to Selenium framework — no experience required.

    Jun 2026 · siriotl.gumroad.com

  22. 22WV

    Hi HN, I'm the CEO at https://replay.io. We've been working on time travel debugging for web development for a while (https://news.ycombinator.com/item?id=28539247) and more recently an AI app builder that uses that debugger to get past problems instead of spinning in circles (https://news.ycombinator.com/item?id=43258585). We've gotten to where we can pretty easily build apps to replace business-critical SaaS tools, some of which we're now using internally: * We built our own issue tracker to keep track of all our development projects, tickets, bug…

    Dec 2025

  23. 23IM

    Hey HN! Thank you for all the support and feedback on my original submission 2 months ago. I've been improving the backend using a MCTS/AlphaZero approach and it's currently producing much better results. My long term goal is to allow users to manage multiple projects, deployed autonomously, both from scratch and by making continual updates all prompted with natural language. The cost of each project has been lowered to $9 as performance with smaller models has improved (I migrated from Claude-3-Opus to gemini-1.5-flash). Thanks for checking it out!

    2024 · saas-quick.com

  24. 24IM

    Headlamp is a Chrome extension that shows where you're missing tests. It reveals gaps in testing for solo testers, test teams (collaborative bug-bash, anyone?), and test automation (Selenium, Puppeteer, Playwright). Using it is easy as 1-2-3! 1) When you start testing, Headlamp puts a dot on each link and input element. 2) The dots are cleared when you click a link, type some text, or change a selection. 3) The remaining dots show you which things you missed. It also provides insightful test activity reports. It's free to use as a solo tester. Give it a try today!

    2022 · headlamptest.com

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