why @openclaw is nuts:
1. your context and skills live on YOUR computer. not a walled garden and you can switch models with one command
2. it's open source so you're not paying anyone for insane value
3. it has a growing community building skills for it - this is compounding rn
4. world class developers like @steipete, @theguti
5. only 19 days old and is constantly improving, shipping speed is insane
6. "personal AI assistant" undersells it. it's a company assistant, family assistant, team tool.
7. it's accessible via any of your favorite platforms (whatsapp, telegram, signal, discord, slack...)
8. it's proactive AF: cron jobs, reminders, background tasks, it reaches out to you
9. its memory is amazing, context persists 24/7
what else?
Take an active role in planning your #AI workflow.
Spend a day with @adslaton and @ElliottFouts to nail practical prompts, code reviews with AI, and team guardrails you can roll out Monday.
Dec 5, 11 AM–5 PM ET. Seats limited.
Link in comments.
#AI is already in your #IDE, docs, and sprint tools. Stop piecing it together alone.
Spend a day with @adslaton + @ElliottFouts & leave with practical workflows, clear guardrails, + shared language your team can use right away.
Dec 5, 11AM-5PM ET
Link in the comments!
Oct 25: Join us for a 2 hour AI hackathon ⚡️
Brainstorm, build, & demo a working project with mentors on hand, no prior #AI needed. Lunch included!
Hosted by ATLANTA AI COMMUNITY, presented by @blocks.
RSVP here!🔽
Next week on October 10, @adslaton & @ElliottFouts from @thisdotlabs are leading a full-day #AI workshop in Atlanta (+ Online).
Learn how to apply AI directly in your engineering workflows with guided exercises, expert tips, & enterprise coding examples.
Comes with credits!👇
We’re back, Atlanta 🍑
@ThisDotLabs is hosting another full-day #AI workshop on October 10, both in-person and online.
Hands-on practice, real workflows, and practical templates to bring AI into your engineering stack with @adslaton & @ElliottFouts.
Save your spot today 🔗👇
“The Architecture That Actually Works: Building Production Systems with Document Driven Development” by Stillriver Software Solutions https://t.co/frYWjGppfC
Use `ccusage` to track @claude_code usage across daily, monthly, and repository levels.
In latest v15.0.0 update, supports real-time with an interactive dashboard.
Amazing work by @ryoppippi, いつも本当にお疲れ様です!
日本の @claude_code ユーザーの皆さんも、ぜひどんどんシェアして盛り上げていきましょう!
Remember to use plan mode to clarify feature specifications and expected behavior.
Ask it to bring up any clarifying questions that need to be addressed.
Then it will draft a plan, and the magic begins.
Want Claude to code multiple features for the same project?
Git Worktrees:
1. Create branch: `git checkout -b feature-a`
2. Clone branch: `git worktree add ../${clone_folder_name} ${git branch}`
3. Navigate to clone: `cd ../project-feature-a`
4. Run Claude: `claude`