🧭 Haiku 3.5 Deprecation Notice — Migration to Haiku 4.5 Recommended
Anthropic has begun sending deprecation notices for Claude Haiku 3.5 (claude-3-5-haiku-20241022), with the model formally retiring from the API on April 19, 2026 — giving developers a 75-day migration window from today. Haiku 3.5 has been a popular choice for high-throughput, cost-sensitive workloads, and Anthropic is recommending migration to Claude Haiku 4.5, which offers significantly improved coding accuracy, faster instruction-following, and a larger context window at a comparable price point.
Migration checklist
- Swap model IDs in all API calls: replace
claude-3-5-haiku-20241022 with claude-haiku-4-5
- Re-run your evaluation suite — Haiku 4.5 handles structured output and code tasks more reliably, so prompts tuned for Haiku 3.5's quirks may over-specify constraints that are no longer needed
- Review token cost expectations — Haiku 4.5 pricing differs slightly at scale; model pricing is listed on the Anthropic pricing page
- AWS Bedrock and Google Vertex AI customers receive separate retirement timelines from those cloud providers
API
model lifecycle
deprecation
migration
retrospective
🧭 ServiceNow Partnership — Claude Powers Build Agent for 80 Billion Enterprise Workflows
Anthropic and ServiceNow have announced that Claude will become the default model powering ServiceNow Build Agent, an enterprise coding assistant for professional and citizen developers on the ServiceNow platform — which processes over 80 billion workflows annually across Fortune 500 customers. The integration lets developers describe applications in natural language, with Claude handling code writing, review, debugging, and autonomous deployment within the ServiceNow environment.
The partnership is Anthropic's second major enterprise platform integration of the year, following the Microsoft Foundry healthcare integration announced in January. It reflects a clear strategic focus: embedding Claude inside existing workflow platforms where enterprise users already spend their day, rather than requiring them to switch to a standalone Claude interface.
For developers building on enterprise platforms: The ServiceNow integration uses Claude's API with a custom system prompt tuned for ServiceNow's domain language. If you are building similar integrations on other platforms, study how ServiceNow's team framed the task context — domain-specific system prompts that describe the platform's object model and conventions dramatically improve output quality.
enterprise
ServiceNow
workflow
partnerships
retrospective