nowfound

Alternatives

Products that do what Autopilot for my little HTML game called Andromeda Invaders does

The entire game is implemented as a single HTML page, so it is easy to read the source code of this game and that of the autopilot by viewing the source of the page. For convenience, here is a direct link to the autopilot source code: https://github.com/susam/invaders/blob/0.9.0/invaders.html#L...

  1. 1AA

    Autotab is a Chrome extension that writes Selenium code to mirror your actions as you navigate the browser. See it in action: https://youtu.be/UypAcozIaoo Autotab lets you create browser automations that actually work. We designed it around two principles: 1. Show, don’t tell: In a domain like web automation, it's often easier to *show* the model what you want rather than to explain it in sentences. 2. Code is the best output: Code is easy to inspect and enables manual tweaking of the model’s suggested actions. On top of that, code output avoids lock in and is straightforward…

    2023 · autotab.com

  2. 2AT

    Hi HN community! We want to share AI-town, a deployable starter kit for building and customizing your own version of AI simulation - a virtual town where AI characters live, chat and socialize. Inspired by great work from the Stanford Generative Agent paper (https://arxiv.org/abs/2304.03442). A few features: - Includes a convex.dev backed server-side game engine that handles global state - Multiplayer ready. Deployment ready - 100% Typescript - Easily customizable. You can fork it, change character memories, add new sprites/tiles and you have a custom AI simulation…

    2023 · github.com

  3. 3

    Rapidly build internal tools with an AI coding assistant

    2023

  4. 4

    Open-source unified interface for agent harnesses

    21d ago · harnessrouter.ai

  5. 5CO

    Hi HN, we’re Nate and Ty, co-founders of Continue, an open-source autopilot for software development built to be deeply customizable and continuously learn from development data. It consists of an extended language server and (to start) a VS Code extension. Our GitHub is https://github.com/continuedev/continue. You can watch a demo of Continue and download the extension at https://continue.dev — — — A growing number of developers are replacing Google + Stack Overflow with Large Language Models (LLMs) as their primary approach to get help, similar to how…

    2023 · github.com

  6. 6

    Automate the web in your app or agent, no browser to host

    Jul 2026 · tabstack.ai

  7. 7

    Turn errors, DOM, + screenshots into an AI-ready Markdown

    Jun 2026 · chromewebstore.google.com

  8. 8
    Godmode98

    An AGI in your browser

    2023

  9. 9AO

    Hi! I’m Nathan: an ML Engineer at Mozilla.ai: I built agent-of-empires (aoe): a CLI application to help you manage all of your running Claude Code/Opencode sessions and know when they are waiting for you. - Written in rust and relies on tmux for security and reliability - Monitors state of cli sessions to tell you when an agent is running vs idle vs waiting for your input - Manage sessions by naming them, grouping them, configuring profiles for various settings I'm passionate about getting self-hosted open-weight LLMs to be valid options to compete with proprietary closed models. One…

    Jan 2026 · github.com

  10. 10

    The open-source coding autopilot

    2023

  11. 11LM

    Libretto (https://libretto.sh) is a Skill+CLI that makes it easy for your coding agent to generate deterministic browser automations and debug existing ones. Key shift is going from “give an agent a prompt at runtime and hope it figures things out” to: “Use coding agents to generate real scripts you can inspect, run, and debug”. Here’s a demo: https://www.youtube.com/watch?v=0cDpIntmHAM. Docs start at https://libretto.sh/docs/get-started/introduction. We spent a year building and maintaining browser automations for EHR and payer portal…

    Apr 2026 · github.com

  12. 12OS

    Hi HN, I forked chromium and built agent-browser-protocol (ABP) after noticing that most browser-agent failures aren’t really about the model misunderstanding the page. Instead, the problem is that the model is reasoning from a stale state. ABP is designed to keep the acting agent synchronized with the browser at every step. After each action (click, type, etc), it freezes JavaScript execution and rendering, then captures the resulting state. It also compiles the notable events that occurred during that action loop, such as navigation, file pickers, permission prompts, alerts, and downloads,…

    Mar 2026 · github.com

  13. 13WS

    Hi HN! We’re Max and Peyton from The Interface (https://www.theinterface.com/). We started out building an AI agent dev tool, but somewhere along the way it turned into Sims for AI agents. Demo video: https://www.youtube.com/watch?v=sRPnX_f2V_c. The original idea was simple: make it easy to create AI agents. We started with Jupyter Notebooks, where each cell could be callable by MCP—so agents could turn them into tools for themselves. It worked well enough that the system became self-improving, churning out content, and acting like a co-pilot that helped you…

    2025 · youtube.com

  14. 14
    Flare120

    The graph-first IDE and interactive map for agentic coding

    12d ago · github.com

  15. 15

    Curated, human-written articles about agentic coding

    Jun 2026 · offautopilot.substack.com

  16. 16SI

    2019 · arnaud.at

  17. 17

    Create and publish high quality content on autopilot.

    2024

  18. 18

    The AI agent that grows your X

    Mar 2026

  19. 19AS

    We built AI Subroutines in rtrvr.ai. Record a browser task once, save it as a callable tool, replay it at: zero token cost, zero LLM inference delay, and zero mistakes. The subroutine itself is a deterministic script composed of discovered network calls hitting the site's backend as well as page interactions like click/type/find. The key architectural decision: the script executes inside the webpage itself, not through a proxy, not in a headless worker, not out of process. The script dispatches requests from the tab's execution context, so auth, CSRF, TLS session, and signed…

    Apr 2026 · rtrvr.ai

  20. 20BW

    Hey HN, We’ve been building browser agents for a while. In production, we kept converging on the same pattern: deterministic scripts for the happy path, agents only for edge cases. So we built Demonstrate Mode. The idea is simple: You perform your workflow once in a remote browser. Notte records the interactions and generates deterministic automation code. How it works: - Record clicks, inputs, navigations in a cloud browser - Compile them into deterministic code (no LLM at runtime) - Run and deploy on managed browser infrastructure Closest analog is Playwright codegen but: - Infrastructure…

    Jan 2026 · notte.cc

  21. 21

    One workspace for Claude, Codex, Gemini and your stack

    May 2026

  22. 22CA

    Hey HN, just wanted to share a fun, vibe-coded Friday night experiment: a little playground for writing cellular automata in a subset of Rust, which is then compiled into WGSL. Since it lets you dynamically change parameters while the simulation is running via a TUI, it's easy to discover weird behaviors without remembering how you got there. If you press "s", it will save the complete history to a JSON file (a timeline of the parameters that were changed at given ticks), so you can replay it and regenerate the discovery. You can pan/zoom, and while the main simulation window is in…

    Feb 2026 · github.com

  23. 23IB

    Dear Hacker News, I'm kindly asking for your participation in the open beta for my AI-managed mini-games website. Thank you in advance! For a limited time window, I'm setting the all-free feature flag to true. I hope you have a lot of fun exploring the AI's sense for games! Here and there, I tweaked it to help with visual consistency. I would be deeply grateful if you opted into analytics. $2,300 in API tokens... Cheers!

    Jun 2026 · minigames.world

  24. 24II

    2020 · victorqribeiro.itch.io

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