Category: ClaudeCode

Claude Code Series (2): A Practical Getting-Started Guide

1. Preface

As a heavyweight in the field of Vibe Coding, Anthropic, the parent company of Claude large models, has become popular all over the world since the launch of Claude Code. However, because it is mixed with some political purposes, users in China cannot use it directly. In addition, the official command line program form of Claude Code is relatively complicated, which to a certain extent restricts many domestic developers from understanding it. Even so, this does not prevent it from becoming a top player in the Vibe Coding circuit. Therefore, through the idea of ​​​​eliminating complexity and simplifying, this article hopes to help developers quickly get started with Claude Code, and have the opportunity to use its auxiliary programming in depth in daily development, and jointly find new programming models in the future under the wave of the AI ​​​​era.

Read more…

Claude Code Series (1): Comparing Paid Plans

1. Personal plan

Option 1: Use Anthropic API Key method to call

This method essentially calls the Claude large model directly through the API, and you choose a customized (or open source) user interface, similar to the OpenAI API. Since this method does not actually use the powerful command line tool capabilities of Claude Code, it is more suitable for early trial use of Anthropic products.

Entrancehttps://console.anthropic.com/

Read more…