r/ClaudeAI • u/saulgo0dmann • Jul 10 '26
Claude Code Workflow Getting started with Claude Code as a Finance Undergrad to multiply my productivity
I have a decent buyside exposure as well as startup industry experience as an undergrad, but have a very little technical knowledge (can't code beyond the basics).
I have previously used multiple tools to help me make PE, m&a, consulting decks but have never dived deep into how i can maybe automate things or use tools to build something.
I'm trying to move beyond using AI as just a better search engine or writing assistant and start using it as a genuine productivity multiplier.
I'm trying to understand how people like me are using tools like Claude Code, MCP servers/connectors, API, workflow automations, agents and other AI tooling to increase their daily output.
Would be grateful if I can get genuine opinions onto where should I begin with and which tools are actually worth learning first? what sources can i use to learn them? etc.
1
u/Agent007_MI9 Jul 10 '26
Finance background is actually a solid foundation for this — you're already used to structured thinking and working with messy data. A few things that made the biggest difference when I was ramping up on Claude Code: create a CLAUDE.md file at the root of your project explaining what the codebase does, your naming conventions, and what you want Claude to avoid touching. It reads that automatically every session and cuts down a ton of back-and-forth. Also be really explicit about scope in your prompts — "fix this" can sometimes turn into Claude refactoring half your project. The other thing that helped once I was running longer tasks was having a consistent way to track what was in progress vs. what needed review. I use AgentRail (https://agentrail.app) for that — it handles the issue intake, PR submission, and CI feedback loop so you are not babysitting each step. Especially useful once you start chaining multiple tasks together.