Hacker News new | ask | show | jobs
Workslop in Anthropic's own engineering article on Claude Agent SDK (anthropic.com)
2 points by argoeris 240 days ago
1 comments

The post reads "The Claude Agent SDK excels at code generation..." and then provides a snippet where variable names don’t match (isEmailUrgnet and then isUrgent), misspelling of urgent, and an unnecessary second check of isFromCustomer. I don't know if it would be worse if this were generated using Claude code or by a human.