Should you use Claude Code SDK? My answer is - NO; We shipped v0.005 of @SuperDesignDev using Claude Code SDK last week (Prob the first product built on top of Claude Code SDK too) But a few issues: 1. Expensive - With Claude Code SDK, it is not using the Claude Code max plan, but consume Anthropic API credits and it is VERY expensive 2. Security risk - If you are building a cloud based coding agent, with Claude Code operating a sandbox, you will either risk exposing the Anthropic key as users can prompt hack it, OR you need to build a translation layer between Claude Code & sandbox environment --- Most importantly, as @Google released Gemini CLI, which is fully open-source, it gave us a good insights of how to build such coding agent - it is NOT that hard We can easily fork Gemini CLI repo with its agent tools and spin up our own custom agents; Gonna build custom coding agent for both @RelevanceAI_ & @SuperDesignDev Let me know if you guys will be interested in kinda 'How to build your own Claude Code' type tutorial, happy to break it down for ya
14,81K