workflow
30 articles about workflow in AI news
Codex Update Cuts GUI Workflow Latency 42%
Codex app update cuts GUI workflow latency 42%, enabling near-human-speed interface operation for autonomous app building and debugging.
Doby Cuts Claude Code Navigation Tokens by 95% with Spec-First Workflow
A spec-first fix workflow that slashes navigation tokens 95% and enforces plan docs as source of truth before code changes.
Fanuc robot arms combine AI and computer vision to adopt flexible workflows
Fanuc has updated its robot arms with AI and computer vision, enabling them to handle flexible workflows rather than fixed, repetitive tasks. This shift allows for greater adaptability in manufacturing environments.
Creator Shares 5-Prompt Claude Workflow for High-Quality Content
A content creator detailed a specific 5-prompt workflow for Anthropic's Claude AI, claiming it generates superior writing to his own multi-year output. The method focuses on structured prompting without plugins.
How Claude Routines Could Automate Your Dev Workflow (And What's Still Missing)
Claude Routines are cloud-based AI automations that run on triggers/schedules. While not directly in Claude Code yet, they hint at future workflow automation possibilities developers should prepare for.
Ribbi AI Automates Handwritten Notes Workflow, Cuts Process from 60 Min to 3 Prompts
A developer has automated a complex manual workflow for creating realistic handwritten notes using Ribbi AI. The process, which previously took 60 minutes across three apps, is now executed with three prompts, with outputs claimed to be visually identical.
NVIDIA's cuQuantum-DGX OS Aims to Manage Hybrid Quantum-Classical Workflows
NVIDIA announced its AI software stack is evolving into an operating system for quantum computing, aiming to manage the complex workflow between quantum processors and classical GPUs. This targets a major integration bottleneck as quantum hardware scales.
OpenClaw Creator: Agentic Workflows Fail Without Human Taste in Loop
Peter Steinberger, creator of the OpenClaw AI agent framework, argues that the core failure in agentic workflows is removing human judgment too soon. He asserts that strong output requires continuous human vision, steering, and questioning.
Codex vs. Claude Code: How to Benchmark Your Own Workflow
When comparing coding assistants, create objective benchmarks for your specific workflow instead of relying on general claims.
Terminal + Opus: The Claude Code Workflow That Beats the GUI
Claude Code GUI creates isolated git worktrees that break IDE integration and environment variables—terminal with Opus model delivers better results without these workflow disruptions.
Anthropic's Agentic Workflows Launch: A Deep Dive on Cost & Capabilities
Anthropic launched Agentic Workflows, a managed service for running persistent AI agents. While marketed from $0.08/hr, real-world costs are higher due to compute, memory, and network fees.
How the 'Golden Workflow' Fixes Claude Code's Biggest Mistake
Adopt a structured 4-step workflow (Explore, Plan, Code, Commit) to replace vague, failing prompts and get reliable, iterative results from Claude Code.
Anthropic Launches Managed Agents for Long-Running AI Workflows
Anthropic has launched Managed Agents, a hosted service for creating and running long-running AI agents. This addresses core system design challenges for persistent AI workflows that operate beyond single API calls.
xyOps Launches Self-Hosted AI Workflow Orchestration Platform
A new platform, xyOps, has launched as a self-hosted, open-source workflow orchestrator. It aims to connect AI/ML automation jobs to external tools and data sources, positioning itself against cloud-centric platforms.
Ethan Mollick: Gemma 4 Impressive On-Device, But Agentic Workflows Doubted
Wharton professor Ethan Mollick finds Google's Gemma 4 powerful for on-device use but is skeptical about its ability to execute true agentic workflows, citing limitations in judgment and self-correction.
scan-for-secrets 0.2: Streamline Your Security Workflow with New CLI Options
Simon Willison's scan-for-secrets 0.2 adds streaming output, multi-directory scanning, and file-specific options that developers can use immediately in Claude Code workflows.
How to Replicate a Full Mobile Dev Workflow in Claude Code
A developer replaced their entire mobile dev workflow with Claude. Here's how to apply those principles in Claude Code for faster, more autonomous development.
Microsoft Copilot Upgrade Integrates Multiple AI Models for Collaborative Workflows
Microsoft has unveiled a significant upgrade to its Copilot AI assistant, enabling users to employ multiple AI models simultaneously within a single workflow. The new feature specifically integrates Anthropic's Claude to fact-check and critique content generated by OpenAI's GPT models. This represents a strategic blending of Microsoft's AI partnerships to enhance the utility of its enterprise AI tools.
Claude Skills: How Anthropic's Context-Aware Workflow System Solves the bloated CLAUDE.md Problem
Claude Skills are modular, self-contained workflow packages that load only when triggered by user intent, solving the context bloat caused by monolithic CLAUDE.md files. They support automatic invocation, slash commands, and can bundle supporting documents.
Epismo CLI: Save and Reuse Your Claude Code Workflows Like GitHub Repositories
Epismo CLI lets you capture, version, and share multi-step Claude Code workflows as markdown chains, solving the 'how did I get here?' problem.
Manage n8n Workflows from Your Terminal with the n8n-mcp Server
Install the n8n-mcp server to let Claude Code directly read, update, and manage your n8n automation workflows without touching the UI.
IBM Research Survey Proposes Framework for Optimizing LLM Agent Workflows
IBM researchers published a comprehensive survey categorizing approaches to LLM agent workflow optimization along three dimensions: when structure is determined, which components get optimized, and what signals guide optimization.
OpenAI's Codex Upgrade Targets Workflow Automation: What Claude Code Users Should Know
OpenAI is upgrading Codex to automate developer workflows, directly competing with Claude Code's core automation features.
Cline Launches Kanban Platform for Visualizing and Managing Multi-Agent AI Workflows
Cline has launched Cline Kanban, a visual platform for developers to manage and orchestrate multi-agent AI workflows. It aims to address the complexity of coordinating multiple specialized AI agents on a single task.
Orchestrate Multi-Step Workflows Directly from Claude Code with the Conductor Plugin
Install the Conductor MCP plugin to have Claude Code create, manage, and visualize complex workflows—from GitHub-to-Slack pipelines to approval flows—right from your terminal.
Building Sequential AI Workflows with Microsoft Agent Framework and Azure AI Foundry
A technical walkthrough of implementing a sequential agent workflow for security incident triage using Microsoft's Agent Framework and Azure AI Foundry. Demonstrates how to structure multi-stage AI processes where each agent builds on previous outputs with full conversation history.
Claude Code + Stitch: A New AI-Powered Design-to-Code Workflow Emerges, Challenging Figma's Dominance
A new workflow combining Anthropic's Claude Code with the Stitch design system is being hailed as a superior AI-native alternative to traditional tools like Figma. It enables rapid, high-fidelity conversion of design concepts into production-ready code.
HyEvo Framework Automates Hybrid LLM-Code Workflows, Cuts Inference Cost 19x vs. SOTA
Researchers propose HyEvo, an automated framework that generates agentic workflows combining LLM nodes for reasoning with deterministic code nodes for execution. It reduces inference cost by up to 19x and latency by 16x while outperforming existing methods on reasoning benchmarks.
Helium: A New Framework for Efficient LLM Serving in Agentic Workflows
Researchers introduce Helium, a workflow-aware LLM serving framework that treats agentic workflows as query plans. It uses proactive caching and cache-aware scheduling to reduce redundancy, achieving up to 1.56x speedup over current systems.
Microsoft's Conductor Lets You Build Claude Code Workflows in YAML
Define multi-agent Claude workflows with parallel execution, human gates, and safety limits using a simple YAML syntax.