1# MacOS, Linux2curl -fsSL claude.ai/install.sh |bash34# Windows. I recommend using the Windows Linux Subsystem.5irm https://claude.ai/install.ps1 | iex
6
Claude LLMs have "thinking" variants which can reason about the codebase and
provide more accurate responses.
In Cursor you would select the "thinking" variant. In Claude Code, you can ask
the LLM to "think" about the codebase with phrases like intensifying phrases
such as “think more”, “think a lot”, “think harder”, or “think longer” triggers
deeper thinking.
Run Parallel Processes
You can run parallel sessions in the CLI. You can use git worktree to create
a new branch and run a parallel session in that branch.
The project or repo level file named CLAUDE.md is used to set up your project
for programming conventions, instructions, and how to structure your codebase.
You can run /init in the Claude CLI to initialize a CLAUDE.md file.