Two tired mice in a pail of milk, They swam around as best they could. But hope began to fade - what should they do? One wanted to drown itself, But its friend said, "No, no, no, For hope only triumphs, maybe, As long as we keep searching for it. Keep searching for it.

  • 0 Posts
  • 3 Comments
Joined 4 months ago
cake
Cake day: December 25th, 2025

help-circle
  • What I like about, I think, is the private assistance feature, but I can achieve that with other solutions, I wouldn’t need OpenClaw for that. But I don’t think I will go that way anytime soon. I think it will stress me too much.

    I am using AI for development daily. I describe an issue or feature to an agent via a skill and it returns a set of tasks in a structured and validated json format, then I run that json file through a python project I have created, looping through each task one at a time, and then I have my python code to structure how my agent is working. Each step is deterministic with short bursts of AI delulu, that again is validated against deterministic steps in pure python. It works quite good and each feature/task is approached in the exact same way where only the in between AI delulu deviates from previous runs, but it makes it much nicer, when you have something you trust in between what the AI is doing.