najmuzzaman

↗ HN profile [ 44.1 ms ] full profile
Karma
0
Created
()
Submissions
0
  1. open source bots that collaborate and get stuff done. they get their own machines through local vms or you can use e2b as a plugin. you can also teach a bot how you do your work over a screen share and then it will…

  2. Most multi-agent systems fail the same way: agents drift apart across handoffs. By turn 3 they are working in different realities. By turn 5 they are repeating each other's mistakes and calling it parallelism. WUPHF is…

  3. Most multi-agent systems fail the same way: agents drift apart across handoffs. By turn 3 they are working in different realities. By turn 5 they are repeating each other's mistakes and calling it parallelism. WUPHF is…

  4. I shipped a wiki layer for AI agents that uses markdown + git as the source of truth, with a bleve (BM25) + SQLite index on top. No vector or graph db yet. It runs locally in ~/.wuphf/wiki/ and you can git clone it out…