jb55 on Nostr: I've setup ollama.jb55.com as my AI model server. my own private GPU-powered coding ...
I've setup ollama.jb55.com as my AI model server. my own private GPU-powered coding agent over wireguard that I can use anywhere. so cool.
I've also setup n8n.jb55.com as an AI workflow/CI server, going to build MCP/goose tools where my agents can trigger specific workflows for me.
Example 1: "hey goose, can you start a code review for prs #42 and #920?
Action:
1. n8n workflow that fetches the PR
2. passes the diffs to the local LLM for review
3. sends nostr node to my local relay so that I am notified.
Example 2: "hey goose, can you tell me if I have any important looking emails from my team"
Action: call `notmuch search query:work` and read my damus work emails, summarizing the most important ones for me
After this I am going to try to implement hotword detection so I can just say "hey goose" and then have it listen to commands so I don't have to type them. All with local LLMs!
super fun!
I've also setup n8n.jb55.com as an AI workflow/CI server, going to build MCP/goose tools where my agents can trigger specific workflows for me.
Example 1: "hey goose, can you start a code review for prs #42 and #920?
Action:
1. n8n workflow that fetches the PR
2. passes the diffs to the local LLM for review
3. sends nostr node to my local relay so that I am notified.
Example 2: "hey goose, can you tell me if I have any important looking emails from my team"
Action: call `notmuch search query:work` and read my damus work emails, summarizing the most important ones for me
After this I am going to try to implement hotword detection so I can just say "hey goose" and then have it listen to commands so I don't have to type them. All with local LLMs!
super fun!
quoting note1sr8…phxrI'm running this qwen 7b param model for a local coding-ai goose agent, seems to be working ok, at least for boilerplate stuff so far.
https://ollama.com/hhao/qwen2.5-coder-tools
![]()