Claude Code adds scheduled task execution for automated workflows

Claude Code now supports scheduled task execution, allowing developers to set up automated workflows that run without manual intervention. Instead of prompting the AI each time, you can configure tasks to execute on a schedule, with Claude operating autonomously during off-hours.
Key Details
The source material indicates Claude Code can now run on a schedule with the following capabilities:
- Set tasks once for automatic execution without prompting or babysitting
- Execute during off-hours (overnight) while developers are doing other things
- Handle specific development tasks including:
- Daily commit reviews
- Dependency audits
- Error log scans
- PR reviews
According to the source, this represents a shift from coding assistant to autonomous agent, as Claude stops waiting for prompts and starts operating on its own schedule. Developers are already sharing demos of fully automated workflows running hands-off.
The source asks developers what tasks they would trust to run completely on autopilot, suggesting this feature enables new levels of automation in development workflows.
This type of scheduled execution capability is particularly useful for repetitive maintenance tasks that benefit from regular attention but don't require immediate human intervention. Automated code reviews, dependency monitoring, and error analysis are common candidates for this kind of scheduled automation.
📖 Read the full source: r/ClaudeAI
👀 See Also

Alibaba Launches Wukong AI Platform for Enterprise Automation
Alibaba has launched Wukong, an AI platform that coordinates multiple agents to handle complex business tasks like document editing, spreadsheet updates, meeting transcription, and research. It's currently in invitation-only beta testing.

Tolan's AI-Enabled Engineering Interview Process
Tolan has redesigned their engineering interview to mirror day-to-day work with AI coding agents. Candidates get a few hours to build a feature from a Figma spec or short specification, using AI tools like Claude, Codex, Cursor, or Gemini.

Benchmark Results for Qwen3.5 Models with 2K to 400K Context on RTX 4090
A developer tested multiple Qwen3.5 model variants on an RTX 4090, measuring performance across context windows from 2,048 to 400,000 tokens. The benchmarks include time-to-first-token metrics and reveal issues with some models requiring KV offload testing.

Claude Code v2.1.145: JSON Agent Listing, OTEL Span Fixes, Security Patch, and More
Claude Code v2.1.145 adds `claude agents --json` for scripting, fixes a permission-prompt bypass, improves OTEL spans, and more.