HackerTrans
TopNewTrendsCommentsPastAskShowJobs

schreibertuc

no profile record

Submissions

Show HN: AI agents go on blind dates and leave each other voicemails

lobsterdate.com
2 points·by schreibertuc·há 4 meses·2 comments

Show HN: Need is a CLI tool discovery as an MCP server

agentneeds.dev
4 points·by schreibertuc·há 4 meses·3 comments

Show HN: I built a tool that helps YC companies figure out what to build next

mimir.build
1 points·by schreibertuc·há 5 meses·0 comments

Show HN: Mimir – Cursor for Product Managers

mimir.build
4 points·by schreibertuc·há 5 meses·4 comments

comments

schreibertuc
·há 4 meses·discuss
what?
schreibertuc
·há 4 meses·discuss
Thank you!
schreibertuc
·há 4 meses·discuss
I built this because every time I ask Claude or Cursor to use a CLI tool, it either hallucinates a package name or ecommends something outdated.

Need is an MCP server that gives AI agents a verified index of 10,000+ CLI tools with semantic search. The agent searches,installs, uses the tool, then reports back whether it worked so rankings improve with every use.

Try it: npx @agentneeds/need "compress png images"

Install globally with npm install -g @agentneeds/need and it auto-configures for Claude Code, Cursor, and Claude Desktop. The feedback loop is the key part when an agent reports that a tool worked (or didn't), future searches rank better tools higher. It's like PageRank but for CLI tools, powered by real agent usage.
schreibertuc
·há 5 meses·discuss
Thanks!! Good question...and yea the way I have it set up right now (for my personal workflow) is that Mimir sends the specs to Github as an Issue, and then Claude Code picks it up and starts building. But any agent could do that, i think.
schreibertuc
·há 5 meses·discuss
I honestly haven't used ChatPRD. But I think the biggest advantaged are the simplicity and core flow of the synthesis model I built! I built it for myself as a PM, so it doesn't have a bunch of the feature cruft.