One of my subjective feelings is not necessarily correct, let me give you some ideas: The biggest feeling is that coding can be well combined with AI through the seemingly traditional terminal method.
I have the illusion that I am really coding.
At the same time, through the multi-agent architecture design, the bottom layer of Claude code can make good use of large model capabilities and sense context.
All important information can be obtained in the command line window, allowing Claude to be more focused.
Therefore, in a seemingly simple coding environment, AI coding can be completed more efficiently.
As an old programmer, it is very refreshing to return to the command line mode after using so-called intelligent IDEs for many years.
I dream back to the days when I was typing code on Linux many years ago.
The Cli method of AI Coding may seem retro, but it actually makes users more focused and makes it easier for large models to obtain contextual information.
Modern IDE mode is not necessarily the optimal design.
If you want to learn and discuss a certain content in depth, you can turn on the teaching mode, which can interact with you like a teacher.
Set output-style and run /output-style.
Access the menu and select your output style.
There are two types by default: You can also customize the style that suits you.
Official documentation: https://code.claude.com/docs/en/output-styles Install several commonly used MCP plug-ins, such as: browser mcp, context7 Browser mcp: https://browsermcp.io/ such as If you want to automate an action on a website, such as repeatedly filling out a form, you usually can't do it using AI applications like Cursor or Claude because they don't have access to a web browser.
With Browser MCP, you can connect artificial intelligence applications to your browser so that they can automate tasks on your behalf.
context7: https://context7.com/ In the process of ai coding, you will most likely encounter the following problems: ❌ Code examples based on old training data ❌ Imaginary APIs that do not even exist ❌ Common answers for old version packages Context7 can manage the context related to code generation during the coding process, and directly introduce the latest, specific version documents and code examples into your AI coding assistant.
This means no more outdated code or hallucinatory APIs.
Recently, the official also launched the CC plug-in for ClaudeDesktop that comes with CC and VS Code IDE.
Students who are not used to the pure command line can use vs code and cc at the same time: https://claude.com/download https://code.claude.com/docs/en/vs-code

