Skip to content

Claude Code on the HBS Research Computing Platform

Claude Code is Anthropic's command-line AI coding assistant. On the HBS Research Computing Platform (RCP), Claude Code runs inside a launcher from a Terminal window. This guide walks through finding the Claude Code launcher, opening a Terminal, and starting a Claude Code session.

⚠️ Important: Claude Code usage is billed separately to your HBS or personal account Every Claude Code session you run is tied to your Claude Code account, whether personal or through HBS. Usage is metered by tokens (the units of text Claude reads and writes), and costs can add up quickly on long sessions, large codebases, or big files. Please be mindful of usage and follow the best practices at the end of this guide before starting long or repeated sessions.

Benefits of Running Claude Code on RCP

A benefit of using Claude Code on the RCP is that it runs entirely within your project space. This means that if Claude Code does something unintended — overwrites a file, runs a bad script — the damage is contained to that environment rather than your local machine or personal filesystem. Claude Code can only read and write within that space, which also reduces the risk of data leaking to unintended destinations.


Step 1 — Find Claude Code on the RCP

⚠️ Important: To use Claude Code, please ensure that the project owner has enabled the Claude Code launcher. The first time you launch a Claude Code session, it will take about 10 minutes to provision.

Inside RCP, go to the Workbench tab and look for the Claude Code launcher among the available software options. image

Select Claude Code and launch a new session as you would for any other RCP launcher.

There is currently only one configuration within this launcher. Please let us know if additional configurations would be helpful for your use case, as we are continually making upgrades to the system.


Step 2 — Connect to Your Session

Once your session has started, click Connect on your Claude Code session. image

💡 Tip: Keep an eye on the Cost to Date field in your session. This reflects compute costs for the session and is separate from Claude Code's own token usage, which is billed independently.


Step 3 — Open a Terminal Window

Claude Code runs inside a Linux environment. To open a Terminal window, follow these two steps:

  1. Click the oval/grid button in the top-left corner of the desktop to open the application menu. image

  2. In the app grid at the bottom right of the screen, find and click the Terminal icon to open a shell window. image


Step 4 — Launch Claude Code

If you would like your project's storage space to be Claude Code's working directory, navigate to that folder. In the Terminal:

cd /studies/<yourprojectspacename>

Once you are in your working directory, type claude and press Enter to launch Claude Code:

image

💡 Tip: The first time you run the claude command, you will be asked to select your text color preference and then how you would like to log in. Most users will select option 1 if using an HBS or personal subscription. Selecting this will open a browser where you can log in with your credentials, and then paste a token back into the Claude Code Terminal if prompted.


Step 5 — Start Using Claude Code

Claude Code will start up and display a welcome screen with the model name, your account, and the working directory. You can then type requests directly at the prompt.

image



The Claude Code launcher has Python installed by default, but you can install other software such as R by asking Claude Code to install it for you. Everything you have customized and installed will persist across sessions as long as you Stop rather than Terminate your session — terminating will reset the environment and remove any changes you have made.

You can now use Claude Code to do all of the following from within this Terminal session:

  • Read, write, and edit files
  • Run and debug code
  • Answer questions about your project

Token Usage and Billing — Please Read

Claude Code usage on the RCP is tied to your Claude account (HBS or personal) and billed separately to that account.

Unlike a fixed-cost license, Claude Code usage is metered by tokens — the more you read, write, and ask Claude to process, the more it costs. Large files, long conversations, and repeated runs over big codebases all increase usage.


Best Practices for Responsible Use

  • Close or exit Claude Code sessions when you are done working, rather than leaving them open indefinitely.
  • Be specific and concise in your requests — focused prompts use fewer tokens than open-ended ones.
  • Avoid pasting very large files or datasets directly into the conversation unless necessary; point Claude Code to the file path instead.
  • Break large tasks into smaller steps rather than asking for an entire project to be generated at once.
  • If you are working on a long-running task, periodically check in and confirm progress rather than letting the session run unattended for hours.
  • Consider using Git for version control. Because Claude Code can make changes across multiple files quickly, Git provides a safety net to track, review, and roll back unintended edits.
  • If you are not using an HBS Claude Code Enterprise account, avoid sharing confidential, sensitive, or restricted information.

Getting Help

If you have questions about Claude Code or the RCP, the HBS Research Computing team is here to help.

📧 Email: research@hbs.edu