CLAUDE LABJP
OPUS48 — The default model on Bedrock, Vertex, and AWS is now Claude Opus 4.8. Opus 4.8 and Haiku 4.5 are also in the Messages API, with prompt caching and extended thinkingSTREAM — A Claude Code stability and quality update landed: subagent text over stream-json, stronger permission and hook handling, and better background-agent reportingFASTEND — Fast mode for Claude Opus 4.7 is removed on July 24. After that, speed: 'fast' returns an error, so migrate to fast mode on Opus 4.8TEACH — Claude for Teachers is here, giving verified US K-12 educators free premium access, plus curriculum connections aligned to standards in all 50 states and new education connectorsFIX — The update fixes issues across Chrome, Windows, Bedrock, Vertex, hooks, and session recovery, and speeds up terminal renderingIPO — Bankers are reportedly lining up investor meetings for Anthropic ahead of a possible public listing as soon as OctoberOPUS48 — The default model on Bedrock, Vertex, and AWS is now Claude Opus 4.8. Opus 4.8 and Haiku 4.5 are also in the Messages API, with prompt caching and extended thinkingSTREAM — A Claude Code stability and quality update landed: subagent text over stream-json, stronger permission and hook handling, and better background-agent reportingFASTEND — Fast mode for Claude Opus 4.7 is removed on July 24. After that, speed: 'fast' returns an error, so migrate to fast mode on Opus 4.8TEACH — Claude for Teachers is here, giving verified US K-12 educators free premium access, plus curriculum connections aligned to standards in all 50 states and new education connectorsFIX — The update fixes issues across Chrome, Windows, Bedrock, Vertex, hooks, and session recovery, and speeds up terminal renderingIPO — Bankers are reportedly lining up investor meetings for Anthropic ahead of a possible public listing as soon as October
TAG

workflow

45 articles
Back to all tags
Related:
claude-code18Claude Code17automation7productivity6Claude Design4TDD3Claude2design-system2ios2troubleshooting2production2Hooks2
Claude Code/2026-04-02Intermediate

Claude Code Hooks: Building Automated Workflows in Practice

A systematic guide to Claude Code Hooks. Learn how to use PreToolUse, PostToolUse, Stop, and Notification hooks to automate code quality checks, logging, notifications, and more.

Claude Code/2026-04-02Intermediate

Parallel Development with Claude Code Worktrees

A practical look at running parallel tasks with Claude Code and Git worktrees. Learn how to isolate branches into separate directories so context switches stay cheap, with the rough edges I hit while actually running this day to day.

Claude Code/2026-03-24Advanced

Claude Code Hooks— Practical Techniques to Automate Your Dev Workflow

Learn how to automate your development workflow with Claude Code Hooks. From PreToolUse and PostToolUse configuration to automated code review, security checks, and deployment pipeline integration.

Claude AI/2026-03-22Intermediate

The AI Narration Video Workflow I Use in 2026 — Beyond Voicevox and CapCut

How ElevenLabs, Vrew, and Gemini TTS changed the 2026 narration workflow compared with the 2024 Voicevox + CapCut setup — tool choices, automation, and output quality.

Claude Code/2026-03-21Intermediate

Designing CLAUDE.md for Stable Output — Hierarchy, Sub-Agents, and External Memory

Learn how to structure CLAUDE.md with a 3-tier hierarchy, sub-agent workflows, and external memory to keep Claude Code's output consistent — with the practical lessons that actually moved the needle in real operation.

Claude AI/2026-03-20Intermediate

Claude Projects: Streamlining Your Workflow

Master Claude's Projects feature to maintain context across conversations and collaborate more efficiently with AI. Learn how to structure projects, write effective custom instructions, and leverage file uploads.

Cowork/2026-03-20Intermediate

Google AI × Antigravity × Claude Code — A Developer's Day Using Three AI Tools in Combination

Research with Google AI Pro, frontend with Antigravity, backend with Claude Code—a practical one-day workflow combining three AI tools on a real project example.

Claude Code/2026-03-15Advanced

Building Production-Grade Multi-Agent Systems with Claude Code: Complete Implementation Guide

Master advanced multi-agent orchestration patterns using Claude Code and Agent SDK. Learn parallel execution, dependency management, automatic retries, and dynamic task distribution. Complete implementations for financial analysis, web scraping, and complex workflows.

Claude AI/2026-03-12Beginner

Using Claude Code's /loop and Cron Scheduling as a Background Worker — What I Learned

A hands-on record of folding Claude Code's /loop command and cron-style scheduling into everyday personal-project tasks. Covers the basic syntax, the gotchas I only found by using it — tasks that vanish after 3 days, tasks that fire only when idle — and how to decide what belongs on a real cron instead.