11
Level 2: Automation Partner
➢A great way to use LLMs is to build deterministic tools.
• Deterministic tools produce the same output every time given the same inputs
• Excel is an example of a deterministic tool
➢Treating the LLM as the “automation partner” allows us to create very powerful and
useful tools, even if we don’t have the technical expertise (or importantly, the time)
➢As CPAs, we often need to perform repetitive Excel tasks
➢Office Scripts, which can be thought of as the ‘new’ VBA, can automate these tasks
• How does Office Scripts work? It uses a programming language called TypeScript
➢Even if you have never programmed or used Office Scripts, you can build an entire
automation pipeline in an afternoon
• Let’s see an example
Tomas Milo, CPA