Hacker News

New stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Notes from the SF Safety Scene(12gramsofcarbon.com)
    discuss
  2. The Economics of Open-Weight Inference(ornn.com)
    discuss
  3. Texas police department ordered to close for failing to provide public benefit(dallasnews.com)
    discuss
  4. The draft AI code of conduct forbids me from saying 'I don't know'(ilands.ai)
    discuss
  5. Time to Spend Tokens or Meditate?(inmve.github.io)
    discuss
  6. It's the Fun(scottsumner.substack.com)
    discuss
  7. SEO Content Brief: What to Include for Better Rankings(briefiq.io)
    discuss
  8. Expat 2.8.5 released, fixes vulnerability CVE-2026-93990(hartwork.org)
    discuss
  9. A First Futamura Projection(veitheller.de)
    discuss
  10. Show HN: IntelliChat minimalist, open-source UI for local and cloud AI(github.com/intelligentnode)
    discuss
  11. Differential Equations, an Interactive Introduction(chapterpal.com)
    discuss
  12. A Simple Guide to Calm UI(maxschmitt.me)
    1comments
  13. Anthropic at $2T isn't far-fetched(ft.com)
    1comments
  14. Firedrill: Stateful tool simulation for AI agents(github.com/firedrill-tools)
    discuss
  15. Carefully Applied: Resume and LinkedIn Rewriting(carefullyapplied.com)
    discuss
  16. iPhone 15 Pro and 16 Settlement for Apple Intelligence taking claims – US ONLY(smartphoneaisettlement.com)
    discuss
  17. Nvidia Isaac ROS 5.0: agentic, open-source robotics development(nvidia.com)
    discuss
  18. Toadstools and Toxins(aeon.co)
    discuss
  19. Remote Code Execution (RCE) in a DoD Website(hackerone.com)
    1comments
  20. People Training OpenAI's AI Fired for Using AI to Train the AI(404media.co)
    discuss
  21. Worker Previews: isolated preview for every change your agent makes(cloudflare.com)
    discuss
  22. Websites that read in the terminal: the TermWeb standard(andros.dev)
    discuss
  23. Devin AI and SWE-2 First Impressions(catalins.tech)
    discuss
  24. George Lucas Museum Review: A Bold Throwback to Gilded Age Patronage(hollywoodreporter.com)
    discuss
  25. AI Is Antithetical to Learning(jola.dev)
    discuss
  26. Too many agents, one Mac(mcclowes.com)
    1comments
  27. Muse AI(cnbc.com)
    discuss
  28. Show HN: EnvSeal-CLI – Git for Secrets, Offline Git-Native Secret Manager(github.com/viswajith275)
    2comments
  29. Batteries that safely break down in GI tract could improve ingestible devices(news.mit.edu)
    discuss
  30. Vortex: One Format for Any Shape(spiraldb.com)
    discuss

Show HN: ReacherX – Open-source Apollo alternative for founders and devs

1 pointsby 44m agoreacherx.com
0 comments
Hi HN, I'm Salman. I started ReacherX as a side project in mid 2023 while studying at university, working part-time, and freelancing. I went full-time on it in June 2026. First time sharing something I built on Hacker News ;)

ReacherX is an open-source platform for finding the people you're looking for on X/Twitter and LinkedIn. Unlike tools like Apollo, which pull from a static prospect database, ReacherX runs live searches against current data, so results can be very recent, and it's built for people who aren't salespeople and don't want to learn sales jargon or campaign/sequence tooling.

Ideal use cases include finding potential customers, market research/validation before building something, and finding ideal candidates when hiring.

I built it because even in 2026, finding the right people/network isn't easy. One question always boggled me: why can't I just describe the people I need in plain English and see a list of people along with the actual sources/evidence showing why they are the right match? After three years in this space, I've also come to think this is less of a funnel problem and more of a networking problem, and the space is pretty closed, which is one reason I wanted ReacherX open source.

The workflow is roughly: - Describe who you're looking for and why. - The Agent creates ideal profiles and example mock profiles for you to review. - It continuously searches X/Twitter and LinkedIn using generated search queries. - Each person is qualified with an LLM and enriched with supporting sources/activity and other details. - ReacherX only surfaces people with a match score of 70% or higher. - At 90%+, it can generate an outreach plan for review. - DMs, replies, liking/commenting, profiles, voice notes, and media attachments are built in.

You can ask the Agent to handle outreach, or do it yourself through the UI. Everything runs through your own account under configurable rate limits. I've tried to keep it conservative to avoid platform flags, but this is an area I'm still refining and take seriously.

It has memory and adapts based on search performance and your feedback/preferences.

The searches run in the backend, so the browser can be closed. First results usually take around 5 to 30 minutes, and the workflows keep running until plan limits are reached or a backend error stops them.

I ran it for 2 to 3 weeks while looking for potential customers. It processed 50,000 people, but only around 300 scored 70% or higher and were surfaced to me.

It's an end-to-end TypeScript project using Next.js and Convex. ReacherX uses Convex Agent, Workflows, Workpool, Memory/RAG, etc. Those durable workflows are the backbone of the system. ReacherX is also part of the Convex Open Source program.

One thing I'm still thinking hard about is how this architecture will hold up at scale. At a high level it's a continuous loop: generate queries -> search platforms -> qualify/disqualify results with an LLM -> enrich matches -> keep searching.

Another challenge has been social-data APIs. Before X introduced Pay Per Use, its API was prohibitively expensive for this kind of product, and even now it can still be costly. Third-party APIs made it possible for me to build this at a much more reasonable cost.

ReacherX is currently in beta (v4), so expect some bugs and rough edges. I'm working on it daily. The hosted product is paid and doesn't have a free tier yet. If you don't want to use the hosted version, you can self-host it. I'm also open to contributors and bug reports on GitHub.

I'd especially love feedback on the idea, match quality, architecture/scaling approach, and product philosophy. Anything is welcome :) Demo and background links in the first comment.

A quiet thread, for now.Start the conversation on HN ↗