Managing AI Agent Workflows Across Multiple Platforms

Brian Caselgo watch the original →

Rather than committing to a single agent platform, run routine tasks on Hermes and high-creative tasks on Claude Cowork, keeping your core agent skills platform-agnostic to ensure portability.

Strategy for Platform-Agnostic Agents

Instead of tying business operations to a single agent platform, maintain a separation of concerns based on task type and platform strengths. By treating platforms as interchangeable execution environments for a centralized library of skills, you avoid vendor lock-in and can migrate workflows as pricing or feature sets shift.

Routine vs. Creative Workflows

Categorize agent tasks into routine background jobs and high-stakes creative work. Routine tasks, such as daily reporting, SEO health checks, and content ingestion, are delegated to Hermes because it offers unlimited scheduled tasks and a superior messaging interface via Discord. Creative tasks, such as content ideation and strategic planning, are routed to Claude Cowork to leverage the Anthropic Opus model, which provides higher output quality for complex reasoning. This split also accounts for Anthropic's June 15, 2026, policy change, which restricts the use of Claude Max plan benefits to their own tools, making API-based third-party integrations cost-prohibitive for high-volume creative work.

Implementation Patterns

  • Messaging Interface: Use Discord as the primary gateway for Hermes agents to benefit from robust markdown support and multi-channel threading, which outperforms Telegram and Slack for agent interaction.
  • Infrastructure: Run both Hermes and Claude Cowork on a dedicated Mac Mini to ensure background jobs persist independently of your primary workstation.
  • Skill Portability: Store agent instructions as modular skills in a local file system. This allows you to port processes between platforms like OpenClaw, Hermes, and Claude Cowork without rewriting the underlying logic.
  • Data Pipeline: Automate content capture by having agents transcribe podcasts, log tweets, and ingest YouTube transcripts into a centralized Dropbox folder, creating a knowledge base that agents can query for future ideation tasks.
  • #ai
  • #dev-tooling
  • #automation

summary by google/gemini-3.1-flash-lite. probably wrong about something. check the source.