OpenClaw AI Agent with 6 Roles, Memory, and ADHD-Aware Design: Daily Ops Breakdown
A Reddit user with ADHD who left corporate to run a solo consultancy built an open-source AI agent that runs 6 distinct roles from a single memory base. The system handles daily planning, call debriefs, writing, legal work, and OSINT investigations without manual wiring between tasks.
Daily workflow (by 8am)
The agent produces a 4-hour action plan on the user's desk, with energy-tagged tasks and time estimates. It auto-drafts follow-up messages for every person the user owes a reply. The user reviews and sends.
Core features
- Debriefs: Paste a call transcript → the agent extracts promises made, who said what, action items, and CRM entries. Files everything automatically.
- Writing: No email or post drafted from scratch in 4 months. The agent writes in the user's voice, trained on 4 years of their posts and DMs. Recipients don't notice the difference.
- Legal work: Same system, different role. Generates separation packages, redlines vendor contracts, drafts compliance memos with citations.
- Investigations: Another role tracks active OSINT cases, manages evidence, drafts intel reports.
- Six roles total sharing the same underlying memory. Insights from a sales call can inform a legal review without manual cross-referencing.
ADHD-aware design choices
- No shame language — ever.
- Effort tracked (e.g., “you sent 4 messages”) not outcomes (“nobody replied”).
- If you can't copy-paste, click, or check it off, it doesn't belong on the user's plate.
The system is open source. The user invites others to fork it and teach it their own work.
📖 Read the full source: r/ClaudeAI
👀 See Also

Configuring OpenClaw with VAST.AI GPU Rental for Unlimited Ollama Prompts
A user describes combining VAST.AI GPU rental with Ollama and OpenClaw to bypass prompt limits, but encountered configuration challenges requiring manual JSON editing.

Peers MCP Server Connects AI Coding Sessions for Collaboration
Peers is a local MCP server that connects Claude Code and Codex sessions, allowing them to discover each other, collaborate through shared scratchpads, share artifacts like diffs and test reports, and hand off session context as structured markdown.

bunx ccusage Shows $18,450 in Credits Burned — Flat Plans Absorb the Cost
A user on r/ClaudeAI ran bunx ccusage and discovered $18,450 in credits used in May — 248M input tokens, 42M output tokens, 21.7B with cache reads — while paying only €400/month flat-rate for Claude Code and Codex.

Atlas Inference Engine Goes Open Source: Pure Rust + CUDA, 100+ tok/s on DGX Spark
Atlas is now open source — a Rust + CUDA inference engine that achieves 130 tok/s peak on Qwen3.5-35B (NVFP4) on a single DGX Spark, with no Python runtime and <2 minute cold start.