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…

The Context Window: How Much the Model Can Hold at Once

The context window is how much material a component can be given for one output, instruction and supplied documents together. The behaviour past the limit is the important part: material is dropped rather than refused, the component produces a normal-looking output from what remains, and nothing in that output records that anything was missing.

The limit itself is an arrangement that keeps moving, and it is not worth learning. The behaviour at the limit does not move at all. Something has to be left out, whatever leaves it out does so without the component knowing it has done so, and the output is then produced from whatever arrived. Every deployment decision that follows comes from those three sentences and not one of them depends on the number. The number used below belongs to one invented bank and describes that bank's own arrangement.

What does the window actually limit, and what does it not?

Start with the thing it is easy to get wrong. The context windowHow much material a component can be given for one output, counting the instruction and the documents together. is not a measure of how much a component knows. The window is not a store, it is not a memory, and nothing put into it on one request is there on the next. The window is a limit on the size of one request, and the request is thrown away when the request is finished.

A photocopier with a feed tray works the same way. The tray does not know anything and does not remember the last job. The tray holds what can physically be stacked on it for this one copy run, and if sixty sheets arrive at a tray that takes forty, the tray will not say so. The window is the tray, not the filing cabinet, and confusing the two is what makes people expect the component to notice that something is missing.

The material that goes on the tray for one request has two parts. The first is the instruction. At Sumeru Bank Limited, an invented lender, the instruction runs to 340 words in six numbered parts and is supplied again with every single request. The second is the supplied materialThe documents provided for this particular request, as distinct from the standing instruction that comes with every request.. At this bank the supplied material is the file behind one exception noteThe written record a desk officer makes on a file that stopped, saying what stopped it and what the officer is being asked to decide.: the application, the documents, the statement lines, the identity and consent record, and whatever correspondence has since built up on it. Component 8 of the intake chain, the drafting assistant, produces the first draft of that note and a person reads, corrects and signs it. The drafting assistant runs on 3,010 of those notes a month.

Try it out

Why is the specific limit in this case not worth memorising?

Financial Analyst Program Bootcamp — Fin Maverick

Why do the instruction and the file compete for the same space?

Because there is one tray. Everything supplied for one output is counted together, so the instruction is not free and never was. At this bank the deployed arrangement held about 12,500 words in total, and the instruction takes 340 of them, so the room left for the file is 12,160 words. The accounting is that short, and it is worth writing down because almost nobody does.

Now watch what a longer instruction costs. Suppose the six numbered parts grow to 900 words. A 900 word instruction is not wild, and it is the sort of growth a year of small improvements produces. The limit has not moved. The room for the file has fallen by 560 words. Read off this bank's own measured distribution, the loss of 560 words moves the share of files fitting entirely from 95.5 per cent to about 94.9. A drop of 0.56 of a percentage point sounds like nothing until it is multiplied by the month: about 17 more notes a month drafted from a file the component never saw the whole of. Both of those are ordinary arithmetic on this bank's measured points rather than a second measurement.

ONE LIMIT OF 12,500 WORDS, SHARED BETWEEN THE INSTRUCTION AND THE FILE 340 words of instruction AS DEPLOYED the average file, 4,800 words room still free on an average file 12,160 WORDS OF ROOM 900 words of instruction, and 560 words less room for the file IF THE SHEET GREW 11,600 WORDS OF ROOM 95.5% of files fit entirely 9 of 200 notes truncated 94.9% of files fit entirely about 17 more truncated a month
Everything given to the component for one output shares one limit, so 560 extra words of instruction is 560 words of file that no longer fits, and at this bank that reads as roughly 17 more notes a month drafted from part of a file.
Try it out

Does the instruction share the limit with the file, or does it sit outside it?

What happens when the material does not fit?

Everything turns on one sentence. The request is not refused. The oversized part is dropped, the request proceeds on what is left, and a perfectly ordinary output comes back.

How strange that is deserves a moment. Almost every other size limit announces itself. A form field stops accepting characters. A parcel over the weight is sent back at the counter. An upload larger than the allowance fails with a message. Those refusals are all rude, and rudeness is the useful property: the failure becomes known. Silent truncationMaterial dropped because it did not fit, producing no error, no warning and no mark anywhere in the output. is the polite version, and politeness here is the whole problem. A limit that refuses is a problem visible on the day it happens, and a limit that drops is a problem somebody finds months later by accident.

The everyday version is a photocopier that runs out of paper at sheet forty of a sixty sheet file, quietly stops feeding, and delivers a neat stapled set. Nothing on the set says forty. The stapled set looks like a document. The missing twenty sheets turn up at the meeting, if they turn up at all.

THE SAME OVERSIZED FILE, TWO ARRANGEMENTS IF AN OVERFLOW RAISED AN EXCEPTION what fits what does not The request stops. Nothing is produced. An error is recorded, naming the file. Somebody sees it the same day. WHAT THIS ARRANGEMENT ACTUALLY DID dropped supplied The request proceeds on what is left. A normal, well written note comes back. Nothing anywhere records the drop. BOTH ARRANGEMENTS PRODUCE A FILE THAT WAS TOO BIG. ONLY ONE OF THEM PRODUCES A RECORD OF IT.
Truncation drops material rather than refusing the request, so the component produced a normal note from what arrived and neither the note nor anything beside it says that part of the file was never supplied.
Try it out

The material supplied with a request is longer than the component can hold. What happens?

Debt Capital Markets Bootcamp — Fin Maverick

Why does nothing in the output record that anything was missing?

Two separate reasons, and holding them apart is what makes the fix obvious later.

The first is that the component has nothing to report. The component was handed a quantity of material and it worked on the material it was handed. The component has no view of what was assembled before the cut, so it cannot say the file was shortened any more than a reader of the copy can say which sheets the photocopier declined to feed. Asking the component to flag it is asking the wrong party.

The second reason is the one that catches careful firms out, and it is worth slowing down for. The bank does check its drafts. Verification of an exception note is five numbered checks: every figure traced back to the supplied material, every assertion traced to a passage, nothing asserted that the material does not contain, the required format and required statements present, and the decline-to-answer case handled properly where it arises. Five checks is a serious list, and check 3 is the one that catches the unsupported statements. Every one of the five compares the draft against the material that was supplied, and the material that was supplied is already the shortened version, so not one of the five can see a drop. A truncated draft passes verification because it is, strictly, correct: everything in it is supported by everything that arrived.

The everyday version is a proofreader given a photocopy and asked to check it. Her whole job is defined against the copy rather than against the original. She will find every typographical error on the sheets in front of her, and she will never find the twenty sheets that did not come out of the machine.

WHERE THE FIVE CHECKS SIT, AND WHERE THE DROP HAPPENS THE FILE AS IT STANDS the oldest part the recent part dropped here, with no record made WHAT WAS SUPPLIED the recent part, and the 340 word instruction nothing here says it is short drafted THE DRAFT a complete sounding note THE FIVE VERIFICATION CHECKS, EVERY ONE OF THEM BETWEEN THESE TWO BOXES 1 every figure traced back to the supplied material 2 every assertion traced to a passage 3 nothing asserted that the material does not contain 4 the required format and the required statements present 5 the decline-to-answer case handled properly where it arises the comparison that would have found it runs from the file itself, and nobody wrote that check
All five verification checks compare the draft against the material that was supplied, and the supplied material is already the shortened version, so a truncated draft passes every check it is put through.
Try it out

Why can the five verification checks not catch a truncated draft?

Which part gets dropped, and why is the oldest part the worst one to lose?

Material is assembled in the order it arrived, oldest first, and when the pile stops fitting it is the oldest end that goes. Dropping from the oldest end is the ordinary arrangement, and it was the one deployed here. The arrangement sounds harmless. Recent things are more relevant, surely.

Recent things are not more relevant, on a loan file. Think about what is actually at the old end of an application. The application itself is there: the amount asked for, the tenor, the declared income, the stated purpose. The first set of documents is there, and so is the record of which of them was later replaced. Everything that came afterwards is a response to those things. Dropping the oldest part of a loan file removes what the customer asked for and keeps the correspondence about it. When the task is to write a note about the case, that is precisely the wrong half to keep.

The shopkeeper's version makes it plain. A shopkeeper sends the accountant only the last two sheets of the daybook because that is all that fits in the envelope. The accountant can reconcile those two sheets perfectly. Every entry is real, every total adds, and the work is genuinely correct. He has simply never seen the opening balance, so the statement he produces is arithmetically perfect and describes the wrong business.

THE FILE IS LOADED OLDEST FIRST, SO WHAT FALLS OFF THE END IS THE BEGINNING OLDEST NEWEST The application as submitted The documents uploaded with it Three months of statement lines Identity and consent record Desk correspondence The escalation, and last week THE LIMIT FALLS HERE ON A LONG FILE DROPPED The note has never seen the amount asked for, the tenor, the declared income or the first documents. The note is a true, complete and well written account of this part of the file, and reads as an account of all of it. Segment widths here are drawn equal for legibility. The ordering is what this bank measured; the sizes of the parts were not counted.
The oldest material goes first, which is where the application and the original documents sit, so what survives is the recent correspondence and the note is written entirely from it.
Try it out

The oldest part of a loan file is dropped. What is usually in it?

Hypothesis Testing — free micro-course from Fin Maverick

How often did this happen on one bank's real files?

Once, somebody counted. In the first measurement of the drafting assistant at Sumeru Bank Limited, 200 exception notes were reviewed one by one. Nine of them, being 4.5 per cent, had been drafted from a file that had been quietly shortened. Nine in 200 is the only reading this bank has, and it describes one bank's own arrangement rather than a property of anything.

Scale it and it stops being a rounding error. At 3,010 exception notes a month, 4.5 per cent is about 135 notes a month written from a partial recordA file the component saw only part of, without knowing that a part was missing.. If each of those has to be written again properly by a person, at the 18 minutes a note took before the component existed, that is 2,430 minutes a month, being about 0.29 of a post on this bank's assumed 8,400 minute working month, or roughly Rs 2,60,000/- a year against its assumed fully loaded cost of Rs 9,00,000/- a year a post. Every one of those amounts is arithmetic on the bank's own figures, not a cost anybody at this bank invoiced.

The count is not the lesson. Now look at one of the nine. Take a file stopped by the income corroboration rule, where the declared monthly income is Rs 45,000/- and the median monthly salary credit over three months of statement corroborates Rs 38,000/-. The gap of Rs 7,000/- is 15.6 per cent, and the gap is what routed the file. The declared figure sits on the application, at the old end. The statement lines and the correspondence sit at the new end. A note drafted after the cut names the corroborated Rs 38,000/- accurately, never names the declared Rs 45,000/-, and therefore never names the gap that stopped the file at all.

ONE OF THE NINE, READ BESIDE THE FILE IT CAME FROM THE NOTE, AS DRAFTED AND AS SIGNED The file stopped because the declared income could not be corroborated. The median monthly salary credit over three months of statement is Rs 38,000/-. A further statement page was requested from the applicant and was received. The officer is asked to decide whether to proceed on the corroborated figure. EVERY SENTENCE IS SUPPORTED BY WHAT WAS SUPPLIED WHAT FELL OUTSIDE THE LIMIT The declared income of Rs 45,000/- on the application form. The gap of Rs 7,000/-, being 15.6 per cent, which is what routed the file. The amount and the tenor the applicant originally asked for. The first set of documents, and which of them was later replaced. NONE OF IT IS MISSING FROM THE FILE. ALL OF IT IS MISSING FROM THE NOTE. The note names the corroborated figure and never names the declared one, so it reads as a complete account and cannot be checked against the rule that stopped the file in the first place.
One truncated note read beside its own file is a coherent, complete-sounding account of the last part of that file, which is why nobody caught these by reading the drafts.

The truncation was found in the end, and not by reading drafts. Drafts had been read all along. Somebody put one note next to the application it was supposed to be about. The reading of a note is exactly what has been made to look fine, so no amount of reading can reveal a truncation. One more uncomfortable fact sits beside that one: the second measurement, in month 10, counted unsupported statements, not truncated files. The bank has one reading of this rate and no second one, and none of the three changes made between the two measurements addressed the limit.

A SMALL RATE, AND A COMPLETELY SELECTED GROUP Share of the month's notes drafted from a truncated file 4.5 per cent, being 9 of 200 Share of those nine notes that came from a long file 100 per cent, being 9 of 9 135 notes a month, at 3,010 exception notes a month and the measured 4.5 per cent. Each one is an applicant whose case was already among the most complicated the desk handles, which is exactly why the file was long enough to be cut.
The rate is small and the affected group is entirely selected, so reporting both together is what turns 4.5 per cent from a rounding error into about 135 identifiable applicants a month.
Hypothesis Testing teaches you to run a test, say what it can and cannot support, and recognise a manufactured result. Backtesting a Strategy — free micro-course from Fin Maverick

Were those files a random sample of the month?

No, and this is the part worth carrying away even if everything else is forgotten.

A file exceeds the limit for reasons, and the reasons are all the same reason. The file has been going on longer. The file carries more correspondence. The file has been escalated. The applicant has been back three times and each visit added something. Every one of those is a description of a complicated case, and a complicated case is exactly the one where a careful, complete note matters most. A limit that silently drops the largest cases is not sampling at random; it is selecting for complication and then failing precisely there. Cathy O'Neil, in Weapons of Math Destruction, makes the general version of this point about model errors falling unevenly across a population, and a size limit is a blunter instrument than a model.

The courier's version is exact. A van has a weight limit, so the heaviest consignments do not travel today. Nobody chose to delay the biggest customers. The scale chose, and the scale has no view about customers at all. Come back at the end of the month and the pattern of complaints is entirely explained by an arrangement nobody would have written down as a policy.

Which is why 4.5 per cent is not an acceptable residue once the people in it are named. About 135 people a month applied for money, spent longer on it than most, came back when they were asked to, and had a note written about them by something that never saw what they had asked for. The bank did not tabulate which of the six exception causes those nine fell into, so nothing more precise can be said about them, and that gap in the record is itself part of the finding.

WHERE THE MONTH'S FILES SIT, AND WHAT LIVES IN THE TAIL 95.5 PER CENT OF FILES FIT ENTIRELY 4.5 PER CENT, AND THIS IS WHY THEY ARE LONG it has been going on longer it carries more correspondence it has been escalated the applicant has been back three times every reason is a description of a complicated case THE 12,500 WORD LIMIT 0 3,000 6,000 10,000 16,000 20,000 LENGTH OF THE MATERIAL ON ONE FILE, IN WORDS Bar heights are share of files per thousand words of length, worked out from this bank's own nine cumulative readings. The last bar is drawn at a floor height so it stays visible, and a further 0.4 per cent of files run past 20,000 words.
The files that do not fit are systematically the complicated ones, so what the limit leaves out is the opposite of a random sample of the month.
Try it out

Nine of 200 notes came from a truncated file. Is that a random 4.5 per cent of the month?

Backtesting a Strategy teaches you to build a backtest, name how it flatters itself, and state what the result establishes.

Does a larger limit solve it?

Less than might be expected, and the shape of the answer is the useful part. The bank measured the share of its own files fitting entirely at nine different limits, and the readings rise steeply and then flatten hard.

Limit, in wordsShare of files fittingOf 200 notes, drafted from part of a file
3,00022.0 per cent156
4,80051.0 per cent98
6,00070.0 per cent60
8,00086.0 per cent28
10,00093.0 per cent14
12,00095.0 per cent10
12,500, as deployed95.5 per cent9
16,00098.5 per cent3
20,00099.6 per centabout 1

Read the two doublings against each other. Going from 6,000 words to 12,000 moves the share from 70.0 per cent to 95.0, a gain of 25.0 points for 6,000 more words, being about 4.2 points for every thousand words added. Going from 12,000 to 20,000 moves it from 95.0 to 99.6, a gain of 4.6 points for 8,000 more words, being about 0.6 points a thousand. The same words bought about seven times as much on the first stretch as on the second. Because 100 is the ceiling, doubling again from 12,000 to 24,000 cannot possibly add more than 5 points.

So the honest reading is that a larger limit is genuinely worth having up to a point, that this bank was already past that point, and that no achievable limit takes the residue to nothing. The tail does not end; it thins. And while the wait goes on, the notes that get written from part of a file are the same complicated ones every month.

THE SHARE OF FILES FITTING, AGAINST THE LIMIT 100% 75% 50% 25% 0% AS DEPLOYED: 12,500 WORDS, 95.5 PER CENT FITTING THE FIRST 12,000 WORDS BUY 95 POINTS. THE NEXT 8,000 BUY 4.6. 0 6,000 12,000 20,000 6,000 to 12,000: 70.0 to 95.0, about 4.2 points a thousand 12,000 to 20,000: 95.0 to 99.6, about 0.6 a thousand
The share of files fitting rises steeply and then flattens, so doubling the limit once is worth a great deal and doubling it again is worth almost nothing.
Try it out

Before the control below is moved: the limit doubles from 6,000 words to 12,000. How much does the share of files fitting improve?

Play with it

Move the limit, and watch which notes stop fitting

One control: the holding limit in words, instruction and file together, from 2,000 to 20,000. Two things redraw. The curve fills to wherever the limit is set, and underneath it a round of 200 notes repaints, ordered shortest file on the left to longest on the right, so which notes stop fitting is visible rather than only how many. The default is the arrangement this bank deployed, 12,500 words, at which 95.5 per cent of files fit entirely and 9 of the 200 notes are drafted from part of a file. Dropped to 6,000 words, 70.0 per cent fit, leaving 60 of the 200. Only the nine points in the table above were counted; every reading between them is drawn on a straight line from one counted point to the next.

2,000 words12,500 words20,000 words
SHARE OF THIS BANK'S FILES FITTING ENTIRELY, AGAINST THE HOLDING LIMIT 100% 50% 0% 12,500 words, 95.5 per cent 0 6,000 12,000 20,000 STANDING ON A COUNTED POINT: THIS READING WAS MEASURED, NOT DRAWN. ONE ROUND OF 200 NOTES, ORDERED SHORTEST FILE ON THE LEFT TO LONGEST ON THE RIGHT 9 DRAFTED FROM PART OF A FILE Green: the whole file fitted. Red: the oldest part was dropped and nothing in the note says so.
Files fitting entirely
95.5%
Of 200, from part of a file
9
Notes a month, of 3,010
135
Room left for the file
12,160

At the deployed limit of 12,500 words, 340 of which are the standing instruction, 95.5 per cent of this bank's files fit entirely and 9 of a round of 200 notes are drafted from part of a file. Across the month's 3,010 exception notes that is about 135 notes, and every one of them is a long file. This is a counted point.

Educational illustration. Every figure is this invented bank's own and describes one deployment. The nine counted readings are 3,000 words giving 22.0 per cent fitting, 4,800 giving 51.0, 6,000 giving 70.0, 8,000 giving 86.0, 10,000 giving 93.0, 12,000 giving 95.0, 12,500 giving 95.5, 16,000 giving 98.5 and 20,000 giving 99.6; readings between them are read off a straight line drawn from one counted point to the next, and readings below 3,000 words are read off a straight line drawn back to zero words giving zero per cent. The material supplied with an exception note averages 4,800 words and the longest 5 per cent exceed 12,000. The standing instruction of 340 words comes out of the same limit and is held at 340 words throughout, so the room left for the file is always the limit less 340. The notes a month applies the reading to this bank's 3,010 exception notes a month and rounds to the nearest note. The distribution belongs to one deployment and is not a property of anything outside it.

What does a deployer do instead of waiting for a larger limit?

Three things, in an order that matters, and none of them is waiting.

First, make an overflow raise an exceptionStop the request deliberately and tell somebody, instead of carrying on with whatever fitted. rather than pass quietly. Before the material is sent, its size is measured. If it will not fit, the request stops and produces a refusal that names the file rather than a note that does not. Making the overflow loud is the first move because everything else is easy once the failure is visible and nothing else is possible while it is not. The change also converts a silent, permanent, unmeasured problem into a loud, dated, countable one, and that is the trade every operational control on earth is making.

Second, measure what is actually being supplied. Somebody else sets the limit and the desk cannot change it, so the number to log is not the limit but the size of the material on every request. One logged number gives the distribution in the table above, and the distribution shows whether the desk is at 95.5 per cent or 70.0, and whether last quarter's growth in correspondence has quietly moved it.

Third, cut it deliberately. If something has to be left out, a person should choose what, once, in advance, and the output should say what was left out. Deciding that the middle section of correspondence goes and the application never does is a five minute conversation with a desk head. Letting the arrangement decide, by dropping whatever happens to be oldest, is the same decision made worse and made invisible.

THE THREE ARRANGEMENTS, IN ORDER, AND WHAT EACH ONE COSTS WHAT IT COSTS 1 MAKE THE OVERFLOW LOUD does it fit? NO stop, and raise an exception About 135 requests a month now fail where they are visible, instead of passing where they are not. Do this one first. Nothing else works until it is done. 2 MEASURE WHAT IS BEING SUPPLIED The size of the material on every request, not the size of the limit somebody else sets. One number written to a log on each request, and a distribution to read once a quarter. 3 CUT IT DELIBERATELY A person chooses what is left out, in advance, and the output says what was left out. A five minute conversation with a desk head about what matters on this kind of file, written down once. WAIT FOR A LARGER LIMIT: NOT ON THE LIST, AND 12,000 TO 20,000 WORDS BUYS 4.6 POINTS
The response is three specific arrangements taken in order, and none of them is waiting for a larger limit to arrive from somewhere else.
Try it out

The limit cannot be made larger. What is the first thing to change?

Breaking Into Quants Bootcamp — Fin Maverick

What should be asked of whoever supplies the arrangement?

Three questions do the work outside a bank as well as inside one. Each is short and each answer is diagnostic.

The first question is what happens when the material does not fit. The limit itself will have moved by the time of deployment, so the question to ask is about the behaviour at the limit and not about the size of it. If the answer is that the request fails, that is a problem a desk can operate. If the answer is that it is handled automatically, the follow-up is what handled means, asked again and again until somebody says the word dropped.

Ask what is recorded when it happens. A size written to a log on every request is the whole of what is needed, and its absence is the reason this bank had one measurement and not a monitored number. An arrangement that cannot say how often it dropped material last month is not being monitored on the one thing that fails silently.

Ask who chose the order in which material is dropped, and on what basis. If the honest answer is that nobody chose and the oldest simply goes first, then a technical default is deciding what a note about a customer is allowed to be about. Choosing what gets dropped is a decision belonging to a desk head, and it takes five minutes to make properly.

Ismail Sheikh, who heads the exception desk, is the person these questions actually serve. His interest is not in the limit at all. His interest is in knowing that about 135 notes a month will need writing again from the beginning, so he can put the hours in a roster rather than discovering them as a quality problem eleven months later. Neelima Rao, doing the independent validation, wants the same number for a different reason: a sample of drafts drawn from a period when an unknown share came from partial records is a sample she cannot interpret. Revathi Balan, accountable for what goes into a decline letter an applicant reads, needs only one thing from all this: the applicants affected are systematically the ones with the most complicated cases.

The error that gets made, and what it costs

The error is treating the limit as an engineering constraint rather than as a selection rule. Somebody checks that the average file is comfortably inside it, sees 4,800 words against 12,160 of room, being 39.5 per cent, and concludes there is nothing to do. The average is not what decides this. The tail decides it, and the tail is where the escalated, the revisited and the long-running cases sit.

The cost at this bank was 9 notes in 200, and about 135 a month once it is scaled, each written about an applicant by something that never saw what the applicant asked for. Nothing in a draft can show a truncation, so none of the nine was caught by a person reading the draft. All five verification checks compare the draft against the shortened material, so none was caught by verification either. The nine were found when somebody put one note beside one application, and putting one note beside one application is not a control and cannot be run 3,010 times a month.

The whole of the damage comes from the failure being quiet rather than from the failure being common, and the fix is therefore about volume of noise rather than volume of files. Turned into visible refusals, 4.5 per cent of requests is a staffing question. Left silent, it is an unbounded number of notes nobody can now identify.

India

Where the Indian expectations sit

Sumeru Bank Limited is a regulated lender, and a written record made about an applicant from part of that applicant's file sits inside the supervisory expectations on record keeping, customer data, consent and outsourcing stated by the Reserve Bank of India at rbi.org.in. Where the deployer 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, so a supervisory expectation is only current on the day somebody checks it at the issuer. The 12,500 word arrangement belongs to one invented bank.

How the component produces its text is set out under large language models, and how the material supplied with a request is chosen or found is set out under retrieval-augmented generation. The instruction and its six numbered parts are set out under the prompt. Any limit available in a real arrangement changes within months. The behaviour at a limit does not change at all.
AI For Finance Bootcamp — Fin Maverick

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
Cathy O'NeilWeapons of Math Destruction, 2016, on model errors falling unevenly across a populationCrown

Sumeru Bank Limited, its intake chain, Ismail Sheikh, Neelima Rao and Revathi Balan 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.