Claude Code for RAs - Menu
Chapter 1 · Philosophy

Working with AI: A Philosophy

Mindset before tooling. Read this before you touch the tool, and return to it when something goes wrong.

This guide exists because AI tools will be central to your daily research work. Used well, they multiply your output. Used carelessly, they multiply your mistakes. The difference is not talent or experience with technology; it is mindset.

What follows are the principles that make AI collaboration productive. Read them before you touch the tool. Return to them when something goes wrong.

The Mental Model

Think of AI as an over-eager, overconfident, and quietly lazy collaborator. It works fast, never hesitates, and always wants to help. It will produce output instantly and present it with complete confidence, whether it is correct or not.

The laziness is the subtle part. AI is simultaneously eager to respond and inclined to take shortcuts. It will suggest the quick fix over the structurally sound solution. When there is ambiguity, it interprets things in the way that requires the least effort. It will claim data is "redundant" or "reconstructable" to justify skipping harder work, without having actually verified the claim. And it will default to what it "remembers" from training rather than using its tools to check the current state of your data or code.

This means you need to watch for two failure modes: not just "is this wrong?" but also "is this cutting corners?"

This is not a search engine that retrieves facts. It generates plausible text. Your job is to know the difference.

The practical consequence: every time AI produces output, your first question should be "where IS this wrong, and how do I check?" Not whether it sounds right (AI is extremely good at sounding right; this is precisely what makes it dangerous). Not whether it looks professional. Whether you can verify it independently.

Just Ask (and Show)

AI is excellent at figuring out what you want. If you are stuck, just ask. If you are struggling with something on your screen, take a screenshot and share it. Claude Code reads images natively.

You do not need to craft a perfect prompt. You do not need special syntax or magic words. Communicate what you need the way you would tell a colleague: "I have this CSV and I don't know what to do with it," or "here's the error I'm getting" with a screenshot pasted in.

This is the lowest-friction, highest-value habit you can develop. Most people waste time trying to formulate the "right" question. Just ask. Better yet, just say it: voice dictation tools like Wispr Flow let you talk to Claude Code instead of typing. It is faster, more natural, and removes the last bit of friction between having a thought and acting on it.

The Personalization Thesis

Generic AI tips are mostly useless. The real power comes from making AI adapt to how you specifically think and work.

This means: your file conventions, your preferred tools, your verification habits, your project structure. The mechanism for this is a file called CLAUDE.md that lives in your project and tells the AI how to behave in your context. You will learn to write one.

Every researcher who gets real value from AI has built this kind of personalized system. The ones who find AI "okay but not great" are using it generically. The difference is not the model; it is the configuration.

The Verification Mindset

If you cannot verify it, do not trust it. Every output needs a verification path before you accept it.

Here is what that looks like in practice:

This is not paranoia. It is the only way to maintain research integrity when working with a tool that confidently produces wrong output.

The Independence Principle

You cannot ask the same conversation to both produce and verify. The producer is biased toward confirming its own output.

When verification matters (and it usually does), start a new conversation. Ask it to review the output cold, without the context of how it was generated. This is the same principle as having a coauthor check your work: fresh eyes catch what familiar eyes miss.

Context Hygiene

Conversations degrade over time. The longer a conversation goes, the more likely the AI is to forget earlier instructions, contradict itself, or produce lower-quality output.

The fix is simple: clear the conversation regularly. One focused task per conversation. When you finish a task, start fresh. When quality drops, start fresh. Do not try to squeeze an entire project into one session.

Signs it is time to clear: the AI repeats itself, forgets something you told it earlier, or contradicts its own previous output. See Getting Started for the practical mechanics.

The Automation Principle

If you correct the AI on the same thing three times, write it down as a permanent rule. If you give the same instruction at the start of every conversation, find a way to make it automatic. If a workflow has more than three steps you always do together, turn it into a single command.

The principle is simple: your corrections and habits should compound. Every mistake you catch should become a rule the AI follows forever, not something you catch again next week.

Claude Code has built-in ways to do exactly this. You can write down your preferences once, and they will be followed in every conversation, automatically. For example, one of my rules is: "Tables in PDFs must never break across pages." Another: "Always use full country names in figures and tables, never ISO3 codes." I wrote these down once. I have not had to repeat them since. You will learn how to set this up in a later section.

What This Guide Will NOT Teach You

This is not a guide about prompt engineering tricks, jailbreaking, or getting AI to write your dissertation for you. It will not teach you how to avoid thinking.

It will teach you how to think with AI: how to supervise it effectively, how to catch its mistakes, how to make it adapt to your workflow, and how to build systems that compound your productivity over months, not just minutes.

Now that you have the mindset, set up the tool.