Five AI Tools New Accounting Grads Aren't Using Yet (But Should Be)
Every new grad uses ChatGPT. The ones who get promoted faster are the ones using these five other tools — most of which their manager hasn't tried yet either.
Every new accounting grad knows about ChatGPT. Far fewer know about the actually-firm-friendly tools that are quietly reshaping what a competent first-year does in a day. Here are the five worth your attention before your next review cycle.
1. Microsoft Copilot for Excel
What it is: AI assistant built into Excel. Lets you ask questions like "what's wrong with this formula?" or "summarize this pivot table" and get answers grounded in the actual sheet.
Why grads sleep on it: They assume ChatGPT does the same thing. It doesn't — Copilot operates on the real cells, ChatGPT works from what you paste. For workbook-level questions, Copilot is correct way more often.
Highest-leverage uses: formula auditing, pivot table generation, "explain this workbook to me" for inherited files, conditional formatting setup.
2. Claude Code (Anthropic)
What it is: A coding agent CLI. You tell it "find all the duplicate vendor entries in this CSV and write me a clean version" and it writes and runs the code.
Why grads sleep on it: They assume coding tools are for engineers. They're actually higher-leverage for accountants because we routinely have data-wrangling tasks (reconciliations, workpaper consolidation, vendor cleanups) that are tedious in Excel but trivial in Python — if you have an agent that writes the Python for you.
Highest-leverage uses: CSV transformation, recurring data prep, building small audit utilities, automating month-end close steps.
3. GitHub Copilot
What it is: Inline AI suggestions while you write code in VS Code or another editor.
Why grads sleep on it: Same reason — assumed to be for engineers. Pair it with a willingness to learn basic Python and SQL and you have a junior data engineer in your pocket. This is the single fastest path from "I'm stuck doing manual workpaper updates" to "I just automated three steps of close."
4. Workday Illuminate / Sage Copilot / NetSuite Text Enhance
What they are: ERP-vendor AI copilots embedded inside the systems your firm or your client already uses.
Why grads sleep on them: The tools aren't universally rolled out, and senior staff often haven't learned them either. If you become the team expert on the ERP's built-in AI features, you become the go-to on every related question — disproportionate visibility for a first-year.
5. Document-extraction AIs (DocuClipper, AffiniPay LawPay AI, custom GPTs)
What they are: Tools that take a stack of PDFs (bank statements, vendor invoices, leases) and pull structured data out into Excel or your accounting system.
Why grads sleep on them: Old tools in this category were unreliable. The 2024-2026 generation is dramatically better — and most senior staff still mentally classify these as "doesn't work."
The compounding effect
Each of these tools, by itself, saves maybe 30 minutes a week. Stacked, they free up half a day. New grads who use all five spend that day on judgment-heavy work that gets them noticed by managers, while peers are still copy-pasting from PDFs into Excel.
The cohorts hired in 2025-2026 are the first where firms expect AI fluency. Don't be the new grad whose toolkit is just ChatGPT.
Frequently asked questions
What AI tools are accounting firms actually using?
Big Four firms in 2026 are heavy users of Microsoft Copilot (especially in Excel and Outlook), GitHub Copilot for any team doing data work, internal-LLM wrappers built on top of GPT-4 / Claude APIs for client-document review, and ERP-vendor copilots (Workday Illuminate, Sage Copilot). Not all firms allow ChatGPT — many block it because of client-data leakage concerns.
Should I learn to code as an accountant?
You don't need to be a software engineer, but a working knowledge of SQL, Python, and one AI coding tool (GitHub Copilot or Claude Code) compounds for an entire career. The accountants who can write a quick script to wrangle data spend 30% less time on prep work than peers who can't. The barrier to picking this up has dropped dramatically with AI assistance.
Is Microsoft Copilot worth paying for as a new grad?
Often it's already included in your firm's M365 license — ask before paying personally. If you're paying yourself, Copilot for Excel is probably the highest-leverage paid AI tool for accountants. The formula explainer alone saves hours per month.