[AI Library] Chapter 2: Finance, Accounting, and Data Analysis
Claude Cowork and Agent Utilization Manual
Chapter 2: Finance, Accounting, and Data Analysis
Kim Kyung-jin
Every month-end, a similar scene unfolds in every office. An accounting clerk spreads out a pile of crumpled receipts and alternates between staring at an Excel screen. The finance team manager downloads a CSV file from the credit card company website and grapples with pivot tables. The business planning office stays up all night creating revenue trend charts, and a new employee dispatched from an accounting firm strains their eyes trying to find why two ledgers differ by a single won.
The four tasks covered in this chapter are the repetitive manual labor of a company's financial operations. The work of transferring receipts and invoices to ledgers, classifying card expenses and finding waste, extracting management indicators from payment data, and matching numbers across multiple ledgers while building future financial models.
Cowork significantly reduces the "entering and checking time" in these four tasks. Instead of a person typing numbers, a machine reads files and creates results that include Excel formulas. However, there is one principle that runs through this chapter. Numbers created by Cowork must always be validated by a person. In accounting, "approximately correct numbers" are the same as "wrong numbers." The machine handles typing, and people make judgments. As long as you do not forget this role division, Cowork becomes the most diligent assistant to your finance team.
[Note to Remember] Frequently appearing terms in this chapter
CSV (Comma-Separated Values) is a text file that stores data separated by commas. It can be opened in Excel, and is the format used when downloading transaction histories from credit card companies and payment platforms.
A Pivot Table is an analysis tool in Excel that summarizes large amounts of data by category. It is used when converting hundreds of transaction records into summary tables organized by month and category.
1 Receipt and Invoice Settlement Automation
A Why This Function Is Needed
Expense settlement is the top-ranked task every office worker dislikes. It's the work of pulling crumpled taxi receipts from your pocket after a business trip, downloading scattered hotel invoices from email, and typing each one into Excel by hand. According to a 2023 study by the Global Business Travel Association (GBTA), the average cost for a company to process a single expense report is $58. If errors are included, it exceeds $100. It costs money to organize records of spending money.
The problem is that receipts come in different formats.
Some are printed on thermal paper and the text fades after three months. Some come as PDFs, but the vendor's placement of the amount differs from one to the next. The act of a person reading these irregular fragments of information and transferring them into standardized ledgers is repetitive labor that tests patience, and it carries the risk that typing a single number wrong will throw off the entire ledger balance.
B What Cowork Does for You
Cowork analyzes an entire folder containing receipt photos and PDF files. It extracts the date, vendor name, amount, and tax from each file, and organizes this data in an Excel file. Inside the Excel are not just text but SUMIFS formulas that calculate subtotals by department, and conditional formatting that highlights budget-exceeded items in red. What Cowork creates at once is a completed expense settlement report.
The technical foundation of this process is multimodal recognition. The language model embedded in Cowork reads not just the text in an image but also infers what that text means from context. It determines from surrounding text whether a number like "2026-03-07" is a transaction date or part of a business registration number.
C Basic Usage Tutorial: Your First Settlement with 10 Receipts
What You Need: Create an "Expense Settlement-Practice" folder on your desktop and place 5 to 10 receipt photos taken with a smartphone inside. It helps if various business types are mixed together, such as cafes, taxis, and stationery stores.
① Open the Claude Desktop app and click the "Cowork" tab in the mode selection at the top.
② Press the folder icon at the bottom left to select the "Expense Settlement-Practice" folder. Grant Claude permission to read and write files in this folder.
③ Enter the following prompt in the input box:
"Analyze all receipt photos in this folder for me. Extract the payment date, vendor name, and amount from each file, and organize it in an Excel file. Add a total formula to the bottom of the Excel."
④ Claude displays a work plan on the screen. Steps like "Analyze 10 receipt images → Extract data → Create Excel file" are listed. After confirming the content, approve execution.
⑤ Claude reads each receipt in order and fills the extracted data into Excel. After about 2 to 3 minutes, an "expense-settlement.xlsx" file is created in the folder. When you open it, you see the date, vendor name, and amount organized by row, and the total is calculated at the bottom using a SUM formula.
D Application Example: Adding Category Classification and Conditional Formatting
Now that the basic settlement is done, let's move to the next level. This time we'll divide expense items by category and highlight items above a certain amount in a noticeable way.
① Add more receipts to the same folder. Mix in various types such as meals, transportation, accommodation, office supplies, and others. If you have PDF invoices, include them together.
② Enter the following prompt in the input box:
"Analyze all receipt and invoice files in this folder for me. Extract the date, vendor name, amount, and payment method from each file and organize in Excel. Classify expenses into categories: meals, transportation, accommodation, office supplies, and other. Add category subtotals using SUMIFS formulas and apply yellow background conditional formatting to expenses over 50,000 won. For items where the amount is missing or difficult to read, mark "Manual Verification Needed" in the remarks column."
③ Claude begins the task. Since category determination is added, it takes a bit longer. Claude classifies "Starbucks" as meals and "Kakao Taxi" as transportation. When the category is ambiguous based on vendor name alone, it refers to the amount scale and transaction time to make inferences.
④ Open and review the Excel created by Claude. Category subtotals are calculated as formulas, and items exceeding 50,000 won have a yellow background. If there are rows with "Manual Verification Needed" in the remarks column, directly check the original receipt yourself and make corrections.
There is one thing you must check here. Confirm that the categories Claude assigned match your company's chart of accounts standards. AI classifies by general common sense, but accounting rules differ by company. One company puts "taxi fare" in "transportation" and another puts it in "business travel expenses." A person must correct the standards.
E Real-World Use: Building a Monthly Settlement System
If you repeat the same task every month, you can turn it into a system. Use Cowork's Scheduled Tasks feature, which automatically runs at a designated time as a recurring task.
① First, organize the folder structure. Create a "Monthly Expenses" folder on your desktop, and place a "Pending" folder and a "Completed" folder inside. For one month, you simply drop receipt photos into the "Pending" folder.
② Type /schedule in the Cowork input box.
③ Claude asks you a few questions. You select the task name, execution interval, and execution time. You select "the 1st of every month at 8 a.m."
④ Set the task content as follows:
"Analyze all newly added receipt and invoice files in the Monthly Expenses/Pending folder. Extract date, vendor name, category, and amount to create a '2026 Month X Expense Settlement.xlsx' file. Include category subtotal formulas and total formulas, and highlight items exceeding 100,000 won with conditional formatting. Move the processed files to the 'Completed' folder."
⑤ Claude creates a scheduled task. You can view registered tasks in the "Scheduled" menu in the left sidebar.
There is something to be careful about. Scheduled tasks only run when your computer is awake and the Claude Desktop app is open.
If your computer is off at 8 a.m. on the 1st of each month, the task will not run. The task will run once you open the app after arriving at work, so developing a habit of opening the app right after arriving at work will do the job.
[Note to Remember] Accuracy of Receipt Recognition
Professional document parsers like Azure's Invoice Model, AWS's Textract, and Google's Document AI show accuracy rates above 95 percent on standard-format documents.
Cowork's multimodal recognition performs at a similar level with clean photographs. However, accuracy drops with wrinkled thermal paper, blurred handwritten ink, and photos taken in dim lighting.
Google Cloud's official documentation recommends a minimum of 200dpi, preferably 300dpi or higher resolution. When photographing receipts with a smartphone camera, laying the receipt flat and shooting in bright lighting improves recognition accuracy.
If You Encounter These Issues
(1) Receipt photo is too dark and amount cannot be extracted. Claude does not arbitrarily estimate items that are difficult to read; instead it marks "Unable to verify" in the remarks column. Retake the receipt in bright lighting, or manually enter the amount from the original receipt into Excel.
(2) The same merchant appears with different names ("Starbucks Gangnam", "STARBUCKS", "Starbucks"). This is a 'normalization' issue. You can give Claude the additional instruction: "Standardize merchant names. Combine all variations of Starbucks into a single entry."
If you have a set list of frequent merchants, it is effective to create a standard merchant name list in a separate text file, place it in the same folder, and instruct Claude: "Standardize merchant names based on this list."
(3) Excel formulas appear broken. If you open an Excel file generated by Claude in LibreOffice, some formulas may break. They display correctly in Microsoft Excel. If using LibreOffice, instruct Claude: "Create formulas that work in LibreOffice as well."
2 Credit Card Expense Analysis
Why You Need This Feature
When you receive a monthly credit card statement, most people only check the total amount and make payment. Hundreds of transactions are listed line by line, but few people take the time to categorize them by type, compare them with the previous month, and identify waste. Time is the limiting factor.
The same applies to companies. Combining monthly statements from three corporate cards produces thousands of lines. The merchant field is filled with cryptic codes like "NHN KCP regular payment", "AMZN MKTP US", "SQ *SQC CAFE" from payment processors. Figuring out from memory whether this is server hosting, advertising, or employee meal expenses requires significant mental effort. In the meantime, a $19 monthly foreign software subscription you tested six months ago continues to be charged without anyone noticing.
What Cowork Does
Cowork analyzes CSV files downloaded from your card issuer and produces three outputs.
First, a summary sheet that categorizes all transactions into categories such as meals, transportation, software subscriptions, and advertising.
Second, a summary chart showing spending by category and month-over-month changes.
Third, a cost reduction proposal that identifies cancellable subscriptions, duplicate charges, unusual transaction times, and similar issues.
Getting Started: Analyzing One Month of Card Transactions
Preparation: Download this month's transaction history as a CSV file from your card issuer's website or app. Most Korean card companies provide an "Excel download" or "CSV download" button on their transaction inquiry page. (1) Create a "Card Analysis" folder on your desktop and place the downloaded CSV file there.
(2) Connect this folder in Cowork mode.
(3) Enter the following prompt in the input box.
"Analyze the credit card transaction CSV file in this folder. Categorize all transactions into meals, transportation, shopping, software subscriptions, living expenses, and other. Calculate category totals and percentages of the whole, and create an Excel file with a pie chart visualization."
(4) Claude reads the CSV and begins classification.
It infers the merchant category from the merchant name. "Baemin" is classified as meals, "Kakao T" as transportation, and "Netflix" as subscriptions. After about two to three minutes, an Excel file with the analysis results is generated in the folder.
(5) Open the Excel file and review the classification results. If any items were classified as "other" due to ambiguous merchant names, manually correct them to the appropriate category.
Advanced Example: Combining Multiple Cards and Monthly Comparison
Let's combine transaction data from two corporate cards and one personal card, then compare them with the previous month.
(1) Place three CSV files from this month and three from last month in the "Card Analysis" folder. It is helpful to include the card name and month in the filename, like "Samsung_Card_2026_02.csv" and "Samsung_Card_2026_03.csv".
(2) Enter the following prompt:
"Analyze all six credit card CSV files in this folder. Date formats may differ by card, so standardize them. Combine all transactions into a single table and categorize them as meals, transportation, software subscriptions, advertising, entertainment expenses, office supplies, and other. Create the following sheets in Excel."
First sheet: complete transaction list. Second sheet: monthly summary by category (comparing February and March). Third sheet: a chart showing category increases and decreases. Fourth sheet: a list of recurring subscription services charged each month. Include service name, monthly charge, and initial transaction date in the subscription list."
(3) Claude begins by aligning the column structures across multiple CSVs. Card issuers use different column names. Some files use "date of use", others use "transaction date". Claude recognizes these differences and integrates them into a single standard structure.
(4) Open the resulting Excel file. The monthly summary in the second sheet shows at a glance which spending categories increased from February to March. Looking at the subscription service list in the fourth sheet, you may find services that are still being charged but no longer used.
There is one aspect often overlooked in credit card expense analysis: refunds and cancellations. In the CSV, negative amounts represent refunds or cancellations; if you simply sum them, your actual spending appears lower than it is. You can prevent this by instructing Claude: "Mark refunds separately and distinguish between net spending and total spending."
Practical Application: Cost Reduction Report
Organizing numbers is different from reducing costs. Let's create a cost reduction report to present to executives.
(1) In the folder with the analysis results you created earlier, enter the following prompt:
"Create a cost reduction report as a Word document based on the card spending data you just analyzed. Include the following items: first, unused subscription services that can be canceled immediately and estimated savings. Second, items where the same type of service is charged multiple times. Third, estimated savings if monthly payments are converted to annual payments."
Fourth, categories with significant increases compared to the previous month and hypothesized causes. Include a three-line executive summary on the first page of the report."
(2) Claude reviews the analysis data and generates a Word document. It automatically identifies subscription services with no usage history for three months or longer and calculates the price difference between monthly and annual payment options.
Remember this: a machine can only classify a 500,000 won restaurant expense as "entertainment spending". It cannot determine whether that meal was strategic spending to persuade an investor or uncontrolled waste. Machines are fast at organizing data and spotting signs of waste, but deciding whether to keep or reduce that spending belongs to the manager.
If You Encounter These Issues
(1) Korean characters appear corrupted when opening the CSV file. Korean card companies often use EUC-KR encoding in their CSV files. You can instruct Claude: "Auto-detect the CSV file's encoding, convert it to UTF-8, and then analyze it."
(2) Merchant names are cryptic, making classification inaccurate. Create a text file with classification standards for merchants you trade with regularly and keep it in a folder. Examples: "AWS = IT Infrastructure, Baemin = Food Expenses (Employee Benefits), Kakao T = Transportation." Instruct Claude: "Please read this classification standard first and apply it."
(3) Foreign payment amounts are mixed between Korean won and US dollars. Instruct Claude: "For foreign payments, analyze based on the amount converted to Korean won and display the original currency and applied exchange rate in separate columns."
3 Real-Time Revenue and Transaction Analysis
A Why This Feature Is Needed
For online shopping mall operators, SaaS (Software as a Service, a business model where software is provided via subscription through the internet) product sellers, or subscription service providers, payment data floods in daily. Records of customer purchases, refunds, and subscription cancellations through payment platforms like Stripe, PayPal, and Toss Payments accumulate by the second.
The issue is that it takes time to convert this data into numbers usable for management.
To determine total revenue, which products sell well, customer churn rate, and whether refunds are surging, you must download data, create pivot tables, and draw charts. If you repeat this work weekly, it consumes significant time.
B What Cowork Does for You
Cowork analyzes payment data CSVs to calculate core business metrics, identify anomalies, and even create summary documents for management reporting.
Through MCP connectors (Model Context Protocol, a communications standard for AI to exchange data with external services), you can connect directly to payment platforms like Stripe, or analyze CSV files by placing them in a folder.
In February 2026, Anthropic released five finance-focused plugins.
Financial analysis, investment banking, equity research, private equity, and asset management plugins. MCP connectors from FactSet and MSCI were also launched simultaneously, allowing institutional-grade market data to be queried directly within Cowork. However, these plugins and connectors are optimized for enterprise subscriptions (Team, Enterprise), so for individual business operators, CSV-based analysis is the practical starting point.
C Basic Usage Example: Weekly Revenue Analysis
What you need: Download the past seven days of transaction records as a CSV from your payment platform. From Stripe, you can download them in the Dashboard's Payments menu; from Toss Payments, from the admin page.
① Create a "Revenue Analysis" folder and place the CSV file in it.
② Connect the folder in Cowork and enter the following prompt.
"Analyze the payment records CSV in this folder. Calculate total revenue, average daily revenue, average payment amount per transaction, number of refunds and refund rate for the past seven days. Organize the results in Excel and include a line chart showing daily revenue trends."
③ Claude reads and analyzes the data. The results Excel includes a sheet with key metrics summarized and a daily revenue trend chart.
D Application Example: Category-Specific Revenue and Anomaly Detection
① Request deeper analysis using the same CSV file.
"Perform additional analysis on the data I just analyzed. Calculate revenue share by product category and show payment success and failure rates. If there are days where revenue fluctuated 20 percent or more compared to the same period last week, mark them. Also mark any days where refunds exceeded five per day. Add the results to an 'Anomalies' sheet in Excel."
② Claude identifies abnormal fluctuations using statistical standards. If refunds concentrated on a specific date, it becomes a clue for investigating the cause. If a specific product's revenue dropped sharply, it signals the need to review pricing policy or inventory issues.
According to Stripe's official documentation, revenue recognition graphs may experience up to a 72-hour delay before appearing on the dashboard. Operating metrics like payment approval rates or failure rates differ from accounting-recognized revenue.
One is heartbeat; the other is a health exam report. When designing an executive dashboard, it is better not to mix these two in one cell.
E Real-World Application: Automating Executive Weekly Briefings
Let's run this analysis automatically each week and create a summary document for management reporting.
① Enter /schedule in Cowork.
② Configure as follows.
Task name: Weekly Revenue Briefing Execution Cycle: Every Monday at 9 AM Task Details: "Analyze the most recent payment records CSV in the Revenue Analysis folder. Calculate last week's total revenue, revenue share by product, refund rate, and payment success rate, and show changes compared to the previous week. Alert if anomalies exist. Write the analysis results as a one-page Word summary and save it in the same folder. Use the filename format 'Weekly_Revenue_Briefing_2026_MM_DD.docx'."
③ Every Monday morning, when you turn on your computer and open Claude Desktop, the briefing document is ready in the folder.
The shorter the executive summary, the better.
In the first paragraph, include three key changes this week; in the second paragraph, hypotheses about causes; in the third paragraph, immediate actions to take and items to observe next week.
No matter how excellent the dashboard, executives do not spend much time staring at the screen. Without a one-page memo, data exists but decision-making lags.
F If This Problem Arises
(1) The date format in the CSV file is being recognized incorrectly. When Excel auto-converts dates, US format (month/day/year) and Korean format (year-month-day) get mixed up. Simply instruct Claude: "Standardize the date format to YYYY-MM-DD."
(2) The payment data contains personal information (customer names, emails). Personal identification information is not needed for analysis.
Before placing the CSV in a folder, delete columns with personal information, or instruct Claude: "Ignore the customer name and email columns and perform the analysis." Cowork operates on a local computer, so data does not go external, but caution is needed even in granting folder access to folders containing sensitive data.
(3) I want to connect directly with overseas payment platforms like Stripe. You can connect to Stripe through Cowork's MCP connectors.
As of February 2026, financial data connectors like FactSet and MSCI have been officially released, and the Stripe connector is also available in settings. However, API connection setup requires technical knowledge, so it is recommended to start with the CSV download method initially and attempt connector integration once you become familiar with it.
4 Financial Modeling and Account Reconciliation
A Why This Feature Is Needed
There are two most grueling tasks in the finance department.
One is account reconciliation, which is the process of verifying that numbers in different ledgers match.
This is checking whether transaction records downloaded from the bank match the numbers in the company's internal ledger. Among tens of thousands of transactions, you must identify a few where the amounts don't match. When the accounting period arrives, accountants deploy VLOOKUP functions and pivot tables to compare the two ledgers late into the night.
The other is financial modeling.
This involves building a 3-Statement model in Excel where the income statement, balance sheet, and cash flow statement are linked together. It is a system that predicts how cash flow changes if revenue rises 10 percent, and when cash will run short if capital investments are made.
To build this model, you must apply cascading formulas to hundreds of cells, and if even one is missing, the entire structure breaks.
B. What Does Cowork Do?
Cowork compares multiple spreadsheets and automatically identifies discrepancies. It distinguishes between differences in amount, items that exist only on one side, and dates that are slightly off, and organizes them into a separate sheet.
In financial modeling, when assumptions are entered, it generates an Excel model with three linked financial statements and visualizes results as scenario variables are adjusted.
However, accuracy in this area remains limited. In a February 2026 comparative test conducted by Wall Street Prep, Claude, Shortcut, Microsoft Copilot, and ChatGPT were asked to build Apple's 3-Statement model.
Claude received the highest score among the four tools, but scored 5.5 out of 10. It did not reach the level of a junior analyst.
AI was found to inaccurately input portions of historical financial data or directly enter numbers instead of formulas (hard-coding). The financial model created by AI is a "tool that rapidly takes you to 60 percent," not "a finished product you can submit without review."
C. Basic Use: Reconciling Two Ledgers
What you need: Prepare two Excel files, one containing transaction records downloaded from the bank and one containing the ledger extracted from the company's internal accounting system.
① Create a folder called "Reconciliation Work" and place both files in it.
② Connect the folder in Cowork, then enter the following prompt.
"Compare the two Excel files in this folder for me.
One is bank transaction records and one is the internal ledger. Compare them using transaction date, amount, and counterparty, then organize the following. First, the number and amount of transactions that match on both sides. Second, a list of transactions with different amounts. Third, transactions that appear only in the bank records but not in the internal ledger. Fourth, transactions that appear only in the internal ledger but not in the bank records. Create the results as separate sheets in a new Excel file. Apply a yellow background to mismatched items."
③ Claude reads both files and begins reconciliation using the key (transaction date + amount + counterparty). Even if transaction dates differ by a day or two, or counterparty names are slightly different, Claude infers the possibility that they represent the same transaction.
④ The result Excel is generated. You only need to visually review the items organized in the "Mismatch" sheet.
Instead of finding a needle in a haystack of tens of thousands of transactions, the machine has narrowed it down to a few candidates.
[Note] How to Classify Reconciliation Status
Dividing reconciliation results into simply "match/mismatch" is insufficient. In practice, a more detailed classification is used.
Exact Match indicates a transaction with no issues. Amount Mismatch may be due to fees or exchange rate differences. Date Shift occurs when it is the same transaction but recorded on different dates. Missing refers to a transaction that exists on only one ledger, which could be a data entry omission or a transaction not yet processed.
D. Application Example: Creating a 3-Statement Financial Model Draft
① Create a "Financial Model" folder on your desktop. Place an Excel file containing the company's historical financial data for the past three years (revenue, expenses, assets, liabilities, etc.). If you don't have it, you can practice with hypothetical data.
② Enter the following prompt.
"Based on the historical financial data in this folder, create a 3-Statement financial model for the next three years in Excel. Apply the following assumptions. Annual revenue growth rate 10 percent, gross profit margin 60 percent, SG&A expense ratio 30 percent, corporate tax rate 22 percent, depreciation straight-line method 5 years. Create Assumptions sheet, income statement sheet, balance sheet sheet, and cash flow statement sheet in Excel. Connect all projected figures using formulas that reference variables from the Assumptions sheet, not hard-coded numbers."
③ Claude creates each sheet and enters formulas. When you change the growth rate in the Assumptions sheet, the revenue in the income statement changes, and that change automatically cascades to the balance sheet and cash flow statement.
④ Here, there is something you must verify.
Verify that Claude has not directly entered numbers in any cells instead of formulas.
In Excel, pressing Ctrl+` (backtick) displays all cell formulas. If you see cells containing numbers instead of formulas, correct them with the proper formula. This is precisely the problem flagged in the Wall Street Prep test.
Because AI knows the calculation result, it sometimes directly enters the answer without using a formula. Later, if you change an assumption, only that cell fails to update, throwing the entire model out of alignment.
E. Practical Application: Scenario Analysis and Executive Reporting
If you are preparing to raise capital or approaching a board presentation, you must show multiple scenarios at once.
① In the folder containing the financial model you created earlier, enter the following prompt.
"Add scenario analysis to the financial model you just created. Set the upside scenario at 15 percent revenue growth, base case at 10 percent, and downside scenario at 5 percent. Create a chart comparing net income and cash balance after three years across the three scenarios. If there is a point where cash turns negative in the downside scenario, flag it with a warning. Then summarize these analysis results in a 2-page Word document for executive presentation."
② Claude creates a scenario selection dropdown in the Assumptions sheet, calculates results for each scenario, and generates a comparison chart. The Word summary document organizes key numbers and decision points.
Before this output, remember one thing. A financial model created by a machine is logically smooth, and the chart curves move cleanly each time a variable changes. However, the assumptions supporting that model are merely estimates provided by humans. Variables such as shifts in consumer behavior, unexpected regulations, and the emergence of competitors do not fit into Excel formulas.
The machine has reduced modeling work that took days to just minutes, but whether the numbers printed on that spreadsheet survive in reality depends on the real-world intuition of the person standing outside the screen.
F. If You Encounter These Problems
(1) The column names in the two files to reconcile are completely different. Tell Claude directly which columns correspond: "In the first file, 'Deposit Date' is the same as 'Transaction Date' in the second file. 'Deposit Amount' corresponds to 'Debit Amount'." Claude will reconcile based on this mapping.
(2) The balance sheet in the financial model does not balance. Total assets not equaling total liabilities plus equity means there is a missing formula connection. Instruct Claude: "The total assets and total liabilities plus equity in the balance sheet don't match. Find the cause and correct the formulas." Claude will trace formula dependencies to identify the missing item.
(3) "Can I show the auditor a model Claude created?" AI-generated models should be used as drafts, but must be verified by a human cell by cell before submission. In audits, traceability is required not only for numerical accuracy but also for where those numbers came from. If there are cells with AI hard-coded values, the audit trail breaks, so it is essential to verify during the validation process that all cells are connected through formulas.
There is a commonality among the four tasks covered in this chapter.
Cowork handles repetitive tasks like typing, classification, formula input, and pattern detection. What cowork cannot handle is judgment: "Is this number correct?" "Should this expense be reduced?" "Is this assumption realistic?" The staff member freed from receipt reconciliation no longer inputs numbers but becomes a final validator who questions and approves the reliability of machine-generated ledgers. The manager who receives card expense analysis must decide independently whether to cut costs or invest more aggressively.
Even when machines draw a perfect map, it is ultimately our own feet that must traverse the rugged terrain. In the next chapter, we examine how to create marketing content and sales materials based on this financial data.
Kim Kyung-jin
Attorney · Former Member of the National Assembly · AI Policy Researcher
© 2026 Kim Kyung-jin. All rights reserved.



