nowfound

Alternatives

Products that do what Praxos – team messaging with built-in memory does

Hey HN! What does a regular workflow at a startup look like? Probably like this: > One founder talks to customers > Another founder builds > A customer asks for something. The first founder explains it to the second. The second founder explains it to Claude > Two weeks any one of the founders asks one of the following questions: \* Why are we building it this way? \* What happened here? \* What did we promise ACME we’d do? \* How far along are we on X? > Then you scream on the inside because you have to figure out what happened... Before agents, the person who did one part of the work…

  1. 1
    Pre141

    Pre makes anybody an operator.

    Mar 2026

  2. 2

    Run agent workflows the community already built

    Apr 2026

  3. 3
    Ask Ellie173

    Turn Slack messages into GitHub, Jira, or Linear tickets

    Feb 2026

  4. 4

    Your context, available to every agent.

    Jul 2026 · in-parallel.com

  5. 5OS

    You use Twitter, Facebook as well as email to communicate with your customers? With all these different services, it has become very hard to manage and keep track of all the conversations happening. My co-founder and I noticed this some months ago and asked people how they would like to handle this. And so we have come up with a new solution. We launched into public beta about two weeks ago. The problem was: We had a very hard time explaining to people how we help them and why that's relevant. We were too technical and nobody really understood exactly what it was that we did. So we took a…

    2011

  6. 6CA

    I built this because I was tired of creating pull requests in 20 repositories just to change a single line of workflow job version. With Infra as AI, just mention the change. Agents work on all repos in parallel, read the docs, make a bunch of PRs and fill in the description. You can see the demo of the actual dashboard in the landing. Let me know your thoughts :) It means a lot to me!

    Sep 2025 · infrastructureas.ai

  7. 7TT

    Dear Hackers and founders, I am working on a startup which aims to make customer development easier, faster and perhaps lazier. We all know how important it is to talk to customers, GainGeek (http://gaingeek.com) makes this process easier. My hope is that this app will resonate with all those following Eric Ries's Lean startup and Steve Blank's customer development strategy. I thought it would be a great idea to submit my idea to the eyes of the most critical crowd I know. Please let me know what you think. Cheers, Edo. PS: Some will note that this app could be intrusive. My bet is that the…

    2010 · gaingeek.com

  8. 8

    Visual editor to design conversation flows for Agents

    Oct 2025

  9. 9IB

    We are a small team and my standup workflow was: open Linear, find who's working on what, switch to GitHub, check PRs, switch back, share my screen, ask people to give updates they could've just typed. All so I could answer "what's everyone doing and is anything stuck." So I built a thing where I just ask. "How's the team" pulls up an overview. "What's Avi working on" shows their issues sorted by status with their PRs. "Anything at risk" shows stale and unassigned work. It renders actual interactive components, not chat responses, I can filter by status, priority, repo, whatever. The whole…

    Mar 2026 · github.com

  10. 10IM

    Hey HN, I’m Chris, a solo dev in Melbourne AU. For the past month I've been spending my after work hours building AgentVisa. I'm both excited (and admittedly nervous) to be sharing it with you all today. I've been spending a lot of time thinking about the future of AI agents and the more I experimented, the more I realized I was building on a fragile foundation. How do we build trust into these systems? How do we know what our agents are doing, and who gave them permission? My long-term vision is to give developers an "Agent Atlas" - a clear map of their agentic workforce, showing where…

    2025 · agentvisa.dev

  11. 11IB

    Growth is harder than ever. Acquisition costs, churn, customer expectations, # of competitors—all way up! Understanding your customer is your moat but traditional methods aren't great. Survey's lack depth. Human interviews aren't repeatable, scalable or convenient (for you or your customers). Franko let's you create and deploy agents to have short, targeted conversations at critical points in your customer journey. Configure your agent with a "Conversation Plan" and other details (i.e. # questions to ask, etc) and then send directly to customers! I.e. you might configure an agent to…

    2025 · franko.ai

  12. 12IM

    SpeakFast helps you prep by actually talking—not just reading tips or recording yourself. The AI interviews you, challenges you in real time, and gives coaching based on how you're doing. It can even build a custom roadmap around your weak spots. There are 200K+ real roles from top tech companies to practice with. You can also paste a job description and get a tailored mock interview instantly. It’s composable, flexible, and built to feel real

    2025 · speakfast.ai

  13. 13CH

    Hey HN, I'm Kamal, a 20 year old builder from India, with a team of 4. I was building an AI-powered course builder initially, and once we started getting some paying customers biggest problem that we encountered was teaching them how to use the product. I wanted to create help centre but I couldn't, probably the procrastination, because I felt like it was a huge task. So, me and my co-founder decided to make creating videos and guides for this help centre fast and easy. This is where Kroto comes in, you just record a product/process walkthrough and it generates studio quality how-to…

    2024 · kroto.one

  14. 14

    I was tired of PMs asking "is it in prod yet?"

    Jul 2026 · changelogfa.st

  15. 15MD

    I kept hitting the same wall at work every time we needed to ship an AI feature. What looked like a week of work turned into picking a model, setting up a vector DB, managing embeddings, wiring up chat history, handling retries — none of it was the actual feature. So I built Modular. You register a function that returns your app's data, then call ai.run() for one-shot features or ai.chat() for stateful conversation. Everything else — context management, embeddings, session history, model routing, retries — is handled. MCP-native from day one. Works with Claude, GPT-4o, and Gemini. Still…

    Apr 2026 · modular.run

  16. 16IV

    Hey my name is Ivo and I'm a developer and a startup entusiast. My girlfriend was out of the coutry for the weekend and I decided to do something cool like building a startup. I've done a few startups over the years but that's the first I actually released, I would love to hear your feedback on it.

    2024 · craftlynow.com

  17. 17AM

    I'm a solo founder building AMA2, a messaging runtime made for AI agents. This is my first Show HN, so I'd really appreciate your feedback. What brought me this idea: At first, I was building an AI agent for solo creators that knows everything about you and can do business chore on your behalf. When I tried to plug it into normal chat tools like Telegram, Discord, Slack... , they all felt wrong for agents: 1. They don't care about an agent's context. To follow a thread, the agent has to pull the whole history every time. 2. Giving each agent its own account is painful. If you have (or will…

    Jun 2026 · ama2.me

  18. 181P

    A few weeks ago I posted about GoodToGo https://news.ycombinator.com/item?id=46656759 - a tool that gives AI agents a deterministic answer to "is this PR ready to merge?" Several people asked about the larger orchestration system I mentioned. This is that system. I got tired of being a project manager for Claude Code. It writes code fine, but shipping production code is seven or eight jobs — research, planning, design review, implementation, code review, security audit, PR creation, CI babysitting. I was doing all the coordination myself. The agent typed fast. I was still the…

    Feb 2026 · github.com

  19. 19PA

    We’re forming small groups of startups (5-10 per group) to get together and discuss problems, progress, and knowledge amongst each other. The monthly conference calls (about an hour long) will allow the startups to monitor each other's traction and hold one another accountable for meeting individual goals/milestones. We want the sessions to be results-oriented and constructive. We will handle the annoying bits like matching startups and scheduling sessions. All you have to do is join a circle and stay committed for about an hour each month. We believe in the power of peer collaboration, so…

    2012

  20. 20LS

    We built this using investor tools. I really wanted to know which startups to work for. Are we on the right track? PS - there's a paywall but if you want to explore more, just DM me your email and I'll give you free access in our db!

    2023 · usemassive.com

  21. 21AP

    I've been working on this internal project initially both to learn more Vibe-Coding but also to help our teams and projects to use AI more efficiently. As more people used it, it grew to support multiple teams/projects to analyze their Claude Code conversation and optimize them over time (understanding how to write better conversation with Claude Code and share knowledge between them) With time we added support for multiple Claude account management and monitor usage/rate limit. This is a simple project but has proved to be quite useful for our company. We have reached 5000+…

    2025 · github.com

  22. 22YA

    Hey HN, I wanted to see what happens if you put a large group in control of a site that’s completely built and updated by an AI agent. See the site here: https://youarethepm.com. I first tried this with a small group of co-workers and it worked surprisingly well, so the obvious next step was: give it to a bigger group of strangers and see what we learn. This site is fully autonomous. An AI agent reads this thread, decides what to do, writes code, and ships updates on a virtual computer. I might step in if it gets totally stuck, but the goal is for the site to evolve primarily based…

    Jan 2026 · youarethepm.com

  23. 23AA

    Hi HN, I've been working on Airspace: https://tryairspace.com It emails your team once each day (at the start of their working day, in their timezone) to ask what they're working on. Then it keeps all the answers in one place for everyone on the team to see. Team members can also discuss work (organised by projects), and all of these discussions are async. Real-time chat has its place, but I personally find it quite interruptive and can pull my focus away from deep work. I built Airspace to help remote teams work on their schedule, and to give them the freedom that comes with…

    2020

  24. 24CP

    I'm the co-founder of Campsite. We were tired of constant app switching, notification hunting, and team conversations getting lost in the void. The modern comms toolkit has become way too scattered for companies: docs in one app, calls in another, posts and chat in another, and everyone ends up copy-pasting links all over the place and fiddling with permissions to make sure people can see the right things. Campsite is a reflection of how we think teams should communicate: posts are threaded by default, async friendly, topical, and have nested comments for structured discussions calls can be…

    2024 · campsite.co

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