Workflows Articles
Browse 799 articles about Workflows.
Claude Code Hourly Limits Just Doubled — Here's the Compute Deal That Made It Possible
Claude Code's hourly limits just doubled. The reason is Anthropic's takeover of SpaceX's Colossus 1 data center. Here's what changed and what's still limited.
Claude in Microsoft Office Is Now Generally Available: 5 Cross-App Workflows You Can Run Today
Claude in Word, Excel, PowerPoint, and Outlook just hit general availability. Here are five cross-app workflows you can run right now with the cross-file…
How to Write a Codex /goal Prompt That Actually Works: The Meta-Prompting Technique in 5 Minutes
Writing a good /goal prompt for Codex is harder than it looks. This meta-prompting technique uses another AI to generate your /goal prompt — and it works.
Codex /goal: OpenAI's 'Ralph Loop' Feature That Ran a Device Driver Project for 14 Hours Without Stopping
Codex's /goal feature keeps a task alive across turns until complete — one user ran it on a device driver project for 14 hours overnight. Here's how it works.
Build a Custom CLI That Compresses 132,000 Tokens to 2,000 in Your Claude Context — In 10 Minutes
A School.com CLI built in 10 minutes compressed 132,000 tokens of API data to ~2,000 tokens in Claude's context — a 66x reduction. Here's how to replicate it.
GPT-5.5 Instant Is Now ChatGPT's Default: 7 Changes That Affect Your Workflows Today
GPT-5.5 Instant just became ChatGPT's default for all plans. Here are 7 specific changes that break existing prompts and automations.
Hermes Agent's 5-Pillar Architecture: How It Learns, Schedules, and Improves Itself Over Time
Hermes Agent is built on five pillars: memory, skills, soul, crons, and a self-improving loop. Here's how each one works and why the combination matters.
Hermes Agent Cron Jobs in Plain English: Set Up Automated GitHub Backups with a Single Sentence
Hermes Agent lets you schedule cron jobs in plain English. Type 'every night at 12am, push changes to GitHub' and it creates the skill and cron automatically.
How to Set Up Hermes Agent on a VPS with Telegram in Under 30 Minutes: Complete Setup Guide
Hermes Agent runs on your own VPS, connects via Telegram, and uses your ChatGPT subscription — no API key billing. Here's the complete setup walkthrough.
Hermes Agent vs OpenClaw: Which Self-Hosted AI Agent Is Right for On-the-Go Agentic Work?
Hermes Agent has 140K stars and runs on any VPS. OpenClaw has 350K stars and was built by a now-OpenAI engineer. Here's how to choose between them.
How to Add Claude to Microsoft Word, Excel, and Outlook: Step-by-Step Setup Guide
Claude is now generally available in Microsoft Office. Here's the exact install path for Word, Excel, and Outlook — and the settings you need to enable first.
How to Build a Voice Agent with OpenAI's Realtime API: Step-by-Step Setup Guide
OpenAI's Realtime API now supports reasoning, tool calls, and interruption handling. Here's how to set up your first voice agent from scratch.
How to Set Up Hermes Agent on a VPS: Docker vs Root Install
Learn how to deploy Hermes Agent on a virtual private server using Docker or root install, connect Telegram, and set up GitHub backup with automated crons.
Human-Written Code vs AI-Reviewed Code: The Trust Model Is Flipping — What That Means for Your Security Stack
The security trust model is inverting: human-written code is losing its presumption of safety, while AI-reviewed code is gaining it.
How to Manage Multiple AI Agents Across VPS Servers: A Claude Code Organization System
Running multiple AI agents across different servers gets messy fast. Learn how to use a Claude Code project to track passwords, configs, and agent setups.
MCP vs CLI in Agentic Workflows: 35x Token Overhead and 72% vs 100% Reliability — The Data You Need
MCP servers use 35x more tokens than CLI tools on the same task, with reliability dropping from 100% to 72% as complexity grows. Here's when to use each.
OpenAI Codex Got 3 New Features This Week: Chrome Plugin, Virtual Pets, and a Persistent Goal System
Codex shipped a Chrome browser plugin, virtual pets via /pet and /hatch, and the /goal persistent task system in the same week. Here's what each one does.
OpenAI Launches 3 New Realtime Voice API Models: What Builders Need to Know Right Now
OpenAI dropped three new realtime voice API models at once: a reasoning voice agent, a live translator, and a streaming transcription model. Here's what's new.
Prompts vs Skills vs Plugins vs MCPs: The 10-Minute Framework That Stops You Wasting 40% of Your AI Time
Most AI users conflate prompts, skills, plugins, and MCPs — and waste 40%+ of their time. This 10-minute framework clarifies exactly when to use each.
ReAct Loop vs Linear AI Workflow: Why n8n and Zapier Can't Do What Claude Code Does
A ReAct loop reasons, acts, observes, and iterates until done. A linear workflow just executes steps. Here's why the difference matters for real agentic work.