low code
30 articles about low code in AI news
Port Claude Code Workflows to Codex
gpt-workflow brings Claude Code-style deterministic workflows to Codex CLI with resumable journals and JSON schema validation. Install via Codex plugin and store workflows under .codex/workflows/.
How to Build Safer DevOps Workflows with Claude Code, MCP, Hooks, and Memory
Claude Code hooks, MCP servers, and memory create self-regulating DevOps workflows. Use Bash hooks to block dangerous commands and memory to persist safety rules.
Argus for Claude Code: Cut Repetitive Workflow Token Usage by 80% with
Argus enforces deterministic workflows for Claude Code, cutting token usage ~80% by replacing AI reasoning with structured execution paths. Install in minutes.
My Day-One Claude Code Setup: A Workflow That Saves 15 Minutes Per New Project
A repeatable workflow with CLAUDE.md, project templates, and MCP servers saves 15 minutes per project and reduces setup errors by 40% for Claude Code users.
OpenAI Codex Record & Replay: One-Shot Workflow Recording Becomes Reusable Skill
OpenAI's Record & Replay lets Codex learn a workflow from one demo and repeat it autonomously. The feature is blocked in the EU, UK, and Switzerland.
/loop in Claude Code: How to Build Multi-Agent Workflows Without Leaving
The /loop command in Claude Code enables autonomous multi-agent workflows, cycling through coding tasks until completion. Developers should use it to automate iterative processes like TDD cycles.
Claude Opus 4.8 Launches Dynamic Workflows for Agentic Code
Claude Opus 4.8 launched with dynamic workflows for Claude Code, enabling multi-step agentic coding. The release addresses quality issues after a ~25% instruction miss rate post-4.6.
Claude Code Ships /workflows, Replaces LLM Orchestrator with Code
Claude Code /workflows replaces LLM orchestrator with code-based control flow, solving the token tax problem from multi-agent context buildup.
Show HN: Spec-Driven Dev Workflow Cuts Claude Code Agent Confusion
SDDW introduces a spec-driven workflow for Claude Code that decomposes complex tasks into specs and subtasks, clearing context between steps to reduce agent confusion and costs.
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.
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.
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.
Opus+Codex Crossover Point: Use Pure Opus Below 500 Lines, Switch Above 800
The 'plan with Opus, execute with Codex' workflow has a clear cost crossover at ~600 lines of code. For smaller tasks (<500 LOC), stick with pure Claude Code.
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.
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.
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.
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.
Agent Flow: The VS Code Extension That Shows You Exactly What Claude Code Is Doing
Agent Flow is a new VS Code extension that visualizes Claude Code's internal agent behavior, tool calls, and token usage in real-time, turning a black box into a transparent workflow.
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.
Stop Choosing Sides: How to Use Claude Code and Copilot in the Same Workflow
Claude Code and GitHub Copilot are complementary tools. Use Claude for agentic, multi-file tasks and Copilot for in-flow, line-by-line coding.
Claude Code's Agentic Future: What the 'Linux-Ready System' Demo Means for Your Workflow
Anthropic's demo of 16 autonomous AI agents building a system proves agentic workflows are production-ready. Here's how to start using them in Claude Code today.
Claude Code's /btw Command Enables Side Conversations During Agentic Workflows
Claude Code's new /btw command allows developers to ask follow-up questions while Claude is actively working, maintaining context without interrupting the primary task. This addresses a key workflow friction point in agentic coding.
OpenAI's Internal Push to Match Claude Code's Developer Workflow
WIRED reports OpenAI is racing to close the gap with Claude Code's integrated development experience. The competition focuses on workflow integration, not just raw model performance.
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.
How to Install claude-flow MCP and 3 Skills That Transform Claude Code
A production team's setup reveals claude-flow MCP with hierarchical-mesh topology and three essential skills that add structure, parallelism, and quality control.
Claude Code's /voice Mode: The Hybrid Workflow That Actually Works
Voice mode isn't for replacing typing—it's for the moments when typing breaks your flow. Use it for intent, use keyboard for precision.
Claude Code's Secret Weapon: How the /btw Command Saves Tokens and Keeps You in Flow
Use the /btw command to ask quick, contextual questions without resetting your main task's conversation, saving tokens and preventing workflow interruptions.
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.