Back
X (formerly Twitter) February 22, 2026

Chrys Bader (@chrysb) on X

My Thoughts

Some fascinating ideas of what's possible to automate with agents. Specifically Openclaw. We're on the cusp of a whole new era, tedious and repetitive computer based tasks are going to become a thing of our past. My kids will probably be gobsmacked at all the low ROI tasks we manually had to do on computers. It's definitely a scary time in some respects, but it's equally exciting!

Visit Link

https://x.com/i/status/2024989854250270924

the folks knocking @openclaw saying there's no real use cases are outing themselves if you're a founder, here's what you can do today: daily operations • morning briefings that aggregate email, slack, calendar, and news into one summary on a cron job • email triage that

You might also like

Building an efficient Content Pipeline with Claude Code: From PRs to Blog Drafts
blog

Building an efficient Content Pipeline with Claude Code: From PRs to Blog Drafts

I built a system that scans my GitHub PRs weekly, identifies content-worthy work, and generates blog drafts automatically. I call the pattern Quasi-Claw. I built a system to solve a problem most developers share: doing interesting work every week but never writing about it. The pattern — slash commands + LaunchAgents + CLI execution — turns Claude Code into a lightweight scheduled agent without any heavy framework or infrastructure. Here is how it works: 📅 The Trigger: Every Friday at 5pm, a macOS LaunchAgent triggers Claude Code. 🔍 The Scan: It scans my GitHub repos and scores PRs/commits for "content potential." 💬 The Summary: It sends me a Slack digest of the week's best stories. 🚀 The Execution: I run a single command to pick an idea, generate a full blog draft from the actual source code, and push it to my site’s API. The meta proof it works? This very post was identified and drafted by the system itself. #ClaudeCode #AI #BuildInPublic #Automation #SoftwareEngineering

A Developer's AI Workflow: From Voice Dictation to Automated Reviews
blog

A Developer's AI Workflow: From Voice Dictation to Automated Reviews

The AI toolkit and workflow behind building three repositories, 347 commits, and a full-stack portfolio in under a month of part-time work — Claude Code, voice dictation, automated reviews, and more.

How I Built a Full-Stack AI Portfolio for Under $1/Month
blog

How I Built a Full-Stack AI Portfolio for Under $1/Month

Four hosting services, three repositories, an AI chatbot, semantic search, and cross-device content sharing — practically free.