핵심 요약
Claude 내부 폴더에 마크다운 파일로 4개의 AI 에이전트를 구성해 장부 마감부터 12개월 예측, 이사회 발표 자료 작성까지 자동화하는 재무팀 시스템 구축 튜토리얼이다. 코딩이나 복잡한 툴 없이 각 에이전트의 출력이 다음 에이전트의 입력으로 이어지는 구조로 동작한다. 단일 맥락을 공유하므로 데이터 일관성을 유지하면서 실행 업무를 자동으로 처리해준다.
주요 포인트
- Claude 폴더 내 마크다운 파일만으로 수익, 지출, 예측, 리포팅을 담당하는 4개 AI 에이전트 팀을 구현함
- 18개월 분량의 영수증과 지출 데이터를 입력하여 장부 마감, 12개월 예측, 이사회 보고서 자동 작성을 완료하고 중복 인보이스까지 잡아냄
- 한 에이전트의 출력이 다음 에이전트의 받은편지함(Inbox)으로 전달되는 단순한 규칙으로 수동 개입 없는 프로세스를 완성함
- 코딩이나 복잡한 개발 지식 없이 평문 파일 작성 및 Claude와의 대화만으로 누구나 구축 가능함
- 개별 채팅 사용 시 발생하는 수치 불일치 문제 대신 단일 진실 출처(Single Version of Truth)를 공유해 높은 데이터 정확도를 확보함
- 사람이나 기존 팀을 대체하는 것이 아닌 실행 업무를 자동화해 중요한 의사결정에 집중할 수 있도록 도움
I built an entire finance department inside of Cloud and it is comprised of several AI agents as real employees. There's a revenue manager, a spend manager, a forecast manager, and a reporting manager. Now, each one it's just a markdown file sitting inside of a folder and Claude runs all four. I also pointed at 18 months of raw invoices and expenses for an agency. It closed the books. It built a 12 month forecast. It wrote the owner's report and it turned everything into a board deck. And in the middle of doing all of this, I caught a duplicate invoice that I never had to tell it about. I'm going to be building this in three different parts. Number one, the folder and the one file that keeps every single role telling the same story. Number two, the four roles and how they actually pass work to each other without me touching anything at all. Number three, just one prompt that runs the entire department's end to end. And then we change a single number and we watch the entire plan rebuild itself. Now, even if you've never built anything with AI or automations or done any sort of coding or have any background inside of that, you don't need it. You can follow this because all we're doing is we're just writing in plain English files and talking to Claude. And the thing that makes it all work isn't a model or any specific prompting. It's just one simple rule inside every single file or each role writes its output into the next RO's inbox. Now, the way that most people actually use AI on their numbers, it's typically one prompt for revenue, maybe another one for expenses, separate chat for the forecasting, and now you have yourself maybe three answers built on three different readings of the business. And the revenue figure in one, it doesn't match the revenue figure in another one. And beyond that, each new chat, it's going to be drifting just a little bit further from the last one. And then next month, when you actually need the same analysis on any of your fresh data, you have to start over from a completely blank text box. Now, with this, the stakes are very real because underneath all of this, the numbers still live in spreadsheets. Now, incurring even one significant spreadsheet error, that can cost a company or a firm about thousands of dollars on average. And over half of teams, they hit errors every single week. So, this build, it works differently. There's four different roles, each owning one specific job. Now, all of them, they read the same company context. So, every output, it ties back to one version of the truth. So, you can run them separately or even as a chain. and the numbers they're always agreeing and when new data actually does inevitably come in nothing gets rebuilt. So the same rules they just run over and over again. Now one thing to be clear on this does not replace you. It does not replace your team. It does the execution. You just keep the decision. So, keeping all of your partners, all your highvalue employees from working on the low value work, getting them to work on the higher revenue generating activities inside of your firm, so you can actually grow without needing to hire or, you know, even fire other employees. So, there's going to be four different roles with one shared context, just having one coordinator. That's the map for this entire video. And every box on it is going to be real and running by the end of this video if you follow along until the end. Let's set it all up. All right, so this right here, this is the entire department. And so we just have one folder called the finance team. Now inside of this there's just obviously one folder per ro. And each ro folder it has three separate things. So it comprises of an instruction file. It also has an input folder and also an output folder. That is it. There's no code anywhere inside of this. Now beyond that there's also this shared folder. So this is what makes everything else work. Just three distinct files. So we have one the company context which describes the business. So what copper veil creative is we have the three retainer tiers what leadership actually genuinely cares about. And just a quick note on that copper veil it's just a demo agency that I have built out specifically for this video not to you know showcase any of our clients or any sensitive data. And with this there's about 18 months of realistic invoices and expenses. It's all dummy data but made to be very realistic. It's mock data. So that's just because real client numbers they don't obviously belong on YouTube. So however for your business in this file you just have to describe yours very simple. And then on top of that we have our assumptions. This is holding every forwardlooking number. So anything like the growth targets the renewal rates the hiring plan and then we have a calendar file. So when one roll says maybe Q3 every other roll means the same three months. Now every roll it's going to be reading these before it touches a single number. Now that