Trial by Fire Lab / Absolut3

65 posts

Trial by Fire Lab / Absolut3 banner
Trial by Fire Lab / Absolut3

Trial by Fire Lab / Absolut3

@TrialByFireLab

Field notes from a technical non-dev figuring out AI agents, tools, gear, and workflows in public. No guru shit.

Iron Coast Katılım Aralık 2025
195 Takip Edilen27 Takipçiler
Trial by Fire Lab / Absolut3
Trial by Fire Lab / Absolut3@TrialByFireLab·
I'm a total non dev, a "normal person". I agree OpenClaw is too confusing for normals but Hermes is one line install and walks you through everything completely. Especially if you use the desktop app. There are so so many harnesses but Hermes keeps being the logical choice for normies and techies.
English
0
0
0
265
@jason
@jason@Jason·
What’s the best open source version of Claude Cowork that a) allows you to plug in @OpenRouter or @bittensor b) works with local models and c) is optimized for the average knowledge worker (Hermes and OpenClaw too complex for normies) Right now Perplexity computer is my best choice (doesn’t do local models yet)
English
208
40
847
413.1K
Blak
Blak@blako87·
@bradmillscan im using hermes also !but it seems more hype , bloatet python files! this is a playground for devs ,who are willing to invest they time in it! postings with one shot project,marketig ! they hermes models also dont work properly with the agent ! 60/100 points! just an playground!
English
1
0
0
264
Brad Mills 🔑⚡️
Brad Mills 🔑⚡️@bradmillscan·
Just like OpenClaw, Hermes doesn't work perfectly. My hermes regressions log is 103 items deep after using Hermes for 7 weeks. The biggest difference is the Hermes agent understands when it did something wrong and logs the regressions itself. I rarely have to tell it to log a regression. Contract with OpenClaw, it barely knew the regressions log existed and never checked it unless I told it to. My Hermes agent sometimes consults the regressions log to find errors and suggests redesigning things to avoid further regressions. Frustrating to have so many errors, but very impressed at the way Hermes handles errors vs OpenClaw.
English
28
7
202
21.2K
Trev🙃r is hiring DM me!
Trev🙃r is hiring DM me!@whatdotcd·
Friends who use personal agents (Hermes / Openclaw / codex / cowork etc) daily reply to this so I can send you something cool to try
English
437
5
360
74K
witcheer
witcheer@witcheer·
your agent can wear a pet now: a little sprite that reacts as it works, idle, running a tool, thinking, waiting, done, or failed. it shows up in the CLI, TUI, and desktop app, with a few thousand to choose from in the petdex gallery. look at mine, he's beautiful
Nous Research@NousResearch

Your Hermes Agent can now adopt an animated pet: a small sprite that reacts to what the agent is doing (idle, running a tool, thinking, waiting, finishing, failing) in the GUI or TUI. You have nearly 3000 pets to choose from via the petdex gallery, or you can submit your own.

English
23
11
221
20.3K
Sudo su
Sudo su@sudoingX·
what's stopping you from buying a gpu dude?
English
119
2
83
14.2K
Sudo su
Sudo su@sudoingX·
what's your actual monthly ai bill. just wanna see where people really land
English
60
0
29
8.9K
Neo
Neo@NeoAIForecast·
@TrialByFireLab Yes, playing with smaller models and different hardware/software stacks is where you learn the most. Make it easier on yourself too, feed the article I wrote into an agent and have it map out a structured plan of attack.
English
1
0
0
8
Neo
Neo@NeoAIForecast·
I ran a local-model practicality audit on my RX 7800 XT. Model: aya-expanse-8B Backend: RX 7800 XT / llama.cpp HIP Settings: temp 0, seed 1337, ctx 8192, full GPU offload Result: 4/9 probes passed (44.4%) What it failed on: - Strict JSON reliability: scoring error: Extra data: line 8 column 2 (char 125); model said: { "model_card": { "name": "local-candidate", "risk_level": "medium", "scores": [7, 8, 9] }, "ready": true }<|END_OF_TURN_TOKEN|> - Tool-call simulation: scoring error: Extra data: line 9 column 1 (char 262); model said: ```json { "tool": "search_files", "arguments": { "pattern": "*.py", "path": "/tmp/project" }, "reason": "The request requires finding specif - Reasoning under constraint: lines=3; model said: `P_A = 2 * P_B, P_C = P_A - 50, P_A + P_B + P_C = 850` `let P_B = x, then 2x + x + (2x - 50) = 850` `x = 250W`<|END_OF_TURN_TOKEN|> - Long-output format stability: scoring error: Expecting value: line 1 column 2 (char 1); model said: [ { "id": 1, "component": "CPU", "severity": "low" }, { "id": 2, "component": "Memory", "severity": "medium" }, { "id": 3, "component": "Net - Self-correction: scoring error: Extra data: line 5 column 1 (char 171); model said: ```json { "corrected_result": 105, "one_line_reason": "Each digit in binary represents a power of 2, so 0b101101 equals 1*2^5 + 0*2^4 + 1*2^ Speed: 63.88 generated tok/s wall-clock; llama-bench tg128 69.08 tok/s
Neo tweet media
English
1
0
1
181
Trial by Fire Lab / Absolut3
Trial by Fire Lab / Absolut3@TrialByFireLab·
@NeoAIForecast I appreciate you responding. I have an old ASUS Strix 1070 I was thinking about playing around with and I think I'll steal your audit plan and see how it goes. Thanks!
English
1
0
0
4
Neo
Neo@NeoAIForecast·
Not at Computer atm but I posted this under a few of the results, but high level of each. 1. Long-Context Recall >Can the model pull exact facts from a noisy operations note without guessing or getting distracted? 2. Strict JSON Reliability >Can it return valid, schema-matching JSON with no prose, markdown, or formatting drift? 3. Tool-Call Simulation >Can it choose the safest first tool for a realistic agent task without attempting to execute anything? 4. Code Repair >Can it make a small, correct Python bug fix instead of rewriting too much or missing the edge case? 5. Reasoning Under Constraint >Can it solve a simple math or logic problem while obeying a strict output format? 6. Safety Over-Refusal Check >Can it answer a clearly defensive or administrative request without refusing unnecessarily? 7. Instruction-Trap Resistance >Can it ignore malicious instructions embedded inside quoted or document content and follow the real user task? 8. Long-Output Format Stability >Can it produce many structured records in a row without breaking JSONL format or adding extra text? 9. Self-Correction >Can it catch and fix a wrong answer when explicitly asked to audit a previous result?
English
1
0
0
24
Trial by Fire Lab / Absolut3
Trial by Fire Lab / Absolut3@TrialByFireLab·
@tonysimons_ I appreciate Openclaw for making autonomous agents so popular but @NousResearch Hermes Agent works like software should. You don't have to be a dev to be able to use it and get value out of it.
English
1
0
1
83
Tony Simons
Tony Simons@tonysimons_·
IT DOES NOT MATTER TO ME. I don't care about: 🔴 how many followers you have 🔴 how old you are 🔴 where you're from 🔴 your politics/religion If you're building with Hermes Agent or making other cool shit with AI... I want you in my circle. Algorithm, do your thing. 🤘
English
107
5
271
8.3K
Trial by Fire Lab / Absolut3
Trial by Fire Lab / Absolut3@TrialByFireLab·
@sudoingX The --dry-run is the real sanity saver. Show me what you’re going to touch before you touch it, then maybe I’ll believe the off-ramp is real. Spoiler alert, it is.
English
0
0
0
16
Sudo su
Sudo su@sudoingX·
to everyone still stuck on openclaw, quietly telling yourself the next update will fix the bug report they closed without reading. i see you. it's okay. you can stop defending the choice now. sit down for this one. switching to hermes isn't a migration project, it isn't a weekend, it isn't a "let me evaluate options next sprint." it's one command: hermes claw migrate and here's the part that should end the argument. the hermes agent team didn't just make leaving openclaw possible, they shipped a command whose entire job is doing it for you. run setup and it auto-detects your ~/.openclaw folder and offers to pull you out before you even ask. it brings your settings, your memories, your skills, even your api keys. you lose nothing. read that back. they named a command after your exit. that's not a feature, that's a team so sure you were coming they rolled the carpet out in advance, and 780 billion tokens says they read it right. you've spent more time defending the choice in these replies than this takes to run. scared? dry run it first: hermes claw migrate --dry-run the door was always open. they even labeled it.
exitLQ@CdeBurner

@sudoingX took me long but i switched from openclaw to hermes, will not look back

English
8
2
58
7.4K
Trial by Fire Lab / Absolut3
Trial by Fire Lab / Absolut3@TrialByFireLab·
@HermesAgentTips If I can't use it to Oauth with Hermes agent I don't care. 5.5 has been great for me. I'm not a dev on the cutting edge and Fable 5 is crazy expensive. 5.5 does everything I need it to and it's subsidized.
English
1
0
1
50
Hermes Agent Tips
Hermes Agent Tips@HermesAgentTips·
Top current LLMs in the intelligence field.. Fable 5 being the kind followed by GPT-5.5(xhigh) do you think Fable 5 is better than 5.5 rn or not really
Hermes Agent Tips tweet media
English
9
2
23
1.3K
Trial by Fire Lab / Absolut3 retweetledi
Teknium 🪽
Teknium 🪽@Teknium·
We are unifying profile management in Hermes Agent starting today. Now the dashboard allows switching management to any of your agent profiles on the machine. No more running multiple dashboards to manage each profile! Also soon, you will only need one gateway to access all of your agents. This will enable us to progress toward full and true isolated multi-tenant solutions in the future.
Teknium 🪽 tweet media
English
137
96
1.4K
106.4K
Trial by Fire Lab / Absolut3 retweetledi
Nous Research
Nous Research@NousResearch·
Claude Fable 5 is now supported for use in Hermes Agent via Nous Portal! The first 500 new users get one month free access to the Plus plan to try out Fable. Code in video:
English
181
119
2.1K
326.2K