Fin Maverick
Foundations VocabularyAccounting & ReportingEconomics & MacroQuant Methods & ProgrammingBusiness & Company AnalysisCorporate Finance & ValuationBehavioural Finance
Banking & Market InfrastructureFixed Income & RatesDerivatives & Structured ProductsPublic EquitiesTransactions & DealsPortfolio ConstructionFunds & AMCs
Private Markets & AlternativesRisk, Treasury & ControlAI & Digital FinanceStochastic Calculus & PricingWealth & Personal FinanceIndian Markets & RegulationProfessional Practice
CalculatorComparison
Frameworks
Explore Bootcamps
Equity ResearchPortfolio ManagementMutual Fund MasteryFinancial LiteracyInvestment Banking Analyst
Private Equity AnalystHedge Funds AnalystBreaking Into VCBreaking Into QuantsAI For Finance
Financial Analyst ProgramRisk Management ProgramPrivate Wealth ManagementDebt Capital MarketsDerivatives Foundation
Explore Internships
Equity Research InternMutual Fund Intern
Portfolio Management InternFinancial Literacy Intern
Explore Micro Courses

Equity Research6

Writing an Investment ThesisBuilding a Discounted Cash FlowReading an Annual Report FastReading a Sector Before a CompanySpotting Quality of Earnings Red FlagsBuilding a Revenue Forecast From Drivers

Portfolio Management3

Rebalancing: When, Why and What It CostsStrategic and Tactical Asset AllocationMeasuring Risk in a Portfolio

Mutual Fund Mastery3

Comparing Funds Without Being FooledHow a NAV Is Struck and Which Day You GetReading a Fund Factsheet Properly

Derivatives Unlocked4

Hedging a Real ExposureThe Greeks, PracticallyFutures, the Basis and What Moves ItReading an Option Payoff

AI For Finance2

Retrieval and Grounding for FinanceDocument Extraction in Finance

Breaking Into Quants4

Backtesting a StrategyHypothesis TestingCleaning Financial DataRegression for Finance

Breaking Into VC3

Sizing a MarketReading a Term Sheet as a FounderHow a Venture Round Actually Works

Financial Analyst Program4

Common Size and Trend AnalysisReading a Cash Flow StatementRatio Analysis That Says SomethingBuilding a Working Capital Schedule

Risk Management Program2

Credit Exposure and How It Is ReducedValue at Risk and What It Hides

Investment Banking Analyst3

Precedent Transactions and Why They DifferReading a Term Sheet StructurallyBuilding a Comparable Companies Table

Private Wealth Management3

Tax Aware Portfolio DecisionsBuilding a Client Risk ProfileGoal Based Planning Arithmetic

Debt Capital Markets3

Analysing an Issuer's CreditDuration and What It Does Not Tell YouBond Pricing and Yield Mechanics

Private Equity Analyst2

Fund Waterfalls and CarryThe LBO in Structure

Hedge Funds Analyst2

Short Selling MechanicsLong Short Mechanics
Courses
Explore Career Roadmaps
Investment Banking AnalystEquity Research AnalystVC AnalystPrivate Equity AnalystHedge Funds Analyst
Quant AnalystAI For FinanceFinancial Analyst ProgramPrivate Wealth ManagementDebt Capital Markets
Risk Management ProgramDerivatives FoundationPortfolio ManagementMutual Fund Mastery
PartnershipsShowdown
Log inSign up
AI For Finance · CoreTrack
1AI, Automation & Digital Finance
iAI Foundations
Artificial Intelligence in FinanceAlgorithmNeural Networks and Deep LearningMachine LearningArtificial Intelligence vs Machine…Computer Vision in FinanceTraining Data and LabelsNatural Language Processing in Finance
iiGenerative AI
Generative AIGenerative AI vs Predictive AILarge Language ModelsEmbeddingsHallucinationFine TuningPrompting vs Fine TuningThe PromptThe Context WindowTool CallingGroundingVector DatabasesRetrieval Augmented GenerationRAG vs Fine Tuning
iiiAutomation and Workflow
Workflow AutomationAutomation vs AugmentationHow to Map a…Straight-Through Processing and Exception…Robotic Process AutomationRule EnginesMachine Learning vs Rule-Based…
ivDocument and Operations AI
Intelligent Document ProcessingBatch vs Real-Time vs…Document Classification vs Entity…Service Level AgreementsCase ManagementHow to Document Data…Reconciliation AutomationOptical Character Recognition and Data ExtractionConfidence Scores
vCustomer Systems, Identity and Digital Assets
Digital IdentityConsent ManagementBlockchain and Distributed LedgerChatbots and Conversational AIFrom Use Case to ProductionDigital Assets and TokenisationDigital SignaturesData Sharing in FinanceElectronic KYC and Digital Onboarding
viCredit and Fraud Systems
The Fraud AlertCredit Decisioning SystemsHuman in the Loop…Adverse ActionAnomaly DetectionThe Decision ThresholdCredit Score vs Credit DecisionAlert Triage and EscalationFraud Detection and Transaction MonitoringFraud Model vs Credit ModelHow to Build Human…
viiGovernance, Data and Vendors
AI Governance and the AI PolicyHow to Create an…Explainability and Interpretability ComparedThe AI VendorBias and Fairness in Financial AIShadow AIAccess Control and Data MinimisationCloud Computing in FinanceData Lineage and Master DataData ResidencyThe AI Use Case Register and Model InventoryThe Model Owner
viiiModel Performance, Monitoring and Resilience
Model DriftFalse Positives and False NegativesClassification MetricsAdversarial AttacksModel TestingBias, Fairness and Explainability…Stopping an Automated SystemModel ValidationAI Governance vs Model Risk ManagementPrompt InjectionHow to Create an…

Tool Calling: Letting a Model Use Systems Rather Than Guess

Tool calling means giving a component a way to ask another system for something during a request, instead of producing it from text. The distinction that matters is between fetching and producing. A figure held in a system of record has a definite right answer, so it should be fetched. A characterisation of a situation has no such answer anywhere, and it has to be produced and then checked.

The split between fetching and producing is worth setting out on its own. Every unsupported figure in the case this sequence has been working through existed because a component was asked to write out a number it had no way of looking up. Guessing a number is not really a limitation of the component. Guessing is a design decision, made by whoever supplied the component with prose and no route to the record. Guessing is also the one part of the whole problem that can be removed completely rather than merely reduced. Almost nothing else in a deployment of this kind can be removed completely, so this small stretch of plumbing carries more weight than its size suggests.

What is tool calling, once something is actually running?

A kitchen table is the plainest place to start. Somebody is filling in a form and asks what last month's electricity bill came to. There are two ways to answer. About Rs 2,400/- sounds like what the bill usually is, so the first way is to say that. The sentence produced will be fluent, confident and roughly the right shape. The second is to get up, open the drawer, find the bill and read the figure off it. Both routes end in a sentence. Only one of them ends in a sentence with a right answer standing behind it, and the difference between the two is not how careful the answerer was. The difference is whether somebody got up and opened the drawer.

Tool callingGiving a component a way to ask another system for something during a request, rather than writing it out from its own text. is the drawer. A component that produces text runs a request straight through from the material it was given to the words it hands back. Give it a connectionA defined route from the component to a system that holds something it needs. and the shape of the request changes: it runs until it reaches a point where it needs a value, stops, asks the system that holds that value, receives an answer, and carries on writing with the answer in hand. The pause in the middle is the whole of the idea, and the pause sits exactly where the guessing used to be.

The pause leaves a great deal unchanged. The component still writes the sentence. The component still chooses the words, the order and the tone, and it can still be wrong about what the sentence means. The pause changes one thing only: where the number inside the sentence came from. An account that treats tool calling as a general upgrade has missed this. Tool calling is not general at all. Tool calling is narrow, and its narrowness is the reason it can be measured.

STRAIGHT THROUGH: THE FIGURE IS WRITTEN OUT THE REQUEST Instruction plus one file THE COMPONENT Writes every word, including the number THE OUTPUT The figure has no source behind it Nothing here is broken. The component was simply never given a way to look anything up, so it did the only thing available to it. WITH A CONNECTION: THE REQUEST PAUSES AND ASKS THE REQUEST Instruction plus one file THE COMPONENT Writes every word except the number THE OUTPUT The figure names where it came from asks for one value receives it, continues THE SYSTEM OF RECORD Holds the value that counts Only the middle of the request changed. The component still writes the sentence, and it can still be wrong about what the sentence means.
Drawn side by side, tool calling is visibly a different shape from producing text straight through, and the pause in the lower lane sits exactly where the number used to be written out from nothing.
Try it out

What does the pause in the middle of a request actually change?

Why is fetching different in kind from producing?

Filing the split under reliability is tempting, as though fetching were simply the more accurate way of getting to the same place. Reliability is the wrong shelf. FetchingObtaining a value from a system that holds it, rather than writing it out. and producingWriting something out from the component's own text generation, with nothing to look it up against. answer different questions, and one thing separates them: whether a right answer exists anywhere at all.

A wedding has the same shape. Somebody asks the caterer how many guests have confirmed. There is a list. The list is kept by one person, everyone agrees it is the list, and if two people disagree about the count then one of them is wrong and the list settles it. Now somebody asks the same caterer whether the crowd will be happy with the menu. There is no list for that. A considered answer is possible, and a good caterer gives a much better one than a bad caterer, but there is no drawer anywhere in the building that can be opened to settle it. The first question has a right answer sitting somewhere and the second does not, and that is a difference in kind rather than a difference in how reliable the answer is.

In a bank the list is called a system of recordThe system whose copy of a value is the one that counts when two systems disagree.. The system of record holds the copy that counts. When the loan origination screen says one thing and a spreadsheet says another, everybody knows which one to believe. If a value has a system of record then it has a definite right answer, and a component producing it from prose is being asked to reproduce something that already exists, from memory, in a room next door to the filing cabinet. If a value has no system of record then there is nothing to connect to, and no amount of connection helps.

TWO DIFFERENT QUESTIONS, NOT TWO GRADES OF THE SAME ONE FETCH IT PRODUCE IT, THEN CHECK IT Is there a right answer anywhere? Yes, and one system holds it No, and no system holds one Where does the answer live? In the system of record Nowhere until somebody writes it What does going wrong look like? A value the record contradicts A judgement a reader disputes What must the check do? Compare two values, quickly Read it and think, slowly Connect the left column and its whole category of fault can disappear. Connect nothing on the right, because there is nothing there to connect to. The two columns also cost a reader different amounts of attention, which is why moving work from right to left shortens the check.
Fetching and producing differ in whether a right answer exists anywhere, which makes the split a difference in kind rather than a difference in how reliable each route happens to be.
Try it out

What decides whether something should be fetched rather than produced?

Which parts of an output have a right answer sitting somewhere?

The useful thing about that test is how fast it runs. Applying it needs no knowledge of the component at all. One element of the output is taken, the question is whether some system in the building holds the right answer for it, and the element sorts itself. Asked of a customer's account number, the answer is immediate. Asked of the date a file arrived at the desk, the answer is immediate. Asked of whether the file looks like a case worth a second look, there is no system in the building that holds an answer, and no amount of engineering will produce one.

One question sorts almost every element of a financial output onto one side or the other in a couple of seconds, and the elements that resist sorting are the interesting ones. A figure that three systems hold differently is not a fetch problem, it is a records problem wearing a fetch problem as a disguise, and connecting a component to one of the three does not settle which of them is right.

ONE QUESTION, ASKED OF EVERY ELEMENT OF THE OUTPUT One element of the note being written DOES A RIGHT ANSWER FOR THIS EXIST IN SOME SYSTEM? YES NO FETCH IT Ask the system that holds it, and say in the output where it came from. PRODUCE IT, THEN CHECK IT Nothing can be compared against, so a person reads it and decides. An element three systems answer differently belongs to neither branch yet. That is a records problem wearing a fetch problem as a disguise.
Asking whether a right answer exists in some system sorts each element of an output onto the fetch side or the check side, and it does so before any engineering has been discussed.

What can never be fetched, and what follows from that?

Take one exception note apart. At Sumeru Bank Limited, invented, an exception note is what a desk officer writes on a file that stopped: what stopped it, what the numbers were, what the file amounts to and what should happen next. The drafting assistant, component 8 of the intake chain, produces the first draft of that note and a person reads, corrects and signs it. Sort its elements with the one question and the note falls into two unequal halves.

Five of the seven elements have a right answer somewhere in the building. The applicant's declared monthly income is a structured fieldA value held as a field in a system rather than described inside a paragraph of text. on the file. So is the corroborated monthly salary credit that the income rule compares it against, so is the amount requested, so is the coded exception cause that stopped the file, so is the date it reached the desk. The remaining two are of a different order entirely. A sentence saying what the file amounts to is not held anywhere. Neither is what should happen next and why. The two unfetchable elements are exactly the part a person has to read and think about, and removing the five fetchable elements does not remove that reading, it just stops the reading being spent on arithmetic.

The uneven split settles what a check is for, and it matters more than it looks. If the whole note were fetchable, the check would be a comparison and could eventually be done by another machine. If none of it were fetchable, the check would have to cover everything and would never get cheaper. The real note sits between the two, so connecting the fetchable parts makes the check smaller and more focused rather than unnecessary. A desk that expects the check to disappear will be disappointed. A desk that expects the check to concentrate on the two elements no system can settle will find that is exactly what happens.

ONE EXCEPTION NOTE, TAKEN APART DRAFTED BY COMPONENT 8, SIGNED BY A PERSON The declared monthly income FETCH The corroborated monthly salary credit FETCH The amount requested FETCH The coded cause that stopped the file FETCH The date the file reached the desk FETCH What the file amounts to, in a sentence NO SYSTEM HOLDS THIS What should happen next, and why NO SYSTEM HOLDS THIS FIVE OF SEVEN CAN BE FETCHED TWO NEVER CAN Connecting the left block makes the check smaller and sharper. It cannot make the check unnecessary, because the right block is where the judgement lives.
Five of the note's seven elements have a right answer in some system and two never will, so connecting the fetchable ones concentrates the check rather than removing it.
Try it out

Which part of an exception note can never be fetched?

What did this bank actually connect, and what did it read?

Now the case. The reading step of the intake chain pulls 14 fields from each file, and those 14 fields are the material a note gets written about. Until month 9 the drafting assistant saw them only as prose: the file's contents were handed to it as words, and any figure it put in a note was a figure it had written out from those words. In month 9 a connection was added letting it read the structured fields directly instead.

Take the income case the intake chain works with. An applicant declares Rs 45,000/- a month. The corroborated figure, being the median monthly salary credit over three months of statement, is Rs 38,000/-. The gap is Rs 7,000/-, or 15.6 per cent of the declared figure. The bank's own chosen tolerance is 10 per cent, so the file is routed to a person. All three of those numbers are fields. Every one of them has a system that holds it, every one of them has a right answer, and until month 9 all three arrived at the component as sentences and left it as sentences it had written itself.

Connected, in order of how often it is restatedWhat it isHeld by
1. The declared monthly incomeWhat the applicant stated on the applicationThe application record
2. The corroborated monthly salary creditThe median salary credit over three months of statementThe corroboration step's own output
3. The amount requestedThe loan amount the applicant asked forThe application record
Eleven other fieldsRead by the chain, and never connectedVarious

Three fields out of the 14, and they were chosen by how often a note restated them rather than by anything about the systems behind them. The ordering is the whole trick: connect in the order the desk actually reaches for a value, and the work runs out long before the field list does. Each connection took about 2 working days of somebody's time, so the three cost about 6 working days in total. At this bank's own 7 hour working day that is about 42 hours, and it is arithmetic on the bank's assumed working day rather than a separately measured amount.

Try it out

31 of the 200 first-measurement notes restated a figure and 6 of those were wrong. Is 19.4 per cent the number to act on?

AI For Finance Bootcamp — Fin Maverick

What did the one connection deliver, and why can it be attributed?

Component 8 was measured twice on 200 notes each time. In the first measurement, at month 6, 23 of the 200 drafts carried a statement that was not in the file, being 11.5 per cent. Six of those 23 were restated figures and 17 were other kinds of statement, and 6 plus 17 is 23. Of the 200 notes, 31 restated a figure at all, so 6 of 31 were wrong, being 19.4 per cent. In the second measurement, at month 10, the whole rate had fallen to 7 of 200, being 3.5 per cent, and 34 notes restated a figure with none of them wrong.

Three changes sat between those two measurements and nobody at this bank separated them. In month 8 a retrieval arrangement was added, so the component could be handed passages from the bank's own document store. In month 9 part 6 was added to the instruction, telling the component what to do when the material does not support an answer, and the connection to the structured fields was added. The improvement of 8.0 percentage points therefore belongs to all three together, and every honest statement of it says so.

Except in one place. Split the 23 by category and the arithmetic goes further than the headline can. Restated figures fell from 6 of 200, being 3.0 percentage points, to 0. Other statements fell from 17 of 200, being 8.5 points, to 7, being 3.5. The two movements are 3.0 points and 5.0 points and they sum to the 8.0 points of the headline. Now ask which of the three changes could have touched the figures, and the answer is exactly one.

Retrieval brings back passages from a store of policies, procedures and product terms. Nothing in that store holds this applicant's declared income, so retrieval could not have moved a figure about one file in either direction. Part 6 covers the case where the supplied material does not support an answer, and for these six the material did support an answer: the figure was there, in the file, in prose, and the component restated it wrongly anyway. Part 6's condition never fires on a case like that. The connection is the only change of the three that reaches this category at all, and it removed the category entirely.

So the honest ledger reads: 16 of the 23 unsupported statements were removed, 6 of them by the connection and 10 shared between the retrieval and the instruction with no way to split them. The connection accounts for 37.5 per cent of what was removed, and it is the only 37.5 per cent in this whole case with one cause standing behind it. Everywhere else in this deployment, an improvement has to be reported as the joint work of things nobody separated.

NOTES THAT RESTATED A FIGURE, AND HOW MANY WERE WRONG MONTH 6, BEFORE THE CONNECTION 31 of 200 notes, 6 of them wrong 19.4% WRONG MONTH 10, AFTER THE CONNECTION 34 of 200 notes, none of them wrong 0% WRONG THE WHOLE IMPROVEMENT, 8.0 PERCENTAGE POINTS, SPLIT BY WHAT CAN BE ATTRIBUTED 3.0 POINTS, THE CONNECTION One cause, no sharing 5.0 POINTS, RETRIEVAL AND THE INSTRUCTION TOGETHER Two causes, never separated by this bank The left block is clean because neither of the other two changes reaches figures: the document store holds no applicant figure, and the instruction covers the case where the material is missing, while for these six the figure was present in the file and restated wrongly.
One connection removed an entire category of fault, taking restated figures from 6 wrong in 31 notes to 0 wrong in 34, which nothing else in this deployment did.
Try it out

Why is this the only improvement in the case that can be attributed to one change?

One detail in that second measurement is easy to skim past and worth stopping on. Before the connection, 31 of 200 notes restated a figure. After it, 34 did. More notes reached for a figure once reaching was cheap and safe, not fewer. A connection does not only make an existing behaviour more accurate, it changes how often the behaviour happens at all, and a team that budgets only for accuracy will be surprised by the volume.

Try it out

After the connection, 34 notes restated a figure against 31 before. What does that rise say?

Two things this case does not settle. Of the 23 unsupported statements in the first measurement, 21 were caught in verification and 2 reached a customer, but the bank never recorded which category those 2 came from, so nobody can say whether either was a restated figure. And a measured zero in 34 notes is a measured zero, not a promise about every note thereafter. The bank did not claim it was one, and the ledger above holds either way.

Breaking Into Quants Bootcamp — Fin Maverick

How many fields had to be connected before the benefit ran out?

Here is the part that changes how a team sizes this work. The reading step pulls 14 fields. Connecting all 14, at about 2 working days each, is about 28 working days. At this bank's 20 working day month, 28 days is about a month and a half of somebody's time. A month and a half is a real project, and a real project is what the field count makes the work look like.

Connecting all 14 was never the work. All 6 of the first-measurement figure errors sat in just 3 of the 14 fields, and they sat there in the order the desk reaches for them: 3 errors in the most restated field, 2 in the next and 1 in the third. Connect the first field and 3 errors remain. Connect the second and 1 remains. Connect the third and there are none left, and every connection after that removes nothing at all, at 2 working days each. Errors follow usage and usage is concentrated, so six working days of the twenty eight removed the whole category and the other twenty two would have bought nothing.

The concentration is not a coincidence and it is not special to this bank. A field a note restates often is a field with many chances to be restated wrongly, and a field a note almost never touches has almost no chances at all. So an error count sorted by usage falls away fast, and the practical instruction that follows is blunt: never scope this work by counting fields. Scope it by counting where the faults actually were, and connect in that order until the count reaches zero.

THE 14 FIELDS, ORDERED BY HOW OFTEN A NOTE RESTATES THEM Most restated on the left. The number in a cell is how many of the 6 figure errors sat in that field. CONNECTED, 6 WORKING DAYS NEVER CONNECTED, AND NOTHING WAS LOST BY NOT CONNECTING THEM 3 errors 2 errors 1 error 0 0 0 0 0 0 0 0 0 0 0 declared income corroborated credit amount requested eleven further fields the reading step pulls, none of which carried a figure error 22 WORKING DAYS THAT WOULD HAVE BOUGHT NOTHING SCOPE THIS WORK BY WHERE THE FAULTS WERE, NEVER BY THE FIELD COUNT. A field restated often has many chances to be restated wrongly. A field almost never touched has almost none.
All six figure errors sat in the three most restated fields, so six working days of connection exhausted the benefit and the remaining eleven fields would have bought nothing.
Try it out

Before the control below is moved: 6 figure errors sat across the 14 fields the reading step pulls. How many fields must be connected to remove all 6?

Play with it

Connect fields in order of use, and watch the benefit run out

Move the control to connect fields one at a time, in the order the desk reaches for them. One bar shows how many of the 6 measured figure errors are left. The other shows the working days spent getting there.

3 fields connected
THE 14 FIELDS, MOST RESTATED FIRST all six errors have gone by this point RESTATED FIGURE ERRORS STILL THERE, OUT OF 6 0 WORKING DAYS OF CONNECTION EFFORT, OUT OF 28 6 EVERY WORKING DAY HERE REMOVED AT LEAST ONE ERROR. One invented bank, 200 notes, 6 measured figure errors sitting in the 3 most restated fields, and about 2 working days a connection.
Fields connected
3
Errors left of 6
0
Working days
6
Days removing nothing
0

Educational illustration. The default is what this bank did: three fields connected, about 6 working days, and 0 of the 6 restated figure errors left. Connect only the first field and 3 errors remain for about 2 working days. Fields are connected in the order the desk reaches for them, which is the bank's own ordering and is exactly why the benefit runs out so early. Every figure is the invented bank's own and describes one deployment.
Reading an Option Payoff — free micro-course from Fin Maverick

What happens when a connection can change something rather than read it?

A second connection was proposed at this bank and refused, and the refusal teaches more than anything the bank built. The proposal was small and sensible: let the component update the file's status when it has finished a note, so the desk officer does not have to. The proposal would have saved a step. Saying so is not a polite concession but the honest position. Across 3,010 notes a month, a step is a step, and the desk had every reason to want it.

The kitchen table has the same shape again. There are two things a customer can ask a bank to do. The first is to report the balance. Reporting leaves every decision about that balance exactly where it was, with the customer. The second is to set up an instruction that pays a bill automatically each month. The instruction is genuinely convenient, and it also means that from then on, for that one bill, nobody decides anything. The payment happens because the date arrived. Nothing announced the change. No meeting was held about removing the customer from the decision. The customer was removed from it by an arrangement made for convenience, and that is the whole of what separates a read connection from a write connection.

A read connectionA connection that can only obtain values from another system and cannot change anything there. leaves the arrangement exactly as it was. The component drafts, the person reads and signs, and the words only reach anybody because somebody put their name to them. A write connectionA connection that can change something in another system, so its effect does not wait for anybody to sign. is a different animal. The status would have moved when the component decided it had finished, not when anybody signed. For that one field, in that one system, the person would no longer be standing between the output and its effect.

The questionA connection that readsA connection that writes
What it does elsewhereObtains a valueChanges a value
Who stands between the output and its effectThe person who signsNobody, for whatever it changes
What the record showsA signature, then the effectThe effect, whenever the component finished
What happens if it is wrongThe signer catches it, or does notThe change has already landed
What has to be decided firstWhat it may reachWhat it may reach, and what it may do there

The convenience that would have moved the line without anybody deciding to

The arrangement at this bank was described everywhere as assistance: a component drafts and a person signs. Had the write connection been built, that description would have stayed true of the words and stopped being true of the status. One note, one system, one record, and two different arrangements inside it, with nothing in the design marking where the line moved.

Nobody would have decided to automate the status. There would have been no proposal to remove a person from a decision, no approval to point at, no entry anywhere recording that a step had changed hands. The change would simply have been a consequence of a connection that looked like a convenience, and the first time anyone noticed would have been when somebody asked why a file was marked complete before it was signed.

AS BUILT: A CONNECTION THAT ONLY READS The draft is produced, with fetched figures in it A PERSON READS AND SIGNS Standing on the path The status changes, because somebody signed Nothing reaches an effect except through the signature. This is what the word assistance was describing. AS PROPOSED AND REFUSED: A CONNECTION THAT ALSO WRITES The draft is produced, with fetched figures in it THE STATUS CHANGES Because the component finished The file reads as complete before anybody signed it A PERSON STILL SIGNS THE WORDS Beside the path, not on it The words stay assisted and the status becomes automated, in one arrangement, and nothing in the design marks where the line moved.
A connection that can change something moves the person out of the path for whatever it changes, so one convenience converts part of an assisted step into an automated one without any decision to do so.
Try it out

A connection would let the component update a file's status. What does that change about the arrangement?

A connection that reads is not one that changes. See where the refusal sits.

What does a connection need recorded before it is allowed to exist?

Four things, and the fourth is the one usually missing. First, the systems a connection may reach. Second, what it may do there, meaning read only or read and change. Third, whose permissions it acts under: a connection acts as somebody, and if nobody has said who, it acts as whoever built it. And fourth, what happens to the output when the connection is unavailable.

The fourth item does more work than the other three put together. A recorded fallback decides what an ordinary outage produces. If the answer is recorded, a note comes back saying the value could not be obtained and naming which value. The refusal has the same shape as part 6 of the instruction, telling the component what to do when the material does not support an answer. If the answer is not recorded, the component does what it did before the connection existed: it produces the figure from the prose, fluently, and nothing in the note says the drawer was locked. An unrecorded fallback does not remove the connection's benefit on a bad day, it silently returns the arrangement to the state the connection was built to fix, with a month of measurement saying it was fixed.

The first two items look like engineering questions and are not. Permissions and access, covered separately, settle what a connection may reach and who decides it. All four items have to be written down somewhere a reviewer can find them. Neelima Rao, who does the independent validation here and built no part of the chain, asks for exactly this list, and the item she finds missing is the fourth one more often than any of the others.

FOUR THINGS RECORDED BEFORE A CONNECTION EXISTS 1 What it may reach Which systems, and which fields inside them 2 What it may do there Read only, or read and change, which are not the same decision 3 Whose permissions it acts under A connection acts as somebody, and if nobody said who, it acts as whoever built it 4 What happens when it is unavailable, and this is the one usually missing An outage is ordinary. What the output does on that day is a decision, taken now or never RECORDED The note comes back saying the value could not be obtained, and names which value. NOT RECORDED The figure is produced from prose again, fluently, and nothing in the note says the drawer was locked. The right hand box is the arrangement returning to what it was before the connection, on a day nobody is watching, with the measurement still saying it was fixed.
A connection needs four things recorded before it exists, and the fourth decides whether an ordinary outage produces a refusal or a quietly produced figure.
Try it out

Which of the four recorded items decides what an ordinary outage produces?

What does this change for the person who has to check the note?

The desk is where this lands. Verification at this bank is five numbered checks, and the connection does not touch all five equally. Check 1 traces every figure back to the supplied material and it is the check the connection reshapes: a fetched figure carries where it came from, so tracing it is a comparison instead of a search. Check 3 asks whether anything has been asserted that the material does not contain. Check 3 is the slow one, and the connection does nothing for it at all: noticing something that is not there is not a lookup.

The checkWhat it asksWhat the connection changed
1Every figure traced back to the supplied materialA fetched figure names its source, so the trace is a comparison
2Every assertion traced to a passageNothing. This is the retrieval's territory, not the connection's
3Nothing asserted that the material does not containNothing, and this is the slowest of the five
4The required format and required statements presentNothing
5The decline to answer case handled properlyNothing, unless the connection was unavailable

Ismail Sheikh, who heads the exception desk, reads that table as a rostering question rather than a quality one. His people verify every note the component drafts, and verification across the two measurements fell from 9 minutes to 6. He cannot attribute that fall to the connection either, for the reason that governs every measured improvement in this deployment: three changes, one measurement, and nobody separated them. What he can say is which check got structurally easier and which did not, and that is enough to know where the remaining minutes are going.

Scale it, carefully, and say what kind of number it is. At the first measurement's rates, 3,010 notes a month with 15.5 per cent restating a figure is about 467 notes reaching for a figure, and 19.4 per cent of those wrong is about 90 notes a month carrying a figure that was written out rather than looked up. About 90 notes a month is arithmetic on measured rates, not a count anybody at this bank made. The figure is still the honest size of what six working days of connection work was aimed at, and it is why the desk cared.

The same reasoning travels beyond a bank. A household treasurer filling a form, a street vendor pricing from memory instead of the wholesale slip, a caterer counting a guest list: wherever a number is written out because opening the drawer was inconvenient, the fix is the drawer and not more care. Care is what goes on the sentences no drawer can settle.

India

Where the Indian expectations sit

Sumeru Bank Limited is a regulated lender, and a component reaching into a lender's systems sits inside supervisory expectations on outsourcing, customer data, consent and record keeping stated by the Reserve Bank of India at rbi.org.in. Where the deployer of such an arrangement is a market intermediary rather than a bank, the equivalent expectations come from the Securities and Exchange Board of India at sebi.gov.in. Thresholds, requirements and effective dates move, and the source documents at those two bodies govern what applies to a given arrangement.

How a component produces text is covered separately, as is retrieval of passages from a document store, which is a different arrangement from a connection to a system of record. What a connection may reach, who grants that and how permissions are administered are covered separately as a subject of their own.

Sources

SourceDocumentSite
Reserve Bank of IndiaPublished expectations on a regulated lender covering digital lending, outsourcing, customer data, consent and record keepingrbi.org.in
Securities and Exchange Board of IndiaEquivalent expectations where the deployer of the arrangement is a market intermediarysebi.gov.in
Bank for International SettlementsInternational supervisory material on the governance of decisioning arrangements at banksbis.org

Sumeru Bank Limited, its intake chain, Ismail Sheikh and Neelima Rao are invented.
Educational material. Not advice on any investment, tax, budget or market position.

← PreviousNext →
Fin Maverick Micro CoursesExplore Micro Courses
Fin Maverick BootcampsExplore Bootcamps
Fin Maverick

Finance education that ends in a job, not a certificate that gathers dust. Built for young India.

LEARN
CalculatorsFrameworksComparisonsCareersShowdown
RESOURCES
All CoursesMicro CoursesBootcampsInternships
COMPANY
AboutJob openingPartnership
LEGAL
Privacy PolicyTerms & ConditionsContent LicenseReturn & Refund Policy
© 2026 FIN MAVERICK / BUILT FOR INDIA.DO FINANCE, DO NOT JUST READ ABOUT IT.