I built a dumb directory – tell me I didn't waste my time
Hey HN, I've made a groundbreaking discovery: procrastination can lead to questionable projects! While avoiding real work, I somehow created a directory of 130+ AI agents and frameworks. It's like I tried to organize a robot party and everyone showed up. What's inside: - A list of AI agents - Frameworks to build more agents So, HN, before I spiral into an existential crisis: did I accidentally create something useful, or should I go touch grass? P.S. If this somehow becomes the next big thing, I promise to pretend it was intentional all along.
In plain words
This directory compiles over 130 AI agents and frameworks in one searchable location, helping developers and researchers find tools for building autonomous AI systems. The collection spans various agent types and the frameworks used to construct them, serving as a reference for anyone exploring the AI agent landscape. It functions as a curated index rather than a review platform, organizing existing projects into an accessible catalog.
written from the facts on this page · September 2026
Does the same job
all alternatives →- LSLet's Build AI2024 · letsbuild.ai · ▲173
Hi, I built letsbuild.ai over the weekend. This is a link site dedicated to AI and can be edited via Github. There is well over 50 links already as a start. If you got interesting AI related links/ categories, would welcome any PR.
- GAGeniusrise, an open source framework and ecosystem for AI agents2023 · github.com · ▲9
Hello! Introducing geniusrise, an agent framework and component ecosystem for building AI agent networks that are as flexible as your team. landing page: https://geniusrise.ai (fancy but useless) docs: https://docs.geniusrise.ai (please check this out) github: https://github.com/geniusrise (for dear devs) ## Thought process Since the ChatGPT disruption, I've been pondering on what the tooling layer is going to look like for building LLM-interfacing agents. Saw a plethora of tools coming out as we witness here every week. I'd broadly categorize them into the…
- ALA library of tree search algorithms for AI agents2024 · github.com · ▲5
Hi HN, I built this to address what I see as the fundamental problem with ReAct-style agents: compounding errors. Even a small mistake made early enough in the loop can snowball and ruin the final output. But with search, agents can look multiple steps ahead and backtrack before committing to a particular trajectory. This has already been shown in a few papers to help agents avoid mistakes and boost overall task performance, but there's no easy way to actually build these kinds of agents. So that's why I made this framework. I believe search will eventually become table stakes for building…
- IBI built an AI tools hub with 70 categorized and reviewed apps2025 · toolsverse.tools · ▲10
Over the last 3 weeks, I built a website to organize 70+ AI tools into a searchable, reviewed, and categorized hub. Use case: I was constantly sharing AI tools with friends & colleagues, but the available directories felt outdated, shallow, or spammy. So I built my own: - Tools are categorized (e.g. writing, voice, code, automation) - Marked clearly as free/paid - Includes brief reviews, ROI notes, and usage tips - Fully searchable and updated daily - Working on tool ratings, comparisons, and a “trending” leaderboard Website: https://www.toolsverse.tools/ I’d love…
- ADA Directory of 500 HN Side Projects2024 · hnsideprojects.com · ▲15
I loved this recent "Show and Tell" thread about side projects posted on HN: https://news.ycombinator.com/item?id=42373343 It inspired me to build a mini directory that aggregates over 500 side projects posted to HN since 2017. You can filter by year, category, or revenue level. Thank you Cursor + Next.js for making this insanely fun to build. Hopefully you discover hidden gems or find inspiration in what the HN community is creating. Happy browsing!
- IMI'm building a "work visa" API for AI agents2025 · agentvisa.dev · ▲6
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…
More ai this month
the category →
I trained a 125M-parameter transformer to autocomplete piano performances in real time (~108 notes/sec on an iPhone 15). The idea is basically GitHub Copilot or Tabnine, except instead of prompting it with code, you prompt it by playing a few notes on a MIDI piano. The model then continues what you played, entirely on-device. The app is free if anyone wants to try it. Happy to answer questions about the model, training, Core ML, or the many things that didn't work.
AI · 17d ago · simedw.com
Astute▲585Automate your B2B brand going viral, with new media creators
AI · 18d ago · company-app.joinastute.com


Hey HN, Henry from Cactus here! We previously released Cactus Needle, a 14MB agentic LLM for tool call, device use, and structured extraction for phones, wearables, smart homes, small robots and microcontrollers. We got really great feedback here, and have now incorporated the suggestions to release Needle 2. The whole model is a single 14MB binary that runs a full session in 28MB of RAM; 45m parameters at 2bit compression. Needle hits 500 tokens/sec decode speed on a Raspberry Pi 5, sits between 400-1,500 tokens/sec on VR devices like Meta Quest 3S and Apple Vision Pro, and ranges…
AI · 27d ago · cactuscompute.com


Launched alongside, August 2024
the whole month →
- IY
Life & fun · 2024 · ytch.xyz



- IA
Hey there HN! We’re Joe and Stopa, and today we’re open sourcing InstantDB, a client-side database that makes it easy to build real-time and collaborative apps like Notion and Figma. Building modern apps these days involves a lot of schleps. For a basic CRUD app you need to spin up servers, wire up endpoints, integrate auth, add permissions, and then marshal data from the backend to the frontend and back again. If you want to deliver a buttery smooth user experience, you’ll need to add optimistic updates and rollbacks. We do these steps over and over for every feature we build, which can…
Dev tools · 2024 · github.com