Hacker News new | ask | show | jobs
by modinfo 17 days ago
This is not really a new idea, even I wrote "how" in rust, that just ask my local llm and after approve execute.

But the idea from OP is much better! I love that he used basic tools, this comma remind me a little bit of old irc bot, it was exactly the same flow, ", <query>".

Love it! <3

Thanks for sharing!

BTW, no one need $7k device to run eg. gemma4 e2b, even your phone can act as llm provider, it was a joke from op ;)

2 comments

btw, even his dottxt.ai, look interesting, that gives for every query to llm a schema how to respond, i always tell my llm how to respond in system prompt, but this is much cleaner!

$ dottxt generate --model Qwen/Qwen3.5-27B --prompt "Is this output valid?" --schema '{"valid": "boolean"}'

{"valid": true}

It was indeed inspired from my IRC days :)