Posts

Showing posts from 2026

Blockchain in Banking and Finance: Where It Works and Where It Does Not

Image
  Banking runs on two properties that a ledger deliberately removes The first is settlement finality that holds in law, not only in code. The second is the ability to undo a mistake. Both are absent from a blockchain by design, and both are non-negotiable for a regulated institution. So every bank deployment reintroduces them, and reintroducing them means reintroducing an authority with powers to intervene, which is precisely what the architecture was meant to remove. Not fatal. Plenty of worthwhile systems sit at that compromise. But it changes what you are building, and it is better said on day one than found at legal review. Finality on a chain is not finality in law Settlement finality in conventional systems is generally statutory. Designated systems benefit from protections making settled transfers legally irreversible even through an insolvency, which is what allows institutions to treat them as done. A transfer confirmed on a chain resembles this technically and has a legal...

Blockchain for Supply Chain: What It Can and Cannot Prove

Image
  Sort the claims before you scope This category makes a handful of standard promises. Some are physically impossible, one is marketing, and a few produce numbers a finance director can check. Sorting them before anyone scopes a build is most of the work, and the step usually skipped. The distinction underneath all of it: a ledger gives strong assurance that a record has not been altered since it was written, and none that the record was true when written. Every claim below either survives that sentence or does not. Fails: proof of origin Take coffee. Cherries from many smallholder farms go into the same fermentation tank and dry on the same beds. Lot identity is destroyed by the process itself, before any software is involved. Tracking a blended commodity back to one farm is an approximation by construction, and calling it proof overstates what exists. Even without blending, the binding between a physical thing and its record is made by a person or device at the point of entry. Sc...

How to Choose an AI Development Company: A Buyer's Checklist

Image
  Nearly everything you evaluate is easy to manufacture Case studies, client logos, team biographies, framework lists, a tidy portfolio page. All of it can be assembled by a firm that has never put a model into production or had to explain why one stopped working. The signals that cannot be manufactured require having failed at something. A vendor who has watched a project stall knows where projects stall, and that shows up as specific, uncomfortable answers. A vendor who has only closed deals produces smooth answers with no edges. Five questions separate the two, and none are about model architecture. What would make you decline this work? Ask it directly in the first conversation. A vendor with a real answer names conditions: not enough labelled outcomes, no reliable way to measure whether it worked, no capacity to act on predictions, an unsettled regulatory position, or data that cannot be reconstructed as it stood when decisions were made. Each of those answers come...

AI for Loan Default Prediction: How It Works and Where It Breaks

Image
  Your credit model has never met the people you declined Repayment is observed only for applicants who were approved. They passed your existing policy, so the training data describes the relationship between characteristics and default conditional on having already cleared a cutoff. The model is then applied to everyone who applies, including the population it has never seen. This is the defining structural problem in credit modelling, and no choice of algorithm addresses it. It is also the one most often handled with a technique that sounds like a solution and is actually an assumption. What selection actually breaks Confidence without evidence. The model produces scores for applicants in regions of the feature space where it has no observations. Those scores are extrapolations, and nothing in the output distinguishes them from scores backed by thousands of outcomes. Validation does not rescue you. The holdout comes from the same approved population, so strong validat...

Predictive Analytics in Healthcare: Reducing Readmissions Without Overpromising

Image
  The score your model produces is protected health information Most teams treat the inputs as regulated and the output as a byproduct. A readmission risk score attached to an identifiable patient is protected health information, which turns several implementation details into decisions you settle before deployment. Who can see the score, restricted by role. Whether it goes into the chart, which may place it in the designated record set and within a patient's right of access. How long historical scores are retained. How you would explain one to a patient entitled to see it. Finding those answers during an access request is a poor time to start. They are cheap to design in and expensive to retrofit. Purpose and de-identification decide what data you get Two determinations shape the project, and both belong at the start. Classification. Using protected health information for treatment, payment, and healthcare operations, which generally includes quality improvement, sits...

Asset Tokenization vs Traditional Securitization: What Actually Differs

Image
  Asset Tokenization vs Traditional Securitization: What Actually Differs A smart contract can pay a waterfall. It cannot create one. That sentence contains most of what matters in this comparison. Securitization is legal engineering: isolating assets from the originator's insolvency, then dividing the cash flows into tranches with defined priority. Tokenization is a record keeping and transfer mechanism for whatever interests get issued. They sit at different layers, so they are not really alternatives. The entire securitization market runs without tokenization, and plenty of tokenized offerings involve no pooling or tranching at all. Where the confusion becomes expensive is the one place the two look identical: a waterfall implemented in code looks exactly like the waterfall described in the deal documents, right up until they disagree. Four things securitization does that no contract does Insolvency isolation. Assets move to a vehicle in a way intended to survive the ...

Machine Learning for Customer Churn Prediction: What Actually Works

Image
  Some of your customers are leaving because you called them A retention call reminds someone that their contract is ending. It prompts a price comparison they had not thought to run. It reopens a complaint they had let go. For a slice of your base, being contacted is what triggers the exit. That group sits on the same list as everyone you intend to save, and a model ranked by churn probability cannot separate them out. This is the flaw at the centre of most churn programmes, and it is not a modelling error. It is a mismatch between the question asked and the question that matters. The top of your list contains four different people Rank customers by likelihood of leaving and the top decile mixes four groups sharing nothing but a high score. Lost causes have already decided and often already signed elsewhere. They score highly and cannot be saved, so the spend is wasted. Sure things would have renewed anyway, scoring highly for incidental reasons: a billing query, a usage dip, a ...

AI in Banking: Fraud Detection and Risk Management in Practice

Image
  Your fraud model is grading its own homework You only observe outcomes for transactions you allowed. Everything the model blocked produces no label at all, so each retraining cycle learns from a dataset shaped by the model's own past decisions. The consequence is directional, not random. The model becomes progressively more confident about a world it helped create, and its blind spots persist because nothing in the data ever contradicts them. Credit has the same structure: declined applicants never demonstrate whether they would have repaid, so the scorecard is validated only on the population it already approved. Most of what matters in bank fraud and risk modelling follows from this problem and the operational limits around it. Your metrics will not show you this Precision and recall computed on observed labels can look excellent while the denominator is quietly wrong. Accuracy is worse than useless, since a model that approves everything scores very well on a rare event and ca...

Tokenized Private Credit: A Guide for Institutions

Image
  Four things must be true before a transfer can clear Tokenizing private credit is not technically difficult. The difficulty is that a secondary transfer has to satisfy four conditions, and a typical closed-end credit fund fails at least two before anyone writes a line of code. The transferee must be eligible. There must be a price. The transferee must be able to assume whatever obligations travel with the interest. And whoever holds consent rights must consent. Software solves the first well and contributes almost nothing to the other three. Working out which tests your structure fails is the scoping exercise. Test one: is the transferee eligible This is the part a permissioned token handles properly. Standards such as ERC-3643 pair the token with an identity registry and compliance modules, checking both parties inside the transfer path so an ineligible transfer reverts instead of settling. For credit funds, the rules go beyond KYC and AML status: qualification tests...