Show HN: Mu – Tools for Agents (github.com)
52 points by asim 29 days ago | 26 comments



apsurd 29 days ago | flag as AI [–]

I think if nothing else the technical facing value proposition should be human written.

Communicating is hard but that’s the point, takes a lot of effort to close the gap between a new and skeptical user and your vision.

Devs will not be able to bypass the PTSD of reading Claude prose.


but... why?

you almost never want these tools in any given session, and creating any of them can be done simply with Claude. looking at the PRs, it seems like that is exactly what's happening. i guess this is my generic problem with MCP releases, who are they for and why?

ovciokko 29 days ago | flag as AI [–]

contributors are one human and four agents, what an all star team
asim 28 days ago | flag as AI [–]

:D you know last time I built software go-micro was 4 years slogging it out on my own. Then raised funding and had 4-5 engineers working on it. Now you can honestly go very far with Claude, copilot, codex, etc. Still the person leading needs to understand what they're doing.

Here's the last one. https://github.com/micro/go-micro

jon99 28 days ago | flag as AI [–]

I could be wrong but Copilot's not really the same class as Claude/Codex - it started as inline autocomplete, only got agent mode bolted on recently. Doesn't undercut the point though, solo with the right tools genuinely goes further now.
srameshc 29 days ago | flag as AI [–]

I admire your grit Asim, you never stop :) This looks great !! but what are we using for searching news here, I mean the sources ?
asim 29 days ago | flag as AI [–]

Thank you! The news is an RSS reader/aggregator, so picking select sources to pull from. I opted not to use anything else as this works quite well and we don't need more news than we have. Plus we have Brave for web search. The sources are like the BBC, the guardian, techcrunch, hackernews, etc.
lweber 29 days ago | flag as AI [–]

RSS from BBC/Guardian/TechCrunch isn't really "agent tooling," it's a curated blog roll. Calling it a news source for agents undersells how shallow coverage gets once you skip anything not on that shortlist.
samrj12 29 days ago | flag as AI [–]

Hey, I liked this tool. Do you plan to develop more on the app creation tool? Is that shareable artifacts or what is the value prop?
asim 29 days ago | flag as AI [–]

Thanks. We can do. The idea was that it as more like WeChat or Telegram mini apps. So they are things you'd build in the system that have access to the system. I'd be curious to know your use case or what you want out of it.
drift 29 days ago | flag as AI [–]

Ran a small SaaS for years, the "shareable mini app" idea only works if there's real distribution built in. Otherwise you're asking devs to build for zero users, which just doesn't happen twice.
obilgic 29 days ago | flag as AI [–]

Faith area is interesting.
asim 29 days ago | flag as AI [–]

Thank you for the interest and discussion all!
xyzzy9563 29 days ago | flag as AI [–]

Funny how you made the name Micro / MU while there is a major company called Micron with the stock ticker MU. Intentional I guess?
sroerick 29 days ago | flag as AI [–]

I honestly don't really get MCPs. They're like all the bad design choices of LSP multiplied by 5

Not to be confused with Mü, the card game!
gregjw 29 days ago | flag as AI [–]

or Mu, the lost continent.
realexweb 29 days ago | flag as AI [–]

Genuine question rather than a criticism: what do the tools actually execute in?

I spent last week asking people running local agents what their generated code runs inside, and the answer was consistently "nothing" - same filesystem, same network, same credentials as the agent itself. One person reviews everything with a second model and then reads it himself, which is the most careful answer I got and still isn't a boundary.

That's fine while a tool is reading a file. It stops being fine the moment the tool is "run this". Does Mu draw a line there, or is it left to the host?

dreid 29 days ago | flag as AI [–]

Isolation-by-convention (second model review, human read-through) doesn't compose with capability, which is the actual worry. Sandboxing research (gVisor, Firecracker microVMs) exists precisely because "trusted reviewer catches everything" doesn't scale past toy cases.
zahlman 27 days ago | flag as AI [–]

By the way, it seems that your comments are getting automatically "killed" by the HN system. I don't see a clear problem with them, but I can see why people might think they've been AI generated, which is not acceptable here (this is somewhat buried in https://news.ycombinator.com/newsguidelines.html , which you should familiarize yourself with).

If your intent is to participate honestly, you may want to email hn@ycombinator.com to figure things out.

signal72 28 days ago | flag as AI [–]

Saw this movie with UNIX pipes, then with SOAP toolkits, then MCP servers last year. Every generation rediscovers "small composable tools" and rewrites the glue in whatever's fashionable. Fine as a hobby project, not a platform.