HackerTrans
TopNewTrendsCommentsPastAskShowJobs

najmuzzaman

no profile record

Submissions

[untitled]

1 points·by najmuzzaman·2 mesi fa·0 comments

Show HN: AI agents who prevent context drift through gossip

wuphf.team
1 points·by najmuzzaman·2 mesi fa·0 comments

Show HN: My AI agents bully each other to prevent context drift

wuphf.team
9 points·by najmuzzaman·2 mesi fa·0 comments

Show HN: A Karpathy-style LLM wiki your agents maintain (Markdown and Git)

github.com
260 points·by najmuzzaman·3 mesi fa·114 comments

comments

najmuzzaman
·2 mesi fa·discuss
nicht geil. are you really so full of yourself? every customization is not "required" from day-1 and is always a (maintenance and UX) disaster if you did. i have filed an issue for it but not added it to the system yet. not gonna AI slop this just for the sake of adding another feature.
najmuzzaman
·3 mesi fa·discuss
karpathy's llm wiki tweet and gist: https://x.com/karpathy/status/2040470801506541998?s=20

i used this idea to create a version that works for a team of ai agents
najmuzzaman
·3 mesi fa·discuss
yes, and we should expose it. today the wiki location is hardcoded to ~/.wuphf/wiki/. making it a config field is a quick change. just filed an issue: https://github.com/nex-crm/wuphf/issues/310
najmuzzaman
·3 mesi fa·discuss
had fun while building this and love "The Office". fwiw i used to be a stand up comic and did lots of satire, but this one is not a shell/slop project to take on the craziness of slop agents being shipped as world-changing (while all they did was asked AI to write smart md files).

there is real substance in the product itself and something that i use myself for work. feel free to ask any questions.
najmuzzaman
·3 mesi fa·discuss
supported via OpenCode, which is the runtime that speaks the OpenAI-compatible surface. DeepSeek exposes that surface, so the path is: point OpenCode at the DeepSeek base URL and key, then set OpenCode as your synthesis or runtime CLI in the WUPHF config.

can also do llama.cpp server, LM Studio, LocalAI, OpenRouter, Together, Anyscale, and anything else with the OpenAI surface. i am using ollama already through OpenCode.

if you hit a specific endpoint that does not work, please file an issue.
najmuzzaman
·3 mesi fa·discuss
[dead]
najmuzzaman
·3 mesi fa·discuss
[dead]
najmuzzaman
·3 mesi fa·discuss
this is not a personal wiki though. it is a team wiki. agents are responsible to manage it and keep it fresh and always visible with human oversight.

tbh this won't be much useful as a personal wiki.
najmuzzaman
·3 mesi fa·discuss
let's talk about real stuff. we built an AI-native CRM backed by HubSpot founder Dharmesh Shah last year before this, had revenue, iterated to focus on context graph infra which looked like the right moat to focus on, did enterprise PoCs, and all of that distilled into this personal project i built on the side to help my own work. turned out to be right interface for making context infra usable.

the team is of 4 HubSpotters who built HubSpot's largest platforms - search, nav, notifs, permissions, AI.

we are in the process of opening up large pieces of our enterprise context architecture to WUPHF and also ship the cloud enterprise version of WUPHF (https://nex.ai/new-home).
najmuzzaman
·3 mesi fa·discuss
fair. the post title leads with the wiki because the Karpathy framing is the angle i think this audience cares about, but the wiki ships as part of WUPHF (an open source collaborative office for AI agents) and the repo README naturally leads with the broader product. i should have surfaced "ships as part of WUPHF" earlier in the post body.

if you want the wiki only, install WUPHF and only use the wiki layer. the promotion flow, fact log, and /lookup work without the multi-agent office around them.
najmuzzaman
·3 mesi fa·discuss
[dead]
najmuzzaman
·3 mesi fa·discuss
[dead]
najmuzzaman
·3 mesi fa·discuss
love the "Borrowable Ideas" section. would suggest to definitely borrow them.

full disclosure: we started as a context infra company (nex.ai) from long long before Karpathy even came up with the LLM wiki idea, and have barely exposed any of that stuff to WUPHF but starting to open some of that now. glad to see the concerns in the comparison are things that our context infra already built for.

still, happy to collab & share learnings, and of course avoid duplication.
najmuzzaman
·3 mesi fa·discuss
thanks for saying this. one more reason people are hating on SaaS so much is that the UI is dry and for many, unusable. on the other hand, the cool AI agents have UI which is fun but again, unusable.

fun and usable can co-exist and we are trying the best to prove that. also, we have an amazing designer who never worked at big tech and has no accolades, but man got taste.
najmuzzaman
·3 mesi fa·discuss
alright sir/ma'am/neither. we built an AI-native CRM backed by HubSpot founder Dharmesh Shah last year before this, had revenue, iterated to focus on context graph infra which looked like the right moat to focus on, did enterprise PoCs, and all of that distilled into this personal project i built on the side to help my own work. turned out to be right interface for making context infra usable.

not interested in a job at Anthropic as Principal Engineer (i used to be a HubSpot Product Manager with a healthy income, much better than what i am making now, or for the next few years).

took multiple bets and did iterations because we talked to customers and kept evolving while our old competition is still building an AI CRM "in stealth".

been around enough to know waves don't matter but there is still value behind those waves worth extracting away.
najmuzzaman
·3 mesi fa·discuss
[dead]
najmuzzaman
·3 mesi fa·discuss
Two structural reasons. 1. Obsidian is a single-user editor. It does not have the concept of "agent A drafted this, agent B promoted it, the team approved it." The promotion flow needs a state machine that lives outside the editor. a plugin can simulate it but the source-of-truth has to be a process the agents talk to instead of a vault file. 2. Agents need an MCP surface. An Obsidian plugin API won't do. /lookup, entity_fact_record, notebook_write, and team_wiki_promote are MCP tools the agent runtimes call directly. Obsidian's plugin API targets human users and the Electron app. You would be reimplementing the MCP layer to bridge. Practical compatibility: you can absolutely point Obsidian at ~/.wuphf/wiki/ and use it as a vault (we got someone from our Reddit post do this). Obsidian can be reader while WUPHF stays the writer.
najmuzzaman
·3 mesi fa·discuss
[dead]