nowfound

Alternatives

Products that do what HumanLayer – Human-in-the-Loop for AI Agents does

I found myself building a bunch of LLM-backed features that needed to use tool calling, and some of those tools involved doing things that were somewhat high stakes - communicating on my behalf or modifying shared / production data. one example - I wanted to replace a marketing website with a chatbot + vector DB loaded with the previous content, docs, and blog posts. Between hallucinations, missing knowledge base info, and the LLM generally writing like an psuedo-intellectual high schooler, I realized I couldn't trust it to communicate unsupervised with my website visitors. I needed a…

  1. 1MA

    I've been deeply involved in working with AI agents and large language models (LLMs) for a while now. During a recent job search, I found myself repeatedly explaining my skills and experiences to various assistants. Around the same time, I was creating content for my website to help hiring teams understand my capabilities better and make informed decisions. MCP had started to gain momentum and I saw a way to reduce my toil. So I built an MCP server that can effectively communicate my qualifications as a job candidate. This server acts as an AI-powered resume, providing an understanding of my…

    2025 · ai.jakegaylor.com

  2. 2

    Revolutionize LLMs chat platform with pay-as-you-go pricing

    2025

  3. 3

    Human-in-the-loop infra for AI agents

    2024

  4. 4BT

    I made this experimental art project/game that's an LLM chat assistant, but where you're the AI. I wanted people to get a visceral sense of what it's like to answer the kinds of things that people prompt their chatbots day in and day out. If you're interested, I wrote up some more info on how I made it, including how the "user" prompts are generated with an eye for realism: https://bethechatbot.com/about Hope you enjoy it! I'd love to hear people's takeaways.

    Jul 2026 · bethechatbot.com

  5. 5IB

    Excited to share a project I’ve been building for months! Would love to receive honest feedback :) My motivation: AI is clearly going to be the interface for data. But earlier attempts (text-to-SQL, etc.) fell short — they treated it like magic. The space has matured: teams now realize that AI + data needs structure, context, and rules. So I built a product to help teams deliver “chat with data” solutions fast with full control and observability (agent tracing, quality scores, etc) — am I wrong? The product allows you to connect any LLM to any data source with centralized context…

    Oct 2025 · github.com

  6. 6IM

    Hey HN! I got tired of AI agents being a pain to set up, impossible to customize without a PhD, and only viable if you're some Fortune 500 company. So I built something different, a chatbot you can literally drop onto your website with a single script tag. Create an account, add your domain, customize literally everything (theme, icon, welcome message, suggested responses, whatever), and you're done. The bot scrapes your site once a day to understand your business, or you can just upload docs-pricing sheets, policies, FAQs, you name it. That's your chatbot's brain right there. It only works…

    Oct 2025 · sitesidekick.io

  7. 7IB

    I’ve been playing around with local LLMs for the past couple of months and decided to build something that can run on an iPhone. It’s a universal app built with SwiftUI and the excellent ggml library. The model is an SFT fine tuned and 4 bit quantised version of the RedPajama-INCITE-Chat-3B-v1 OSS LLM. It works reasonably well on recent-ish (~3 year old) iPhones, iPads and Macs. It was launched on the App Store yesterday[1] and Product Hunt today[2]. It seems to be reasonably ok at natural language interactions, but given its size, does pretty badly at coding and reasoning. Also, it…

    2023

  8. 8IT

    I trained the 65b model on my texts so I can talk to myself. It's pretty useless as an assistant, and will only do stuff you convince it to, but I guess it's technically uncensored? I'll leave it up for a bit if you want to chat with it. I posted this to Reddit and had several hundred people talking to it. Salient points from that discussion: LLAMA 1 65b Rank 128 5 epochs Batch size 1, 256 cutoff Trained in the Oobabooga suite using bitsandbytes 4-bit quantization for the lora Loss around 1.5 seems to give the most coherent results Trained on raw text dumps that is then parsed by a crappy…

    2023 · airic.serveo.net

  9. 9HG

    Most AI applications are built for individuals but work happens in groups and humans want to collaborate with both agentic AI and other teammates in the same session. We created Hybrid Groups for that purpose. In Hybrid Groups, agents join group chats as virtual team members in Slack and GitHub. They participate in group conversations, proactively contribute when needed and perform actions on behalf of individual users, like managing your calendar for meeting suggestions or updating your todo list without sharing access to your private resources to the group. The project is open-source at…

    2025 · youtube.com

  10. 10IS

    Hey HN! For that last 8 months I've been trying to make agents that can hack web applications to find vulnerabilities in them - An AI Security Tester. The system has 29 agents in total, a custom LLM Orchestration framework which works on the task-subtask architecture (old-school but works amazingly for my use case, and is pretty reliable) with custom agent calling mechanism. No Auo-Gen, Langchain and Crew AI - Everything custom built for pentesting. Each test runs in an isolated Kali linux environment (on AWS Fargate), where the agents have full access to the environment to undertake any…

    2025

  11. 11YK

    We made human-use. Similar to how browser-use connects agents to the web, human-use connects agents to people all over the world in real-time using the Rapidata API. This allows the LLM to crowdsource human feedback and insights when it deems necessary. Free to use for anyone, you can enable your agent to use humans in real-time to: - Do preference research - Check for hallucinations - Capture sentiment - Get feedback - etc. Whatever you would want from humans. We expose certain parts of the Rapidata API to the agent through the MCP server framework. Additionally we provide a custom client.…

    2025 · github.com

  12. 12CM

    Hey everyone, I've been hacking on this idea with a friend as we've been using chatgpt and other AI tools in our day to day work and find ourselves copy/pasting to each other frequently. We often share chatgpt links with each other, but it's been frustrating that they are read-only and we can't pickup the conversation or both talk to an LLM with shared context. We built a shared chatroom to explore what it'd be like to talk with multiple LLMs and humans in the same chat, and so far it feels pretty cool, but we're curious if anyone else would find it useful as well. Right now you can: -…

    2025 · chord.chat

  13. 13IE

    Hi HN! I spent the last year traveling and feeling purposeless after shutting down my last startup (Zage YC S’21) in Dec 2022. There were some obstacles I couldn’t overcome and decided to return investors 50% of their capital. To afford (and justify to myself) traveling, I started consulting as an engineer and product designer. I started (https://backspace.nyc) and it was a good time. I (and some friends) built a handful of AI experiences and learned a lot along the way. The hardest thing about running a services business shipping and selling AI experiences powered by LLMs was…

    2024 · loom.com

  14. 14AA

    Looking for feedback on how Props can make your life easier as an LLM application developer.

    2024 · wwww.getprops.ai

  15. 15AG

    I’ve been building LLM tooling for a small VC fund and found myself explaining the same mental model over and over to non-technical people around me: how a stateless LLM becomes a chatbot, how tool use works, what an agent is mechanically, and why context windows shape all of it. I never found a guide that covered that full chain at the level I wanted, so I wrote one. It’s nine short chapters, each building on the last. Deliberately simplified: the goal is a useful mental model, not a textbook. Feedback, corrections, and contributions welcome: github.com/ymyke/aiaiai

    Apr 2026 · aiaiai.guide

  16. 16BG

    Hi HN, My name is Othmane and I’ve been in the ML field (building and shipping models) for the last ~5years. Today, as many people out there, I come across new AI tools every week. However I was a bit surprised to see little to no mention of established AI vendors that existed before chatGPT and how most use cases are heavily biased toward content generation (text/image) or conversational AI (chatbots). I built a tool that helps you find the right AI solution/provider based on your use case. It uses a curated database of 100+ solutions from established vendors. It covers things…

    2023 · preview.steerlab.ai

  17. 17NH

    Hey HN! When I started looking into LLMs and agents for software development and introducing them at work, I quickly realised that a person new to the topic faces a real barrage: - all the hype (AGI, engineers getting replaced by AI etc.) - conflicting opinions in virtually every discussion—for every person saying they’ve 10x-ed their productivity, there is a comment decrying LLMs as an utter failure - a lot of jargon (MoE, MCP, RAG, distillation, quantisation etc. etc.) - a profusion of models, IDEs/IDE extensions, CLI agents, other tools etc. Sorting through all of this can be quite…

    2025 · nohypeai.dev

  18. 18

    Chat with 300+ AI models in one place with 20+ free

    Jul 2026 · chats-llm.com

  19. 19IB

    I've been experimenting with ways to increase AI adoption for non-technical people. Basically, all companies are pushing for AI because it's all over the news and they feel left behind but most people have no clue where to start. I think 90% of people (ie non coders) are sufficiently well served by using cowork instead of claude code or something similar. If we can get people from sales, customer support, marketing, etc to collaborate with skills and cowork to form a company brain, I think it's gold. So I think there's opportunity for the community to share skills that work well for 1000s of…

    Jun 2026 · claudinho.xyz

  20. 20HP

    Hi HN. I heard you like dev tools and AI, so we wanted to share our project that we’ve been working on. We’re working on Horizon [1] - a higher level abstraction for LLMs so that developers can spend less time trying to grapple with LLMs to make them work and more time with users. This is the starting feature set which takes an auto-ML approach to identify the optimal LLM model, hyperparameters, and prompt - instead of just giving you the tooling to figure it out yourself. You can read more about it in our documentations. Our view is that as LLMs become increasingly commoditized and prompts…

    2023 · gethorizon.ai

  21. 21MF

    Hi, I’m Tom Shapland, the cofounder of Canonical AI. LLMs have changed the paradigm for Voice AI. Compared to rule-based systems (Siri, Alexa, Amazon Polly), LLM-based Voice AI agents understand the intent of the caller and can more often resolve the issue without escalation to a human agent. Moreover, with LLM-based Voice AI agents, developers can build a Voice AI agent more quickly, onboard customers quicker, and iterate on the product faster. Our customers’ Voice AI agents are doing amazing things. It’s so much fun to see the agents achieve the caller’s objective, even in the face of…

    2024 · voice.canonical.chat

  22. 22TN

    Hi guys, I’m excited to share an update on ReproModel, an open-source toolbox designed to streamline the testing and reproduction of machine learning models. I, like many of you, have really struggled with benchmarking and comparing models, from missing code, to opaque experiment parameters slowing the process. I decided to take matters into my own hands, and created a mini-toolbox in my free time to streamline the process. The goal is to reduce the time and effort spent on replicating experiments, enabling researchers to focus on innovation rather than setup. Knowing this task is not an…

    2024 · github.com

  23. 23HL

    At testup.io we have been working for a while to bring artificial intelligence to the field of test automation. Just a few years ago, the primary challenge laid in accurately identifying UI elements following minor structural changes, such as updates to IDs or paths. The emergence of Large Language Models (LLMs) raised the bar for what it meant to be smart. Now, we anticipate the robot to do lots of things autonomously, such as retry in cases of unresponsiveness or handle minor error reports. A more challenging, but soon expected feature, would involve the test robot navigating your web shop…

    2024 · github.com

  24. 24AA

    Hey folks, I'm Yuval. I run a tiny startup called Glitter AI. It's just me full-time here, with a couple of freelances to help here and there. A couple of months ago, I went from managing zero requests to hundreds -- overnight (won Product of the day on Product Hunt). As someone who gets VERY easily distracted (maybe you relate), I had to find some sort of way of handling all the chaos if I didn't want to burn out. I came up with a pretty cool automation flow that I thought folks on HN here may be interested in reading about :) So here goes: Most of my interactions come through Intercom.…

    2024

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