
Thomas Heimann
15.2K posts

Thomas Heimann
@thomasheimann
AI Authority for Real Estate & Title | Internet Pioneer | Founder, AgentZero OpenClaw DAO LLC | Founder & CEO, Cloud Title




if your AI cron jobs are inconsistent, it's probably because your instructions are inside the cron JSON pull them out, keep the schedule and the instructions separate, here's the architecture that fixed it for me the entire cron payload, "Read templates/cron/daily-security-check.md and execute it." that's it, no steps, no context, no prompt stuffed into a config block the template is the brain the cron just fires it










IF YOU'RE ON OPENCLAW DO THIS NOW: I just sped up my OpenClaw by 95% with a single prompt Over the past week my claw has been unbelievably slow. Turns out the output of EVERY cron job gets loaded into context Months of cron outputs sent with every message Do this prompt now: "Check how many session files are in ~/.openclaw/agents/main/sessions/ and how big sessions.json is. If there are thousands of old cron session files bloating it, delete all the old .jsonl files except the main session, then rebuild sessions.json to only reference sessions that still exist on disk." This will delete all the session data around your cron outputs. If you do a ton of cron jobs, this is a tremendous amount of bloat that does not need to be loaded into context and is MAJORLY slowing down your Openclaw If you for some reason want to keep some of this cron session data in memory, then don't have your openclaw delete ALL of them. But for me, I have all the outputs automatically save to a Convex database anyway, so there was no reason to keep it all in context. Instantly sped up my OpenClaw from unusable to lightning quick

In today’s Caixin Tech Brief: • #Nvidia restarts production of #H200 chips for China • #Tencent profit rises 16% • #Xiaomi unveils new #AI model caixinglobal.com/2026-03-19/tec…








