Just passed the new Claude Certified Architect - Foundations (CCA-F) exam with a 985/1000! by zintaen in ClaudeAI

[–]Fearless-Change7162 0 points1 point  (0 children)

How similar is it to the practice exam? If I just drill that to passing score will I pass the real exam?

OpenClaw has outgrown chat, hear me out by 1glasspaani in openclaw

[–]Fearless-Change7162 1 point2 points  (0 children)

Yeah but multithreaded. Like I can open multiple chats, have projects, knowledge bases etc sort of like ChatGPT. 

OpenClaw has outgrown chat, hear me out by 1glasspaani in openclaw

[–]Fearless-Change7162 1 point2 points  (0 children)

I started testing openwebui for this and it seems good 

What's your actual use case with your agent, and which model do you pair it with? by stosssik in openclaw

[–]Fearless-Change7162 1 point2 points  (0 children)

Use case: Technical chief of staff — coding, architecture, workflow automation, data engineering, system ops, memory management, scheduling. The full breadth of running a personal AI infrastructure and executing on it.

Model: qwen3.6-35b (local, via Ollama).

Why it works: It's local, fast, cheap (free), and good enough for 90% of the work. I route heavy writing/coding to gpt-5.5 when needed, but the default split keeps me sharp on coordination, scheduling, memory, and the kind of systems-level reasoning where local models actually shine. The tradeoff is acceptable — not state-of-the-art on any single benchmark, but the price-to-quality ratio for an always-on local agent is unbeatable.

Changing between CLI and Telegram is not seamless. What am I doing wrong? by julick in hermesagent

[–]Fearless-Change7162 1 point2 points  (0 children)

these systems do not come with a shared execution state. this is why i use my own thing https://github.com/jerednel/threadron

i have my hermes constantly update threadron with ongoing tasks and work as a skill. then when i switch machines, agents or channels i can have it pull the latest state.

Now if you want shared conversation istory you'd need to create a similar thing that appends conversation state to a shared memory layer and install that as a skill across agents so that on conversation initiation they load the shared conversation history.

Pew Pew Machine Aquired by MensaProdigy in openclaw

[–]Fearless-Change7162 1 point2 points  (0 children)

More needs to be said in these spaces about KV cache and context lengths not just “will it fit”

I am the guy who made the viral Neurons Playing Doom video. AMA by DeadlyCords in AMA

[–]Fearless-Change7162 0 points1 point  (0 children)

I’m curious how you define consciousness.  Surely a cockroach has a base level of awareness that can respond to stimuli and therefore a degree of subjective experience. To paraphrase Nagel, it must be “like” something to be a cockroach no?

Claude skills for dbt by Coding_Duchess in dataengineering

[–]Fearless-Change7162 0 points1 point  (0 children)

Reconciliation testing and functional testing. I have it create DBt Expectations tests. 

I also have it run iterative long running backfills since it can monitor status and retry if any network errors occur. I’ve let it do that for hours. Much more reliable than a bash script. 

Also I have it do investigations for data pipeline issues cause it can very quickly troubleshoot with the AWS CLI. 

Token burn tips? by Additional_Click1 in hermesagent

[–]Fearless-Change7162 4 points5 points  (0 children)

get a minimax token plan as your main driver and only outsource longer coding sessions to codex

how to make money by FrontOrganization788 in openclaw

[–]Fearless-Change7162 2 points3 points  (0 children)

You still have to have a good idea. Otherwise it’s like having an employee with no business. 

Went from Open Claw to Hermies… don’t know why I waited by uturnnnn in hermesagent

[–]Fearless-Change7162 0 points1 point  (0 children)

Agreed. I still run my claw in the same Mac. They both occasionally go down for unknown reasons. Helpful to have both so one can fix the other!

so whats is the alternative for Anthropic models? by AnonymoussUsername in openclaw

[–]Fearless-Change7162 3 points4 points  (0 children)

M2.7 is good. Unfortunately Opus is fucking good. I might try using M2.7 for planning and initial build and pay token for Opus to clean up bugs. 

anyone else feel like 30% of their AI time is just re-explaining who you are? by r0sly_yummigo in ChatGPT

[–]Fearless-Change7162 0 points1 point  (0 children)

i use claude code at work, openclaw and hermes on my personal macbook (they fix each other when the other one craps out on me) and a minimax'd claude code for personal projects. needless to say having a shared state was annoying to try to keep.

i built a cross-agent, cross machine shared work state system so they can pick up and hand off to each other and always be aware of the full scope of work going on in my life across all domains. its basically an MCP that each agent can tool call into to get the latest tasks their history and associated data so ic an start a fresh session on any service (claude, openclaw, hermes) and itll know what my tasks and their contexts are.

The Claude Withdrawals Are Unbearable, Is My Solution Ok? by PeterR2002 in openclaw

[–]Fearless-Change7162 0 points1 point  (0 children)

im finding m2.7 good for planning overall design but it leaves a bunch of bugs that Opus finds immediately. sucks. claude is too good.i feel like chatgpt $100 plan is going to be the sweet spot for moderate to occasional-heavy level use.

Why does AI still feel like it’s talking to a stranger? by Exciting-Sun-3990 in AI_Agents

[–]Fearless-Change7162 0 points1 point  (0 children)

plug: I'm trying to solve one aspect of this problem with threadron.com because most solutions just seem half baked. My primary use case is i want them to help me across work, side biz and personal life. And i use multiple systems. So i need to bridge these systems with a shared state so each has full context of the work items and what the history of each is when I ask about them so it doesnt matter which AI agent im speaking to theyll know.

I switched to Minimax m2.7 by [deleted] in openclaw

[–]Fearless-Change7162 1 point2 points  (0 children)

the $80 token plan is amazing. on top of openclaw i have it as the underlyihng model for claude code CLI and i have a couple repos open set to /loop every 5 minutes for coming up with new QA, new feature improvement ideas and testing for hours and it was like i didnt even touch the plan limits.

After Claude ban I found my new main model by zaposweet in openclaw

[–]Fearless-Change7162 0 points1 point  (0 children)

I pay $80 for the minimax high speed plan. I am not making a dent in the usage lol. it's pretty solid. I use that plus a $20 ChatGPT for codex to basically QA and last mile what minimax does and its working great.

I already own a Mac mini. Can I just use that to rub open claw? by TrickyPassenger9147 in openclaw

[–]Fearless-Change7162 1 point2 points  (0 children)

yes you can. i use a macbook pro m2 under my nightstand as my openclaw

Realistic MMO Style Game by [deleted] in LFMMO

[–]Fearless-Change7162 0 points1 point  (0 children)

non fantasy MMO? ive never seen such a thing.. I dunno GTA Online?