Click any tag below to further narrow down your results
Links
This article shows how to combine Obsidian for note capture, Claude Code for automated knowledge processing, and Hermes Agent for continuous task execution into a single system that scales a one-person company. Built in sequence, the vault accumulates raw inputs, the AI agent organizes and connects your knowledge, and a background agent handles repeatable tasks while learning from each run.
- Obsidian's Raw folder acts as an unsorted dump; Claude Code reads it, extracts concepts, and auto-links them into a growing wiki-style knowledge map.
- Claude Code drafts real outputs (emails, proposals, blog posts) using vault content directly, so accumulated notes compound into better writing over time.
- Hermes Agent runs in Telegram-like interfaces to execute routine tasks (customer replies, research, follow-ups) and converts each completed run into a reusable "skill" that speeds up future tasks.
- The three tools chain together into one pipeline—capture, process/draft, act—replacing separate note, search, and automation apps for a solo operator.
This post points to a free, six-hour online course on Claude Code that takes you from setup to professional use without writing any code. It covers workflows, site deployment, agent teamwork, browser automation, client outreach and pricing so you can learn and monetize your skills.
- Free six-hour course teaches Claude Code entirely without writing code
- Covers full pipeline: setup, workflows, site deployment, multi-agent coordination, and browser automation
- Includes business side: finding clients, pricing services, and drafting proposals with contract/case-study examples
Anthropic has introduced repeatable routines in Claude Code that run on its web infrastructure, so tasks execute even if your Mac is offline. The feature, now in research preview, lets Pro, Max, Team, and Enterprise users schedule automations with repo and connector access, subject to daily run limits. The update also includes a redesigned Mac app with parallel sessions, an integrated terminal, file editing, and preview tools.
- Claude Code now runs scheduled "routines" on Anthropic's servers, so automations execute even when your Mac is offline
- Daily routine limits scale by plan: 5 for Pro, 15 for Max, 25 for Team/Enterprise
- Routines come pre-connected to repos and connectors, eliminating manual cron job or server setup
- The redesigned Mac app adds parallel sessions with a sidebar, plus a built-in terminal, file editor, and HTML/PDF preview pane
Boris Cherny shares his efficient setup for using Claude Code, highlighting the importance of customized workflows and verification processes. He details various strategies, such as running multiple sessions in parallel, using slash commands, and maintaining a shared repository for continuous improvement.
- Runs multiple Claude Code sessions in parallel across different git worktrees/branches to multiply throughput
- Relies heavily on custom slash commands to encode repeatable workflows instead of retyping instructions
- Emphasizes verification steps (tests, linting, review) as essential since Claude output isn't blindly trusted
- Maintains a shared team repo of prompts/commands so improvements to the workflow compound across the team
A detailed overview of Claude Code, showcasing its key features and functionalities, including slash commands, memory, skills, and advanced tools. The article provides a structured learning roadmap and practical examples to help users maximize their experience with Claude Code.
- A GitHub repo compiling hands-on examples for Claude Code's slash commands, memory, skills, and advanced tooling.
- Organized as a structured learning roadmap rather than a scattered reference, meant to take users from basics to advanced usage.