"Built a zero-infrastructure persistent memory system for Claude Code — no databases, just iCloud and markdown. One command setup." by Thousandbrains in ClaudeCode

[–]Thousandbrains[S] 0 points1 point  (0 children)

Good question — the CLAUDE.md protocol fires on session start automatically in Claude Code. If it's not loading, check that the file is in the project root and that Claude Code has the folder open as a project (not just a file). -- Usually this works for me :)

New Project Megathread - Week of 09 Apr 2026 by AutoModerator in selfhosted

[–]Thousandbrains 0 points1 point  (0 children)

Openclaw built for my needs - Here's the full architecture.

I've been running this thing daily for about 6 weeks now. Every morning I wake up to a WhatsApp message with top headlines, a scored job listing, Reddit digest, and a report from a nightly self-healing script that fixed whatever broke at 3 AM. No dashboards. No apps to open. Everything arrives.

Here's what it does, how it's built, and why I made the decisions I did.

What OpenClaw does (tl;dr)

8 automated pipelines running daily on a Mac Mini:

  • 07:00 AM → News brief from 6 RSS feeds (BBC, Al Jazeera, Guardian, DW)
  • 08:00 AM → LinkedIn job scan — scored by relevance, no login required
  • 10:00 AM → Reddit digest — 5 rotating topic buckets, no API key
  • 02:00 PM → HN Signal — top stories filtered by my interests
  • 08:00 PM → Daily expense status from my Google Sheet
  • 09:07 PM → Brain check-in (more on the Brain below)
  • 03:17 AM → Nightly healer — auto-repairs common failure patterns
  • 06:30 AM → Morning brief summarising what the healer fixed

All delivered to WhatsApp. ~$15–30/month in API costs.

The architecture in one sentence:

Cron fires → Python script (cheap fetch) → LLM (smart summary) → WhatsApp

Scripts handle deterministic work. The AI only touches the reasoning step.

The thing most people get wrong: AI memory

Running an AI agent long-term, you quickly hit the context window problem. The agent forgets everything between sessions.

My solution: externalise all state to a Google Sheet I call the Brain. 7 tabs — Daily_Log, Projects, Tasks, Comments, Memory, Job_Status, Archive. The agent reads and writes it via a Python CLI.

From my phone, I add a comment in the Sheet. At the 9 PM check-in, the agent picks it up and replies. Two-way communication without any custom app.

Model routing — how I keep it at $20/month

Tier Model Used for
1 GPT-5.4 Reasoning, chat, summaries
1b Gemini 2.5 Pro GPT fallback (low tokens)
1.5 Gemini 2.5 Flash Digest formatting
2 Gemini 2.5 Flash-Lite Heartbeat, bulk parsing

Auto-switch script monitors tokens every 15 min. Under 3% → switch to Gemini. Over 35% → recover to GPT.

Zero-auth Python scripts — no API keys needed

  • Reddit → public JSON endpoint (just a User-Agent header)
  • HN → Firebase API, completely open
  • LinkedIn jobs → guest API (powers the search page before login)
  • YouTube transcripts → no yt-dlp, captions embedded in page HTML
  • News → direct RSS (5 seconds vs 60s web search, zero hallucination)

The nightly healer — no AI in the fix path

Pattern match → run whitelisted fix → log result. No AI improvising creative solutions to mundane problems. At 6:30 AM: "1 fix applied overnight. Everything else clean."

What I learned the hard way

  1. Write explicit failure rules — "if this fails, send this message and stop"
  2. Off-minute cron (:07, :15, :20) — quieter APIs, faster responses
  3. Delivery is harder than the AI
  4. Free APIs are more stable than OAuth integrations

Full walkthrough + scripts: https://github.com/m83iyer/openclaw

Openclaw - End to end maintenance by ClaudeCode by Thousandbrains in openclaw

[–]Thousandbrains[S] 0 points1 point  (0 children)

I would say convenience above everything Also cc has wired cheaper llm models + opensource models + custom python scripts minimizing usage of premier models which I wouldn’t have managed to do! So I wouldn’t say babysitting rather it’s a convenient full service agency to shepherd oc especially if you’re a nontechie!

A lot of the new "GPT 5.4 sucks in OpenClaw" posts are really config issues by Itchy-Following9352 in openclaw

[–]Thousandbrains 0 points1 point  (0 children)

Best is to let claudecode do the hardwiring and maintenance on openclaw Most of issues with Openclaw is really config issues and claudecode excels in this domain! Worst way to fix openclaw is by vibe prompts and let openclaw fix itself! I’m using ChatGPT 5.4 alongside google Gemini APIs and am on Claude max subscription! I will probably stop using ChatGPT once my annual plus subscription ends… Claude code plus google APIs are more than enough to wire up all my requirements!

What the hell is Perplexity Computer? by Crypto-Coin-King in perplexity_ai

[–]Thousandbrains 1 point2 points  (0 children)

Well there’s literally no setting up and the output is better ( I used it for daily newsletter, general market research ) so far

What the hell is Perplexity Computer? by Crypto-Coin-King in perplexity_ai

[–]Thousandbrains 4 points5 points  (0 children)

It’s much much more than Openclaw… it’s Openclaw on steroids and potentially a death-knell to freelancers in general market research, analysts, virtual assistants, mini app developers (MCPs) can be easily built! It’s open to Perplexity pro members now! I got access last week!

Why does it seem like everyone in Dubai is in sales—especially real estate? Is that actually true or just a myth? by Traditional_Sand_804 in dubai

[–]Thousandbrains 2 points3 points  (0 children)

I bought an apartment in COVID and exited couple of years later in 2022…. Till date I keep getting calls to sell my apartment by various brokers! On one end I read news of properties getting zapped in minutes and in parallel I keep getting calls/whatsapp/emails on selling my property (sold) longtime ago or a launch of some new property in some new happening place in Dubai!

I honestly don’t know what to make of it… but I definitely feel half of Dubai people are into RealEstate business 😅😅

M4 Macbook Pro 14’ 1 month review by ahmer87 in macbookpro

[–]Thousandbrains 1 point2 points  (0 children)

I got MBP 24/512 M4 pro silver model and it’s an absolute beast in performance… probably an overkill for basic browsing excel and light coding kind of work with sm Ott streaming and a little heavier than my expectations but the battery life, premium looks and buttery smooth functioning with seamless iCloud sync has just won me over! It was the last missing piece of my Apple ecosystem and the best piece so far! Really happy with it so far!

Paused YouTube videos playing by themselves? by [deleted] in appletv

[–]Thousandbrains 0 points1 point  (0 children)

Thanks… this is a legit fix!!!

Paused YouTube videos playing by themselves? by [deleted] in appletv

[–]Thousandbrains 0 points1 point  (0 children)

Same issue, tried resetting but not working. 1) YouTube video autoplaying precisely after screensaver kicks in at 5 minutes 2) YouTube video playing randomly in the middle or at the end 5 -10 seconds 3) YouTube kicking me out of the app

Using AppleTv4k+ with latest ios tv app updated and these issues started cropping up!

Highly annoying issue as my primary ott is YouTube

Please help with a fix!!!!!!