Joined October 2019
31 Photos and videos
Pinned Tweet
I'm finally happy with my @UnslothAI unsloth/Qwen3.6-35B-A3B-MTP-GGUF, @no_stp_on_snek llama.cpp-turboquant, @_HermesAgent setup, @MajorFAFO params suggestions, and my own Rust/SQL/Hermes app. - @ASUS, 32GB RAM, 8GB VRAM 5070 laptop - MoE fully offloaded to CPU - I've fiddled around with --no-mmap and mlock. It pegs my RAM to 95% instead of 45% and after it spins up, I don't see a difference. --cache-type-k q8_0 \ --cache-type-v turbo3 \ -ot "\\.ffn_.*_exps\\..*=CPU" \ --spec-type draft-mtp \ --spec-draft-n-max 3 \ The video shows it has full hermes skills/toolset access easily, knows my system, can be creative, can print out a quick BASIC function, corrected itself when I told it that it was incorrect, and that it doesn't love me....
15
17
180
11,572
Daily @Hermes_Agent cron job giving me updates while at the gym.
18
My AI website is now in it's marketing phase. It scouts competitor ads, plans, designs, deploys, and analyzes results. Excited to see what it comes up with. bunchbeats.com
2
46
It has it's own calendar, documentation checklists, goal indicators, has the ability to (and has) created it's own @_HermesAgent skills (and Orchestrator skills), creates reports. I've had to correct it's coarse a few times, but it's getting to the point where I don't have to.
33
I'm getting close to making one of my site fully autonomous. From marketing, reviewing, copy, design, coding, sftp etc. It will decide everything about the site without approval. I'll get it some money and say go. I don't care if it actually makes money, curious what it will do.
3
63
It already did phase 1 of bunchbeats.com, I didn't do any of it. I did have to do some orchestrator tweaking and such, lots of redo's, but eventually it got it done. Hopefully phase 2 will go smoother.
24
I'm finally happy with my @UnslothAI unsloth/Qwen3.6-35B-A3B-MTP-GGUF, @no_stp_on_snek llama.cpp-turboquant, @_HermesAgent setup, @MajorFAFO params suggestions, and my own Rust/SQL/Hermes app. - @ASUS, 32GB RAM, 8GB VRAM 5070 laptop - MoE fully offloaded to CPU - I've fiddled around with --no-mmap and mlock. It pegs my RAM to 95% instead of 45% and after it spins up, I don't see a difference. --cache-type-k q8_0 \ --cache-type-v turbo3 \ -ot "\\.ffn_.*_exps\\..*=CPU" \ --spec-type draft-mtp \ --spec-draft-n-max 3 \ The video shows it has full hermes skills/toolset access easily, knows my system, can be creative, can print out a quick BASIC function, corrected itself when I told it that it was incorrect, and that it doesn't love me....
15
17
180
11,572
UPDATE: apparently I'm supposed to using --n-cpu-moe 999 instead of -ot "\\.ffn_.*_exps\\..*=CPU"
7
636
Got my @_HermesAgent linux app orchestrating parallel and sequencial agents. After I fix up the cron jobs a little better, they'll be running my business all by itself.
3
94
I just used local LLM (@ollama <-> gemma-4-E4B-it-GGUF:UD-Q4_K_XL <----> @_HermesAgent) to fix my mic issue for wf-recording. It analyzed the script, looked up my input devices, figured out what was wrong and patched the file. I now have successful video audio. It completed it in about 1.5 minutes, it would of taken me longer to figure it out. I knew where the issue was, but not what the issue was. I'm running an ASUS Geforce 5070 (8GB VRAM), 32GB RAM, Arch linux, @hyprwm. I'm fucking super excited about this. Also, I have hermes running in my quickshell sidebar. #linux #admin #code
153
This is fucking wild! #ai #openclaw #llm
SOMEONE PUT AN OPENCLAW-RUN VENDING MACHINE IN SAN FRANCISCO an AI agent is running an actual physical vending machine OpenClaw decides what to sell, how to name the products, how to price them, creates the ads, and tracks all the sales you can even see a dashboard of all the sales that the AI vending machine made the vending machine hardware does the dispensing. the AI does everything else, and of course inventory is supplied by the guy who runs it it's installed at Frontier Tower in SF which is a building packed with AI and robotics startup founders the agent forgot things, hallucinated, and at one point raised prices way too high. then tried to justify it because people were still buying we are now living in a simulation.
2
1
117
emptyArray retweeted
SOMEONE PUT AN OPENCLAW-RUN VENDING MACHINE IN SAN FRANCISCO an AI agent is running an actual physical vending machine OpenClaw decides what to sell, how to name the products, how to price them, creates the ads, and tracks all the sales you can even see a dashboard of all the sales that the AI vending machine made the vending machine hardware does the dispensing. the AI does everything else, and of course inventory is supplied by the guy who runs it it's installed at Frontier Tower in SF which is a building packed with AI and robotics startup founders the agent forgot things, hallucinated, and at one point raised prices way too high. then tried to justify it because people were still buying we are now living in a simulation.
244
396
3,732
615,664
I'm pretty new to the local LLM space, I've tried a bunch of LLMs with @ollama and @_HermesAgent . None of them will do what I want. They all hallucinate bullshit terminal calls. Here's what I'm finding...it's all about the Modelfile (until it's fixed, I'm assuming). I used this Modelfile and it went from occasionally looping to the best LLM I've used so far. My goal is to get hermes to learn my system (Arch linux, ASUS fa60up with GeForce RTX 5070 Max-Q / Mobile 8GB), 32GB RAM, AMD Ryzen 9 270, Wayland @hyprwm), just to see what it will remember and have it do little mods here and there to test out. I didn't even know about Modefiles until I tried to use this supergemma and I was getting a hermes cli/api error. Did some research and had @grok build me this. I went from that looping in the logic over and over (prompt was: Print out a list of the files and directories you know about in ~/.config/"), to it running ls -A ~/.config, printing out the files/dirs and committing it to hermes memory. I've tried all of these, and they all sucked at it horrendously. -qwen3:4b -qwen2.5-coder:14b -hf.co/bartowski/NousResearch_Hermes-4-14B-GGUF:Q5_K_M -gemma4:26b-a4b-it-q4_K_M -qwen3-coder:30b -ministral-3:14b -nemotron-cascade-2:latest -hf.co/Jiunsong/supergemma4-26b-uncensored-gguf-v2:Q4_K_M -supergemma-uncensored-tools-26b2-fixed:latest Hmmmm..I wonder if I should try a new modelfile for them all? Guess I have work to do. Either way, the responses on the supergemma are way better than the others. #Ollama #LocalLLM #HermesAgent #Modelfile #SuperGemma #Gemma #AI #LLM #SelfHostedAI #ArchLinux #LinuxAI #ToolCalling #AgenticAI #Hyprland #grok
Supergemma4-26b가 전체 gemma4-26b 모델 중 @huggingface 트렌딩 1위에 올랐습니다! Unsloth 모델보다, 심지어 구글의 원본 모델보다도 트렌딩중입니다. 같은 1페이지에 mlx와 gguf 버전이 둘다 올라가있네요. 정말 감사합니다! 31b는 마무리 작업중입니다. 그리고 다음은 e4b입니다.
5
170
@jun_song Just released this one, it did call the tool properly after one hallucination. It's slower but that has to be the limitations of my laptop, I would think 31B is way out of this ASUS laptop's league haha @_HermesAgent
72